return release early fences

This commit is contained in:
PavelBARABANOV
2026-02-15 02:04:51 +03:00
parent 19e2dba35a
commit aaefd54b45
7 changed files with 53 additions and 10 deletions
+10
View File
@@ -546,6 +546,16 @@ struct Values {
SwitchableSetting<bool> use_asynchronous_shaders{linkage, false, "use_asynchronous_shaders",
Category::RendererHacks};
#ifdef ANDROID
SwitchableSetting<bool> early_release_fences{linkage,
false,
"early_release_fences",
Category::RendererAdvanced,
Specialization::Default,
true,
true};
#endif
SwitchableSetting<GpuUnswizzleSize> gpu_unswizzle_texture_size{linkage,
GpuUnswizzleSize::Large,
"gpu_unswizzle_texture_size",