mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
Vulkan: Fix waiting on non-existant fence when reading back
This commit is contained in:
@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user