diff options
| author | 2023-08-28 01:37:40 +0200 | |
|---|---|---|
| committer | 2023-09-16 11:59:20 -0400 | |
| commit | b99f94a7ffab0698f209bf1b39d337940bc40e50 (patch) | |
| tree | e5d3c3348ea579760276b6d7bb7fd10a98fe0910 /src/common | |
| parent | Vulkan: Implement Depth Bias Control (diff) | |
| download | yuzu-b99f94a7ffab0698f209bf1b39d337940bc40e50.tar.gz yuzu-b99f94a7ffab0698f209bf1b39d337940bc40e50.tar.xz yuzu-b99f94a7ffab0698f209bf1b39d337940bc40e50.zip | |
Vulkan: add temporary workaround for AMDVLK
Diffstat (limited to 'src/common')
| -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 82ec9077e..6f050c89d 100644 --- a/src/common/settings.h +++ b/src/common/settings.h | |||
| @@ -350,6 +350,8 @@ struct Values { | |||
| 350 | linkage, false, "disable_shader_loop_safety_checks", Category::RendererDebug}; | 350 | linkage, false, "disable_shader_loop_safety_checks", Category::RendererDebug}; |
| 351 | Setting<bool> enable_renderdoc_hotkey{linkage, false, "renderdoc_hotkey", | 351 | Setting<bool> enable_renderdoc_hotkey{linkage, false, "renderdoc_hotkey", |
| 352 | Category::RendererDebug}; | 352 | Category::RendererDebug}; |
| 353 | // TODO: remove this once AMDVLK supports VK_EXT_depth_bias_control | ||
| 354 | bool renderer_amdvlk_depth_bias_workaround{}; | ||
| 353 | 355 | ||
| 354 | // System | 356 | // System |
| 355 | SwitchableSetting<Language, true> language_index{linkage, | 357 | SwitchableSetting<Language, true> language_index{linkage, |