G3X_GetVtxListRamCount


C Specification

#include <nitro/gx/g3x.h>

int G3X_GetVtxListRamCount();

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.

Arguments

None.

Return Values

Value of the Vertex RAM count.

See Also

Revision History

01/19/2004 Initial Version