When I change my frame buffer format from R8G8B8A8_UNORM to R16G16B16A16_FLOAT, the colors I'm getting from my textures appear to be overexposed.
Should I be doing something different when using a FP frame buffer format?
5 replies to this topic
Ad:
#5 Members - Reputation: 116
Posted 21 February 2012 - 09:23 AM
Nobody has any ideas? Because this makes no sense at all to me. It would seem to indicate that it is, in fact, applying an automatic gamma correction when writing to the R16G16B16A16_FLOAT frame buffer, which makes no sense because that isn't a sRGB texture format.
#6 Members - Reputation: 384
Posted 24 February 2012 - 02:23 AM
Can you elaborate a bit your configuration? Are you using a floating point buffer for back buffer or is it just an intermediate color buffer? What is the back buffer format?
Are you loading your texture with correct sRGB flags?
Best regards!
Are you loading your texture with correct sRGB flags?
Best regards!


















