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
389B

  1. GL_SGIX_async
  2. http://www.opengl.org/registry/specs/SGIX/async.txt
  3. GL_SGIX_async
  4. GL_ASYNC_MARKER_SGIX 0x8329
  5. void glAsyncMarkerSGIX (GLuint marker)
  6. void glDeleteAsyncMarkersSGIX (GLuint marker, GLsizei range)
  7. GLint glFinishAsyncSGIX (GLuint* markerp)
  8. GLuint glGenAsyncMarkersSGIX (GLsizei range)
  9. GLboolean glIsAsyncMarkerSGIX (GLuint marker)
  10. GLint glPollAsyncSGIX (GLuint* markerp)