OpenGL.raw.GL.NV.framebuffer_multisample_coverage
index
/build/buildd/pyopengl-3.0.0~b3/OpenGL/raw/GL/NV/framebuffer_multisample_coverage.py

OpenGL extension NV.framebuffer_multisample_coverage
 
The official definition of this extension is available here:
        http://oss.sgi.com/projects/ogl-sample/registry/NV/framebuffer_multisample_coverage.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
       
glInitFramebufferMultisampleCoverageNV()
Return boolean indicating whether this extension is available
glRenderbufferStorageMultisampleCoverageNV(...)
glRenderbufferStorageMultisampleCoverageNV( GLenum(target), GLsizei(coverageSamples), GLsizei(colorSamples), GLenum(internalformat), GLsizei(width), GLsizei(height) ) -> None

 
Data
        GL_MAX_MULTISAMPLE_COVERAGE_MODES_NV = GL_MAX_MULTISAMPLE_COVERAGE_MODES_NV
GL_MULTISAMPLE_COVERAGE_MODES_NV = GL_MULTISAMPLE_COVERAGE_MODES_NV
GL_RENDERBUFFER_COLOR_SAMPLES_NV = GL_RENDERBUFFER_COLOR_SAMPLES_NV
GL_RENDERBUFFER_COVERAGE_SAMPLES_NV = GL_RENDERBUFFER_COVERAGE_SAMPLES_NV
__file__ = '/build/buildd/pyopengl-3.0.0~b3/OpenGL/raw/GL/NV/framebuffer_multisample_coverage.py'
__name__ = 'OpenGL.raw.GL.NV.framebuffer_multisample_coverage'