RwDestroyStereoCamera(RwCamera *camera);
Description
Destroys the stereo camera.
Arguments
camera Pointer to the camera.
Return Value
TRUE if successful, and FALSE otherwise.
Comments
This function is analogous to RwDestroyCamera() for mono cameras.
All cameras not explicitly destroyed are automatically destroyed by RwClose().
This function does not destroy the device dependent object specified in the call to RwCreateStereoCamera(). Furthermore, the cameras backdrop raster (if any) is not destroyed.
See Also
RwClose()