rlGetMatrixProjection method

  1. @override
MatrixD rlGetMatrixProjection()
override

Implementation

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