Module: wine Branch: master Commit: bdc02621c1ae705e7bd1bf639832fba7f0d159ce URL: https://source.winehq.org/git/wine.git/?a=commit;h=bdc02621c1ae705e7bd1bf639...
Author: Georg Lehmann dadschoorse@gmail.com Date: Tue Jul 20 15:04:48 2021 +0200
winevulkan: Update to VK spec version 1.2.185.
Signed-off-by: Georg Lehmann dadschoorse@gmail.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/winevulkan/loader_thunks.c | 12 + dlls/winevulkan/loader_thunks.h | 2 + dlls/winevulkan/make_vulkan | 3 +- dlls/winevulkan/vulkan_thunks.c | 109 ++ dlls/winevulkan/vulkan_thunks.h | 4 + dlls/winevulkan/winevulkan.json | 2 +- include/wine/vulkan.h | 2393 ++++++++++++++++++++------------------- 7 files changed, 1365 insertions(+), 1160 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=bdc02621c1ae705e7bd1b...