This commit is contained in:
PavelBARABANOV 2026-02-12 07:04:44 +03:00
parent 5421837475
commit 3e83a83339
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ public:
}
void SignalFence(std::function<void()>&& func) {
const bool delay_fence = Settings::IsGPULevelHigh();
const bool delay_fence = Settings::IsGPULevelHigh() || (Settings::IsGPULevelMedium() && should_flush);
const bool should_flush = ShouldFlush();
#ifdef __ANDROID__
const bool early_release_fences = Settings::values.early_release_fences.GetValue();