forgot
This commit is contained in:
parent
5421837475
commit
3e83a83339
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in New Issue