Handbook
Glossary
(bind-2d-texture) ( texture-id -- )
Vocabulary
images
.
viewer
.
private
Inputs
texture-id
an
object
Outputs
None
Definition
USING:
kernel
opengl.gl
;
IN:
images.viewer.private
:
(bind-2d-texture)
( texture-id -- )
[
GL_TEXTURE_2D
]
dip
glBindTexture
;