OpenGL.raw.GL.ARB.texture_multisample
index
/home/mcfletch/pylive/OpenGL/raw/GL/ARB/texture_multisample.py

OpenGL extension ARB.texture_multisample
 
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
       
glInitTextureMultisampleARB()
Return boolean indicating whether this extension is available

 
Data
        EXTENSION_NAME = 'GL_ARB_texture_multisample'
GL_INT_SAMPLER_2D_MULTISAMPLE = GL_INT_SAMPLER_2D_MULTISAMPLE
GL_INT_SAMPLER_2D_MULTISAMPLE_ARRAY = GL_INT_SAMPLER_2D_MULTISAMPLE_ARRAY
GL_MAX_COLOR_TEXTURE_SAMPLES = GL_MAX_COLOR_TEXTURE_SAMPLES
GL_MAX_DEPTH_TEXTURE_SAMPLES = GL_MAX_DEPTH_TEXTURE_SAMPLES
GL_MAX_INTEGER_SAMPLES = GL_MAX_INTEGER_SAMPLES
GL_MAX_SAMPLE_MASK_WORDS = GL_MAX_SAMPLE_MASK_WORDS
GL_PROXY_TEXTURE_2D_MULTISAMPLE = GL_PROXY_TEXTURE_2D_MULTISAMPLE
GL_PROXY_TEXTURE_2D_MULTISAMPLE_ARRAY = GL_PROXY_TEXTURE_2D_MULTISAMPLE_ARRAY
GL_SAMPLER_2D_MULTISAMPLE = GL_SAMPLER_2D_MULTISAMPLE
GL_SAMPLER_2D_MULTISAMPLE_ARRAY = GL_SAMPLER_2D_MULTISAMPLE_ARRAY
GL_SAMPLE_MASK = GL_SAMPLE_MASK
GL_SAMPLE_MASK_VALUE = GL_SAMPLE_MASK_VALUE
GL_SAMPLE_POSITION = GL_SAMPLE_POSITION
GL_TEXTURE_2D_MULTISAMPLE = GL_TEXTURE_2D_MULTISAMPLE
GL_TEXTURE_2D_MULTISAMPLE_ARRAY = GL_TEXTURE_2D_MULTISAMPLE_ARRAY
GL_TEXTURE_BINDING_2D_MULTISAMPLE = GL_TEXTURE_BINDING_2D_MULTISAMPLE
GL_TEXTURE_BINDING_2D_MULTISAMPLE_ARRAY = GL_TEXTURE_BINDING_2D_MULTISAMPLE_ARRAY
GL_TEXTURE_FIXED_SAMPLE_LOCATIONS = GL_TEXTURE_FIXED_SAMPLE_LOCATIONS
GL_TEXTURE_SAMPLES = GL_TEXTURE_SAMPLES
GL_UNSIGNED_INT_SAMPLER_2D_MULTISAMPLE = GL_UNSIGNED_INT_SAMPLER_2D_MULTISAMPLE
GL_UNSIGNED_INT_SAMPLER_2D_MULTISAMPLE_ARRAY = GL_UNSIGNED_INT_SAMPLER_2D_MULTISAMPLE_ARRAY
_DEPRECATED = False
__file__ = '/home/mcfletch/pylive/OpenGL/raw/GL/ARB/texture_multisample.pyc'
__name__ = 'OpenGL.raw.GL.ARB.texture_multisample'
__package__ = 'OpenGL.raw.GL.ARB'
glGetMultisamplefv = <OpenGL.platform.baseplatform.glGetMultisamplefv object at 0x74096d0>
glSampleMaski = <OpenGL.platform.baseplatform.glSampleMaski object at 0x7409750>
glTexImage2DMultisample = <OpenGL.platform.baseplatform.glTexImage2DMultisample object at 0x7409610>
glTexImage3DMultisample = <OpenGL.platform.baseplatform.glTexImage3DMultisample object at 0x7409650>