rlGetMatrixProjectionStereo method
Get internal projection matrix for stereo render (selected eye)
Implementation
@override
MatrixD rlGetMatrixProjectionStereo(
int eye,
) => $.Matrix$.Extract1(
(p) => _wasm.rlGetMatrixProjectionStereo(
p.toJS,
eye.toJS,
),
);