pyktx.ktx_texture_create_storage module

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

Bases: IntEnum

Enum for requesting, or not, allocation of storage for images.

ALLOC = 1

Allocate image storage.

NO = 0

Don’t allocate any image storage.