From 3505b7124295b40e5d462dc1f49235aa18ffd351 Mon Sep 17 00:00:00 2001 From: Joshua Ashton Date: Thu, 5 Jan 2023 08:57:27 +0000 Subject: [PATCH] winevulkan: Enable VK_EXT_hdr_metadata This works fine with the new struct conversions, and is needed for HDR with native Vulkan games such as Doom Eternal and games using HDR with DXVK and VKD3D-Proton. Link: https://github.com/ValveSoftware/wine/pull/174 --- dlls/winevulkan/make_vulkan | 1 - 1 file changed, 1 deletion(-) diff --git a/dlls/winevulkan/make_vulkan b/dlls/winevulkan/make_vulkan index c2eb72f374a..9ac1f5875f2 100755 --- a/dlls/winevulkan/make_vulkan +++ b/dlls/winevulkan/make_vulkan @@ -97,7 +97,6 @@ UNSUPPORTED_EXTENSIONS = [ # Device extensions "VK_AMD_display_native_hdr", "VK_EXT_full_screen_exclusive", - "VK_EXT_hdr_metadata", # Needs WSI work. "VK_GOOGLE_display_timing", "VK_KHR_external_fence_win32", # Relates to external_semaphore and needs type conversions in bitflags.