Welcome to Python-flavored Magnum! Please note that, while already being rather stable, this functionality is still considered experimental and some APIs might get changed without preserving full backwards compatibility.

magnum.trade.TextureData class

Texture data

Properties

image: int get
Image ID
magnification_filter: SamplerFilter get
Magnification filter
minification_filter: SamplerFilter get
Minification filter
mipmap_filter: SamplerMipmap get
Mipmap filter
type: TextureType get
Texture type
wrapping: typing.Tuple[SamplerWrapping, SamplerWrapping, SamplerWrapping] get
Wrapping