Function ocl::raw::create_build_program [] [src]

pub fn create_build_program(src_strings: Vec<CString>, cmplr_opts: CString, context: ContextRaw, device_ids: &Vec<DeviceIdRaw>) -> OclResult<ProgramRaw>

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.