HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
MaterialNodeOsl.h
Go to the documentation of this file.
1 //
2 // Copyright Contributors to the MaterialX Project
3 // SPDX-License-Identifier: Apache-2.0
4 //
5 
6 #ifndef MATERIALX_MATERIALNODEOSL_H
7 #define MATERIALX_MATERIALNODEOSL_H
8 
10 
12 
14 
15 /// Material node implementation for OSL
17 {
18  public:
19  static ShaderNodeImplPtr create();
20 
21  void emitFunctionDefinition(const ShaderNode& node, GenContext& context, ShaderStage& stage) const override;
22  void emitFunctionCall(const ShaderNode& node, GenContext& context, ShaderStage& stage) const override;
23 };
24 
26 
27 #endif
shared_ptr< ShaderNodeImpl > ShaderNodeImplPtr
Shared pointer to a ShaderNodeImpl.
Definition: Library.h:40
#define MATERIALX_NAMESPACE_BEGIN
Definition: Generated.h:25
virtual void emitFunctionDefinition(const ShaderNode &node, GenContext &context, ShaderStage &stage) const
Emit function definition for the given node instance.
#define MX_GENOSL_API
Definition: Export.h:18
Material node implementation.
Definition: MaterialNode.h:16
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...
static ShaderNodeImplPtr create()
Material node implementation for OSL.
#define MATERIALX_NAMESPACE_END
Definition: Generated.h:26