GXClearBoundingBox

Syntax

#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 rendered in the Embedded Frame Buffer (EFB). These bounding box values can be read back by the GXReadBoundingBox function to determine the area of the frame buffer to copy (using either the GXSetTexCopySrc or GXSetDispCopySrc function). This function clears the bounding box values before a new image is drawn.

See Also

GXReadBoundingBox

Revision History

2006/03/01 Initial version.


CONFIDENTIAL