OpenGL.GL.NV.fence
index
/var/pylive/OpenGL-ctypes/OpenGL/GL/NV/fence.py

OpenGL extension NV.fence
 
This module customises the behaviour of the 
OpenGL.raw.GL.NV.fence to provide a more 
Python-friendly API

 
Modules
       
OpenGL.arrays
OpenGL.constant
OpenGL.constants
ctypes
OpenGL.extensions
OpenGL.GL.glget
OpenGL.platform
OpenGL.wrapper

 
Functions
       
glDeleteFencesNV(...)
glDeleteFencesNV( GLsizei(n), GLuintArray(fences) ) -> None
glFinishFenceNV(...)
glFinishFenceNV( GLuint(fence) ) -> None
glGenFencesNV(...)
glGenFencesNV( GLsizei(n), GLuintArray(fences) ) -> None
glGetFenceivNV(...)
glGetFenceivNV( GLuint(fence), GLenum(pname), GLintArray(params) ) -> None
glIsFenceNV(...)
glIsFenceNV( GLuint(fence) ) -> constants.GLboolean
glSetFenceNV(...)
glSetFenceNV( GLuint(fence), GLenum(condition) ) -> None
glTestFenceNV(...)
glTestFenceNV( GLuint(fence) ) -> constants.GLboolean

 
Data
        GL_ALL_COMPLETED_NV = GL_ALL_COMPLETED_NV
GL_FENCE_CONDITION_NV = GL_FENCE_CONDITION_NV
GL_FENCE_STATUS_NV = GL_FENCE_STATUS_NV