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

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

Graphics.Rendering.OpenGL.Raw.ARB.MatrixPalette

Contents

Description

The ARB_matrix_palette extension.

Synopsis

Enums

Functions

glCurrentPaletteMatrixARB Source

Arguments

:: MonadIO m 
=> GLint

index.

-> m () 

glMatrixIndexPointerARB Source

Arguments

:: MonadIO m 
=> GLint

size.

-> GLenum

type of type MatrixIndexPointerTypeARB.

-> GLsizei

stride.

-> Ptr a

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

-> m () 

glMatrixIndexubvARB Source

Arguments

:: MonadIO m 
=> GLint

size.

-> Ptr GLubyte

indices pointing to size elements of type GLubyte.

-> m () 

glMatrixIndexuivARB Source

Arguments

:: MonadIO m 
=> GLint

size.

-> Ptr GLuint

indices pointing to size elements of type GLuint.

-> m () 

glMatrixIndexusvARB Source

Arguments

:: MonadIO m 
=> GLint

size.

-> Ptr GLushort

indices pointing to size elements of type GLushort.

-> m ()