Skip to content

Disable mipmapping for sRGB textures

Michael Migliore requested to merge michael.migliore/vtk:srgb-mipmap into master

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

Merge request reports