You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm writing a library to decompress BCn textures, and while getting reference from BC4S by decoding through texconv, I noticed the values are not the same between R8_UNORM and RGBA.
Looking at the code it seems that for R8G8B8A8_UNORM you do add the 0.5/255.0 bias, but not for R8_UNORM.
Is this how it's supposed to be, or is this an issue? I couldn't find anything in the documentation, maybe you could provide more insight?