mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 20:58:54 +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
|
@ -377,9 +377,6 @@ void CommandBufferManager::OnCommandBufferExecuted(size_t index)
|
|||
backup_iter->second.second(resources.fence);
|
||||
}
|
||||
|
||||
for (const auto& iter : m_fence_point_callbacks)
|
||||
iter.second.second(resources.fence);
|
||||
|
||||
// Clean up all objects pending destruction on this command buffer
|
||||
for (auto& it : resources.cleanup_resources)
|
||||
it();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue