#include <nitro/gx/g3x.h>
int G3X_GetVtxListRamCount();
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.
None.
Value of the Vertex RAM count.
01/19/2004 Initial Version