|
Vulkan Schnee 0.0.1
High-performance rendering engine
|
Represents a single shader parameter that can be either connected or a direct value. More...
#include <GltfLoader.h>
Public Member Functions | |
| ShaderParameter (const tinygltf::Value ¶m) | |
Public Attributes | |
| std::string | type |
| std::string | socketType |
| tinygltf::Value | value |
Represents a single shader parameter that can be either connected or a direct value.
Definition at line 426 of file GltfLoader.h.
|
explicit |
| std::string Engine::Assets::Loaders::GltfLoader::VulkanSchneeMaterialExtension::ShaderParameter::socketType |
Definition at line 431 of file GltfLoader.h.
| std::string Engine::Assets::Loaders::GltfLoader::VulkanSchneeMaterialExtension::ShaderParameter::type |
Definition at line 430 of file GltfLoader.h.
| tinygltf::Value Engine::Assets::Loaders::GltfLoader::VulkanSchneeMaterialExtension::ShaderParameter::value |
Definition at line 432 of file GltfLoader.h.