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

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

Graphics.Rendering.OpenGL.Raw.ARB.VertexType2101010Rev

Contents

Description

All raw functions and tokens from the ARB_vertex_type_2_10_10_10_rev extension, see http://www.opengl.org/registry/specs/ARB/vertex_type_2_10_10_10_rev.txt.

Synopsis

Functions

glVertexAttribP1ui Source

Arguments

:: GLuint

index.

-> GLenum

type.

-> GLboolean

normalized of type Boolean.

-> GLuint

value.

-> IO () 

Manual pages for OpenGL 3.x or OpenGL 4.x

glVertexAttribP1uiv Source

Arguments

:: GLuint

index.

-> GLenum

type.

-> GLboolean

normalized of type Boolean.

-> Ptr GLuint

value pointing to 1 elements of type GLuint.

-> IO () 

glVertexAttribP2ui Source

Arguments

:: GLuint

index.

-> GLenum

type.

-> GLboolean

normalized of type Boolean.

-> GLuint

value.

-> IO () 

Manual pages for OpenGL 3.x or OpenGL 4.x

glVertexAttribP2uiv Source

Arguments

:: GLuint

index.

-> GLenum

type.

-> GLboolean

normalized of type Boolean.

-> Ptr GLuint

value pointing to 1 elements of type GLuint.

-> IO () 

glVertexAttribP3ui Source

Arguments

:: GLuint

index.

-> GLenum

type.

-> GLboolean

normalized of type Boolean.

-> GLuint

value.

-> IO () 

Manual pages for OpenGL 3.x or OpenGL 4.x

glVertexAttribP3uiv Source

Arguments

:: GLuint

index.

-> GLenum

type.

-> GLboolean

normalized of type Boolean.

-> Ptr GLuint

value pointing to 1 elements of type GLuint.

-> IO () 

glVertexAttribP4ui Source

Arguments

:: GLuint

index.

-> GLenum

type.

-> GLboolean

normalized of type Boolean.

-> GLuint

value.

-> IO () 

Manual pages for OpenGL 3.x or OpenGL 4.x

glVertexAttribP4uiv Source

Arguments

:: GLuint

index.

-> GLenum

type.

-> GLboolean

normalized of type Boolean.

-> Ptr GLuint

value pointing to 1 elements of type GLuint.

-> IO () 

glVertexP2ui Source

Arguments

:: GLenum

type.

-> GLuint

value.

-> IO () 

glVertexP2uiv Source

Arguments

:: GLenum

type.

-> Ptr GLuint

value pointing to 1 elements of type GLuint.

-> IO () 

glVertexP3ui Source

Arguments

:: GLenum

type.

-> GLuint

value.

-> IO () 

glVertexP3uiv Source

Arguments

:: GLenum

type.

-> Ptr GLuint

value pointing to 1 elements of type GLuint.

-> IO () 

glVertexP4ui Source

Arguments

:: GLenum

type.

-> GLuint

value.

-> IO () 

glVertexP4uiv Source

Arguments

:: GLenum

type.

-> Ptr GLuint

value pointing to 1 elements of type GLuint.

-> IO () 

glTexCoordP1ui Source

Arguments

:: GLenum

type.

-> GLuint

coords.

-> IO () 

glTexCoordP1uiv Source

Arguments

:: GLenum

type.

-> Ptr GLuint

coords pointing to 1 elements of type GLuint.

-> IO () 

glTexCoordP2ui Source

Arguments

:: GLenum

type.

-> GLuint

coords.

-> IO () 

glTexCoordP2uiv Source

Arguments

:: GLenum

type.

-> Ptr GLuint

coords pointing to 1 elements of type GLuint.

-> IO () 

glTexCoordP3ui Source

Arguments

:: GLenum

type.

-> GLuint

coords.

-> IO () 

glTexCoordP3uiv Source

Arguments

:: GLenum

type.

-> Ptr GLuint

coords pointing to 1 elements of type GLuint.

-> IO () 

glTexCoordP4ui Source

Arguments

:: GLenum

type.

-> GLuint

coords.

-> IO () 

glTexCoordP4uiv Source

Arguments

:: GLenum

type.

-> Ptr GLuint

coords pointing to 1 elements of type GLuint.

-> IO () 

glMultiTexCoordP1ui Source

Arguments

:: GLenum

texture.

-> GLenum

type.

-> GLuint

coords.

-> IO () 

glMultiTexCoordP1uiv Source

Arguments

:: GLenum

texture.

-> GLenum

type.

-> Ptr GLuint

coords pointing to 1 elements of type GLuint.

-> IO () 

glMultiTexCoordP2ui Source

Arguments

:: GLenum

texture.

-> GLenum

type.

-> GLuint

coords.

-> IO () 

glMultiTexCoordP2uiv Source

Arguments

:: GLenum

texture.

-> GLenum

type.

-> Ptr GLuint

coords pointing to 1 elements of type GLuint.

-> IO () 

glMultiTexCoordP3ui Source

Arguments

:: GLenum

texture.

-> GLenum

type.

-> GLuint

coords.

-> IO () 

glMultiTexCoordP3uiv Source

Arguments

:: GLenum

texture.

-> GLenum

type.

-> Ptr GLuint

coords pointing to 1 elements of type GLuint.

-> IO () 

glMultiTexCoordP4ui Source

Arguments

:: GLenum

texture.

-> GLenum

type.

-> GLuint

coords.

-> IO () 

glMultiTexCoordP4uiv Source

Arguments

:: GLenum

texture.

-> GLenum

type.

-> Ptr GLuint

coords pointing to 1 elements of type GLuint.

-> IO () 

glNormalP3ui Source

Arguments

:: GLenum

type.

-> GLuint

coords.

-> IO () 

glNormalP3uiv Source

Arguments

:: GLenum

type.

-> Ptr GLuint

coords pointing to 1 elements of type GLuint.

-> IO () 

glColorP3ui Source

Arguments

:: GLenum

type.

-> GLuint

color.

-> IO () 

glColorP3uiv Source

Arguments

:: GLenum

type.

-> Ptr GLuint

color pointing to 1 elements of type GLuint.

-> IO () 

glColorP4ui Source

Arguments

:: GLenum

type.

-> GLuint

color.

-> IO () 

glColorP4uiv Source

Arguments

:: GLenum

type.

-> Ptr GLuint

color pointing to 1 elements of type GLuint.

-> IO () 

glSecondaryColorP3ui Source

Arguments

:: GLenum

type.

-> GLuint

color.

-> IO () 

glSecondaryColorP3uiv Source

Arguments

:: GLenum

type.

-> Ptr GLuint

color pointing to 1 elements of type GLuint.

-> IO () 

Tokens