Merge pull request #11535 from GPUCode/upload_cmdbuf

renderer_vulkan: Introduce separate cmd buffer for uploads
This commit is contained in:
Fernando S 2023-11-26 18:33:05 +01:00 committed by GitHub
commit 896ae72dbf
19 changed files with 344 additions and 171 deletions

View file

@ -384,6 +384,8 @@ struct Values {
Category::RendererDebug};
// TODO: remove this once AMDVLK supports VK_EXT_depth_bias_control
bool renderer_amdvlk_depth_bias_workaround{};
Setting<bool> disable_buffer_reorder{linkage, false, "disable_buffer_reorder",
Category::RendererDebug};
// System
SwitchableSetting<Language, true> language_index{linkage,