rlGetMatrixProjection method

  1. @override
MatrixD rlGetMatrixProjection()
override

Implementation

@override
MatrixD rlGetMatrixProjection() => run(
  () => RaylibDebugLabels.rlGetMatrixProjection(),
  () => rl.Rlgl.rlGetMatrixProjection().toD(),
);