[][src]Function ocl_core::create_program_with_source

pub fn create_program_with_source<C>(
    context: C,
    src_strings: &[CString]
) -> OclCoreResult<Program> where
    C: ClContextPtr

Creates a new program.