mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 11:49:06 +00:00
Vulkan: Fix waiting on non-existant fence when reading back
This commit is contained in:
parent
28176d0117
commit
47f453d7aa
2 changed files with 1 additions and 3 deletions
|
@ -497,6 +497,7 @@ void VKStagingTexture::Flush()
|
|||
{
|
||||
// WaitForFence should fire the callback.
|
||||
g_command_buffer_mgr->WaitForFence(m_flush_fence);
|
||||
m_flush_fence = VK_NULL_HANDLE;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue