rlMatrixMode method

void rlMatrixMode(
  1. int mode
)

Implementation

void rlMatrixMode(int mode) {
  return _rlMatrixMode(mode);
}