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

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

Graphics.Rendering.OpenGL.Raw.EXT.SecondaryColor

Contents

Description

All raw functions and tokens from the EXT_secondary_color extension, see http://www.opengl.org/registry/specs/EXT/secondary_color.txt.

Synopsis

Functions

glSecondaryColor3b Source

Arguments

:: GLbyte

red of type ColorB.

-> GLbyte

green of type ColorB.

-> GLbyte

blue of type ColorB.

-> IO () 

Manual page for OpenGL 2.x

glSecondaryColor3s Source

Arguments

:: GLshort

red of type ColorS.

-> GLshort

green of type ColorS.

-> GLshort

blue of type ColorS.

-> IO () 

Manual page for OpenGL 2.x

glSecondaryColor3i Source

Arguments

:: GLint

red of type ColorI.

-> GLint

green of type ColorI.

-> GLint

blue of type ColorI.

-> IO () 

Manual page for OpenGL 2.x

glSecondaryColor3f Source

Arguments

:: GLfloat

red of type ColorF.

-> GLfloat

green of type ColorF.

-> GLfloat

blue of type ColorF.

-> IO () 

Manual page for OpenGL 2.x

glSecondaryColor3d Source

Arguments

:: GLdouble

red of type ColorD.

-> GLdouble

green of type ColorD.

-> GLdouble

blue of type ColorD.

-> IO () 

Manual page for OpenGL 2.x

glSecondaryColor3ub Source

Arguments

:: GLubyte

red of type ColorUB.

-> GLubyte

green of type ColorUB.

-> GLubyte

blue of type ColorUB.

-> IO () 

Manual page for OpenGL 2.x

glSecondaryColor3us Source

Arguments

:: GLushort

red of type ColorUS.

-> GLushort

green of type ColorUS.

-> GLushort

blue of type ColorUS.

-> IO () 

Manual page for OpenGL 2.x

glSecondaryColor3ui Source

Arguments

:: GLuint

red of type ColorUI.

-> GLuint

green of type ColorUI.

-> GLuint

blue of type ColorUI.

-> IO () 

Manual page for OpenGL 2.x

glSecondaryColor3bv Source

Arguments

:: Ptr GLbyte

v pointing to 3 elements of type ColorB.

-> IO () 

Manual page for OpenGL 2.x

glSecondaryColor3sv Source

Arguments

:: Ptr GLshort

v pointing to 3 elements of type ColorS.

-> IO () 

Manual page for OpenGL 2.x

glSecondaryColor3iv Source

Arguments

:: Ptr GLint

v pointing to 3 elements of type ColorI.

-> IO () 

Manual page for OpenGL 2.x

glSecondaryColor3fv Source

Arguments

:: Ptr GLfloat

v pointing to 3 elements of type ColorF.

-> IO () 

Manual page for OpenGL 2.x

glSecondaryColor3dv Source

Arguments

:: Ptr GLdouble

v pointing to 3 elements of type ColorD.

-> IO () 

Manual page for OpenGL 2.x

glSecondaryColor3ubv Source

Arguments

:: Ptr GLubyte

v pointing to 3 elements of type ColorUB.

-> IO () 

Manual page for OpenGL 2.x

glSecondaryColor3usv Source

Arguments

:: Ptr GLushort

v pointing to 3 elements of type ColorUS.

-> IO () 

Manual page for OpenGL 2.x

glSecondaryColor3uiv Source

Arguments

:: Ptr GLuint

v pointing to 3 elements of type ColorUI.

-> IO () 

Manual page for OpenGL 2.x

glSecondaryColorPointer Source

Arguments

:: GLint

size.

-> GLenum

type of type ColorPointerType.

-> GLsizei

stride.

-> Ptr a

pointer pointing to COMPSIZE(size,type,stride) elements of type a.

-> IO () 

Manual page for OpenGL 2.x

Tokens