Function cl3::program::get_program_build_data[][src]

pub fn get_program_build_data(
    program: cl_program,
    device: cl_device_id,
    param_name: cl_program_info
) -> Result<Vec<u8>, cl_int>
Expand description

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