RenderWare V2.1

Previous Page Index Next Page

RwCamera *

RwInvalidateCameraViewport(RwCamera *camera);

Description

Marks the whole of the camera’s viewport as damaged.

Arguments

camera Pointer to the camera.

Return Value

The argument camera if successful, and NULL otherwise.

Comment

This function will cause the entire viewport to be copied to the display when the next call to RwShowCameraImage() is made. It will also cause the entire viewport to be cleared by the next call to RwClearCameraViewport().

See Also

RwClearCameraViewport()

RwDamageCameraViewport()

RwSetCameraViewport()

RwShowCameraImage()

RwUndamageCameraViewport()