mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
Experimental GPU overclock
This commit is contained in:
13
app/NvAPIWrapper/Native/Interfaces/GPU/IThermalSettings.cs
Normal file
13
app/NvAPIWrapper/Native/Interfaces/GPU/IThermalSettings.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
namespace NvAPIWrapper.Native.Interfaces.GPU
|
||||
{
|
||||
/// <summary>
|
||||
/// Holds a list of thermal sensors
|
||||
/// </summary>
|
||||
public interface IThermalSettings
|
||||
{
|
||||
/// <summary>
|
||||
/// Gets a list of requested thermal sensor information
|
||||
/// </summary>
|
||||
IThermalSensor[] Sensors { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user