debug: Add renderdoc capture hotkey
This commit is contained in:
parent
4c4208c8e9
commit
cc2c6d8805
12 changed files with 922 additions and 58 deletions
|
@ -348,6 +348,8 @@ struct Values {
|
|||
Category::RendererDebug};
|
||||
Setting<bool> disable_shader_loop_safety_checks{
|
||||
linkage, false, "disable_shader_loop_safety_checks", Category::RendererDebug};
|
||||
Setting<bool> enable_renderdoc_hotkey{linkage, false, "renderdoc_hotkey",
|
||||
Category::RendererDebug};
|
||||
|
||||
// System
|
||||
SwitchableSetting<Language, true> language_index{linkage,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue