|
|
|
@ -466,7 +466,13 @@ struct Values { |
|
|
|
true, |
|
|
|
true}; |
|
|
|
#endif |
|
|
|
SwitchableSetting<bool> sync_memory_operations{linkage, false, "sync_memory_operations", Category::RendererAdvanced, true, true}; |
|
|
|
SwitchableSetting<bool> sync_memory_operations{linkage, |
|
|
|
false, |
|
|
|
"sync_memory_operations", |
|
|
|
Category::RendererAdvanced, |
|
|
|
Specialization::Default, |
|
|
|
true, |
|
|
|
true}; |
|
|
|
SwitchableSetting<bool> async_presentation{linkage, |
|
|
|
#ifdef ANDROID |
|
|
|
true, |
|
|
|
|