nw::lyt::res::Image Structure

Syntax

struct Image
{
   ut::BinaryBlockHeader blockHeader;
   ut::ResU16 width;
   ut::ResU16 height;
   ut::ResU8 format;
   ut::ResU8 padding[3];
};

Description

Data block for texture image information.

res::DATABLOCKKIND_IMAGE is specified for kind in blockHeader.

Member Variables

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.)

See Also

Lim

Revision History

2010/01/26
Initial version.

CONFIDENTIAL