TextureCache: Implement deferred/batched EFB copies

This commit is contained in:
Stenzek 2018-11-03 00:17:00 +10:00
commit 8e2c063d62
29 changed files with 314 additions and 141 deletions

View file

@ -466,6 +466,7 @@ void VKStagingTexture::CopyFromTexture(Texture2D* src, const MathUtil::Rectangle
m_needs_flush = false;
g_command_buffer_mgr->RemoveFencePointCallback(
this);
m_staging_buffer->InvalidateCPUCache();
});
}