QueryCache: Fix write invalidation.
This commit is contained in:
parent
9a7c172f76
commit
2f15876524
2 changed files with 13 additions and 6 deletions
|
@ -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>();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue