rlPushMatrix method
void
rlPushMatrix()
Push the current matrix to stack
Implementation
void rlPushMatrix() => run(
() => _debugLabels.rlPushMatrix(),
() => _flat.rlPushMatrix(),
);
Push the current matrix to stack
void rlPushMatrix() => run(
() => _debugLabels.rlPushMatrix(),
() => _flat.rlPushMatrix(),
);