OpenGL.raw.GL.EXT.bindable_uniform
index
/build/buildd/pyopengl-3.0.0~b6/OpenGL/raw/GL/EXT/bindable_uniform.py

OpenGL extension EXT.bindable_uniform
 
The official definition of this extension is available here:
        http://oss.sgi.com/projects/ogl-sample/registry/EXT/bindable_uniform.txt
 
Automatically generated by the get_gl_extensions script, do not edit!

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

 
Functions
       
glInitBindableUniformEXT()
Return boolean indicating whether this extension is available

 
Data
        EXTENSION_NAME = 'GL_EXT_bindable_uniform'
GL_MAX_BINDABLE_UNIFORM_SIZE_EXT = GL_MAX_BINDABLE_UNIFORM_SIZE_EXT
GL_MAX_FRAGMENT_BINDABLE_UNIFORMS_EXT = GL_MAX_FRAGMENT_BINDABLE_UNIFORMS_EXT
GL_MAX_GEOMETRY_BINDABLE_UNIFORMS_EXT = GL_MAX_GEOMETRY_BINDABLE_UNIFORMS_EXT
GL_MAX_VERTEX_BINDABLE_UNIFORMS_EXT = GL_MAX_VERTEX_BINDABLE_UNIFORMS_EXT
GL_UNIFORM_BUFFER_BINDING_EXT = GL_UNIFORM_BUFFER_BINDING_EXT
GL_UNIFORM_BUFFER_EXT = GL_UNIFORM_BUFFER_EXT
__file__ = '/build/buildd/pyopengl-3.0.0~b6/OpenGL/raw/GL/EXT/bindable_uniform.py'
__name__ = 'OpenGL.raw.GL.EXT.bindable_uniform'
glGetUniformBufferSizeEXT = <OpenGL.platform.baseplatform.glGetUniformBufferSizeEXT object at 0x85c34cc>
glGetUniformOffsetEXT = <OpenGL.platform.baseplatform.glGetUniformOffsetEXT object at 0x85c370c>
glUniformBufferEXT = <OpenGL.platform.baseplatform.glUniformBufferEXT object at 0x85c380c>