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

OpenGL extension EXT.framebuffer_multisample
 
This module customises the behaviour of the 
OpenGL.raw.GL.EXT.framebuffer_multisample 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_EXT_framebuffer_multisample'
GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_EXT = GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_EXT
GL_MAX_SAMPLES_EXT = GL_MAX_SAMPLES_EXT
GL_RENDERBUFFER_SAMPLES_EXT = GL_RENDERBUFFER_SAMPLES_EXT
__file__ = '/build/buildd/pyopengl-3.0.0~b6/OpenGL/GL/EXT/framebuffer_multisample.py'
__name__ = 'OpenGL.GL.EXT.framebuffer_multisample'
glRenderbufferStorageMultisampleEXT = <OpenGL.platform.baseplatform.glRenderbufferStorageMultisampleEXT object at 0x85c7f8c>