diff options
| author | 2023-11-26 18:33:05 +0100 | |
|---|---|---|
| committer | 2023-11-26 18:33:05 +0100 | |
| commit | f21340f7aa60296c7b56e293b5f870b7efd3807d (patch) | |
| tree | 9e2a8f9ba77be42bf7695b051f515e52481dd490 /src/common/settings.h | |
| parent | Merge pull request #12180 from german77/cabinetmii (diff) | |
| parent | Vulkan: Add a final barrier to the upload command buffer (diff) | |
| download | yuzu-f21340f7aa60296c7b56e293b5f870b7efd3807d.tar.gz yuzu-f21340f7aa60296c7b56e293b5f870b7efd3807d.tar.xz yuzu-f21340f7aa60296c7b56e293b5f870b7efd3807d.zip | |
Merge pull request #11535 from GPUCode/upload_cmdbuf
renderer_vulkan: Introduce separate cmd buffer for uploads
Diffstat (limited to 'src/common/settings.h')
| -rw-r--r-- | src/common/settings.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/settings.h b/src/common/settings.h index e75099b89..b929fd957 100644 --- a/src/common/settings.h +++ b/src/common/settings.h | |||
| @@ -384,6 +384,8 @@ struct Values { | |||
| 384 | Category::RendererDebug}; | 384 | Category::RendererDebug}; |
| 385 | // TODO: remove this once AMDVLK supports VK_EXT_depth_bias_control | 385 | // TODO: remove this once AMDVLK supports VK_EXT_depth_bias_control |
| 386 | bool renderer_amdvlk_depth_bias_workaround{}; | 386 | bool renderer_amdvlk_depth_bias_workaround{}; |
| 387 | Setting<bool> disable_buffer_reorder{linkage, false, "disable_buffer_reorder", | ||
| 388 | Category::RendererDebug}; | ||
| 387 | 389 | ||
| 388 | // System | 390 | // System |
| 389 | SwitchableSetting<Language, true> language_index{linkage, | 391 | SwitchableSetting<Language, true> language_index{linkage, |