G3X_IsGeometryBusy
C Specification
-
#include <nitro/gx/g3x.h>
s32 G3X_IsGeometryBusy(void);
Arguments
None.
Return Values
Geometry engine stopped (0) or geometry engine running (not 0).
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.
See Also
Revision History
01/19/2004 Initial version