Skip to content

arb_texture_multisample/dsa-texelfetch needs GL 3.2 to call glNamedFramebufferTexture

Jesse Natalie requested to merge jenatali/piglit:dsa-texelfetch-32 into main

If the test actually gets a 3.1 context, glNamedFramebufferTexture will fail with GL_INVALID_OPERATION.

Merge request reports