Vulkan-Samples icon indicating copy to clipboard operation
Vulkan-Samples copied to clipboard

Multiple Swapchain example?

Open amerkoleci opened this issue 4 years ago • 3 comments

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.

amerkoleci avatar Sep 04 '20 18:09 amerkoleci

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?

ghost avatar Sep 28 '20 16:09 ghost

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.

amerkoleci avatar Mar 19 '21 19:03 amerkoleci

I'm looking forward to this too. I'm trying to create a 3D model editor using Vulkan to render the scene

RikiLee avatar Sep 01 '23 03:09 RikiLee