NNS_G3dGeIsBufferOK

Syntax

#include <nnsys/g3d/gecom.h>
BOOL
NNS_G3dGeIsBufferOK(
    u32 numWord
);

Arguments

numWord The number of pieces of data that you wish to append to the command buffer.

Return Values

Returns TRUE if numWord pieces of data can be added to the geometry command buffer.

Description

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.

See Also

Revision History

2004/10/15 Added description.
2004/08/02 Initial version.


CONFIDENTIAL