rlGetMatrixProjectionStereo method

MatrixC rlGetMatrixProjectionStereo(
  1. int eye
)

Implementation

MatrixC rlGetMatrixProjectionStereo(int eye) {
  return _rlGetMatrixProjectionStereo(eye);
}