Function gxCmdQueueAdd

Source
pub unsafe extern "C" fn gxCmdQueueAdd(
    queue: *mut gxCmdQueue_s,
    entry: *const gxCmdEntry_s,
)
Expand description

Adds a command to a GX command queue.

ยงArguments

  • queue - The GX command queue.
  • entry - The GX command to add.