Grayscale images has unexpected gamma #1990
Labels
🪳 bug
Something isn't working
🔺 re_renderer
affects re_renderer itself
🦟 regression
A thing that used to work in an earlier release
We currently assume that all grayscale images are in linear space, which is a bad assumption. We should assume sRGB for u8 grayscale images.
Unfortunately there is no
R8UnormSrgb
texture format, so we need to handle this in the shader.The text was updated successfully, but these errors were encountered: