Handbook
Glossary
update-texture-image ( tdt level loc image -- )
GPU-accelerated rendering
ยป
Texture objects
Prev:
allocate-texture-image ( tdt level image -- )
Next:
read-texture-image ( tdt level -- image )
Vocabulary
gpu
.
textures
Inputs
tdt
a
texture-data-target
level
an
integer
loc
an
integer
or sequence of integers
image
an
image
Outputs
None
Word description
Updates the linear, rectangular, or cubic subregion of a
texture-data-target
bounded by
loc
and
dim
with new image data from an
image
object.
See also
update-compressed-texture
,
update-texture
Definition
IN:
gpu.textures
:
update-texture-image
( tdt level loc image -- )
image>texture-data
update-texture
;
inline