summaryrefslogtreecommitdiff
path: root/auto/extensions/gl/GL_SGIX_async
diff options
context:
space:
mode:
Diffstat (limited to 'auto/extensions/gl/GL_SGIX_async')
-rw-r--r--auto/extensions/gl/GL_SGIX_async10
1 files changed, 10 insertions, 0 deletions
diff --git a/auto/extensions/gl/GL_SGIX_async b/auto/extensions/gl/GL_SGIX_async
new file mode 100644
index 0000000..05f0454
--- /dev/null
+++ b/auto/extensions/gl/GL_SGIX_async
@@ -0,0 +1,10 @@
+GL_SGIX_async
+http://www.opengl.org/registry/specs/SGIX/async.txt
+GL_SGIX_async
+ GL_ASYNC_MARKER_SGIX 0x8329
+ void glAsyncMarkerSGIX (GLuint marker)
+ void glDeleteAsyncMarkersSGIX (GLuint marker, GLsizei range)
+ GLint glFinishAsyncSGIX (GLuint* markerp)
+ GLuint glGenAsyncMarkersSGIX (GLsizei range)
+ GLboolean glIsAsyncMarkerSGIX (GLuint marker)
+ GLint glPollAsyncSGIX (GLuint* markerp)