mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-18 08:19:59 +00:00
TextureCache: Implement deferred/batched EFB copies
This commit is contained in:
parent
710b893b91
commit
8e2c063d62
29 changed files with 314 additions and 141 deletions
|
@ -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();
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue