OpenGLRaw-1.1.0.1: A raw binding for the OpenGL graphics systemSource codeContentsIndex
Graphics.Rendering.OpenGL.Raw.NV.RegisterCombiners
Portabilityportable
Stabilitystable
Maintainersven.panne@aedion.de
Contents
Functions
Tokens
Description
All raw functions and tokens from the NV_register_combiners extension not already in the OpenGL 3.1 core, see http://www.opengl.org/registry/specs/NV/register_combiners.txt.
Synopsis
glCombinerParameterfv :: GLenum -> Ptr GLfloat -> IO ()
glCombinerParameteriv :: GLenum -> Ptr GLint -> IO ()
glCombinerParameterf :: GLenum -> GLfloat -> IO ()
glCombinerParameteri :: GLenum -> GLint -> IO ()
glCombinerInput :: GLenum -> GLenum -> GLenum -> GLenum -> GLenum -> GLenum -> IO ()
glCombinerOutput :: GLenum -> GLenum -> GLenum -> GLenum -> GLenum -> GLenum -> GLenum -> GLboolean -> GLboolean -> GLboolean -> IO ()
glFinalCombinerInput :: GLenum -> GLenum -> GLenum -> GLenum -> IO ()
glGetCombinerInputParameterfv :: GLenum -> GLenum -> GLenum -> GLenum -> Ptr GLfloat -> IO ()
glGetCombinerInputParameteriv :: GLenum -> GLenum -> GLenum -> GLenum -> Ptr GLint -> IO ()
glGetCombinerOutputParameterfv :: GLenum -> GLenum -> GLenum -> Ptr GLfloat -> IO ()
glGetCombinerOutputParameteriv :: GLenum -> GLenum -> GLenum -> Ptr GLint -> IO ()
glGetFinalCombinerInputParameterfv :: GLenum -> GLenum -> Ptr GLfloat -> IO ()
glGetFinalCombinerInputParameteriv :: GLenum -> GLenum -> Ptr GLint -> IO ()
gl_REGISTER_COMBINERS :: 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
gl_VARIABLE_A :: GLenum
gl_VARIABLE_B :: GLenum
gl_VARIABLE_C :: GLenum
gl_VARIABLE_D :: GLenum
gl_VARIABLE_E :: GLenum
gl_VARIABLE_F :: GLenum
gl_VARIABLE_G :: GLenum
gl_CONSTANT_COLOR0 :: GLenum
gl_CONSTANT_COLOR1 :: GLenum
gl_FOG :: GLenum
gl_PRIMARY_COLOR_NV :: GLenum
gl_SECONDARY_COLOR :: GLenum
gl_SPARE0 :: GLenum
gl_SPARE1 :: GLenum
gl_UNSIGNED_IDENTITY :: GLenum
gl_UNSIGNED_INVERT :: GLenum
gl_EXPAND_NORMAL :: GLenum
gl_EXPAND_NEGATE :: GLenum
gl_HALF_BIAS_NORMAL :: GLenum
gl_HALF_BIAS_NEGATE :: GLenum
gl_SIGNED_IDENTITY :: GLenum
gl_SIGNED_NEGATE :: GLenum
gl_E_TIMES_F :: GLenum
gl_SPARE0_PLUS_SECONDARY_COLOR :: GLenum
gl_SCALE_BY_TWO :: GLenum
gl_SCALE_BY_FOUR :: GLenum
gl_SCALE_BY_ONE_HALF :: GLenum
gl_BIAS_BY_NEGATIVE_ONE_HALF :: GLenum
gl_DISCARD :: GLenum
gl_COMBINER_INPUT :: GLenum
gl_COMBINER_MAPPING :: GLenum
gl_COMBINER_COMPONENT_USAGE :: GLenum
gl_COMBINER_AB_DOT_PRODUCT :: GLenum
gl_COMBINER_CD_DOT_PRODUCT :: GLenum
gl_COMBINER_MUX_SUM :: GLenum
gl_COMBINER_SCALE :: GLenum
gl_COMBINER_BIAS :: GLenum
gl_COMBINER_AB_OUTPUT :: GLenum
gl_COMBINER_CD_OUTPUT :: GLenum
gl_COMBINER_SUM_OUTPUT :: GLenum
gl_NUM_GENERAL_COMBINERS :: GLenum
gl_COLOR_SUM_CLAMP :: GLenum
gl_MAX_GENERAL_COMBINERS :: GLenum
Functions
glCombinerParameterfv :: GLenum -> Ptr GLfloat -> IO ()Source
glCombinerParameteriv :: GLenum -> Ptr GLint -> IO ()Source
glCombinerParameterf :: GLenum -> GLfloat -> IO ()Source
glCombinerParameteri :: GLenum -> GLint -> IO ()Source
glCombinerInput :: GLenum -> GLenum -> GLenum -> GLenum -> GLenum -> GLenum -> IO ()Source
glCombinerOutput :: GLenum -> GLenum -> GLenum -> GLenum -> GLenum -> GLenum -> GLenum -> GLboolean -> GLboolean -> GLboolean -> IO ()Source
glFinalCombinerInput :: GLenum -> GLenum -> GLenum -> GLenum -> IO ()Source
glGetCombinerInputParameterfv :: GLenum -> GLenum -> GLenum -> GLenum -> Ptr GLfloat -> IO ()Source
glGetCombinerInputParameteriv :: GLenum -> GLenum -> GLenum -> GLenum -> Ptr GLint -> IO ()Source
glGetCombinerOutputParameterfv :: GLenum -> GLenum -> GLenum -> Ptr GLfloat -> IO ()Source
glGetCombinerOutputParameteriv :: GLenum -> GLenum -> GLenum -> Ptr GLint -> IO ()Source
glGetFinalCombinerInputParameterfv :: GLenum -> GLenum -> Ptr GLfloat -> IO ()Source
glGetFinalCombinerInputParameteriv :: GLenum -> GLenum -> Ptr GLint -> IO ()Source
Tokens
gl_REGISTER_COMBINERS :: 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
gl_VARIABLE_A :: GLenumSource
gl_VARIABLE_B :: GLenumSource
gl_VARIABLE_C :: GLenumSource
gl_VARIABLE_D :: GLenumSource
gl_VARIABLE_E :: GLenumSource
gl_VARIABLE_F :: GLenumSource
gl_VARIABLE_G :: GLenumSource
gl_CONSTANT_COLOR0 :: GLenumSource
gl_CONSTANT_COLOR1 :: GLenumSource
gl_FOG :: GLenumSource
gl_PRIMARY_COLOR_NV :: GLenumSource
NOTE: ARB_compatibility has the same token with a different value, so we use a suffix here.
gl_SECONDARY_COLOR :: GLenumSource
gl_SPARE0 :: GLenumSource
gl_SPARE1 :: GLenumSource
gl_UNSIGNED_IDENTITY :: GLenumSource
gl_UNSIGNED_INVERT :: GLenumSource
gl_EXPAND_NORMAL :: GLenumSource
gl_EXPAND_NEGATE :: GLenumSource
gl_HALF_BIAS_NORMAL :: GLenumSource
gl_HALF_BIAS_NEGATE :: GLenumSource
gl_SIGNED_IDENTITY :: GLenumSource
gl_SIGNED_NEGATE :: GLenumSource
gl_E_TIMES_F :: GLenumSource
gl_SPARE0_PLUS_SECONDARY_COLOR :: GLenumSource
gl_SCALE_BY_TWO :: GLenumSource
gl_SCALE_BY_FOUR :: GLenumSource
gl_SCALE_BY_ONE_HALF :: GLenumSource
gl_BIAS_BY_NEGATIVE_ONE_HALF :: GLenumSource
gl_DISCARD :: GLenumSource
gl_COMBINER_INPUT :: GLenumSource
gl_COMBINER_MAPPING :: GLenumSource
gl_COMBINER_COMPONENT_USAGE :: GLenumSource
gl_COMBINER_AB_DOT_PRODUCT :: GLenumSource
gl_COMBINER_CD_DOT_PRODUCT :: GLenumSource
gl_COMBINER_MUX_SUM :: GLenumSource
gl_COMBINER_SCALE :: GLenumSource
gl_COMBINER_BIAS :: GLenumSource
gl_COMBINER_AB_OUTPUT :: GLenumSource
gl_COMBINER_CD_OUTPUT :: GLenumSource
gl_COMBINER_SUM_OUTPUT :: GLenumSource
gl_NUM_GENERAL_COMBINERS :: GLenumSource
gl_COLOR_SUM_CLAMP :: GLenumSource
gl_MAX_GENERAL_COMBINERS :: GLenumSource
Produced by Haddock version 2.4.2