6 #ifndef MATERIALX_CLOSURECOMPOUNDNODEMDL_H
7 #define MATERIALX_CLOSURECOMPOUNDNODEMDL_H
shared_ptr< ShaderNodeImpl > ShaderNodeImplPtr
Shared pointer to a ShaderNodeImpl.
#define MATERIALX_NAMESPACE_BEGIN
virtual void addClassification(ShaderNode &node) const
Add additional classifications on a node.
static ShaderNodeImplPtr create()
Compound node implementation.
void emitFunctionCall(const ShaderNode &node, GenContext &context, ShaderStage &stage) const override
Emit the function call or inline source code for given node instance in the given context...
#define MATERIALX_NAMESPACE_END
void emitFunctionDefinition(const ShaderNode &node, GenContext &context, ShaderStage &stage) const override
Emit function definition for the given node instance.
Compound node implementation.