[PATCH 0/1] MR1912: 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. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/1912
From: Joshua Ashton <joshua(a)froggi.es> 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 801b804745f..d91c502fa74 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", "VK_KHR_external_semaphore_win32", -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/1912
participants (2)
-
Joshua Ashton -
Joshua Ashton (@joshua)