Function fil_ocl_core::create_program_with_binary[][src]

pub fn create_program_with_binary<C, D>(
    context: C,
    devices: &[D],
    binaries: &[&[u8]]
) -> OclCoreResult<Program> where
    C: ClContextPtr,
    D: ClDeviceIdPtr

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