#include <nnsys/g3d/gecom.h>
BOOL NNS_G3dGeIsImmOK(void);
None.
Returns TRUE
when geometry commands may be sent directly to the geometry engine.
Determines whether geometry commands may be sent directly to the geometry engine (using functions defined in g3imm.h
of the SDK). This is only permitted if (1) there is no geometry command buffer or the geometry command buffer is empty, and (2) transfer of geometry commands via the NNS_G3dGeSendDL
function is complete.
2004/10/15 Added description.
2004/08/02 Initial version.
CONFIDENTIAL