Structure used by load functions to return texture dimensions. More...
#include <ktx.h>
Data Fields | |
GLsizei | width |
GLsizei | height |
GLsizei | depth |
Structure used by load functions to return texture dimensions.
GLsizei KTX_dimensions::depth |
Depth in texels.
GLsizei KTX_dimensions::height |
Height in texels.
GLsizei KTX_dimensions::width |
Width in texels.