vulkan_device: don't use fixed cap for memory limits
This commit is contained in:
parent
f8a627908d
commit
a956f0f4f8
4 changed files with 27 additions and 5 deletions
|
@ -384,6 +384,12 @@ struct Values {
|
|||
AstcRecompression::Bc3,
|
||||
"astc_recompression",
|
||||
Category::RendererAdvanced};
|
||||
SwitchableSetting<VramUsageMode, true> vram_usage_mode{linkage,
|
||||
VramUsageMode::Conservative,
|
||||
VramUsageMode::Conservative,
|
||||
VramUsageMode::Aggressive,
|
||||
"vram_usage_mode",
|
||||
Category::RendererAdvanced};
|
||||
SwitchableSetting<bool> async_presentation{linkage,
|
||||
#ifdef ANDROID
|
||||
true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue