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
ClosureLayerNodeOsl.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_CLOSURELAYERNODEOSL_H
7
#define MATERIALX_CLOSURELAYERNODEOSL_H
8
9
#include <
MaterialXGenOsl/Export.h
>
10
11
#include <
MaterialXGenShader/Nodes/ClosureLayerNode.h
>
12
13
MATERIALX_NAMESPACE_BEGIN
14
15
/// Closure layer node OSL implementation.
16
class
MX_GENOSL_API
ClosureLayerNodeOsl
:
public
ClosureLayerNode
17
{
18
public
:
19
static
ShaderNodeImplPtr
create
();
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
ClosureLayerNodeOsl
Closure layer node OSL implementation.
Definition:
ClosureLayerNodeOsl.h:16
MATERIALX_NAMESPACE_BEGIN
#define MATERIALX_NAMESPACE_BEGIN
Definition:
Generated.h:25
MX_GENOSL_API
#define MX_GENOSL_API
Definition:
Export.h:18
ClosureLayerNode
Closure layer node implementation.
Definition:
ClosureLayerNode.h:14
ShaderNode
Definition:
ShaderNode.h:325
ClosureLayerNode::create
static ShaderNodeImplPtr create()
ClosureLayerNode.h
Export.h
ClosureLayerNode::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...
GenContext
Definition:
GenContext.h:30
ShaderStage
Definition:
ShaderStage.h:138
MATERIALX_NAMESPACE_END
#define MATERIALX_NAMESPACE_END
Definition:
Generated.h:26
MaterialXGenOsl
Nodes
ClosureLayerNodeOsl.h
Generated on Mon Dec 23 2024 02:42:45 for HDK by
1.8.6