Module: wine Branch: master Commit: f380e34a5e94371f691179711e6ce4697be0da61 URL: https://gitlab.winehq.org/wine/wine/-/commit/f380e34a5e94371f691179711e6ce46...
Author: Jacek Caban jacek@codeweavers.com Date: Tue Feb 20 21:07:13 2024 +0100
winevulkan: Update to VK spec version 1.3.278.
The new spec uses length attribute for some static arrays. Change is_dynamic_array to account account for that. Eventually we could use the new information to improve conversion thunks.
---
dlls/winevulkan/make_vulkan | 5 +- dlls/winevulkan/vulkan_thunks.c | 192 +++++++++++++++++++++++++++++++++++----- dlls/winevulkan/winevulkan.json | 2 +- include/wine/vulkan.h | 55 +++++++++++- 4 files changed, 228 insertions(+), 26 deletions(-)