6 #ifndef MATERIALX_HWLIGHTCOMPOUNDNODE_H
7 #define MATERIALX_HWLIGHTCOMPOUNDNODE_H
shared_ptr< ShaderNodeImpl > ShaderNodeImplPtr
Shared pointer to a ShaderNodeImpl.
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_BEGIN
void initialize(const InterfaceElement &element, GenContext &context) override
static ShaderNodeImplPtr create()
void createVariables(const ShaderNode &node, GenContext &context, Shader &shader) const override
Compound node implementation.
void emitFunctionDefinition(const ShaderNode &node, GenContext &context, ShaderStage &stage) const override
Emit function definition for the given node instance.
VariableBlock _lightUniforms
#define MATERIALX_NAMESPACE_END
LightCompound node implementation for hardware languages.