Updating the api version to 1.4.325

Signed-off-by: Ginu Jacob <ginu.jacob@arm.com>
Change-Id: I0808c23a48ea7c11341cf93b342ca6c76a577c8a
This commit is contained in:
Ginu Jacob 2025-10-09 14:55:46 +01:00
parent 93a5d29657
commit ff882b5f84
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 ### 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. 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", "name": "VK_LAYER_window_system_integration",
"type": "GLOBAL", "type": "GLOBAL",
"library_path": "./libVkLayer_window_system_integration.so", "library_path": "./libVkLayer_window_system_integration.so",
"api_version": "1.4.299", "api_version": "1.4.325",
"implementation_version": "1", "implementation_version": "1",
"description": "Window system integration layer", "description": "Window system integration layer",
"functions": { "functions": {

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 305 #define WSI_LAYER_VK_PATCH 325
/* Convert macros to string */ /* Convert macros to string */
#define STRINGIFY(x) #x #define STRINGIFY(x) #x