- [if res == .SUBOPTIMAL_KHR do log.warn("Suboptimal swapchain acquire!")](https://github.com/jkelin/no_gfx_api/blob/f8f127af1dc277726c0e3ed1d98b37eab392aa80/gpu/gpu_vulkan.odin#L654) should automatically recreate the swapchain - [swapchain_ci := vk.SwapchainCreateInfoKHR {](https://github.com/jkelin/no_gfx_api/blob/f8f127af1dc277726c0e3ed1d98b37eab392aa80/gpu/gpu_vulkan.odin#L2094) recreating the swapchain should include reference to the old swapchain This should improve flickering when resizing windows I think. Relevant talk https://www.youtube.com/watch?v=mvkHYAu7i6c
This should improve flickering when resizing windows I think. Relevant talk https://www.youtube.com/watch?v=mvkHYAu7i6c