struct TexSize
{
u16 width;
u16 height;
};
The structure holding the width and height of the texture.
| width | Width. | |
|---|---|---|
| height | Height. |
| Constructors and Destructors | ||
|---|---|---|
| TexSize | Constructor. | |
| operator const Size | An operator for converting to Size. | |
CONFIDENTIAL