#include <nitro/gx/g3x.h>
s32 G3X_GetRenderedLineCount(void);
None.
The minimum value of the color buffer for the previously rendered frame.
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.
01/19/2004 Initial version