Function opencl3::context::context::get_context_data[][src]

pub fn get_context_data(
    context: *mut c_void,
    param_name: u32
) -> Result<Vec<u8, Global>, i32>
Expand description

Get data about an OpenCL context. Calls clGetContextInfo to get the desired data about the context.