nw::lyt::res::ImageSize Structure

Syntax

struct ImageSize
{
   ut::ResU32 imageSize;
};

Description

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.

Member Variables

imageSize The number of bytes of image data. (A multiple of 4)

See Also

Lim

Revision History

2010/01/26
Initial version.

CONFIDENTIAL