#include <nitro/gx/g3x.h>
s32 G3X_IsMtxStackOverflow();
In the case that overflow is generated, this function will return overflow status until G3X_ResetMtxStackOverflow is called.
overflow |
Pointer for s32 type |
Acquired results (0) or the matrix stack is busy (other than 0).
03/02/2004 Added busy status decision for matrix stack
01/19/2004 Initial Version