summaryrefslogtreecommitdiff
path: root/glew/auto/extensions/gl/GL_NV_fence
diff options
context:
space:
mode:
Diffstat (limited to 'glew/auto/extensions/gl/GL_NV_fence')
-rw-r--r--glew/auto/extensions/gl/GL_NV_fence14
1 files changed, 14 insertions, 0 deletions
diff --git a/glew/auto/extensions/gl/GL_NV_fence b/glew/auto/extensions/gl/GL_NV_fence
new file mode 100644
index 0000000..edd53d0
--- /dev/null
+++ b/glew/auto/extensions/gl/GL_NV_fence
@@ -0,0 +1,14 @@
+GL_NV_fence
+https://www.khronos.org/registry/OpenGL/extensions/NV/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)