virtual ImageSize GetTextureSize(unsigned plane = 0) const = 0;
GetTextureSize returns the size of the texture.
Parameters |
Description |
unsigned plane = 0 |
The index of the plane within the texture (defaults to zero, which is the top-level mipmap) |
The size of the texture.