Browse Source

disabling for Android "Vulkan Asynchronous Presentation"

disable-vap
PavelBARABANOV 1 day ago
parent
commit
f75d118a31
  1. 2
      src/common/settings.h

2
src/common/settings.h

@ -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

Loading…
Cancel
Save