Disable mipmapping for sRGB textures
On Android (GLES 3.2), calling glGenerateMipmap
on a SRGB8
target results in completely black levels because SRGB8
is not a valid "renderable" texture.
See https://stackoverflow.com/a/43976056/2609654
System updates will be applied on Nov 25th between 7am and 9am, EST (UTC-05:00). This site will have intermittent downtime during that time.
On Android (GLES 3.2), calling glGenerateMipmap
on a SRGB8
target results in completely black levels because SRGB8
is not a valid "renderable" texture.
See https://stackoverflow.com/a/43976056/2609654