libktx Reference 4.3.2
Libraries and tools to create and read KTX image texture files.
Loading...
Searching...
No Matches
Deprecated List
Global KTX_error_code

Global KTX_SUPERCOMPRESSION_BASIS
Will be removed before v4 release. Use KTX_SS_BASIS_LZ instead.
Global KTX_SUPERCOMPRESSION_ZSTD
Will be removed before v4 release. Use KTX_SS_ZSTD instead.
Global ktx_texture_decode_flags
Will be dropped before V4 release.
Global ktx_texture_transcode_fmt_e
Will be dropped before V4 release.
Global KTX_TF_BC1
. Use KTX_TTF_BC1_RGB.
Global KTX_TF_BC3
. Use KTX_TTF_BC3_RGBA.
Global KTX_TF_BC4
. Use KTX_TTF_BC4_R.
Global KTX_TF_BC5
. Use KTX_TTF_BC5_RG.
Global KTX_TF_BC7_M6_OPAQUE_ONLY
. Use KTX_TTF_BC7_RGBA
Global KTX_TF_ETC1
. Use KTX_TTF_ETC1_RGB.
Global KTX_TF_ETC2
. Use KTX_TTF_ETC.
Global KTX_TF_PVRTC1_4_OPAQUE_ONLY
. Use KTX_TTF_PVRTC1_4_RGB.
Global KTX_TTF_BC7_M5_RGBA
. Use KTX_TTF_BC7_RGBA.
Global KTX_TTF_BC7_M6_RGB
. Use KTX_TTF_BC7_RGBA.
Global ktxBasisParams::separateRGToRGB_A
. This was and is a no-op. 2-component inputs have always been automatically separated using an "rrrg" inputSwizzle.
Global ktxTexture2::ktxTexture2_GetOETF (ktxTexture2 *This)
Retained for backward compatibility. Use ktxTexture2_GetOETF_e()
Global ktxTexture_GetSize
Will be dropped before V4 release.