1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-09-19 22:35:24 +00:00
qb64/internal/c/parts/core/glew/download/glew-1.10.0/auto/extensions/gl/GL_NV_fence

13 lines
499 B
Text

GL_NV_fence
http://www.opengl.org/registry/specs/gl/NV/fence.txt
GL_NV_fence
GL_ALL_COMPLETED_NV 0x84F2
GL_FENCE_STATUS_NV 0x84F3
GL_FENCE_CONDITION_NV 0x84F4
void glDeleteFencesNV (GLsizei n, const GLuint* fences)
void glFinishFenceNV (GLuint fence)
void glGenFencesNV (GLsizei n, GLuint* fences)
void glGetFenceivNV (GLuint fence, GLenum pname, GLint* params)
GLboolean glIsFenceNV (GLuint fence)
void glSetFenceNV (GLuint fence, GLenum condition)
GLboolean glTestFenceNV (GLuint fence)