HDK
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
ClosureSourceCodeNode.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_CLOSURESOURCECODENODE_H
7
#define MATERIALX_CLOSURESOURCECODENODE_H
8
9
#include <
MaterialXGenShader/Nodes/SourceCodeNode.h
>
10
11
MATERIALX_NAMESPACE_BEGIN
12
13
/// @class ClosureSourceCodeNode
14
/// Implemention for a closure node using data-driven static source code.
15
class
MX_GENSHADER_API
ClosureSourceCodeNode
:
public
SourceCodeNode
16
{
17
public
:
18
static
ShaderNodeImplPtr
create
();
19
20
void
emitFunctionCall
(
const
ShaderNode
& node,
GenContext
& context,
ShaderStage
& stage)
const override
;
21
};
22
23
MATERIALX_NAMESPACE_END
24
25
#endif
ShaderNodeImplPtr
shared_ptr< ShaderNodeImpl > ShaderNodeImplPtr
Shared pointer to a ShaderNodeImpl.
Definition:
Library.h:40
ClosureSourceCodeNode
Definition:
ClosureSourceCodeNode.h:15
MATERIALX_NAMESPACE_BEGIN
#define MATERIALX_NAMESPACE_BEGIN
Definition:
Generated.h:25
SourceCodeNode.h
MX_GENSHADER_API
#define MX_GENSHADER_API
Definition:
Export.h:18
SourceCodeNode::emitFunctionCall
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...
SourceCodeNode
Definition:
SourceCodeNode.h:19
ShaderNode
Definition:
ShaderNode.h:325
SourceCodeNode::create
static ShaderNodeImplPtr create()
GenContext
Definition:
GenContext.h:30
ShaderStage
Definition:
ShaderStage.h:138
MATERIALX_NAMESPACE_END
#define MATERIALX_NAMESPACE_END
Definition:
Generated.h:26
MaterialXGenShader
Nodes
ClosureSourceCodeNode.h
Generated on Tue Apr 29 2025 02:43:47 for HDK by
1.8.6