mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
feat: added GPU temperature indication. Supports both NVIDIA and AMD discrete GPUs
feat: immediately update sensors when opening GHelper window
This commit is contained in:
6
Gpu/IGpuTemperatureProvider.cs
Normal file
6
Gpu/IGpuTemperatureProvider.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace GHelper.Gpu;
|
||||
|
||||
public interface IGpuTemperatureProvider : IDisposable {
|
||||
bool IsValid { get; }
|
||||
int? GetCurrentTemperature();
|
||||
}
|
||||
Reference in New Issue
Block a user