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
MaterialNode.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_MATERIALNODE_H
7
#define MATERIALX_MATERIALNODE_H
8
9
#include <
MaterialXGenShader/Export.h
>
10
11
#include <
MaterialXGenShader/ShaderNodeImpl.h
>
12
13
MATERIALX_NAMESPACE_BEGIN
14
15
/// Material node implementation
16
class
MX_GENSHADER_API
MaterialNode
:
public
ShaderNodeImpl
17
{
18
public
:
19
static
ShaderNodeImplPtr
create();
20
21
void
addClassification
(
ShaderNode
& node)
const override
;
22
void
emitFunctionCall
(
const
ShaderNode
& node,
GenContext
& context,
ShaderStage
& stage)
const override
;
23
};
24
25
MATERIALX_NAMESPACE_END
26
27
#endif
ShaderNodeImplPtr
shared_ptr< ShaderNodeImpl > ShaderNodeImplPtr
Shared pointer to a ShaderNodeImpl.
Definition:
Library.h:40
MATERIALX_NAMESPACE_BEGIN
#define MATERIALX_NAMESPACE_BEGIN
Definition:
Generated.h:25
Export.h
ShaderNodeImpl::addClassification
virtual void addClassification(ShaderNode &node) const
Add additional classifications on a node.
MX_GENSHADER_API
#define MX_GENSHADER_API
Definition:
Export.h:18
MaterialNode
Material node implementation.
Definition:
MaterialNode.h:16
ShaderNodeImpl
Definition:
ShaderNodeImpl.h:30
ShaderNodeImpl.h
ShaderNode
Definition:
ShaderNode.h:325
GenContext
Definition:
GenContext.h:30
ShaderStage
Definition:
ShaderStage.h:138
MATERIALX_NAMESPACE_END
#define MATERIALX_NAMESPACE_END
Definition:
Generated.h:26
ShaderNodeImpl::emitFunctionCall
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...
MaterialXGenShader
Nodes
MaterialNode.h
Generated on Tue Apr 29 2025 02:43:47 for HDK by
1.8.6