Remove remnants of separable shader setting (#6403)

This commit is contained in:
GPUCode
2023-04-26 01:19:02 +03:00
committed by GitHub
parent 000a616bd9
commit 227926c1fa
12 changed files with 0 additions and 81 deletions

View File

@ -433,7 +433,6 @@ struct Values {
Setting<bool> use_gles{false, "use_gles"};
Setting<bool> renderer_debug{false, "renderer_debug"};
SwitchableSetting<bool> use_hw_shader{true, "use_hw_shader"};
SwitchableSetting<bool> separable_shader{false, "use_separable_shader"};
SwitchableSetting<bool> use_disk_shader_cache{true, "use_disk_shader_cache"};
SwitchableSetting<bool> shaders_accurate_mul{true, "shaders_accurate_mul"};
SwitchableSetting<bool> use_vsync_new{true, "use_vsync_new"};