Skip to content

ext_texture_format_bgra8888: test glRenderbufferStorage

Erik Faye-Lund requested to merge kusma/piglit:bgra-texstorage into main

While it might seem unintuitive, the spec here actually adds GL_BGRA_EXT as a color-renderable format, which means it's usable for glRenderBufferstorage() as well. So we should test that.

Merge request reports