GXResetOverflowCount

Syntax

#include <revolution/gx.h>

u32 GXResetOverflowCount( void );

Arguments

None.

Return Values

This function returns the FIFO overflow count at the time this function was called.

Description

This function sets the current FIFO overflow count to zero and returns the last count. The FIFO overflow count is incremented every time the amount of data in the graphics processor command FIFO is greater than the high watermark and the GX thread is suspended.

The count is not incremented if the CPU and GP FIFOs are not in immediate mode.

See Also

GXGetOverflowCount

Revision History

2006/03/01 Initial version.


CONFIDENTIAL