[D3D12] Remove await result check in trace init - unsafe too, but not leaking
This commit is contained in:
parent
19121130a3
commit
b91c24870b
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue