rlPushMatrix method

void rlPushMatrix()

Push the current matrix to stack

Implementation

void rlPushMatrix() => run(
  () => _debugLabels.rlPushMatrix(),
  () => _flat.rlPushMatrix(),
);