Vulkan Schnee 0.0.1
High-performance rendering engine
Loading...
Searching...
No Matches
Engine::Core::GltfStore::GltfRecord Struct Reference
Collaboration diagram for Engine::Core::GltfStore::GltfRecord:

Public Attributes

std::filesystem::path source
uint32_t generation = 1
uint64_t payloadGeneration = 0
uint64_t residencyGeneration = 0
std::unordered_map< std::string, Assets::GltfRenderableHandlerenderablesByName

Detailed Description

Definition at line 188 of file AssetRegistry.h.

Member Data Documentation

◆ generation

uint32_t Engine::Core::GltfStore::GltfRecord::generation = 1

Definition at line 191 of file AssetRegistry.h.

◆ payloadGeneration

uint64_t Engine::Core::GltfStore::GltfRecord::payloadGeneration = 0

Definition at line 192 of file AssetRegistry.h.

◆ renderablesByName

std::unordered_map<std::string, Assets::GltfRenderableHandle> Engine::Core::GltfStore::GltfRecord::renderablesByName

Definition at line 194 of file AssetRegistry.h.

◆ residencyGeneration

uint64_t Engine::Core::GltfStore::GltfRecord::residencyGeneration = 0

Definition at line 193 of file AssetRegistry.h.

◆ source

std::filesystem::path Engine::Core::GltfStore::GltfRecord::source

Definition at line 190 of file AssetRegistry.h.


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