rlSetMatrixProjectionStereo function

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

Implementation

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