bool NextCapture(RenderNotify* pnotify = 0, CaptureMode mode = Capture_Immediate);
NextCapture captures the items from Display.
Captures entry state for the frame, returning true if the node can be rendered and false if it is no longer alive or if the Context is being shutdown. The context doesn't wait for the next capture. If mode is Capture_OnceAFrame, NextCapture will grab data only first time within a frame.
Parameters |
Description |
RenderNotify* pnotify = 0 |
Pointer to RenderNotify for frame change notification. |
CaptureMode mode = Capture_Immediate |
The capture mode of the entry on the frame, See CaptureMode. |
A Boolean value of true if the frame capture is successful and false if the render context is being shutdown.