RwGetCameraBackdrop(RwCamera *camera);
Description
Retrieves the cameras backdrop raster.
Arguments
camera Pointer to the camera.
Return Value
Pointer to the cameras backdrop raster if one has been set, and NULL if there is an error or if no backdrop raster is associated with the camera. Errors can be checked for using RwGetError().
See Also