OpenGLRaw-3.3.3.0: A raw binding for the OpenGL graphics system

Copyright(c) Sven Panne 2019
LicenseBSD3
MaintainerSven Panne <svenpanne@gmail.com>
Stabilitystable
Portabilityportable
Safe HaskellNone
LanguageHaskell2010

Graphics.GL.NV.RegisterCombiners2

Contents

Description

 
Synopsis

Extension Support

gl_NV_register_combiners2 :: Bool Source #

Is the NV_register_combiners2 extension supported? Note that in the presence of multiple contexts with different capabilities, this might be wrong. Use glGetNVRegisterCombiners2 in those cases instead.

Enums

Functions

glCombinerStageParameterfvNV Source #

Arguments

:: MonadIO m 
=> GLenum

stage of type CombinerStageNV.

-> GLenum

pname of type CombinerParameterNV.

-> Ptr GLfloat

params pointing to COMPSIZE(pname) elements of type CheckedFloat32.

-> m () 

glGetCombinerStageParameterfvNV Source #

Arguments

:: MonadIO m 
=> GLenum

stage of type CombinerStageNV.

-> GLenum

pname of type CombinerParameterNV.

-> Ptr GLfloat

params pointing to COMPSIZE(pname) elements of type GLfloat.

-> m ()