Handbook
Glossary
make-texture-display-list ( texture -- dlist )
Vocabulary
opengl
.
textures
.
private
Inputs
texture
an
object
Outputs
dlist
an
object
Definition
USING:
kernel
opengl
opengl.gl
;
IN:
opengl.textures.private
:
make-texture-display-list
( texture -- dlist )
GL_COMPILE
[
[
texture-dim
]
keep
draw-textured-rect
]
make-dlist
;