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