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/Stereo/StereoActivationFlag.cs
Normal file
18
app/NvAPIWrapper/Native/Stereo/StereoActivationFlag.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
namespace NvAPIWrapper.Native.Stereo
|
||||
{
|
||||
/// <summary>
|
||||
/// Holds a list of valid values for the stereo activation process
|
||||
/// </summary>
|
||||
public enum StereoActivationFlag
|
||||
{
|
||||
/// <summary>
|
||||
/// Immediate activation
|
||||
/// </summary>
|
||||
Immediate = 0,
|
||||
|
||||
/// <summary>
|
||||
/// Delayed activation
|
||||
/// </summary>
|
||||
Delayed
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user