VisuTwin Canvas
C++ 3D Engine — Metal Backend
Loading...
Searching...
No Matches
Assets

Resource loading pipeline with async worker and main-thread dispatch. More...

Collaboration diagram for Assets:

Classes

class  visutwin::canvas::Asset
 Loadable resource wrapper supporting textures, containers (GLB), and fonts. More...
class  visutwin::canvas::ResourceLoader
 Async resource loader with background I/O thread, pixel decoding, and main-thread callbacks. More...

Detailed Description

Resource loading pipeline with async worker and main-thread dispatch.

ResourceLoader, TextureResourceHandler, ContainerResourceHandler, FontResourceHandler.