Merge 'Fix WSI version to suite the Vulkan header version' into 'main'

See merge request mesa/vulkan-wsi-layer!150
This commit is contained in:
Iason Paraskevopoulos 2025-04-23 11:20:19 +00:00
commit a6de7b407e
2 changed files with 2 additions and 2 deletions

View file

@ -54,7 +54,7 @@ The ICDs installed in the system are required to support the following extension
### Vulkan Header Version ### Vulkan Header Version
The Vulkan WSI Layer has been validated against Vulkan header version 1.4.299. The Vulkan WSI Layer has been validated against Vulkan header version 1.4.305.
If you are using a Vulkan header version newer than this, a warning will appear during compilation. If you are using a Vulkan header version newer than this, a warning will appear during compilation.

View file

@ -26,7 +26,7 @@
#include <vulkan/vulkan.h> #include <vulkan/vulkan.h>
#include <array> #include <array>
/* Define the patch version directly as macros */ /* Define the patch version directly as macros */
#define WSI_LAYER_VK_PATCH 299 #define WSI_LAYER_VK_PATCH 305
/* Convert macros to string */ /* Convert macros to string */
#define STRINGIFY(x) #x #define STRINGIFY(x) #x