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 u16 Width.
height u16 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