Function ocl_core::build_program

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

Builds a program.

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