pub type clCommandNDRangeKernelKHR_t = Option<unsafe extern "C" fn(command_buffer: cl_command_buffer_khr, command_queue: cl_command_queue, properties: *const cl_ndrange_kernel_command_properties_khr, kernel: cl_kernel, work_dim: cl_uint, global_work_offset: *const size_t, global_work_size: *const size_t, local_work_size: *const size_t, num_sync_points_in_wait_list: cl_uint, sync_point_wait_list: *const cl_sync_point_khr, sync_point: *mut cl_sync_point_khr, mutable_handle: *mut cl_mutable_command_khr) -> cl_int>;

Aliased Type§

enum clCommandNDRangeKernelKHR_t {
    None,
    Some(unsafe extern "C" fn(_: *mut c_void, _: *mut c_void, _: *const u64, _: *mut c_void, _: u32, _: *const usize, _: *const usize, _: *const usize, _: u32, _: *const u32, _: *mut u32, _: *mut *mut c_void) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut c_void, _: *mut c_void, _: *const u64, _: *mut c_void, _: u32, _: *const usize, _: *const usize, _: *const usize, _: u32, _: *const u32, _: *mut u32, _: *mut *mut c_void) -> i32)

Some value of type T.