Candera AssetLoader

Asynchronous asset loading

Assets can be loaded asynchronously now. A new CMake flag CANDERA_ASSETLOADER_WORKER_THREAD_ENABLED specifies if the asynchronous asset load requests are handled on a dedicated thread or on the caller one. To load the assets asynchronously, a new interface was added - AsyncAssetProviderProxy - available from any AssetProvider implementation via the AssetProvider::AsyncProxy() method.



Revision #2
Created 2023-03-02 02:31:03 UTC by Kanai Tomoaki
Updated 2023-06-13 13:21:20 UTC by Kanai Tomoaki