From: Jon Ashburn Date: Thu, 24 Dec 2015 23:59:07 +0000 (-0700) Subject: nulldrv: Fix swapchain compile error X-Git-Tag: upstream/1.1.92~4245 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2b9357ea66386a5d66429c140e945a27330f4819;p=platform%2Fupstream%2FVulkan-Tools.git nulldrv: Fix swapchain compile error --- diff --git a/icd/nulldrv/nulldrv.c b/icd/nulldrv/nulldrv.c index e959038..3e2d53f 100644 --- a/icd/nulldrv/nulldrv.c +++ b/icd/nulldrv/nulldrv.c @@ -52,7 +52,7 @@ static const VkExtensionProperties nulldrv_instance_extensions[NULLDRV_EXT_COUNT const VkExtensionProperties nulldrv_device_exts[1] = { { .extensionName = VK_KHR_SWAPCHAIN_EXTENSION_NAME, - .specVersion = VK_KHR_SWAPCHAIN_REVISION, + .specVersion = VK_KHR_SWAPCHAIN_SPEC_VERSION, } };