pub fn create_program_with_source<C>(
context: C,
src_strings: &[CString],
) -> Result<Program>where
C: ClContextPtr,
Expand description
Creates a new program.
pub fn create_program_with_source<C>(
context: C,
src_strings: &[CString],
) -> Result<Program>where
C: ClContextPtr,
Creates a new program.