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 39
11
#define MATERIALX_BUILD_VERSION 3
12
13
#define MATERIALX_BUILD_SHARED_LIBS
14
15
// Establish namespace:
16
namespace
MaterialX_v1_39_3
17
{
18
}
19
20
// Establish alias to allow downstream clients to still use the MaterialX namespace:
21
namespace
MaterialX = MaterialX_v1_39_3;
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_39_3 {
26
#define MATERIALX_NAMESPACE_END }
27
28
#endif
MaterialXCore
Generated.h
Generated on Wed Aug 27 2025 03:06:44 for HDK by
1.8.6