OpenGLRaw-1.1.0.1: A raw binding for the OpenGL graphics systemSource codeContentsIndex
Graphics.Rendering.OpenGL.Raw.NV.RegisterCombiners2
Portabilityportable
Stabilitystable
Maintainersven.panne@aedion.de
Contents
Functions
Tokens
Description
All raw functions and tokens from the NV_register_combiners2 extension not already in the OpenGL 3.1 core, see http://www.opengl.org/registry/specs/NV/register_combiners2.txt.
Synopsis
glCombinerStageParameterfv :: GLenum -> GLenum -> Ptr GLfloat -> IO ()
glGetCombinerStageParameterfv :: GLenum -> GLenum -> Ptr GLfloat -> IO ()
gl_PER_STAGE_CONSTANTS :: GLenum
gl_CONSTANT_COLOR0 :: GLenum
gl_CONSTANT_COLOR1 :: GLenum
gl_COMBINER0 :: GLenum
gl_COMBINER1 :: GLenum
gl_COMBINER2 :: GLenum
gl_COMBINER3 :: GLenum
gl_COMBINER4 :: GLenum
gl_COMBINER5 :: GLenum
gl_COMBINER6 :: GLenum
gl_COMBINER7 :: GLenum
Functions
glCombinerStageParameterfv :: GLenum -> GLenum -> Ptr GLfloat -> IO ()Source
glGetCombinerStageParameterfv :: GLenum -> GLenum -> Ptr GLfloat -> IO ()Source
Tokens
gl_PER_STAGE_CONSTANTS :: GLenumSource
gl_CONSTANT_COLOR0 :: GLenumSource
gl_CONSTANT_COLOR1 :: GLenumSource
gl_COMBINER0 :: GLenumSource
gl_COMBINER1 :: GLenumSource
gl_COMBINER2 :: GLenumSource
gl_COMBINER3 :: GLenumSource
gl_COMBINER4 :: GLenumSource
gl_COMBINER5 :: GLenumSource
gl_COMBINER6 :: GLenumSource
gl_COMBINER7 :: GLenumSource
Produced by Haddock version 2.4.2