G3X_IsGeometryBusy
C Specification
-
#include <nitro/gx/g3x.h>
s32 G3X_IsGeometryBusy(void);
Description
- If the value returned is other than 0, the geometry engine is running.
- If the value returned is 0, the geometry engine is stopped.
Arguments
None
Return Values
Geometry engine stopped (0) or geometry engine running (not 0).
See Also
Revision History
01/19/2004 Initial Version