NNS_G3dGeFlushBuffer

C Specification

#include <nnsys/g3d/gecom.h>
void NNS_G3dGeFlushBuffer(void);

Arguments

None.

Return Values

None.

Description

This function waits until DMA transfer via the NNS_G3dGeSendDL function completes, then writes the contents of the geometry command buffer to the geometry engine (if set). After running this function, it is safe to send the geometry command directly to the geometry engine.

See Also

NNS_G3dGeSetBuffer, NNS_G3dGeReleaseBuffer, NNS_G3dGeIsBufferExist

Revision History

10/12/2004 Revised description.
09/16/2004 Added information to the description.
08/02/2004 Initial version.