Handbook
Glossary
bind-tdt ( tdt -- texture )
Vocabulary
gpu
.
textures
.
private
Inputs
tdt
an
object
Outputs
texture
an
object
Definition
USING:
accessors
kernel
opengl.gl
;
IN:
gpu.textures.private
::
bind-tdt
( tdt -- texture )
tdt
texture-object
:>
texture texture
[
texture-gl-target
]
[
handle>>
]
bi
glBindTexture
texture
;
inline