G3X_GetPolygonListRamCount

C Specification

#include <nitro/gx/g3x.h>

s32 G3X_GetPolygonListRamCount(void);

Arguments

None.

Return Values

Value of the Polygon List RAM count.

Description

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.

See Also

G3X_GetVtxListRamCount

Revision History

01/19/2004 Initial version