Loading...
Searching...
No Matches
combinedMtlxVersion.h
1//
2// Copyright 2025 Pixar
3//
4// Licensed under the terms set forth in the LICENSE.txt file available at
5// https://openusd.org/license.
6//
7
8#ifndef PXR_IMAGING_HD_MTLX_COMBINEDVERSION_H
9#define PXR_IMAGING_HD_MTLX_COMBINEDVERSION_H
10
11#include <MaterialXCore/Generated.h>
12
13#define MTLX_COMBINED_VERSION \
14 ((MATERIALX_MAJOR_VERSION * 100 * 100) + (MATERIALX_MINOR_VERSION * 100) \
15 + MATERIALX_BUILD_VERSION)
16#endif