Function opencl3::program::get_program_build_data[][src]

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

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