|
Vulkan Schnee 0.0.1
High-performance rendering engine
|
Public Attributes | |
| std::filesystem::path | source |
| uint32_t | generation = 1 |
| uint64_t | payloadGeneration = 0 |
| uint64_t | residencyGeneration = 0 |
| std::unordered_map< std::string, Assets::GltfRenderableHandle > | renderablesByName |
Definition at line 188 of file AssetRegistry.h.
| uint32_t Engine::Core::GltfStore::GltfRecord::generation = 1 |
Definition at line 191 of file AssetRegistry.h.
| uint64_t Engine::Core::GltfStore::GltfRecord::payloadGeneration = 0 |
Definition at line 192 of file AssetRegistry.h.
| std::unordered_map<std::string, Assets::GltfRenderableHandle> Engine::Core::GltfStore::GltfRecord::renderablesByName |
Definition at line 194 of file AssetRegistry.h.
| uint64_t Engine::Core::GltfStore::GltfRecord::residencyGeneration = 0 |
Definition at line 193 of file AssetRegistry.h.
| std::filesystem::path Engine::Core::GltfStore::GltfRecord::source |
Definition at line 190 of file AssetRegistry.h.