Type Alias opencl3::command_queue::cl_context

source ·
pub type cl_context = *mut c_void;

Trait Implementations§

source§

impl From<Context> for cl_context

source§

fn from(value: Context) -> Self

Converts to this type from the input type.