|
Vulkan Schnee 0.0.1
High-performance rendering engine
|
Async glTF model load request tracked by the ECS asset pipeline. More...
#include <EcsData.h>
Public Attributes | |
| std::filesystem::path | path |
| Source glTF path. | |
| std::future< tinygltf::Model > | future |
| Future that resolves to a parsed tinygltf model. | |
Async glTF model load request tracked by the ECS asset pipeline.
| std::future<tinygltf::Model> Engine::Ecs::GltfModelFuture::future |
| std::filesystem::path Engine::Ecs::GltfModelFuture::path |