HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
combinedMtlxVersion.h
Go to the documentation of this file.
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 
12 
13 #define MTLX_COMBINED_VERSION \
14  ((MATERIALX_MAJOR_VERSION * 100 * 100) + (MATERIALX_MINOR_VERSION * 100) \
15  + MATERIALX_BUILD_VERSION)
16 #endif