nulldrv: Fix swapchain compile error
authorJon Ashburn <jon@lunarg.com>
Thu, 24 Dec 2015 23:59:07 +0000 (16:59 -0700)
committerJon Ashburn <jon@lunarg.com>
Tue, 29 Dec 2015 21:42:04 +0000 (14:42 -0700)
icd/nulldrv/nulldrv.c

index e959038..3e2d53f 100644 (file)
@@ -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,
     }
 };