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

Async EXR header load request tracked by the ECS asset pipeline. More...

#include <EcsData.h>

Public Attributes

std::filesystem::path path
 Source EXR path.
std::future< Engine::Assets::Textures::ExrHeaderfuture
 Future that resolves to parsed EXR header metadata.

Detailed Description

Async EXR header load request tracked by the ECS asset pipeline.

Definition at line 124 of file EcsData.h.

Member Data Documentation

◆ future

std::future<Engine::Assets::Textures::ExrHeader> Engine::Ecs::ExrHeaderFuture::future

Future that resolves to parsed EXR header metadata.

Definition at line 133 of file EcsData.h.

◆ path

std::filesystem::path Engine::Ecs::ExrHeaderFuture::path

Source EXR path.

Definition at line 128 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