debug: Add renderdoc capture hotkey

This commit is contained in:
GPUCode 2023-09-10 23:26:09 +03:00
parent 4c4208c8e9
commit cc2c6d8805
12 changed files with 922 additions and 58 deletions

View file

@ -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,