ToggleHUD
Applies to: Visual Studio Visual Studio for Mac
Note
This article applies to Visual Studio 2017. If you're looking for the latest Visual Studio documentation, see Visual Studio documentation. We recommend upgrading to the latest version of Visual Studio. Download it here
Toggles the graphics diagnostics HUD (Head-Up Display) overlay on or off.
Syntax
void ToggleHUD();
Remarks
The graphics diagnostics HUD is displayed in the upper-left corner of the app that's running under graphics diagnostics. It displays run-time information about the app and about graphics information capture, and messages that are added by calling the AddMessage member function.
To toggle the HUD, you don't have to be actively capturing graphics information—that is, it can be toggled through an instance of the VsgDbg
class, but the Init member function doesn't have to be called first.