mirror of
https://gitlab.freedesktop.org/mesa/vulkan-wsi-layer.git
synced 2025-12-20 06:50:08 +01:00
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:
commit
a6de7b407e
2 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue