nulldrv: Update to latest extension names
authorCourtney Goeltzenleuchter <courtneygo@google.com>
Wed, 2 Dec 2015 16:15:31 +0000 (09:15 -0700)
committerJon Ashburn <jon@lunarg.com>
Thu, 17 Dec 2015 18:20:06 +0000 (11:20 -0700)
icd/nulldrv/nulldrv.c

index adb4cde3bd7ec58b116fe78db1ac8df624a30169..82c1ee63a4965a275487f9a307bcfdb9cc8aa5cf 100644 (file)
@@ -1421,8 +1421,8 @@ ICD_EXPORT VKAPI_ATTR VkResult VKAPI_CALL vkEnumerateInstanceLayerProperties(
 
 const VkExtensionProperties nulldrv_phy_dev_gpu_exts[1] = {
     {
-        .extensionName = VK_KHR_SWAPCHAIN_EXTENSION_NAME,
-        .specVersion = VK_KHR_SWAPCHAIN_REVISION,
+        .extensionName = VK_KHR_DISPLAY_SWAPCHAIN_EXTENSION_NAME,
+        .specVersion = VK_KHR_DISPLAY_SWAPCHAIN_REVISION,
     }
 };