Improve buffer cache synchronization

This commit is contained in:
MaranBr
2026-07-19 21:52:34 -04:00
committed by crueter
parent e7a931d06b
commit 3eca67617a
11 changed files with 22 additions and 44 deletions
-7
View File
@@ -576,13 +576,6 @@ struct Values {
false,
#endif
"rescale_hack", Category::RendererHacks};
SwitchableSetting<bool> enable_gpu_buffer_readback{linkage,
false,
"enable_gpu_buffer_readback",
Category::RendererAdvanced,
Specialization::Default,
true,
true};
SwitchableSetting<bool> use_asynchronous_shaders{linkage, false, "use_asynchronous_shaders",
Category::RendererHacks};