do-matrix ( quot -- )
Factor handbook » UI framework » Implementing new gadgets » Customizing gadget appearance » Implementing custom drawing logic » OpenGL utility words

Prev:do-attribs ( bits quot -- )
Next:with-translation ( loc quot -- )


Vocabulary
opengl

Inputs
quota quotation


Outputs
None

Word description
Saves and restores the current matrix before and after calling the quotation.

Definition