Files
how-to-vulkan/ktx/build/docs/man/man3/deprecated.3
T
2026-06-14 19:09:18 +01:00

86 lines
1.9 KiB
Plaintext

.TH "deprecated" 3 "Sun Jun 14 2026 18:00:57" "Version 0.0.0" "libktx Reference" \" -*- nroff -*-
.ad l
.nh
.SH NAME
deprecated \- Deprecated List
.PP
.PP
.IP "\fBGlobal \fBKTX_error_code\fP
.IP "" 1c
Use \fBktx_error_code_e\fP\&.
.PP
.IP "\fBGlobal \fBKTX_TF_BC1\fP
.IP "" 1c
Use \fBKTX_TTF_BC1_RGB\fP\&.
.PP
.IP "\fBGlobal \fBKTX_TF_BC3\fP
.IP "" 1c
Use \fBKTX_TTF_BC3_RGBA\fP\&.
.PP
.IP "\fBGlobal \fBKTX_TF_BC4\fP
.IP "" 1c
Use \fBKTX_TTF_BC4_R\fP\&.
.PP
.IP "\fBGlobal \fBKTX_TF_BC5\fP
.IP "" 1c
Use \fBKTX_TTF_BC5_RG\fP\&.
.PP
.IP "\fBGlobal \fBKTX_TF_BC7_M6_OPAQUE_ONLY\fP
.IP "" 1c
Use \fBKTX_TTF_BC7_RGBA\fP
.PP
.IP "\fBGlobal \fBKTX_TF_ETC1\fP
.IP "" 1c
Use \fBKTX_TTF_ETC1_RGB\fP\&.
.PP
.IP "\fBGlobal \fBKTX_TF_ETC2\fP
.IP "" 1c
Use \fBKTX_TTF_ETC\fP\&.
.PP
.IP "\fBGlobal \fBKTX_TF_PVRTC1_4_OPAQUE_ONLY\fP
.IP "" 1c
Use \fBKTX_TTF_PVRTC1_4_RGB\fP\&.
.PP
.IP "\fBGlobal \fBKTX_TTF_BC7_M5_RGBA\fP
.IP "" 1c
Use \fBKTX_TTF_BC7_RGBA\fP\&.
.PP
.IP "\fBGlobal \fBKTX_TTF_BC7_M6_RGB\fP
.IP "" 1c
Use \fBKTX_TTF_BC7_RGBA\fP\&.
.PP
.IP "\fBGlobal \fBktxBasisParams::separateRGToRGB_A\fP
.IP "" 1c
This was and is a no-op\&. 2-component inputs have always been automatically separated using an "rrrg" inputSwizzle\&.
.PP
.IP "\fBGlobal \fBktxTexture2::ktxTexture2_GetOETF\fP (\fBktxTexture2\fP *This)
.IP "" 1c
Use ktxTexture2_GetTransferFunction_e\&.
.PP
.IP "\fBGlobal \fBktxTexture2::ktxTexture2_GetOETF_e\fP (\fBktxTexture2\fP *This)
.IP "" 1c
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\&.
.PP
.IP "\fBGlobal \fBktxTexture2::ktxTexture2_SetOETF\fP (\fBktxTexture2\fP *This, khr_df_transfer_e tf)
.IP "" 1c
Use ktxTexture2_SetTransferFunction\&.
.PP