Handbook
Glossary
do-state ( mode quot -- )
Vocabulary
opengl
.
demo-support
Inputs
mode
a
GLenum
quot
a
quotation
Outputs
None
Word description
Runs the quotation wrapped in a
glBegin
/
glEnd
block.
Definition
USING:
kernel
opengl.gl
;
IN:
opengl.demo-support
:
do-state
( mode quot -- )
swap
glBegin
call
glEnd
;
inline