vulkan: Flush queue before attempting to copy texture memory!
This commit is contained in:
@@ -761,6 +761,11 @@ bool VKGSRender::on_access_violation(u32 address, bool is_writing)
|
||||
{
|
||||
vm::temporary_unlock();
|
||||
}
|
||||
else
|
||||
{
|
||||
//Flush primary cb queue to sync pending changes (e.g image transitions!)
|
||||
flush_command_queue();
|
||||
}
|
||||
|
||||
if (sync_timestamp > 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user