Click or drag to resize
Ab4d.SharpEngine logo

SceneViewCaptureNextFrameInRenderDoc Method

CaptureNextFrameInRenderDoc will try to capture the next frame in RenderDoc. The application that is using SharpEngine must be started from RenderDoc. This works only on Windows. The method returns true when the RenderDocHelper was correctly initialized and when the capture is possible. The actual capture will start before the next frame will be rendered.

Namespace: Ab4d.SharpEngine
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 2.0.8956+4c7684e186ca1be74e7a284fbe739d9a1b843d3c
Syntax
C#
public bool CaptureNextFrameInRenderDoc()

Return Value

Boolean
true when the RenderDocHelper was correctly initialized
See Also