#include <nitro/gx/g3x.h>
s32 G3X_GetPolygonListRamCount(void);
None.
Value of the Polygon List RAM count.
This function returns the total number of opaque and translucent polygons stored in the Current Polygon List RAM. Since the Polygon List RAM capacity is 2048 polygons, the return value is between 0 and 2048.
01/19/2004 Initial version