Handbook
Glossary
draw-texture ( texture -- )
Vocabulary
opengl
.
textures
Inputs
texture
an
object
Outputs
None
Definition
USING:
accessors
kernel
opengl.gl
;
IN:
opengl.textures
:
draw-texture
( texture -- )
display-list>>
[
glCallList
]
when*
;