[GPU] Remove PipelineCache::ClearCache

This commit is contained in:
Triang3l
2022-05-22 14:46:03 +03:00
parent 9aaf19a455
commit d31ddd9b23
3 changed files with 12 additions and 45 deletions

View File

@@ -3045,8 +3045,6 @@ bool D3D12CommandProcessor::EndSubmission(bool is_swap) {
texture_cache_->ClearCache();
pipeline_cache_->ClearCache();
for (auto it : root_signatures_bindful_) {
it.second->Release();
}