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