rlGetMatrixProjection method
Implementation
@override
MatrixD rlGetMatrixProjection() => run(
() => RaylibDebugLabels.rlGetMatrixProjection(),
() => rl.Temp.Matrix$.Extract1(
(p) => rl.Rlgl.rlGetMatrixProjection.run1(
p.toJS,
),
),
);