RwEndStereoCameraUpdate(RwCamera *camera);
Description
Performs all necessary housekeeping activities after rendering into the cameras image buffer is complete.
Arguments
camera Pointer to the camera.
Return Value
The argument camera if successful, and NULL otherwise.
Comments
This function is analogous to RwEndCameraUpdate() for mono cameras.
RwClearStereoCameraViewport(), RwRenderStereoClump() and RwRenderStereoScene() should only be called from within an RwBeginStereoCameraUpdate() RwEndStereoCameraUpdate(). Upon exit from this block, rendering to the specified cameras image buffer is complete. RwShowStereoCameraImage() can then be used to update the hosts display.
See Also