OpenGL.GL.NV.fence
index
/tmp/buildd/pyopengl-3.0.0~b6/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

 
Data
        EXTENSION_NAME = 'GL_NV_fence'
GL_ALL_COMPLETED_NV = GL_ALL_COMPLETED_NV
GL_FENCE_CONDITION_NV = GL_FENCE_CONDITION_NV
GL_FENCE_STATUS_NV = GL_FENCE_STATUS_NV
__file__ = '/tmp/buildd/pyopengl-3.0.0~b6/OpenGL/GL/NV/fence.py'
__name__ = 'OpenGL.GL.NV.fence'
glDeleteFencesNV = <OpenGL.platform.baseplatform.glDeleteFencesNV object at 0x9421b8c>
glFinishFenceNV = <OpenGL.platform.baseplatform.glFinishFenceNV object at 0x942138c>
glGenFencesNV = <OpenGL.platform.baseplatform.glGenFencesNV object at 0x94211ac>
glGetFenceivNV = <OpenGL.platform.baseplatform.glGetFenceivNV object at 0x942132c>
glIsFenceNV = <OpenGL.platform.baseplatform.glIsFenceNV object at 0x942128c>
glSetFenceNV = <OpenGL.platform.baseplatform.glSetFenceNV object at 0x94213cc>
glTestFenceNV = <OpenGL.platform.baseplatform.glTestFenceNV object at 0x94212ec>