libktx Reference 4.4.0
Libraries and tools to create and read KTX image texture files.
Loading...
Searching...
No Matches
Deprecated List
Global KTX_error_code
Use ktx_error_code_e.
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)
Use ktxTexture2_GetTransferFunction_e.
Global ktxTexture2::ktxTexture2_GetOETF_e (ktxTexture2 *This)
Use ktxTexture2_GetTransferFunction_e. Now that the KTX specification allows setting of non-linear transfer functions other than sRGB, it is possible for the transfer function to be an EOTF so this name is no longer appropriate.
Global ktxTexture2::ktxTexture2_SetOETF (ktxTexture2 *This, khr_df_transfer_e tf)
Use ktxTexture2_SetTransferFunction.