[−][src]Function open_cl_low_level::command_queue::cl_enqueue_nd_range_kernel
pub unsafe fn cl_enqueue_nd_range_kernel<W: Waitlist>(
queue: cl_command_queue,
kernel: cl_kernel,
work: &Work,
waitlist: W
) -> Output<cl_event>
Queues an n-dimensionally ranged kernel to be executed.
Blocks until the kernel is finished.
Safety
Usage of an invalid ClObject is undefined behavior.