コード例 #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));
 }