#include <nnsys/g3d/gecom.h>
void
NNS_G3dGeBufferOP_N(
u32 op,
const u32* args,
u32 num
);
| op | The geometry command |
| args | The pointer to the argument list |
| num | The number of arguments |
None.
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.
2004/08/02 Initial version.
CONFIDENTIAL