nw::lyt::res::Lim Structure

Syntax

struct Lim
{
   ut::BinaryFileHeader fileHeader;
};

Description

Texture image resource file header header.

res::FILESIGNATURE_CLIM is specified for kind in fileHeader.

The structure of the texture image resource file is shown below.

・ u8 textureImage[imageSize]
Lim limHeader
Image imageInfo
ImageSize imageSize

The texture image is located at the head of the file due to hardware restrictions on alignment.

ImageSize is stored at the end of the file.

Member Variables

fileHeader ut::BinaryFileHeader The file header.

Revision History

2010/01/26
Initial version.

CONFIDENTIAL