mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-13 03:29:11 +00:00
VideoBackends:Vulkan: Don't try to present if swapchain acquire failed
This commit is contained in:
parent
c7cbac538a
commit
7e1a9490c0
18 changed files with 64 additions and 31 deletions
|
@ -78,6 +78,7 @@ public:
|
|||
void WaitForFenceCounter(u64 fence_counter);
|
||||
|
||||
void SubmitCommandBuffer(bool submit_on_worker_thread, bool wait_for_completion,
|
||||
bool advance_to_next_frame = false,
|
||||
VkSwapchainKHR present_swap_chain = VK_NULL_HANDLE,
|
||||
uint32_t present_image_index = 0xFFFFFFFF);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue