예제 #1
0
파일: OpenCL.cs 프로젝트: o70078/C-LifeGame
 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));
 }