Reference (Programmatic Capture)
Graphics Diagnostics supports programmatic control over its capture features, through the programmatic capture API. You can use this API to toggle and add messages to the graphics diagnostics HUD (Head-Up Display), initialize and create graphics log files, and capture graphics information.
Programmatic Capture APIs
Classes
Name |
Description |
---|---|
Represents the interface through which the in-app component of graphics diagnostics is controlled programmatically. |
Preprocessor Symbols
Name |
Description |
---|---|
Defines by its presence whether the graphics log file is saved to the user's temporary files directory. |
|
Defines the default file name of the graphics log file. |
|
Defines by its presence whether a default instance of the VsgDbg class is provided. |
Related Articles
Title |
Description |
---|---|
Shows how to capture graphics information from your DirectX-based app so that you can use Visual Studio Graphics Diagnostics tools to diagnose rendering problems. |
|
Shows how Graphics Diagnostics can help you debug rendering errors in DirectX games and apps. |