G3X_GetVtxListRamCount

C Specification

#include <nitro/gx/g3x.h>

int G3X_GetVtxListRamCount(void);

Arguments

None.

Return Values

Value of the Vertex RAM count.

Description

The function references the number of vertices stored in the current Vertex RAM. Since Vertex RAM capacity is 6144 vertices, the return value is between 0 and 6144.

See Also

Revision History

01/19/2004 Initial version