Module dagon.resource.texture

Texture asset.

Description

The dagon.resource.texture module defines the TextureAsset class for loading GPU textures via the asset manager. The module supports threaded loading, conversion options, persistent buffers, and integration with the virtual file system.

Functions

NameDescription
textureAsset(assetManager, filename) Loads or retrieves a texture asset from the asset manager.

Classes

NameDescription
TextureAsset Represents a texture asset.

Structs

NameDescription
ConversionOptions Options for texture conversion.