GXGetOverflowCount

C Specification

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

Arguments

None.

Return Values

This function returns the number of FIFO overflows that have occurred since the last call to GXResetOverflowCount.

Description

This function returns the number of FIFO overflows that have occurred since the last call to GXResetOverflowCount

The FIFO overflow count is incremented every time the amount of data in the command FIFO of the graphics processor 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

GXResetOverflowCount

Revision History

03/01/2006 Initial version.