enum CaptureMode { Capture_Immediate, Capture_OnceAFrame };
The mode of the capture on the rendering frame.
Members |
Description |
Capture_Immediate |
Captures the frame by NextCapture. |
Capture_OnceAFrame |
Data will be captured only the first time within a frame by NextCapture. |
Render_Context.h