rlGetMatrixProjectionStereo method

MatrixC rlGetMatrixProjectionStereo(
  1. int eye
)

Get internal projection matrix for stereo render (selected eye)

Implementation

MatrixC rlGetMatrixProjectionStereo(int eye)
  => _rlGetMatrixProjectionStereo(eye);