RwEndCameraUpdate(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
RwClearCameraViewport(), RwRenderClump() and RwRenderScene() should only be called from within an RwBeginCameraUpdate() RwEndCameraUpdate(). Upon exit from this block, rendering to the specified cameras image buffer is complete. RwShowCameraImage() can then be used to update the hosts display.
See Also