Skip to content

Separate glTF2 model loading from uploading it's vertex data to GPU #268

@IAmNotHanni

Description

@IAmNotHanni

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    cat:enhancementenhancement/requested feature/update of existing features

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions