pyktx.ktx_transcode_fmt module

class pyktx.ktx_transcode_fmt.KtxTranscodeFmt(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)[source]

Bases: IntEnum

Enumerators for specifying the transcode target format.

ASTC_4x4_RGBA = 10
BC1_OR_3 = 23
BC1_RGB = 2
BC3_RGBA = 3
BC4_R = 4
BC5_RG = 5
BC7_RGBA = 6
BGR565 = 15
ETC = 22
ETC1_RGB = 0
ETC2_EAC_R11 = 20
ETC2_EAC_RG11 = 21
ETC2_RGBA = 1
NO_SELECTION = 2147483647
PVRTC1_4_RGB = 8
PVRTC1_4_RGBA = 9
PVRTC2_4_RGB = 18
PVRTC2_4_RGBA = 19
RGB565 = 14
RGBA32 = 13
RGBA4444 = 16