G3X_GetRenderedLineCount

C Specification

#include <nitro/gx/g3x.h>

s32 G3X_GetRenderedLineCount(void);

Arguments

None.

Return Values

The minimum value of the color buffer for the previously rendered frame.

Description

The function is called when confirming the minimum number of lines in the color buffer during the previous rendered frame. The return value takes a value between 0 and 46. The lower the value, the higher the risk that lines over will occur. In this case, reduce the number of polygons sent to the geometry engine in order to decrease the load on the rendering engine.

See Also

Revision History

01/19/2004 Initial version