gl-line ( a b -- )
Factor handbook » UI framework » Implementing new gadgets » Customizing gadget appearance » Implementing custom drawing logic » OpenGL utility words

Prev:make-dlist ( type quot -- id )
Next:gl-fill-rect ( loc dim -- )


Vocabulary
opengl

Inputs
aa pair of integers
ba pair of integers


Outputs
None

Word description
Draws a line between two points.

Definition