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

Async KTX2 texture load request tracked by the ECS asset pipeline. More...

#include <EcsData.h>

Public Attributes

std::filesystem::path path
 Source KTX2 path.
std::future< Engine::Assets::Textures::Ktx2TextureDatafuture
 Future that resolves to loaded KTX2 texture data.

Detailed Description

Async KTX2 texture load request tracked by the ECS asset pipeline.

Definition at line 139 of file EcsData.h.

Member Data Documentation

◆ future

std::future<Engine::Assets::Textures::Ktx2TextureData> Engine::Ecs::Ktx2LoadFuture::future

Future that resolves to loaded KTX2 texture data.

Definition at line 148 of file EcsData.h.

◆ path

std::filesystem::path Engine::Ecs::Ktx2LoadFuture::path

Source KTX2 path.

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