mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 18:05:46 +00:00
fix more vulkan issues and remove vertex input (#117)
Co-authored-by: swurl <swurl@swurl.xyz> Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/117 Co-authored-by: Aleksandr Popovich <alekpopo@pm.me> Co-committed-by: Aleksandr Popovich <alekpopo@pm.me>
This commit is contained in:
parent
3cad73dad6
commit
ed4b011cad
45 changed files with 285 additions and 502 deletions
|
@ -446,21 +446,13 @@ struct Values {
|
|||
Category::RendererAdvanced};
|
||||
|
||||
SwitchableSetting<u8, true> dyna_state{linkage,
|
||||
#ifdef ANDROID
|
||||
2,
|
||||
#else
|
||||
2,
|
||||
#endif
|
||||
0,
|
||||
0,
|
||||
3,
|
||||
"dyna_state",
|
||||
Category::RendererExtensions,
|
||||
Specialization::Scalar};
|
||||
|
||||
SwitchableSetting<bool> vertex_input{linkage,
|
||||
false,
|
||||
"vertex_input",
|
||||
Category::RendererExtensions};
|
||||
SwitchableSetting<bool> provoking_vertex{linkage, true, "provoking_vertex", Category::RendererExtensions};
|
||||
SwitchableSetting<bool> descriptor_indexing{linkage, true, "descriptor_indexing", Category::RendererExtensions};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue