[][src]Function fil_ocl_core::enqueue_copy_buffer_to_image

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

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

SDK Docs