TexSize();
TexSize(
u16 aWidth,
u16 aHeight
);
TexSize(
const TexSize & other
);
| TexSize ( ) | Constructor. |
| TexSize ( u16, u16 ) | Constructor. |
| TexSize ( const TexSize & ) | Copy constructor. |
Initializes the height and width to 0.
Initializes to the specified height and width.
Copy constructor.
CONFIDENTIAL