D3D11 render texture formats
Posted: Tue Aug 07, 2018 8:58 am
Hello,
I tried to use PF_R32_UINT as render texture format and Ogre didn't map this value properly to D3D11's DXGI_FORMAT_R32_UINT - I see also a lot of other formats missing in D3D11Mappings::_getClosestSupportedPF and D3D11Mappings::_getPF - is it intentional or bug? Are there some problems with compatibility between different GPUs?
I am playing with pixel shaders to output primitive ID (uint) to texture directly.
I tried to use PF_R32_UINT as render texture format and Ogre didn't map this value properly to D3D11's DXGI_FORMAT_R32_UINT - I see also a lot of other formats missing in D3D11Mappings::_getClosestSupportedPF and D3D11Mappings::_getPF - is it intentional or bug? Are there some problems with compatibility between different GPUs?
I am playing with pixel shaders to output primitive ID (uint) to texture directly.