You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
389 B
12 lines
389 B
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)
|