From df14cac5b1ddd54c37db74cbea5d8a32f4022d74 Mon Sep 17 00:00:00 2001 From: Ian Elliott Date: Fri, 4 Sep 2015 14:02:04 -0600 Subject: WSI: Convert from VERSION to REVISION --- loader/wsi_swapchain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'loader') 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( -- cgit v1.2.3