QueryCache: Fix write invalidation.

This commit is contained in:
Fernando Sahmkow 2023-04-28 23:53:46 +02:00
parent 9a7c172f76
commit 2f15876524
2 changed files with 13 additions and 6 deletions

View file

@ -64,6 +64,7 @@ public:
}
void SignalFence(std::function<void()>&& func) {
rasterizer.InvalidateGPUCache();
bool delay_fence = Settings::IsGPULevelHigh();
if constexpr (!can_async_check) {
TryReleasePendingFences<false>();