[PATCH 5/6] winevulkan: Support using __wine_unix_call interface for Vulkan functions.

Georg Lehmann dadschoorse at gmail.com
Thu Dec 9 05:52:03 CST 2021



On 09.12.21 03:16, Jacek Caban wrote:
> Signed-off-by: Jacek Caban <jacek at codeweavers.com>
> ---
> vkEndCommandBuffer is used just as an example.
> 
>   dlls/winevulkan/make_vulkan | 152 +++++++++++++++++++++++++++++++-----
>   1 file changed, 131 insertions(+), 21 deletions(-)
> 
> 

Hi Jacek,

why did you decide to introduce the wrap_vkX functions on the unix side 
instead of modifying the functions in vulkan.c directly?

Also, I'm not particularly a fan of copy-pasting needs_alignment into 
VkParam from VkMember, but I'm not sure if there is a better solution.



More information about the wine-devel mailing list