]> git.tdb.fi Git - libs/gl.git/blobdiff - extensions/arb_occlusion_query.glext
Add functions for setting arrays of 2x2 and 3x3 matrix uniforms
[libs/gl.git] / extensions / arb_occlusion_query.glext
index 1f9d049af06723ffbf7570013c4d6c522d85c606..616146ac275981a93f02189c3cd7d6e482748dc5 100644 (file)
@@ -1 +1,8 @@
 extension ARB_occlusion_query
+# OpenGL ES only has the unsigned version
+ignore glGetQueryObjectivARB
+# OpenGL ES only has GL_ANY_SAMPLES_PASSED, but on desktop OpenGL it
+# additionally requires the ARB_occlusion_query2 extension
+optional GL_SAMPLES_PASSED_ARB
+# Counter resolution query is not available on OpenGL ES
+ignore GL_QUERY_COUNTER_BITS_ARB