Function create_program_with_source

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

Creates a new program.