]> git.tdb.fi Git - libs/gl.git/blob - extensions/arb_occlusion_query.glext
Require import module names to be identifiers
[libs/gl.git] / extensions / arb_occlusion_query.glext
1 extension ARB_occlusion_query
2 # OpenGL ES only has the unsigned version
3 ignore glGetQueryObjectivARB
4 # OpenGL ES only has GL_ANY_SAMPLES_PASSED, but on desktop OpenGL it
5 # additionally requires the ARB_occlusion_query2 extension
6 optional GL_SAMPLES_PASSED_ARB
7 # Counter resolution query is not available on OpenGL ES
8 ignore GL_QUERY_COUNTER_BITS_ARB