Compare commits

...

1 Commits

Author SHA1 Message Date
PavelBARABANOV
f75d118a31 disabling for Android "Vulkan Asynchronous Presentation" 2025-12-21 20:27:15 +03:00

View File

@@ -466,7 +466,7 @@ struct Values {
true}; true};
SwitchableSetting<bool> async_presentation{linkage, SwitchableSetting<bool> async_presentation{linkage,
#ifdef ANDROID #ifdef ANDROID
true, false,
#else #else
false, false,
#endif #endif