Function ctru_sys::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.