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