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

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

Graphics.GL.ARB.MatrixPalette

Contents

Description

 

Synopsis

Extension Support

glGetARBMatrixPalette :: MonadIO m => m Bool Source #

Is the ARB_matrix_palette extension supported?

gl_ARB_matrix_palette :: Bool Source #

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

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 ()