Ejemplo n.º 1
0
 public static extern void Hash(IntPtr instance, ref Structs.DeviceCL device, StringBuilder errorMessage);
Ejemplo n.º 2
0
 public static extern void ReleaseDeviceObjects(IntPtr instance, ref Structs.DeviceCL device, StringBuilder errorMessage);
Ejemplo n.º 3
0
 public static extern void PushTarget(IntPtr instance, Structs.DeviceCL device, IntPtr target, StringBuilder errorMessage);
Ejemplo n.º 4
0
 public static extern void PushMessage(IntPtr instance, Structs.DeviceCL device, IntPtr message, StringBuilder errorMessage);
Ejemplo n.º 5
0
 public static extern void GetDeviceCurrentMemoryClock(Structs.DeviceCL device, ref int memoryClock, StringBuilder errorMessage);
Ejemplo n.º 6
0
 public static extern void GetDeviceCurrentUtilizationPercent(Structs.DeviceCL device, ref int utilization, StringBuilder errorMessage);
Ejemplo n.º 7
0
 public static extern void GetDeviceCurrentFanTachometerRPM(Structs.DeviceCL device, ref int tachometerRPM, StringBuilder errorMessage);
Ejemplo n.º 8
0
 public static extern void GetDeviceCurrentTemperature(Structs.DeviceCL device, ref int temperature, StringBuilder errorMessage);
Ejemplo n.º 9
0
 public static extern void GetDeviceSettingFanLevelPercent(Structs.DeviceCL device, ref int fanLevel, StringBuilder errorMessage);
Ejemplo n.º 10
0
 public static extern void GetDeviceSettingThermalLimit(Structs.DeviceCL device, ref int thermalLimit, StringBuilder errorMessage);
Ejemplo n.º 11
0
 public static extern void GetDeviceSettingPowerLimit(Structs.DeviceCL device, ref int powerLimit, StringBuilder errorMessage);
Ejemplo n.º 12
0
 public static extern void GetDeviceSettingMaxCoreClock(Structs.DeviceCL device, ref int coreClock, StringBuilder errorMessage);
Ejemplo n.º 13
0
 public static extern void InitializeDevice(IntPtr instance, ref Structs.DeviceCL device, bool isKingMaing, StringBuilder errorMessage);