SettingsDialog
0
0
564
580
Settings
2
2
2
2
-
0
0
QFrame::Panel
QFrame::Plain
Qt::ScrollBarAlwaysOff
QAbstractScrollArea::AdjustToContents
QAbstractItemView::NoEditTriggers
QAbstractItemView::SelectRows
Qt::ElideNone
QListView::Adjust
-
QTabWidget::West
0
true
General
0
0
0
0
-
General
-
Visual theme of the UI
-
Selects the theme to display the UI in. These themes are available:<br>
QComboBox::NoInsert
QComboBox::AdjustToContents
-
The default font family to be used for text. This will be overridden by the default monospace font if the below option for monospace override is chosen.
Default font family (restart required)
-
The default font family to be used for text. This will be overridden by the default monospace font if the below option for monospace override is chosen.
-
The default font family to be used for monospaced text, typically code display or tables of buffer data. If the below option for monospace override is chosen this font will be used for those extra places.
Monospaced font family (restart required)
-
The default font family to be used for monospaced text, typically code display or tables of buffer data. If the below option for monospace override is chosen this font will be used for those extra places.
-
A global scale for all fonts in the program. This will only scale text, icons and other UI elements will be scaled according to DPI settings as normal.
Global font scale (restart required)
-
A global scale for all fonts in the program. This will only scale text, icons and other UI elements will be scaled according to DPI settings as normal.
true
-
Prefer using a monospace font instead of the default font for places where resource names, action and marker names, and similar pieces of information are displayed.</p><p><br/></p><p>By default a monospaced font will only be used for places where fixed width is important such as code and numerical data displays.
Prefer monospaced fonts in UI (restart required)
-
Prefer using a monospace font instead of the default font for places where resource names, action and marker names, and similar pieces of information are displayed.</p><p><br/></p><p>By default a monospaced font will only be used for places where fixed width is important such as code and numerical data displays.
-
Qt::Horizontal
-
At least this many decimal places will be displayed on floats.
e.g. a value of 2 means 0 will display as 0.00, 0.5 as 0.50. A value of 5 would display them as 0.00000 and 0.50000 respectively.
Minimum decimal places on float values
-
Decimals will display at least this many digits.
e.g. a value of 2 means 0 will display as 0.00, 0.5 as 0.50
2
-
No more decimal places than this will be displayed on floats.
e.g. a value of 5 means 0.123456789 will display as 0.12345
Maximum decimal places on float values
-
No more decimal places than this will be displayed on floats.
e.g. a value of 5 means 0.123456789 will display as 0.12345 and 123.123456789 will display as 123.12345
5
-
Any numbers smaller than this exponent will be displayed in scientific notation.
E.g. a value of 3 means 0.005 / 10 = 5E-4
Negative exponential cutoff value
-
Any numbers smaller than this exponent will be displayed in scientific notation.
E.g. a value of 3 means 0.005 / 10 = 5E-4
5
-
Any numbers larger than this exponent will be displayed in scientific notation.
e.g. 1000 * 10 = 1e4
Positive exponential cutoff value
-
Any numbers larger than this exponent will be displayed in scientific notation.
e.g. 1000 * 10 = 1e4
7
10
-
Formatting mode to use for fields marked as a byte offset or a byte size
Offset or size fields format mode
-
Auto: decimal by default and hexadecimal if above a certain threshold, Decimal: always use decimal, Hexadecimal: always use hexadecimal.
-
Changes the directory where capture files are saved after being created, until saved manually or deleted.
Defaults to %TEMP%.
Directory for temporary capture files
-
Changes the directory where capture files are saved after being created, until saved manually or deleted.
Defaults to %TEMP%.
-
Changes the directory where capture files are saved after being created, until saved manually or deleted.
Defaults to %TEMP%.
Browse
-
Changes the default directory for the save dialog when saving capture files.
Defaults to blank, which follows system default behaviour.
Default save directory for captures
-
Changes the default directory for the save dialog when saving capture files.
Defaults to blank, which follows system default behaviour.
-
Changes the default directory for the save dialog when saving capture files.
Defaults to blank, which follows system default behaviour.
Browse
-
Enables functionality on the capture application window that will insert RenderDoc automatically
into all new processes created - then inject into the target (matching) executable.
Useful for capturing programs indirectly that can't easily be launched directly by RenderDoc
Since this is a global system hook it must be used carefully and only when necessary!
Allow global process hooking - be careful!
-
Enables functionality on the capture application window that will insert RenderDoc automatically
into all new processes created - then inject into the target (matching) executable.
Useful for capturing programs indirectly that can't easily be launched directly by RenderDoc
Since this is a global system hook it must be used carefully and only when necessary!
-
Enables the ability to inject into processes on windows.
Injecting into processes can be unreliable and should only be used as a last resort when no other
methods succeed, it should not be used as a primary method of launching applications. Instead the
program should be launched through RenderDoc via the Launch Process panel.
Enable process injection (restart required)
-
Enables the ability to inject into processes on windows.
Injecting into processes can be unreliable and should only be used as a last resort when no other
methods succeed, it should not be used as a primary method of launching applications. Instead the
program should be launched through RenderDoc via the Launch Process panel.
-
Allows RenderDoc to phone home to https://renderdoc.org to anonymously check for new versions.
Allow periodic anonymous update checks
-
Allows RenderDoc to phone home to https://renderdoc.org to anonymously check for new versions.
-
If a capture is marked as being created on a significantly different system (different OS or platform)
as is currently running, then by default the UI will prompt to ask if you want to replay on a remote context.
This option overrides that and will always replay locally if the local context is selected.
Always replay captures locally, never prompt about it
-
If a capture is marked as being created on a significantly different system (different OS or platform)
as is currently running, then by default the UI will prompt to ask if you want to replay on a remote context.
This option overrides that and will always replay locally if the local context is selected.
-
Qt::Vertical
0
0
-
Anonymous Analytics
-
<html><head/><body><p><a href="#analyticsDescribe">Click here</a> to see currently reported data.</p></body></html>
-
Gather anonymous low-detail statistics and submit automatically.
true
-
Gather anonymous low-detail statistics, but manually verify before submitting.
-
Do not gather or submit any statistics.
Core
0
0
0
0
-
Core
-
Open Advanced Config Editor
-
Config Editor
-
0
0
Ignored DLLs for callstack symbol resolution
-
Ignored DLLs list
-
0
0
Shader debug search paths
-
Choose paths
-
RenderDoc can optionally have integration with AMD's Radeon GPU Profiler, to allow capturing RGP from RenderDoc and allowing interop between the two.
After interop is enabled you will need to reload any capture.
Enable Radeon GPU Profiler integration (requires capture reload)
-
RenderDoc can optionally have integration with AMD's Radeon GPU Profiler, to allow capturing RGP from RenderDoc and allowing interop between the two.
After interop is enabled you will need to reload any capture.
-
Locates the RadeonGPUProfiler.exe which will be used to interop with when generating and opening RGP profiles.
Path to Radeon GPU Profiler executable
-
Locates the RadeonGPUProfiler.exe which will be used to interop with when generating and opening RGP profiles.
-
Locates the RadeonGPUProfiler.exe which will be used to interop with when generating and opening RGP profiles.
Browse
-
Qt::Vertical
20
387
Replay
0
0
0
0
-
Default Replay Options
-
Qt::Vertical
20
414
Texture Viewer
0
0
0
0
-
Texture Viewer
-
0
0
Reset visible range when changing event or texture
Reset Range on changing selection
-
50
0
Reset visible range when changing event or texture
-
0
0
The visible channels (RGBA) and selected mip/slice are remembered and restored per-texture.
Visible channels & mip/slice saved per-texture
-
50
0
Settings such as visible channels (RGBA) and selected mip/slice are remembered and restored per-texture.
-
0
0
Y-flipping state is remembered and restored per-texture, rather than treated as a global toggle.
Y-flipping state saved per-texture
-
50
0
Y-flipping state is remembered and restored per-texture, rather than treated as a global toggle.
-
List of the directories with custom shaders
Custom shader directories
-
Choose custom shader search directories.
Choose directories
-
Qt::Vertical
20
378
Shader Viewer
0
0
0
0
-
0
0
Shader Viewer
-
0
0
In disassembly view, rename constant registers to their names from shader reflection data
Rename disassembly registers
-
50
0
In disassembly view, rename constant registers to their names from shader reflection data
-
0
0
Shader Processing Tools
-
<html><head/><body><p>Available Shader processing tools. These tools can be configured to translate from one form to another. Typically to e.g. disassemble from SPIR-V to GLSL or canonical assembly, or to compile from HLSL back to SPIR-V or DXBC.</p><p>Double click items to edit, drag row header to change relative priority.</p></body></html>
true
-
QAbstractItemView::NoEditTriggers
true
QAbstractItemView::SingleSelection
QAbstractItemView::SelectRows
Qt::ElideMiddle
false
false
false
-
-
Qt::Horizontal
40
20
-
Add
-
Edit
-
Delete
-
Qt::Vertical
20
40
Event Browser
0
0
0
0
-
Event Browser
-
0
0
The time unit to use when displaying the duration column in the event browser
Time unit used for action durations
-
The time unit to use when displaying the duration column in the event browser
-
In the Event Browser, add fake markers if none are found in the capture.
Add fake markers if none present (requires capture reload)
true
-
In the Event Browser, add fake markers if none are found in the capture.
-
In the Event Browser and Timeline Bar, marker sections and marker labels will be colored with an API-specified color.
Apply marker colors
-
In the Event Browser and Timeline Bar, marker sections and marker labels will be colored with an API-specified color.
-
When coloring marker sections in the Event Browser, the whole row of a marker region will be colored, not just a bar to the left of its children.
- Colorise whole row for marker regions
-
When coloring marker sections in the Event Browser, the whole row of a marker region will be colored, not just a bar to the left of its children.
-
Qt::Vertical
20
297
Comments
0
0
0
0
-
Capture Comments
-
0
0
When loading a capture with comments in it, show the comments viewer and focus it when the capture is loaded.
Only happens if the capture is not in the recent files list.
Show capture comments on load
true
-
When loading a capture with comments in it, show the comments viewer and focus it when the capture is loaded.
Only happens if the capture is not in the recent files list.
-
Qt::Vertical
20
297
Android
0
0
0
0
-
Android
-
The location of the root of the Android SDK. This path should contain folders such as build-tools and platform-tools.
Android SDK root path
-
The location of the root of the Android SDK. This path should contain folders such as build-tools and platform-tools.
-
The location of the root of the Android SDK. This path should contain folders such as build-tools and platform-tools.
Browse
-
The location of the root of the Java JDK. This path should contain folders such as bin and lib.
Java JDK path
-
The location of the root of the Java JDK. This path should contain folders such as bin and lib.
-
The location of the root of the Java JDK. This path should contain folders such as bin and lib.
Browse
-
Maximum time to try connecting to the target app.
Max Connection Timeout (seconds)
-
Maximum time to try connecting to the target app.
0
120.000000000000000
-
Qt::Vertical
20
325
-
QDialogButtonBox::Ok
RDTableWidget
QTableWidget
Widgets/Extended/RDTableWidget.h