Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Toggles the graphics diagnostics HUD (Head-Up Display) overlay on or off.
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.