rlPushMatrix method

  1. @override
void rlPushMatrix()
override

Implementation

@override
void rlPushMatrix() => run(
  () => RaylibDebugLabels.rlPushMatrix(),
  () => rl.Rlgl.rlPushMatrix.run,
);