Click or drag to resize
AB4D logo

DXDiagnostics Methods

The DXDiagnostics type exposes the following members.

Methods
 NameDescription
Public methodStatic memberCaptureNextFrame 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.
Public methodStatic memberGetTrackedResourcesReport Gets a formated string with tracked resources (resource tracking must be enabled with IsResourceTrackingEnabled before calling this method or null is returned).
Public methodStatic memberIsCaptureFrameSupported 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.
Top
See Also