Function ocl_core::create_build_program
[−]
[src]
pub fn create_build_program<C, D>(
context: C,
src_strings: &[CString],
device_ids: Option<&[D]>,
cmplr_opts: &CString
) -> OclResult<Program> where
C: ClContextPtr,
D: ClDeviceIdPtr + Debug,
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.