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:
18
app/NvAPIWrapper/Native/GPU/ClockLockMode.cs
Normal file
18
app/NvAPIWrapper/Native/GPU/ClockLockMode.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
namespace NvAPIWrapper.Native.GPU
|
||||
{
|
||||
/// <summary>
|
||||
/// Holds the possible clock lock modes
|
||||
/// </summary>
|
||||
public enum ClockLockMode : uint
|
||||
{
|
||||
/// <summary>
|
||||
/// No clock lock
|
||||
/// </summary>
|
||||
None = 0,
|
||||
|
||||
/// <summary>
|
||||
/// Manual clock lock
|
||||
/// </summary>
|
||||
Manual = 3
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user