mirror of
https://github.com/jkocon/g-helper.git
synced 2026-06-24 22:51:04 +02:00
Experimental GPU overclock
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
namespace NvAPIWrapper.Native.Display
|
||||
{
|
||||
/// <summary>
|
||||
/// Contains possible values for the type of the Static Metadata Descriptor block structure
|
||||
/// </summary>
|
||||
public enum StaticMetadataDescriptorId : uint
|
||||
{
|
||||
/// <summary>
|
||||
/// Type 1 Static Metadata Descriptor block structure
|
||||
/// </summary>
|
||||
StaticMetadataType1 = 0
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user