mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
vk/0.170.2: Bump header version
The header is now fully updated.
This commit is contained in:
parent
c2f94e3a0d
commit
2f1ca71360
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ extern "C" {
|
|||
((major << 22) | (minor << 12) | patch)
|
||||
|
||||
// Vulkan API version supported by this file
|
||||
#define VK_API_VERSION VK_MAKE_VERSION(0, 138, 2)
|
||||
#define VK_API_VERSION VK_MAKE_VERSION(0, 170, 2)
|
||||
|
||||
|
||||
#if defined(__cplusplus) && (_MSC_VER >= 1800 || __cplusplus >= 201103L)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue