Browse Source
[settings] vertex_input_dynamic_state ON -> OFF
Signed-off-by: Caio Oliveira <caiooliveirafarias0@gmail.com>
pull/3251/head
Caio Oliveira
1 month ago
No known key found for this signature in database
GPG Key ID: AAAE6C7FD4186B0C
1 changed files with
1 additions and
1 deletions
-
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}; |
|
|
|
|
|
|
|
|