|
Vulkan Schnee 0.0.1
High-performance rendering engine
|
Stores all material extensions. So if another extension for some kind of specific material attribute is needed we can add it here. More...
#include <GltfLoader.h>
Public Member Functions | |
| MaterialExtensions ()=default | |
| MaterialExtensions (const tinygltf::ExtensionMap &material) | |
Public Attributes | |
| std::optional< VulkanSchneeMaterialExtension > | vulkanSchneeMaterialExtension |
Stores all material extensions. So if another extension for some kind of specific material attribute is needed we can add it here.
Definition at line 288 of file GltfLoader.h.
|
default |
|
explicit |
| std::optional<VulkanSchneeMaterialExtension> Engine::Assets::Loaders::GltfLoader::MaterialExtensions::vulkanSchneeMaterialExtension |
Definition at line 293 of file GltfLoader.h.