mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 17:40:39 +00:00
Ignore VK_SUBOPTIMAL_KHR return value from vkAcquireNextImageKHR
This commit is contained in:
@@ -864,6 +864,9 @@ void VulkanReplay::BindOutputWindow(uint64_t id, bool depth)
|
||||
&outw.curidx);
|
||||
}
|
||||
|
||||
if(vkr == VK_SUBOPTIMAL_KHR)
|
||||
vkr = VK_SUCCESS;
|
||||
|
||||
RDCASSERTEQUAL(vkr, VK_SUCCESS);
|
||||
|
||||
VkSubmitInfo submitInfo = {
|
||||
|
||||
Reference in New Issue
Block a user