Function enqueue_copy_buffer_to_image

Source
pub fn enqueue_copy_buffer_to_image<T, M, En, Ewl>(
    command_queue: &CommandQueue,
    src_buffer: M,
    dst_image: M,
    src_offset: usize,
    dst_origin: [usize; 3],
    region: [usize; 3],
    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 a buffer object to an image object.

SDK Docs