MaterialX
1.39.2
Loading...
Searching...
No Matches
EsslSyntax.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_ESSLSYNTAX_H
7
#define MATERIALX_ESSLSYNTAX_H
8
11
12
#include <
MaterialXGenGlsl/GlslSyntax.h
>
13
14
MATERIALX_NAMESPACE_BEGIN
15
17
class
MX_GENGLSL_API EsslSyntax :
public
GlslSyntax
18
{
19
public
:
20
EsslSyntax();
21
22
static
SyntaxPtr
create() {
return
std::make_shared<EsslSyntax>(); }
23
};
24
25
MATERIALX_NAMESPACE_END
26
27
#endif
GlslSyntax.h
GLSL syntax class.
SyntaxPtr
shared_ptr< Syntax > SyntaxPtr
Shared pointer to a Syntax.
Definition
Syntax.h:28
source
MaterialXGenGlsl
EsslSyntax.h
Generated by
1.13.2