pyktx.ktx_pack_astc_encoder_mode module

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

Bases: IntEnum

Options specifying ASTC encoder profile mode.

This and function is used later to derive the profile.

DEFAULT = 0
HDR = 2
LDR = 1
MAX = 2