mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-20 12:38:59 +02:00
[vulkan] removal of EDS3 and VIDS
This commit is contained in:
parent
ddac8c8eb5
commit
8faeffdc7e
32 changed files with 70 additions and 860 deletions
|
|
@ -601,13 +601,6 @@ struct Values {
|
|||
Category::RendererExtensions,
|
||||
Specialization::Scalar};
|
||||
|
||||
SwitchableSetting<bool> vertex_input_dynamic_state{linkage,
|
||||
#if defined (ANDROID)
|
||||
false,
|
||||
#else
|
||||
true,
|
||||
#endif
|
||||
"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…
Add table
Add a link
Reference in a new issue