Vulkan: add temporary workaround for AMDVLK
This commit is contained in:
parent
6dcc62ae86
commit
dcf5c4bec0
5 changed files with 20 additions and 2 deletions
|
@ -350,6 +350,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