You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: uwp/gaming/use-the-directx-runtime-and-visual-studio-graphics-diagnostic-features.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,16 +10,17 @@ ms.localizationpriority: medium
10
10
11
11
# Graphics diagnostics tools
12
12
13
-
The graphics diagnostic tools are available from within Windows 10 as an optional feature. To use the graphics diagnostic features (provided in the runtime and Visual Studio) to develop DirectX apps or games, install the optional Graphics Tools feature.
13
+
The graphics diagnostic tools are available from within Windows 10 as an optional feature. To use the graphics diagnostic features (provided in the runtime and Visual Studio) to develop DirectX apps or games, add the optional Graphics Tools feature.
14
14
15
-
1. Go to **Settings** > **Apps** > **Apps & features/Optional features**.
16
-
2. If **Graphics Tools** is already listed under **Installed features**, then you're done. Otherwise, click **Add a feature**.
17
-
3. Search for and/or select **Graphics Tools**, and then click **Install**.
15
+
1. Go to **Settings** > **System** > **Optional features** (if on a version older than Windows 10 22H2, navigate to **Settings** > **Apps** > **Apps & features** > **Optional features** instead).
16
+
17
+
1. If **Graphics Tools** is already listed under **Added features**, then you're done. Otherwise, click **Add a feature**.
18
+
1. Search for and/or select **Graphics Tools**, and then click **Add**.
18
19
19
20
Graphics diagnostics features include the ability to create Direct3D debug devices (via Direct3D SDK Layers) in the DirectX runtime, plus Graphics Debugging, Frame Analysis, and GPU Usage.
20
21
21
22
- Graphics Debugging lets you trace the Direct3D calls being made by your app. Then, you can replay those calls, inspect parameters, debug and experiment with shaders, and visualize graphics assets to diagnose rendering issues. You can take logs on Windows PCs, simulators, or devices, and then play them back on different hardware.
22
-
-Graphics Frame Analysis in Visual Studio runs on a graphics debugging log, and gathers baseline timing for the Direct3D draw calls. It then performs a set of experiments by modifying various graphics settings, and produces a table of timing results. You can use this data to understand graphics performance issues in your app, and you can review results of the various experiments to identify opportunities for performance improvements.
23
+
- Graphics Frame Analysis in Visual Studio runs on a graphics debugging log, and gathers baseline timing for the Direct3D draw calls. It then performs a set of experiments by modifying various graphics settings, and produces a table of timing results. You can use this data to understand graphics performance issues in your app, and you can review results of the various experiments to identify opportunities for performance improvements.
23
24
- GPU Usage in Visual Studio allows you to monitor GPU use in real time. It collects and analyzes the timing data of the workloads being handled by the CPU and GPU, so that you can determine where any bottlenecks are.
0 commit comments