NNS_G3dGeBufferOP_N

C Specification

#include <nnsys/g3d/gecom.h>
void
NNS_G3dGeBufferOP_N(
u32         op,
const u32*  args,
u32         num
);

Arguments

op The geometry command
args The pointer to the argument list
num The number of arguments

Return Values

None.

Description

Safely writes the geometry command that has num number of arguments to the geometry engine. During transfer of the display list by the NNS_G3dGeSendDL function, this function buffers the command in the geometry command buffer and returns. If the command buffer is not set up, or if the command buffer capacity is insufficient, a wait process begins.

See Also

NNS_G3dGeSendDL

Revision History

08/02/2004 Initial version.


CONFIDENTIAL