21 Nov
2023
21 Nov
'23
1:01 p.m.
This part introduces support for Vulkan swapchains to the Wayland driver: * Implement several Vulkan functions typically called to get info before swapchain creation. * Implement swapchain creation/destruction * Implement getting swapchain images. I stopped short of adding presentation support since the MR would grow too big (stay tuned for part 10.3). Thanks! -- https://gitlab.winehq.org/wine/wine/-/merge_requests/4456