[][src]Function wgpu_native::wgpu_queue_submit

#[no_mangle]pub unsafe extern "C" fn wgpu_queue_submit(
    queue_id: QueueId,
    command_buffers: *const CommandBufferId,
    command_buffers_length: usize
)

Safety

This function is unsafe as there is no guarantee that the given pointer is valid for command_buffers_length elements.