Module: wine Branch: master Commit: 71b034c34cef101608ca94c4ea91901a6aed9de5 URL: https://source.winehq.org/git/wine.git/?a=commit;h=71b034c34cef101608ca94c4e...
Author: Georg Lehmann dadschoorse@gmail.com Date: Wed Mar 9 22:11:49 2022 +0100
winevulkan: Manually fixup struct alignment for VkPipelineCreationFeedback.
We can't reasonably auto generate this because it's output in an otherwise input pNext chain.
Signed-off-by: Georg Lehmann dadschoorse@gmail.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/winevulkan/make_vulkan | 8 +++ dlls/winevulkan/vulkan.c | 107 ++++++++++++++++++++++++++++++++++++++++ dlls/winevulkan/vulkan_thunks.c | 56 ++++++++------------- dlls/winevulkan/vulkan_thunks.h | 8 +++ 4 files changed, 143 insertions(+), 36 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=71b034c34cef101608ca9...