NNS_G3dGeIsBufferOK

C Specification

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

Arguments

numWord The number of data that were appended to the command buffer.

Return Values

Returns TRUE if the data in numWord 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 set.

See Also

Revision History

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


CONFIDENTIAL