Vulkan-Samples
Vulkan-Samples copied to clipboard
Multiple Swapchain example?
Hi, I'm here to request another example or best practice, multiple swapchain with multiple windows, which present mode to use, how to acquire next swapchain image, single or multiple vkQueueSubmit? Command buffers, one per swapchain?
Thanks in advance.
Hi @amerkoleci - We are considering this but it is more of a niche case so it may take longer versus other sample requests.
Out of curiosity what is your use case?
Imgui has multiple swapchain support but would love to see how the best case is, how to achieve best performance, single vkQueuePresent vs other plus there are no tutorials on how multiple swapchain would work.
I'm looking forward to this too. I'm trying to create a 3D model editor using Vulkan to render the scene