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