glCurrentPaletteMatrix

defines which of the palette's matrices is affected by subsequent matrix operations

Signature

glCurrentPaletteMatrixOES( GLuint ( index ) )-> void

Parameters

VariablesDescription
index
specifies the index into the palette's matrices.

Description

glCurrentPaletteMatrixOES defines which of the palette's matrices is affected by subsequent matrix operations when the current matrix mode is GL_MATRIX_PALETTE_OES .

Errors

GL_INVALID_VALUE is generated if index is not between 0 and GL_MAX_PALETTE_MATRICES_OES - 1 .

See Also