pub unsafe extern "C" fn magma_connection_execute_immediate_commands(
    connection: magma_connection_t,
    context_id: u32,
    command_count: u64,
    command_buffers: *mut magma_inline_command_buffer_t
) -> magma_status_t
Expand description

\brief Submits a series of commands for execution on the hardware without using a command buffer. \param connection An open connection. \param context_id A valid context ID. \param command_count The number of commands in the provided buffer. \param command_buffers An array of command_count magma_inline_command_buffer structs.