Type Alias opencl3::command_queue::cl_kernel

source ·
pub type cl_kernel = *mut c_void;

Trait Implementations§

source§

impl From<Kernel> for cl_kernel

source§

fn from(value: Kernel) -> Self

Converts to this type from the input type.