From cfb61a6953b7dde8eb43f129017ab341e0762bb5 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. --- dlls/winevulkan/make_vulkan | 1 - 1 file changed, 1 deletion(-) diff --git a/dlls/winevulkan/make_vulkan b/dlls/winevulkan/make_vulkan index 2611b311b73..fc4fdbf1439 100755 --- a/dlls/winevulkan/make_vulkan +++ b/dlls/winevulkan/make_vulkan @@ -95,7 +95,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.