make-dlist ( type quot -- id )
Factor handbook » UI framework » Implementing new gadgets » Customizing gadget appearance » Implementing custom drawing logic » OpenGL utility words

Prev:with-translation ( loc quot -- )
Next:gl-line ( a b -- )


Vocabulary
opengl

Inputs
typeone of GL_COMPILE or GL_COMPILE_AND_EXECUTE
quota quotation


Outputs
idan OpenGL texture ID


Word description
Compiles the results of calling the quotation into a new OpenGL display list.

Definition