Browse Source

[settings] vertex_input_dynamic_state ON -> OFF

Signed-off-by: Caio Oliveira <caiooliveirafarias0@gmail.com>
eds-true-adreno-fixes
Caio Oliveira 1 month ago
parent
commit
8942194ae9
  1. 2
      src/common/settings.h

2
src/common/settings.h

@ -536,7 +536,7 @@ struct Values {
Category::RendererExtensions,
Specialization::Scalar};
SwitchableSetting<bool> vertex_input_dynamic_state{linkage, true, "vertex_input_dynamic_state", Category::RendererExtensions};
SwitchableSetting<bool> vertex_input_dynamic_state{linkage, false, "vertex_input_dynamic_state", Category::RendererExtensions};
SwitchableSetting<bool> provoking_vertex{linkage, false, "provoking_vertex", Category::RendererExtensions};
SwitchableSetting<bool> descriptor_indexing{linkage, false, "descriptor_indexing", Category::RendererExtensions};

Loading…
Cancel
Save