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