mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 04:30:10 +01:00
vk: Bump vulkan.h version to 0.138
This commit is contained in:
parent
55781f8d02
commit
73a8f9543a
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, 131, 0)
|
||||
#define VK_API_VERSION VK_MAKE_VERSION(0, 138, 0)
|
||||
|
||||
|
||||
#define VK_DEFINE_HANDLE(obj) typedef struct obj##_T* obj;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue