[TEST] Refinements on RAII

This commit is contained in:
CamilleLaVey
2026-07-28 21:31:24 -04:00
parent b38556d4f6
commit 9289f5f55a
6 changed files with 86 additions and 5 deletions
+1 -1
View File
@@ -969,7 +969,7 @@ void TextureCache<P>::CommitAsyncFlushes() {
template <class P>
void TextureCache<P>::PopAsyncFlushes() {
FlushEvictionDownloads();
TickEvictionDownloads(runtime.CompletedSyncPoint());
if (committed_downloads.empty()) {
return;
}