Function enqueue_copy_image_to_buffer

Source
pub fn enqueue_copy_image_to_buffer<T, M, En, Ewl>(
    command_queue: &CommandQueue,
    src_image: M,
    dst_buffer: M,
    src_origin: [usize; 3],
    region: [usize; 3],
    dst_offset: usize,
    wait_list: Option<Ewl>,
    new_event: Option<En>,
) -> Result<()>
where T: OclPrm, En: ClNullEventPtr, Ewl: ClWaitListPtr, M: AsMem<T> + MemCmdAll,
Expand description

Enqueues a command to copy an image object to a buffer object.

SDK Docs