Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 274f0bb8 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Temporarily disable enumeration of VK_KHR_incremental_present"

parents 6e0e9479 15b1cb2e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -739,8 +739,10 @@ VkResult EnumerateDeviceExtensionProperties(
    const InstanceData& data = GetData(physicalDevice);
    static const std::array<VkExtensionProperties, 2> 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},
    }};