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 ut::BinaryBlockHeader Header.
width ut::ResU16 The width of the image.
height ut::ResU16 The height of the image.
format ut::ResU8 The format of the image data. (lyt::TexFormat)
padding ut::ResU8 (Not used.)

See Also

Lim

Revision History

2010/01/26
Initial version.

CONFIDENTIAL