From fe8543b0b5231e45bd435efcd8184745fe91d021 Mon Sep 17 00:00:00 2001 From: Ian Elliott Date: Wed, 15 Feb 2017 20:12:11 +0000 Subject: Revert "Temporarily disable enumeration of VK_KHR_incremental_present" This reverts commit 15b1cb2e57435514b4810f27e5ee01a2e480b338. Change-Id: Ia4d6a75a6fc71107145e7273e891e1efb0f3eb9a --- vulkan/libvulkan/driver.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'vulkan/libvulkan/driver.cpp') diff --git a/vulkan/libvulkan/driver.cpp b/vulkan/libvulkan/driver.cpp index a23056c439..32f777dc87 100644 --- a/vulkan/libvulkan/driver.cpp +++ b/vulkan/libvulkan/driver.cpp @@ -739,10 +739,8 @@ VkResult EnumerateDeviceExtensionProperties( const InstanceData& data = GetData(physicalDevice); static const std::array loader_extensions = {{ // WSI extensions -#if 0 // Remove this "#if 0" once the VK_KHR_incremental_present extension is ratified {VK_KHR_INCREMENTAL_PRESENT_EXTENSION_NAME, VK_KHR_INCREMENTAL_PRESENT_SPEC_VERSION}, -#endif {VK_GOOGLE_DISPLAY_TIMING_EXTENSION_NAME, VK_GOOGLE_DISPLAY_TIMING_SPEC_VERSION}, }}; -- cgit v1.2.3-59-g8ed1b