Skip to main content

Module texture_cache

Module texture_cache 

Source
Expand description

Texture cache for efficient GPU resource management.

Caches decoded images to avoid repeated loading and decoding operations.

Modules§

sync
Thread-safe texture cache wrapper.

Structs§

CacheStats
Cache statistics for monitoring.
TextureCache
Texture cache for managing decoded image data.
TextureCacheConfig
Configuration for the texture cache.