pub fn create_program_with_binary<C, D>(
context: C,
devices: &[D],
binaries: &[&[u8]],
) -> Result<Program>where
C: ClContextPtr,
D: ClDeviceIdPtr,
Expand description
Creates a program object for a context, and loads the binary bits specified by binary into the program object.