|
DXDiagnosticsIsCaptureFrameSupported Method |
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.
Namespace: Ab3d.DirectXAssembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax public static bool IsCaptureFrameSupported()
Return Value
Booleantrue if programmatical capture of frame is supported
See Also