WebGL shader/filter reading raw pixel values with sRGB and gamma correction #11402
Unanswered
shirecoding
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to encode material information in an image by masking out the last bit from RGB, and replacing it with labels that represent materials.
when sampling the texture in the shader (webGL), does anyone know if it represents the raw pixel value? or has it been gamma corrected.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions