texture-data-size ( tdt level -- size )


Vocabulary
gpu.textures

Inputs
tdta texture-data-target
levelan integer


Outputs
sizean integer


Word description
Returns the size in bytes of the image data allocated for the levelth level of detail of a texture-data-target.

Definition