namespace NvAPIWrapper.DRS.SettingValues { #pragma warning disable 1591 public enum OpenGLDefaultSwapIntervalFractional : uint { ZeroScanLines = 0x0, OneFullFrameOfScanLines = 0x64, Default = 0x0 } #pragma warning restore 1591 }