Ejemplo n.º 1
0
 public static IntPtr CreateProgramWithSource(IntPtr context, uint count, string[] strings, IntPtr[] lengths, out ErrorCode errcode_ret)
 {
     return(OpenCLAPI.clCreateProgramWithSource(context, count, strings, lengths, out errcode_ret));
 }