pub unsafe extern "C" fn gxCmdQueueSetCallback(
    queue: *mut gxCmdQueue_s,
    callback: Option<unsafe extern "C" fn(arg1: *mut gxCmdQueue_s)>,
    user: *mut c_void
)
Expand description

Sets the completion callback for a GX command queue.

§Arguments

  • queue - The GX command queue.
  • callback - The completion callback.
  • user - User data.