Function enqueue_unmap_mem_object

Source
pub fn enqueue_unmap_mem_object<T, M, En, Ewl>(
    command_queue: &CommandQueue,
    memobj: M,
    mapped_mem: &MemMap<T>,
    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 unmap a previously mapped region of a memory object.

SDK Docs