On 09.12.21 03:16, Jacek Caban wrote:
Signed-off-by: Jacek Caban jacek@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.