Handbook
Glossary
texture-object ( texture-data-target -- texture )
Vocabulary
gpu
.
textures
.
private
Inputs
texture-data-target
an
object
Outputs
texture
an
object
Definition
IN:
gpu.textures.private
GENERIC:
texture-object
( texture-data-target -- texture )
Methods
USING:
accessors
gpu.textures
gpu.textures.private
;
M:
cube-map-face
texture-object
texture>>
;
inline
USING:
gpu.textures
gpu.textures.private
;
M:
texture
texture-object
;
inline