renderer_vulkan: Introduce separate cmd buffer for uploads
This commit is contained in:
parent
81373c8499
commit
4b853ff5cf
19 changed files with 336 additions and 171 deletions
|
@ -358,6 +358,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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue