pub unsafe extern "C" fn magma_connection_execute_command(
    connection: magma_connection_t,
    context_id: u32,
    descriptor: *mut magma_command_descriptor_t
) -> magma_status_t
Expand description

\brief Submits command buffers for execution on the hardware. \param connection An open connection. \param context_id A valid context id. \param descriptor A pointer to the command descriptor.