mirror of
https://gitee.com/openharmony/third_party_mesa3d
synced 2025-03-03 07:38:31 +00:00
vk: Bump vulkan.h version to 0.138
This commit is contained in:
parent
55781f8d02
commit
73a8f9543a
@ -41,7 +41,7 @@ extern "C" {
|
|||||||
((major << 22) | (minor << 12) | patch)
|
((major << 22) | (minor << 12) | patch)
|
||||||
|
|
||||||
// Vulkan API version supported by this file
|
// 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;
|
#define VK_DEFINE_HANDLE(obj) typedef struct obj##_T* obj;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user