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
tdta texture-data-target
levelan integer
locan integer or sequence of integers
imagean 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