

#include <nitro/gx/g3x.h>
s32 G3X_GetMtxStackLevelPV(s32* level);
| level | Pointer to s32 type |
Whether results were obtained (0) or the matrix stack is busy (not 0).
This function obtains the current stack level for the Position/Vector matrix stack. When the return value is 0, the current matrix stack level is substituted in *level. The current stack level takes values between 0 and 31. When the return value is not 0, the current matrix stack level cannot be obtained because the matrix stack is busy.
2004/02/09 Initial version.
s32 type pointer
2004/01/19 Initial version.
CONFIDENTIAL