pub unsafe extern "C" fn gxCmdQueueWait( queue: *mut gxCmdQueue_s, timeout: s64, ) -> bool
Waits for a GX command queue to finish executing pending commands.
queue
timeout
false if timeout expired, true otherwise.