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
Generated.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_GENERATED_H
7
#define MATERIALX_GENERATED_H
8
9
#define MATERIALX_MAJOR_VERSION 1
10
#define MATERIALX_MINOR_VERSION 38
11
#define MATERIALX_BUILD_VERSION 10
12
13
#define MATERIALX_BUILD_SHARED_LIBS
14
15
// Establish namespace:
16
namespace
MaterialX_v1_38_10
17
{
18
}
19
20
// Establish alias to allow downstream clients to still use the MaterialX namespace:
21
namespace
MaterialX = MaterialX_v1_38_10;
22
23
// All code in this project must use these macros for opening and closing the
24
// global MaterialX namespace:
25
#define MATERIALX_NAMESPACE_BEGIN namespace MaterialX_v1_38_10 {
26
#define MATERIALX_NAMESPACE_END }
27
28
#endif
MaterialXCore
Generated.h
Generated on Wed Apr 23 2025 02:43:04 for HDK by
1.8.6