OpenGLRaw-1.1.0.1: A raw binding for the OpenGL graphics systemSource codeContentsIndex
Graphics.Rendering.OpenGL.Raw.EXT.Multisample
Portabilityportable
Stabilitystable
Maintainersven.panne@aedion.de
Contents
Functions
Tokens
Description
All raw functions and tokens from the EXT_multisample extension, see http://www.opengl.org/registry/specs/EXT/multisample.txt.
Synopsis
glSampleMask :: GLclampf -> GLboolean -> IO ()
glSamplePattern :: GLenum -> IO ()
gl_MULTISAMPLE :: GLenum
gl_SAMPLE_ALPHA_TO_MASK :: GLenum
gl_SAMPLE_ALPHA_TO_ONE :: GLenum
gl_SAMPLE_MASK_EXT :: GLenum
gl_MULTISAMPLE_BIT :: GLenum
gl_1PASS :: GLenum
gl_2PASS_0 :: GLenum
gl_2PASS_1 :: GLenum
gl_4PASS_0 :: GLenum
gl_4PASS_1 :: GLenum
gl_4PASS_2 :: GLenum
gl_4PASS_3 :: GLenum
gl_SAMPLE_BUFFERS :: GLenum
gl_SAMPLES :: GLenum
gl_SAMPLE_MASK_VALUE_EXT :: GLenum
gl_SAMPLE_MASK_INVERT :: GLenum
gl_SAMPLE_PATTERN :: GLenum
Functions
glSampleMask :: GLclampf -> GLboolean -> IO ()Source
glSamplePattern :: GLenum -> IO ()Source
Tokens
gl_MULTISAMPLE :: GLenumSource
gl_SAMPLE_ALPHA_TO_MASK :: GLenumSource
gl_SAMPLE_ALPHA_TO_ONE :: GLenumSource
gl_SAMPLE_MASK_EXT :: GLenumSource
Note: We use the EXT suffix here, because the name clashes with the ARB_texture_multisample extension.
gl_MULTISAMPLE_BIT :: GLenumSource
gl_1PASS :: GLenumSource
gl_2PASS_0 :: GLenumSource
gl_2PASS_1 :: GLenumSource
gl_4PASS_0 :: GLenumSource
gl_4PASS_1 :: GLenumSource
gl_4PASS_2 :: GLenumSource
gl_4PASS_3 :: GLenumSource
gl_SAMPLE_BUFFERS :: GLenumSource
gl_SAMPLES :: GLenumSource
gl_SAMPLE_MASK_VALUE_EXT :: GLenumSource
Note: We use the EXT suffix here, because the name clashes with the ARB_texture_multisample extension.
gl_SAMPLE_MASK_INVERT :: GLenumSource
gl_SAMPLE_PATTERN :: GLenumSource
Produced by Haddock version 2.4.2