Merge 'Updating the api version to 1.4.325' into 'main'

See merge request mesa/vulkan-wsi-layer!210
This commit is contained in:
Rosen Zhelev 2025-10-10 15:17:32 +01:00
commit 8f90584f20
3 changed files with 3 additions and 3 deletions

View file

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

View file

@ -5,7 +5,7 @@
"name": "VK_LAYER_window_system_integration",
"type": "GLOBAL",
"library_path": "./libVkLayer_window_system_integration.so",
"api_version": "1.4.299",
"api_version": "1.4.325",
"implementation_version": "1",
"description": "Window system integration layer",
"functions": {

View file

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