rlSetMatrixProjectionStereo method
Set eyes projection matrices for stereo rendering
Implementation
@override
void rlSetMatrixProjectionStereo(
MatrixD right,
MatrixD left,
) => _wasm.rlSetMatrixProjectionStereo(
$.Matrix$.Ref1(right).toJS,
$.Matrix$.Ref2(left).toJS,
);