[][src]Function open_cl_low_level::context::cl_get_context_info

pub fn cl_get_context_info<T>(
    context: cl_context,
    flag: cl_context_info
) -> Output<ClPointer<T>> where
    T: Copy