Vulkan Schnee 0.0.1
High-performance rendering engine
Loading...
Searching...
No Matches
Engine::Ecs::GltfModelFuture Struct Reference

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.

Detailed Description

Async glTF model load request tracked by the ECS asset pipeline.

Definition at line 154 of file EcsData.h.

Member Data Documentation

◆ future

std::future<tinygltf::Model> Engine::Ecs::GltfModelFuture::future

Future that resolves to a parsed tinygltf model.

Definition at line 163 of file EcsData.h.

◆ path

std::filesystem::path Engine::Ecs::GltfModelFuture::path

Source glTF path.

Definition at line 158 of file EcsData.h.


The documentation for this struct was generated from the following file:
  • /home/magerbeton/Documents/gl3-vulkan/Engine/include/Engine/Ecs/EcsData.h