DXDiagnostics Methods |
The DXDiagnostics type exposes the following members.
Name | Description | |
---|---|---|
CaptureNextFrame | CaptureNextFrame programmatically captures the next rendered frame with Visual Studio Graphics Debugging. This works for DirectXOverlay and DirectXImage presentation type. Capture is supported on Windows 8.1 and newer operating system, with installed Windows Software Development Kit (SDK) and only when the Visual Studio Graphics Debugging is running. The method returns true when capture is supported. If capture is not supported, false is returned. | |
GetTrackedResourcesReport | Gets a formated string with tracked resources (resource tracking must be enabled with IsResourceTrackingEnabled before calling this method or null is returned). | |
IsCaptureFrameSupported | Returns true if programmatical capture of frame into Visual Studio Graphics Debugging is supported. Capture is supported on Windows 8.1 and newer operating system, with installed Windows Software Development Kit (SDK) and only when the Visual Studio Graphics Debugging is running. |