Merge pull request #11402 from FernandoS27/depth-bias-control

Vulkan: Implement Depth Bias Control
This commit is contained in:
liamwhite 2023-09-28 09:35:37 -04:00 committed by GitHub
commit da04fbdc2e
7 changed files with 69 additions and 3 deletions

View file

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