configure_graphics: Partial runtime implementation

This commit is contained in:
lat9nq 2023-05-07 12:03:40 -04:00
parent 75d7e40113
commit f8435d676f
10 changed files with 498 additions and 1133 deletions

View file

@ -733,7 +733,7 @@ struct Values {
linkage, ShaderBackend::GLSL, ShaderBackend::GLSL, ShaderBackend::SPIRV,
"shader_backend", Category::Renderer};
SwitchableSetting<bool> use_asynchronous_shaders{linkage, false, "use_asynchronous_shaders",
Category::Renderer};
Category::RendererAdvanced};
SwitchableSetting<bool, false, true, true> use_fast_gpu_time{linkage, true, "use_fast_gpu_time",
Category::RendererAdvanced};
SwitchableSetting<bool, false, true, true> use_vulkan_driver_pipeline_cache{