image>texture-data ( image -- dim texture-data )


Vocabulary
gpu.textures

Inputs
imagean image


Outputs
dima sequence of integers
texture-dataa texture-data


Word description
Constructs a texture-data tuple referencing the pixel data from an image.

Definition