Handbook
Glossary
gen-dlist ( -- id )
Vocabulary
opengl
Inputs
None
Outputs
id
an
integer
Word description
Wrapper for
glGenLists
to handle the common case of generating a single display list ID.
Definition
USING:
opengl.gl
;
IN:
opengl
:
gen-dlist
( -- id )
1
glGenLists
;