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

OpenGL extension EXT.bindable_uniform
 
This module customises the behaviour of the 
OpenGL.raw.GL.EXT.bindable_uniform 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
       
glGetUniformBufferSizeEXT(...)
glGetUniformBufferSizeEXT( GLuint(program), GLint(location) ) -> constants.GLint
glGetUniformOffsetEXT(...)
glGetUniformOffsetEXT( GLuint(program), GLint(location) ) -> constants.GLintptr
glUniformBufferEXT(...)
glUniformBufferEXT( GLuint(program), GLint(location), GLuint(buffer) ) -> None

 
Data
        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~b3/OpenGL/GL/EXT/bindable_uniform.py'
__name__ = 'OpenGL.GL.EXT.bindable_uniform'