Exemplo n.º 1
0
 public static extern void *clCreateCommandQueue(void *context, void *device, cl_command_queue_properties properties, cl_status_code *error_code);
Exemplo n.º 2
0
 internal static extern IntPtr clCreateCommandQueue(cl_context context, cl_device_id device, cl_command_queue_properties properties, [MarshalAs(UnmanagedType.I4)] out ErrorCode errcode_ret);