Name

glCurrentPaletteMatrixOES - defines which of the palette’s matrices is affected by subsequent matrix operations

C Specification

void glCurrentPaletteMatrixOES(GLuint index)

Parameters

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.

Copyright

Copyright © 2003-2004 Silicon Graphics, Inc.

This document is licensed under the SGI Free Software B License. For details, see http://oss.sgi.com/projects/FreeB/.

See Also

glLoadPaletteFromModelViewMatrix, glMatrixIndexPointer, glMatrixMode, glWeightPointer