Function 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)