[D3D12] SharedMemory::ClearCache invalidating pages, destroying watches

This commit is contained in:
Triang3l
2020-02-23 15:55:41 +03:00
parent cf99696e79
commit 95475d5f78
3 changed files with 48 additions and 3 deletions

View File

@@ -2115,8 +2115,7 @@ bool D3D12CommandProcessor::EndSubmission(bool is_swap) {
}
root_signatures_.clear();
// TODO(Triang3l): Shared memory cache clear.
// shared_memory_->ClearCache();
shared_memory_->ClearCache();
}
}