|
|
@ -322,9 +322,9 @@ struct Values { |
|
|
SwitchableSetting<int> vulkan_device{linkage, 0, "vulkan_device", Category::Renderer, |
|
|
SwitchableSetting<int> vulkan_device{linkage, 0, "vulkan_device", Category::Renderer, |
|
|
Specialization::RuntimeList}; |
|
|
Specialization::RuntimeList}; |
|
|
SwitchableSetting<bool> enable_raii{linkage, false, "enable_raii", Category::Renderer}; |
|
|
SwitchableSetting<bool> enable_raii{linkage, false, "enable_raii", Category::Renderer}; |
|
|
#ifdef __ANDROID__ |
|
|
|
|
|
SwitchableSetting<bool> frame_interpolation{linkage, true, "frame_interpolation", Category::Renderer, |
|
|
SwitchableSetting<bool> frame_interpolation{linkage, true, "frame_interpolation", Category::Renderer, |
|
|
Specialization::RuntimeList}; |
|
|
Specialization::RuntimeList}; |
|
|
|
|
|
#ifdef __ANDROID__ |
|
|
SwitchableSetting<bool> frame_skipping{linkage, false, "frame_skipping", Category::Renderer, |
|
|
SwitchableSetting<bool> frame_skipping{linkage, false, "frame_skipping", Category::Renderer, |
|
|
Specialization::RuntimeList}; |
|
|
Specialization::RuntimeList}; |
|
|
#endif |
|
|
#endif |
|
|
|