6 #ifndef MATERIALX_HWSURFACENODE_H
7 #define MATERIALX_HWSURFACENODE_H
29 virtual const string& getBsdfInputName()
const;
32 virtual const string& getEdfInputName()
const;
35 virtual const string& getOpacityInputName()
const;
shared_ptr< ShaderNodeImpl > ShaderNodeImplPtr
Shared pointer to a ShaderNodeImpl.
#define MATERIALX_NAMESPACE_BEGIN
Surface node implementation for hardware languages.
#define MATERIALX_NAMESPACE_END
virtual void createVariables(const ShaderNode &node, GenContext &context, Shader &shader) const
virtual void emitFunctionCall(const ShaderNode &node, GenContext &context, ShaderStage &stage) const
Emit the function call or inline source code for given node instance in the given context...