Loading...
Searching...
No Matches
version.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#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
12#define HGI_API_VERSION 2
13
14#endif // PXR_IMAGING_HGI_VERSION_H