nw::lyt::TexMap::SetSize Member Function

Syntax

void SetSize(
     u16 width,
     u16 height
);

void SetSize(
     const TexSize & size
);

List of Overloaded Member Functions

SetSize ( u16, u16 ) Sets the texture size (width and height).
SetSize ( const TexSize & ) Sets the texture size (width and height).

Description of SetSize ( u16, u16 )

Sets the texture size (width and height).

Description of SetSize ( const TexSize & )

Sets the texture size (width and height).


CONFIDENTIAL