rlSetMatrixProjectionStereo function

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

Implementation

void rlSetMatrixProjectionStereo(
  MatrixD right,
  MatrixD left,
) => _module.rlSetMatrixProjectionStereo(right, left);