nw::lyt::TexSize Structure

Syntax

struct TexSize
{
   u16 width;
   u16 height;
};

Description

The structure holding the width and height of the texture.

Member Variables

width Width.
height Height.

Member Functions

Constructors and Destructors
TexSize Constructor.
operator const Size An operator for converting to Size.

Revision History

2009/09/18
Initial version.

CONFIDENTIAL