[][src]Function fil_ocl_core::enqueue_copy_image_to_buffer

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>
) -> OclCoreResult<()> where
    T: OclPrm,
    En: ClNullEventPtr,
    Ewl: ClWaitListPtr,
    M: AsMem<T> + MemCmdAll

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

SDK Docs