Merge pull request #11402 from FernandoS27/depth-bias-control
Vulkan: Implement Depth Bias Control
This commit is contained in:
commit
da04fbdc2e
7 changed files with 69 additions and 3 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue