Structure used to pass image data to ktxWriteKTX. More...
#include <ktx.h>
Data Fields | |
GLsizei | size |
GLubyte * | data |
Structure used to pass image data to ktxWriteKTX.
ktxTexture_SetImageFromMemory()
or ktxTexture_SetImageFromStdioStream(). Retained for backward compatibility with Versions 1 & 2.
GLubyte* KTX_image_info::data |
Pointer to the image data.
GLsizei KTX_image_info::size |
Size of the image data in bytes.