Function cl3::context::get_context_data[][src]

pub fn get_context_data(
    context: cl_context,
    param_name: cl_context_info
) -> Result<Vec<u8>, cl_int>
Expand description

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