|
|
@ -72,7 +72,7 @@ public: |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
void SignalFence(std::function<void()>&& func) { |
|
|
void SignalFence(std::function<void()>&& func) { |
|
|
#ifdef __ANDROID__ |
|
|
|
|
|
|
|
|
#ifdef ANDROID |
|
|
const bool early_release_fences = Settings::values.early_release_fences.GetValue(); |
|
|
const bool early_release_fences = Settings::values.early_release_fences.GetValue(); |
|
|
#else |
|
|
#else |
|
|
constexpr bool early_release_fences = false; |
|
|
constexpr bool early_release_fences = false; |
|
|
|