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<()>
Expand description
Enqueues a command to unmap a previously mapped region of a memory object.