Function ocl_core::enqueue_unmap_mem_object
[−]
[src]
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>
) -> OclResult<()> where
T: OclPrm,
En: ClNullEventPtr,
Ewl: ClWaitListPtr,
M: AsMem<T> + MemCmdAll,
Enqueues a command to unmap a previously mapped region of a memory object.