Skip to content

Commit

Permalink
winevulkan: Enable VK_EXT_hdr_metadata
Browse files Browse the repository at this point in the history
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: #174
  • Loading branch information
misyltoad authored and ivyl committed Jun 7, 2023
1 parent 29f7b49 commit fe9eece
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dlls/winevulkan/make_vulkan
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit fe9eece

Please sign in to comment.