Another test toggle for phi tracking

This commit is contained in:
CamilleLaVey
2026-09-06 01:41:41 -04:00
parent a77c18fbbf
commit 6c87c031a2
12 changed files with 71 additions and 40 deletions
+8
View File
@@ -608,6 +608,14 @@ struct Values {
true,
true};
SwitchableSetting<bool> enable_shader_phi_tracking{linkage,
true,
"enable_shader_phi_tracking",
Category::RendererAdvanced,
Specialization::Default,
true,
true};
#ifdef __ANDROID__
SwitchableSetting<bool> use_optimized_vertex_buffers{linkage,
false,