Ejemplo n.º 1
0
 public static IntPtr CreateContextFromType(IntPtr[] properties, DeviceType device_type, ContextNotify pfn_notify, IntPtr user_data, out ErrorCode errcode_ret)
 {
     return(OpenCLAPI.clCreateContextFromType(properties, device_type, pfn_notify, user_data, out errcode_ret));
 }