OpenGL.GL.EXT.framebuffer_multisample
index
/build/buildd/pyopengl-3.0.0~b3/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

 
Functions
       
glRenderbufferStorageMultisampleEXT(...)
glRenderbufferStorageMultisampleEXT( GLenum(target), GLsizei(samples), GLenum(internalformat), GLsizei(width), GLsizei(height) ) -> None

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