GLEW 1.10.0

This commit is contained in:
2014-02-20 16:46:32 +01:00
parent 86de24797b
commit e794aa4dbb
873 changed files with 76058 additions and 0 deletions
@@ -0,0 +1,10 @@
GL_SGIX_async
http://www.opengl.org/registry/specs/gl/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)