![]() |
libktx Reference 4.3.2
Libraries and tools to create and read KTX image texture files.
|
Functions to return a string corresponding to various enumerations. More...
Functions | |
const char * | ktxErrorString (KTX_error_code error) |
Return a string corresponding to a KTX error code. | |
const char * | ktxTranscodeFormatString (ktx_transcode_fmt_e format) |
Return a string corresponding to a transcode format enumeration. | |
const char * | ktxSupercompressionSchemeString (ktxSupercmpScheme scheme) |
Return a string corresponding to a supercompressionScheme enumeration. | |
const char * | ktxBUImageFlagsBitString (ktx_uint32_t bit_index, bool bit_value) |
Return a string corresponding to a bu_image_flags bit. | |
Functions to return a string corresponding to various enumerations.
const char * ktxBUImageFlagsBitString | ( | ktx_uint32_t | bit_index, |
bool | bit_value | ||
) |
Return a string corresponding to a bu_image_flags bit.
bit_index | the bu_image_flag bit to test. |
bit_value | the bu_image_flag bit value. |
const char * ktxErrorString | ( | KTX_error_code | error | ) |
Return a string corresponding to a KTX error code.
error | the error code for which to return a string |
const char * ktxSupercompressionSchemeString | ( | ktxSupercmpScheme | scheme | ) |
Return a string corresponding to a supercompressionScheme enumeration.
scheme | the supercompression scheme for which to return a string. |
const char * ktxTranscodeFormatString | ( | ktx_transcode_fmt_e | format | ) |
Return a string corresponding to a transcode format enumeration.
format | the transcode format for which to return a string. |