HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SwizzleNodeMdl.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_SWIZZLENODEMDL_H
7 #define MATERIALX_SWIZZLENODEMDL_H
8 
10 
12 
14 
15 /// Compound node implementation
17 {
18  using Base = SwizzleNode;
19 
20  public:
21  static ShaderNodeImplPtr create();
22 
23  protected:
24  string getVariableName(const ShaderInput* input) const final;
25 };
26 
28 
29 #endif
Compound node implementation.
shared_ptr< ShaderNodeImpl > ShaderNodeImplPtr
Shared pointer to a ShaderNodeImpl.
Definition: Library.h:40
#define MATERIALX_NAMESPACE_BEGIN
Definition: Generated.h:25
#define MX_GENMDL_API
Definition: Export.h:18
virtual string getVariableName(const ShaderInput *input) const
Swizzle node implementation.
Definition: SwizzleNode.h:14
#define MATERIALX_NAMESPACE_END
Definition: Generated.h:26
static ShaderNodeImplPtr create()