rlSetMatrixProjectionStereo method

void rlSetMatrixProjectionStereo(
  1. MatrixC right,
  2. MatrixC left
)

Set eyes projection matrices for stereo rendering

Implementation

void rlSetMatrixProjectionStereo(MatrixC right, MatrixC left)
  => _rlSetMatrixProjectionStereo(right, left);