diff --git a/README.md b/README.md index ab01f9e..f605511 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/layer/VkLayer_window_system_integration.json b/layer/VkLayer_window_system_integration.json index 850eb89..788dbaf 100644 --- a/layer/VkLayer_window_system_integration.json +++ b/layer/VkLayer_window_system_integration.json @@ -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": { diff --git a/wsi/unsupported_surfaces.hpp b/wsi/unsupported_surfaces.hpp index 0c28bef..01c74d0 100644 --- a/wsi/unsupported_surfaces.hpp +++ b/wsi/unsupported_surfaces.hpp @@ -26,7 +26,7 @@ #include #include /* 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