Function fil_ocl_core::create_program_with_source[][src]

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

Creates a new program.