Пример #1
0
 public static extern CLError clGetDeviceIDs(
     CLPlatformID platform_id,
     CLDeviceType device_type,
     uint num_entries,
     IntPtr devices,
     ref uint num_devices);
Пример #2
0
 public static extern CLError clGetPlatformInfo(
     CLPlatformID platform,
     CLPlatformInfo param_name,
     SizeT param_value_size,
     IntPtr param_value,
     ref SizeT param_value_size_ret);
Пример #3
0
 public static extern CLError clUnloadPlatformCompiler(CLPlatformID platform);
Пример #4
0
 public static extern IntPtr clGetExtensionFunctionAddressForPlatform(
     CLPlatformID platform,
     string func_name);