Function ocl_core::program_build_err [] [src]

pub fn program_build_err<D: ClDeviceIdPtr + Debug>(program: &Program,
                                                   device_ids: &[D])
                                                   -> OclResult<()>

If the program pointed to by cl_program for any of the devices listed in device_ids has a build log of any length, it will be returned as an errcode result.