#include <nnsys/g3d/gecom.h>
BOOL
NNS_G3dGeIsBufferOK(
u32 numWord
);
numWord | The number of pieces of data that you wish to append to the command buffer. |
Returns TRUE
if numWord
pieces of data 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 configured.
2004/10/15 Added description.
2004/08/02 Initial version.
CONFIDENTIAL