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
HwTexCoordNode.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_HWTEXCOORDNODE_H
7
#define MATERIALX_HWTEXCOORDNODE_H
8
9
#include <
MaterialXGenShader/Nodes/SourceCodeNode.h
>
10
11
MATERIALX_NAMESPACE_BEGIN
12
13
/// Generic texture coordinate node for hardware languages
14
class
MX_GENSHADER_API
HwTexCoordNode
:
public
ShaderNodeImpl
15
{
16
public
:
17
static
ShaderNodeImplPtr
create();
18
19
void
createVariables
(
const
ShaderNode
& node,
GenContext
& context,
Shader
&
shader
)
const override
;
20
21
void
emitFunctionCall
(
const
ShaderNode
& node,
GenContext
& context,
ShaderStage
& stage)
const override
;
22
23
protected
:
24
virtual
string
getIndex(
const
ShaderNode
& node)
const
;
25
26
static
string
INDEX
;
27
};
28
29
MATERIALX_NAMESPACE_END
30
31
#endif
HwTexCoordNode
Generic texture coordinate node for hardware languages.
Definition:
HwTexCoordNode.h:14
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
SourceCodeNode.h
MX_GENSHADER_API
#define MX_GENSHADER_API
Definition:
Export.h:18
ShaderNodeImpl
Definition:
ShaderNodeImpl.h:30
ShaderNode
Definition:
ShaderNode.h:325
shader
GLuint shader
Definition:
glcorearb.h:785
Shader
Definition:
Shader.h:32
HwTexCoordNode::INDEX
static string INDEX
Definition:
HwTexCoordNode.h:26
GenContext
Definition:
GenContext.h:30
ShaderStage
Definition:
ShaderStage.h:138
MATERIALX_NAMESPACE_END
#define MATERIALX_NAMESPACE_END
Definition:
Generated.h:26
ShaderNodeImpl::createVariables
virtual void createVariables(const ShaderNode &node, GenContext &context, Shader &shader) const
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
HwTexCoordNode.h
Generated on Wed May 14 2025 02:46:26 for HDK by
1.8.6