struct Image
{
ut::BinaryBlockHeader blockHeader;
ut::ResU16 width;
ut::ResU16 height;
ut::ResU8 format;
ut::ResU8 padding[3];
};
Data block for texture image information.
res::DATABLOCKKIND_IMAGE is specified for kind in blockHeader.
| blockHeader | Header. | |
|---|---|---|
| width | The width of the image. | |
| height | The height of the image. | |
| format | The format of the image data. (lyt::TexFormat) | |
| padding | (Not used.) |
CONFIDENTIAL