OpenGL.GL.SGIX.instruments
index
/build/buildd/pyopengl-3.0.0~b6/OpenGL/GL/SGIX/instruments.py

OpenGL extension SGIX.instruments
 
This module customises the behaviour of the 
OpenGL.raw.GL.SGIX.instruments 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_SGIX_instruments'
GL_INSTRUMENT_BUFFER_POINTER_SGIX = GL_INSTRUMENT_BUFFER_POINTER_SGIX
GL_INSTRUMENT_MEASUREMENTS_SGIX = GL_INSTRUMENT_MEASUREMENTS_SGIX
__file__ = '/build/buildd/pyopengl-3.0.0~b6/OpenGL/GL/SGIX/instruments.py'
__name__ = 'OpenGL.GL.SGIX.instruments'
glGetInstrumentsSGIX = <OpenGL.platform.baseplatform.glGetInstrumentsSGIX object at 0x8c3a20c>
glInstrumentsBufferSGIX = <OpenGL.platform.baseplatform.glInstrumentsBufferSGIX object at 0x8c3a24c>
glPollInstrumentsSGIX = <OpenGL.platform.baseplatform.glPollInstrumentsSGIX object at 0x8c3a2ac>
glReadInstrumentsSGIX = <OpenGL.platform.baseplatform.glReadInstrumentsSGIX object at 0x8c3a30c>
glStartInstrumentsSGIX = <OpenGL.platform.baseplatform.glStartInstrumentsSGIX object at 0x8c3a34c>
glStopInstrumentsSGIX = <OpenGL.platform.baseplatform.glStopInstrumentsSGIX object at 0x8c3a3ac>