Texture::GetTextureSize

Texture::GetTextureSize
virtual ImageSize GetTextureSize(unsigned plane = 0) const = 0;
Description

GetTextureSize returns the size of the texture.

Parameters
Parameters 
Description 
unsigned plane = 0 
The index of the plane within the texture (defaults to zero, which is the top-level mipmap) 
Return Value

The size of the texture.