Function create_program_with_binary

Source
pub fn create_program_with_binary<C, D>(
    context: C,
    devices: &[D],
    binaries: &[&[u8]],
) -> Result<Program>
Expand description

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