Example #1
0
 public static extern CLError clGetEventInfo(
     CLEvent e,
     CLEventInfo param_name,
     SizeT param_value_size,
     IntPtr param_value,
     ref SizeT param_value_size_ret);
Example #2
0
 internal static extern CLError clGetEventInfo(CLEvent e, CLEventInfo param_name, SizeT param_value_size, IntPtr param_value, ref SizeT param_value_size_ret);