Skip to content

raylib.rlPopMatrix

JoeStrout edited this page Apr 29, 2026 · 2 revisions

Pop latest inserted matrix from RLGL.State.stack

Parameters

None.

Return value

None.

Notes

Example

raylib.rlPushMatrix
raylib.rlTranslatef 100, 100, 0
// draw something offset
raylib.rlPopMatrix

Clone this wiki locally