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

Prev:gl-line ( a b -- )
Next:gl-rect ( loc dim -- )


Vocabulary
opengl

Inputs
loca pair of integers
dima pair of integers


Outputs
None

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

Definition