Function ocl_core::create_program_with_source
[−]
[src]
pub fn create_program_with_source<C>(
context: C,
src_strings: &[CString]
) -> OclResult<Program> where
C: ClContextPtr,
Creates a new program.