struct ImageSize
{
ut::ResU32 imageSize;
};
Texture image size information.
This structure stores information on the number of bytes of image data located at the start of the texture image resource file.
| imageSize | The number of bytes of image data. (A multiple of 4) |
|---|
CONFIDENTIAL