Module: wine Branch: master Commit: 90416a48af01c07b19b620474c4a65888415fc9e URL: https://gitlab.winehq.org/wine/wine/-/commit/90416a48af01c07b19b620474c4a658... Author: Joshua Ashton <joshua(a)froggi.es> Date: Thu Jan 5 09:13:36 2023 +0000 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/loader_thunks.c | 13 +++++++ dlls/winevulkan/loader_thunks.h | 9 +++++ dlls/winevulkan/make_vulkan | 1 - dlls/winevulkan/vulkan_thunks.c | 84 +++++++++++++++++++++++++++++++++++++++++ dlls/winevulkan/vulkan_thunks.h | 2 + include/wine/vulkan.h | 25 ++++++++++++ 6 files changed, 133 insertions(+), 1 deletion(-)