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
HwLightSamplerNode.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_HWLIGHTSAMPLERNODE_H
7
#define MATERIALX_HWLIGHTSAMPLERNODE_H
8
9
#include <
MaterialXGenHw/HwImplementation.h
>
10
11
MATERIALX_NAMESPACE_BEGIN
12
13
/// Utility node for sampling lights for hardware languages.
14
class
MX_GENHW_API
HwLightSamplerNode
:
public
HwImplementation
15
{
16
public
:
17
HwLightSamplerNode
();
18
19
static
ShaderNodeImplPtr
create();
20
21
void
emitFunctionDefinition
(
const
ShaderNode
& node,
GenContext
& context,
ShaderStage
& stage)
const override
;
22
};
23
24
MATERIALX_NAMESPACE_END
25
26
#endif
HwImplementation
Definition:
HwImplementation.h:20
ShaderNodeImplPtr
shared_ptr< ShaderNodeImpl > ShaderNodeImplPtr
Shared pointer to a ShaderNodeImpl.
Definition:
Library.h:39
HwLightSamplerNode
Utility node for sampling lights for hardware languages.
Definition:
HwLightSamplerNode.h:14
MATERIALX_NAMESPACE_BEGIN
#define MATERIALX_NAMESPACE_BEGIN
Definition:
Generated.h:25
ShaderNodeImpl::emitFunctionDefinition
virtual void emitFunctionDefinition(const ShaderNode &node, GenContext &context, ShaderStage &stage) const
Emit function definition for the given node instance.
ShaderNode
Definition:
ShaderNode.h:327
GenContext
Definition:
GenContext.h:29
ShaderStage
Definition:
ShaderStage.h:144
MATERIALX_NAMESPACE_END
#define MATERIALX_NAMESPACE_END
Definition:
Generated.h:26
MX_GENHW_API
#define MX_GENHW_API
Definition:
Export.h:18
HwImplementation.h
MaterialXGenHw
Nodes
HwLightSamplerNode.h
Generated on Thu Aug 6 2026 02:13:05 for HDK by
1.8.6