rlGetMatrixViewOffsetStereo method
Implementation
@override
MatrixD rlGetMatrixViewOffsetStereo(
num eye,
) => run(
() => RaylibDebugLabels.rlGetMatrixViewOffsetStereo(eye),
() => rl.Temp.Matrix$.Extract1(
(p) => rl.Rlgl.rlGetMatrixViewOffsetStereo.run2(
p.toJS,
eye.toJS,
),
),
);