MaterialX 1.39.2
|
Library-wide includes and types. More...
#include <algorithm>
#include <cstdlib>
#include <functional>
#include <memory>
#include <set>
#include <string>
#include <unordered_map>
#include <vector>
#include <MaterialXCore/Generated.h>
Go to the source code of this file.
Macros | |
#define | MATERIALX_GENERATE_INDEX(major, minor, build) |
#define | MATERIALX_VERSION_INDEX MATERIALX_GENERATE_INDEX(MATERIALX_MAJOR_VERSION, MATERIALX_MINOR_VERSION, MATERIALX_BUILD_VERSION) |
#define | MATERIALX_SYMBOL_EXPORT |
Platform-specific macros for declaring imported and exported symbols. | |
#define | MATERIALX_SYMBOL_IMPORT |
#define | MATERIALX_EXPORT_EXTERN_TEMPLATE(...) |
#define | MATERIALX_IMPORT_EXTERN_TEMPLATE(...) |
Library-wide includes and types.
This file should be the first include for any public header in the MaterialX library.
#define MATERIALX_GENERATE_INDEX | ( | major, | |
minor, | |||
build ) |