[][src]Function fil_ocl_core::build_program

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

Builds a program.

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