OpenGLRaw-1.1.0.1: A raw binding for the OpenGL graphics systemSource codeContentsIndex
Graphics.Rendering.OpenGL.Raw.ARB.Multisample
Portabilityportable
Stabilitystable
Maintainersven.panne@aedion.de
Contents
Functions
Tokens
Description
All raw functions and tokens from the ARB_multisample extension, see http://www.opengl.org/registry/specs/ARB/multisample.txt.
Synopsis
glSampleCoverage :: GLclampf -> GLboolean -> IO ()
gl_MULTISAMPLE :: GLenum
gl_SAMPLE_ALPHA_TO_COVERAGE :: GLenum
gl_SAMPLE_ALPHA_TO_ONE :: GLenum
gl_SAMPLE_COVERAGE :: GLenum
gl_MULTISAMPLE_BIT :: GLenum
gl_SAMPLE_BUFFERS :: GLenum
gl_SAMPLES :: GLenum
gl_SAMPLE_COVERAGE_VALUE :: GLenum
gl_SAMPLE_COVERAGE_INVERT :: GLenum
Functions
glSampleCoverage :: GLclampf -> GLboolean -> IO ()Source
Tokens
gl_MULTISAMPLE :: GLenumSource
gl_SAMPLE_ALPHA_TO_COVERAGE :: GLenumSource
gl_SAMPLE_ALPHA_TO_ONE :: GLenumSource
gl_SAMPLE_COVERAGE :: GLenumSource
gl_MULTISAMPLE_BIT :: GLenumSource
gl_SAMPLE_BUFFERS :: GLenumSource
gl_SAMPLES :: GLenumSource
gl_SAMPLE_COVERAGE_VALUE :: GLenumSource
gl_SAMPLE_COVERAGE_INVERT :: GLenumSource
Produced by Haddock version 2.4.2