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 get a"Unknwon format" message when trying to load a ktx texture where we specify the format as follow:
glType = UNSIGNED_BYTE
glTypeSize = 4
glFormat = BGRA
glInternalFormat = SRGB8_ALPHA8
WHich is what i think is the right way to specify the ktx to represent a sRGB image
THanks for PicoPixel!
The text was updated successfully, but these errors were encountered:
Here are 3 textures of different sizes
I generate them myself in my texture pipeline after we loaded them from conventional png or jpeg.
If i specify the glInternalFOrmat to be BGRA then it s fine, i can view the texture in PicoPixel.
I get a"Unknwon format" message when trying to load a ktx texture where we specify the format as follow:
glType = UNSIGNED_BYTE
glTypeSize = 4
glFormat = BGRA
glInternalFormat = SRGB8_ALPHA8
WHich is what i think is the right way to specify the ktx to represent a sRGB image
THanks for PicoPixel!
The text was updated successfully, but these errors were encountered: