#include <nnsys/g3d/gecom.h>
BOOL
NNS_G3dGeIsBufferOK(
u32 numWord
);
| numWord | The number of data that were appended to the command buffer. |
Returns TRUE if the data in numWord can be added to the geometry command buffer.
This function checks whether a numWord quantity of data can be buffered to the geometry command buffer. Always returns FALSE when the geometry command buffer is not set.
2004/10/15 Revised description.
2004/08/02 Initial version.
CONFIDENTIAL