HDK
|
#include <MaterialXGenShader/Library.h>
#include <MaterialXGenShader/Export.h>
#include <MaterialXCore/Util.h>
Go to the source code of this file.
Classes | |
class | ShaderNodeImpl |
class | NopNode |
A no operation node, to be used for organizational nodes that has no code to execute. More... | |
Typedefs | |
using | ShaderGraphInputSocket = ShaderOutput |
using | ShaderNodeImplPtr = shared_ptr< class ShaderNodeImpl > |
Shared pointer to a ShaderNodeImpl. More... | |
Base class for shader node implementations
Definition in file ShaderNodeImpl.h.
using ShaderGraphInputSocket = ShaderOutput |
Definition at line 21 of file ShaderNodeImpl.h.
using ShaderNodeImplPtr = shared_ptr<class ShaderNodeImpl> |
Shared pointer to a ShaderNodeImpl.
Definition at line 24 of file ShaderNodeImpl.h.