Function ocl_core::create_program_with_binary [] [src]

pub fn create_program_with_binary<D: ClDeviceIdPtr>(context: &Context, devices: &[D], binaries: &[&[u8]]) -> OclResult<Program>

[UNTESTED] Creates a program object for a context, and loads the binary bits specified by binary into the program object.