Skip to content

mesa/main: GL_GEOMETRY_SHADER_INVOCATIONS exists in GL_OES_geometry_shader

Iago Toral requested to merge itoral/mesa:gles_gs_invocations_enum into master

It seems that for desktop GL this was included with ARB_gpu_shader5, but for OpenGL ES this is already included with the base extension and there is a CTS test that checks this.

Merge request reports