Vulkan: AMD Swapchain #107840

Merged
Jeroen Bakker merged 1 commits from Jeroen-Bakker/blender:vulkan-amd-swapchain-issue into main 2023-05-11 14:29:44 +02:00

1 Commits

Author SHA1 Message Date
Jeroen Bakker ac1af429d7 Vulkan: AMD Swapchain
This PR enabled the swapchain to be used with AMD GPUs.
The issue is that we had to separate the swapchain into
2 functions and therefore the rendering is also not
controlled at the same time.

Semaphores were finished, before being used and the
driver stalled when waiting for those Semaphores.

This doesn't solve the issue that renderdoc can still
crash the graphics driver.
2023-05-11 14:27:59 +02:00