HDK
|
Metadata to be exported to generated shader. More...
#include <ShaderNode.h>
Public Member Functions | |
ShaderMetadata (const string &n, TypeDesc t, ValuePtr v=nullptr) | |
Public Attributes | |
string | name |
TypeDesc | type |
ValuePtr | value |
Metadata to be exported to generated shader.
Definition at line 40 of file ShaderNode.h.
Definition at line 45 of file ShaderNode.h.
string ShaderMetadata::name |
Definition at line 42 of file ShaderNode.h.
TypeDesc ShaderMetadata::type |
Definition at line 43 of file ShaderNode.h.
ValuePtr ShaderMetadata::value |
Definition at line 44 of file ShaderNode.h.