diff --git a/README.md b/README.md index 55afcb9..59c32e7 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,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.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. diff --git a/wsi/unsupported_surfaces.hpp b/wsi/unsupported_surfaces.hpp index 20d7d1a..da66e2e 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 299 +#define WSI_LAYER_VK_PATCH 305 /* Convert macros to string */ #define STRINGIFY(x) #x