Function ocl::core::create_build_program [] [src]

pub fn create_build_program(context: &Context, src_strings: Vec<CString>, cmplr_opts: CString, device_ids: &[DeviceId]) -> OclResult<Program>

Creates, builds, and returns a new program pointer from src_strings.

TODO: Break out create and build parts into requisite functions then call from here.