You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just as with textures, we can separate the loading of a glTF2 model using tinygltf from the actual upload of data to the GPU. This way, we can run models in separate threads while the engine's Vulkan backend is being initialized. This all falls into the regime of parallelization of the engine using taskflow and creating an asynchronous resource loading mechanism.
We need more planing + discussion about loading resources (textures, sounds..) asynchronously.