Hello guys,
I have a texture of format DXGI_FORMAT_B8G8R8A8_UNORM_SRGB.
Is there a way to create shader resource view for the texture so that I could read it as RGBA from the shader instead of reading it specifically as BGRA?
I would like all the textures to be read as RGBA.
Tx