GXClearBoundingBox

C Specification

#include <revolution/gx.h>
void GXClearBoundingBox( void );

Arguments

None.

Return Values

None.

Description

The graphics hardware keeps track of a bounding box of pixel coordinates that are drawn in the Embedded Frame Buffer (EFB). These bounding box values can be read back by GXReadBoundingBox to determine the area of the frame buffer to copy (using GXSetTexCopySrc or GXSetDispCopySrc). This function clears the bounding box values before a new image is drawn.

See Also

GXReadBoundingBox

Revision History

2006/03/01 Initial version.


CONFIDENTIAL