Merge branch 'master' into vulkan

This commit is contained in:
Triang3l 2020-10-06 22:36:16 +03:00
commit fee2189d39
1 changed files with 1 additions and 3 deletions

View File

@ -2322,9 +2322,7 @@ void D3D12CommandProcessor::InitializeTrace() {
if (!render_target_cache_submitted && !shared_memory_submitted) {
return;
}
if (!AwaitAllQueueOperationsCompletion()) {
return;
}
AwaitAllQueueOperationsCompletion();
if (render_target_cache_submitted) {
render_target_cache_->InitializeTraceCompleteDownloads();
}