diff --git a/src/Generator.Bind/Specifications/GL2/overrides.xml b/src/Generator.Bind/Specifications/GL2/overrides.xml index ae25fb0f..391a95d1 100644 --- a/src/Generator.Bind/Specifications/GL2/overrides.xml +++ b/src/Generator.Bind/Specifications/GL2/overrides.xml @@ -1686,6 +1686,10 @@ + + + + @@ -1860,11 +1864,6 @@ BeginMode - - - 0 - - 0 diff --git a/src/OpenTK/Graphics/OpenGL/GL.cs b/src/OpenTK/Graphics/OpenGL/GL.cs index f7df5c78..493be532 100644 --- a/src/OpenTK/Graphics/OpenGL/GL.cs +++ b/src/OpenTK/Graphics/OpenGL/GL.cs @@ -39011,7 +39011,7 @@ namespace OpenTK.Graphics.OpenGL /// [length: 1] /// Specifies the current edge flag value, either True or False. The initial value is True. /// - [Obsolete("Use ref overload instead")] + [Obsolete("Use out overload instead")] [AutoGenerated(Category = "VERSION_1_0", Version = "1.0", EntryPoint = "glEdgeFlagv")] [CLSCompliant(false)] public static void EdgeFlag([CountAttribute(Count = 1)] bool[] flag) { throw new BindingsNotRewrittenException(); } @@ -39022,7 +39022,6 @@ namespace OpenTK.Graphics.OpenGL /// [length: 1] /// Specifies the current edge flag value, either True or False. The initial value is True. /// - [Obsolete("Use ref overload instead")] [AutoGenerated(Category = "VERSION_1_0", Version = "1.0", EntryPoint = "glEdgeFlagv")] [CLSCompliant(false)] public static unsafe void EdgeFlag([CountAttribute(Count = 1)] bool* flag) { throw new BindingsNotRewrittenException(); }