winewayland.drv: part 10.2: Vulkan swapchain support (without presentation)
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!