Module: wine Branch: master Commit: fb65de04d5c0b878d74ad33be559144933a0d01f URL: https://source.winehq.org/git/wine.git/?a=commit;h=fb65de04d5c0b878d74ad33be... Author: Georg Lehmann <dadschoorse(a)gmail.com> Date: Tue Sep 7 21:39:18 2021 +0200 winevulkan: Update to VK spec version 1.2.191. Signed-off-by: Georg Lehmann <dadschoorse(a)gmail.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/winevulkan/loader_thunks.c | 6 + dlls/winevulkan/loader_thunks.h | 1 + dlls/winevulkan/make_vulkan | 2 +- dlls/winevulkan/vulkan_thunks.c | 24 ++ dlls/winevulkan/vulkan_thunks.h | 2 + dlls/winevulkan/winevulkan.json | 2 +- include/wine/vulkan.h | 772 ++++++++++++++++++++-------------------- 7 files changed, 427 insertions(+), 382 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=fb65de04d5c0b878d74ad...