glMatrixMode - part-cw/lambdanative GitHub Wiki

(glMatrixMode mode)

glMatrixMode specify which matrix is the current matrix.

Parameter Description
mode Specifies which matrix stack is the target for subsequent matrix operations

Example

None provided.