HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
version.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 #ifndef PXR_IMAGING_HGI_VERSION_H
8 #define PXR_IMAGING_HGI_VERSION_H
9 
10 // 1 -> 2: HgiVulkan: Removed API related to use of SPIRV-Reflect
11 // 2 -> 3: Moved some checks in HgiGL/Metal/Vulkan to Hgi to unify error
12 // checking.
13 
14 #define HGI_API_VERSION 3
15 
16 #endif // PXR_IMAGING_HGI_VERSION_H