Renderdoc (#753)

* [videoout] added renderdoc in-app capture

* [gui] added renderdoc toggle and debug group

* [gui] added renderdoc strings to all languages
This commit is contained in:
Berk
2026-08-03 10:01:41 +03:00
committed by GitHub
parent f3d9439952
commit 8eb2c1e9cb
24 changed files with 437 additions and 33 deletions
@@ -42,6 +42,27 @@ Options page section transitions and content layout
<Setter Property="Padding" Value="0" />
</Style>
<Style Selector="TextBlock.optionsGroupHeader">
<Setter Property="FontSize" Value="12" />
<Setter Property="FontWeight" Value="SemiBold" />
<Setter Property="Foreground" Value="#8CFFFFFF" />
<Setter Property="Margin" Value="2,0,0,10" />
</Style>
<Style Selector="Border.optionsGroupDivider">
<Setter Property="Height" Value="1" />
<Setter Property="Margin" Value="0,18,0,18" />
<Setter Property="HorizontalAlignment" Value="Stretch" />
<Setter Property="Background">
<LinearGradientBrush StartPoint="0%,0%" EndPoint="100%,0%">
<GradientStop Offset="0" Color="#00FFFFFF" />
<GradientStop Offset="0.06" Color="#2EFFFFFF" />
<GradientStop Offset="0.55" Color="#14FFFFFF" />
<GradientStop Offset="1" Color="#00FFFFFF" />
</LinearGradientBrush>
</Setter>
</Style>
<Style Selector="Border.optionsInfoRow">
<Setter Property="MinHeight" Value="70" />
<Setter Property="Padding" Value="18,12" />