gl-rect ( loc dim -- )
Factor handbook » UI framework » Implementing new gadgets » Customizing gadget appearance » Implementing custom drawing logic » OpenGL utility words

Prev:gl-fill-rect ( loc dim -- )


Vocabulary
opengl

Inputs
loca pair of integers
dima pair of integers


Outputs
None

Word description
Draws the outline of a rectangle with the top-left corner at the origin and the given dimensions.

Definition