rlSetMatrixProjectionStereo method
Implementation
void rlSetMatrixProjectionStereo(
MatrixD right,
MatrixD left,
) => run(
() => 'rlSetMatrixProjectionStereo($right, $left)',
() => rl.Rlgl.rlSetMatrixProjectionStereo(
rl.Temp.Matrix$.Ref1(right).ref,
rl.Temp.Matrix$.Ref2(left).ref,
),
);