#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. If a display list is being transferred by the NNS_G3dGeSendDL
function, this function buffers the command in the geometry command buffer and returns. If a command buffer is not configured, or if the command buffer capacity is insufficient, a wait process begins.
2004/08/02 Initial version.
CONFIDENTIAL