Function ctru_sys::GX_BindQueue

source ·
pub unsafe extern "C" fn GX_BindQueue(queue: *mut gxCmdQueue_s)
Expand description

Selects a command queue to which GX_* functions will add commands instead of immediately submitting them to GX.

§Arguments

  • queue - The GX command queue. (Pass NULL to remove the bound command queue)