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