Skip to content

Commit

Permalink
Remove assert (this happens when playing framedumps)
Browse files Browse the repository at this point in the history
  • Loading branch information
hrydgard committed Sep 17, 2022
1 parent 9d9f2c5 commit 4816285
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Common/GPU/Vulkan/VulkanRenderManager.cpp
Expand Up @@ -1433,7 +1433,6 @@ void VulkanRenderManager::Run(int frame) {
void VulkanRenderManager::EndSyncFrame(int frame) {
FrameData &frameData = frameData_[frame];

_dbg_assert_(!frameData.hasPresentCommands);
frameData.readbackFenceUsed = true;

// The submit will trigger the readbackFence.
Expand Down

0 comments on commit 4816285

Please sign in to comment.