Function ocl_core::build_program [] [src]

pub fn build_program<D: ClDeviceIdPtr>(
    program: &Program,
    devices: Option<&[D]>,
    options: &CString,
    pfn_notify: Option<BuildProgramCallbackFn>,
    user_data: Option<Box<UserDataPh>>
) -> OclResult<()>

Builds a program.

Callback functions are not yet supported. Please file an issue if you have need of this functionality.