Function opencl3::program::get_program_data[][src]

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

Get data about an OpenCL program. Calls clGetProgramInfo to get the desired data about the program.