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: ValveSoftware#174
  • Loading branch information
misyltoad authored and ivyl committed Jan 5, 2023
1 parent eaf4652 commit 4e4fde4
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 @@ -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.
Expand Down

0 comments on commit 4e4fde4

Please sign in to comment.