Handbook
Glossary
texture-3d
GPU-accelerated rendering
»
Texture objects
»
texture
Prev:
texture-2d
Next:
texture-cube-map
Vocabulary
gpu
.
textures
Class description
A three-dimensional
texture
object. Textures of this type are dimensioned by sequences of three integers in calls to
allocate-texture
and
update-texture
.
See also
<texture-3d>
Definition
IN:
gpu.textures
TUPLE:
texture-3d
<
texture
;
Methods
USING:
gpu.textures
gpu.textures.private
kernel
opengl.gl
;
M:
texture-3d
texture-data-gl-target
drop
GL_TEXTURE_3D
;
inline
USING:
gpu.textures
gpu.textures.private
kernel
opengl.gl
;
M:
texture-3d
texture-gl-target
drop
GL_TEXTURE_3D
;
inline