diff options
| -rw-r--r-- | loader/wsi_swapchain.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/wsi_swapchain.c b/loader/wsi_swapchain.c index 683945e5..20e785d0 100644 --- a/loader/wsi_swapchain.c +++ b/loader/wsi_swapchain.c @@ -36,7 +36,7 @@ static const VkExtensionProperties wsi_swapchain_extension_info = { .extName = VK_EXT_KHR_SWAPCHAIN_EXTENSION_NAME, - .specVersion = VK_EXT_KHR_SWAPCHAIN_VERSION, + .specVersion = VK_EXT_KHR_SWAPCHAIN_REVISION, }; void wsi_swapchain_add_instance_extensions( |
