Generate legacy overloads for GetObjectPtrLabel
authorFraser Waters <frassle@gmail.com>
Thu, 5 Oct 2017 12:31:04 +0000 (13:31 +0100)
committerFraser Waters <frassle@gmail.com>
Thu, 5 Oct 2017 12:42:39 +0000 (13:42 +0100)
src/Generator.Bind/Specifications/GL2/overrides.xml
src/OpenTK/Graphics/ES20/ES20.cs
src/OpenTK/Graphics/ES30/ES30.cs
src/OpenTK/Graphics/ES31/ES31.cs
src/OpenTK/Graphics/OpenGL/GL.cs
src/OpenTK/Graphics/OpenGL4/GL4.cs

index 16be7ea6c52d021398a572162bcf273575b405f8..6ef1a4282ca83cb6b9a64da4099c4020b4c7db21 100644 (file)
     <function name="EdgeFlagv" extension="Core">
       <param name="flag" legacyArrayParameter="true" />
     </function>
+    <function name="GetObjectPtrLabel" extension="Core">
+      <param name="length" legacyArrayParameter="true" />
+    </function>
+    <function name="GetObjectPtrLabel" extension="KHR">
+      <param name="length" legacyArrayParameter="true" />
+    </function>
   </replace>
 
   <overload name="glcore">
       </param>
     </function>
     <!-- For backwards compatibility -->
-    <function name="GetObjectPtrLabel" extension="Core" obsolete="Use out overload instead">
-      <param name="length">
-        <count>0</count>
-      </param>
-    </function>
     <function name="GetProgramResourceiv" extension="Core" obsolete="Use out overload instead">
       <param name="length">
         <count>0</count>
         <count>0</count>
       </param>
     </function>
-    <function name="GetObjectPtrLabel" extension="KHR" obsolete="Use out overload instead">
-      <param name="length">
-        <count>0</count>
-      </param>
-    </function>
   </overload>
 
   <!-- For backwards compatibility -->
     <function name="GetObjectLabel" extension="Ext">
       <param name="length" legacyArrayParameter="true" />
     </function>
+    <function name="GetObjectPtrLabel" extension="Core">
+      <param name="length" legacyArrayParameter="true" />
+    </function>
+    <function name="GetObjectPtrLabel" extension="KHR">
+      <param name="length" legacyArrayParameter="true" />
+    </function>
   </replace>
 
   <overload name="gl">
         <type>BeginMode</type>
       </param>
     </function>
-    <function name="GetObjectPtrLabel" extension="Core" obsolete="Use out overload instead">
-      <param name="length">
-        <count>0</count>
-      </param>
-    </function>
+
     <function name="GetPointerv" extension="Core" obsolete="Use out overload instead">
       <param name="params">
         <count>0</count>
         <type>IbmVertexArrayLists</type>
       </param>
     </function>
-    <function name="GetObjectPtrLabel" extension="KHR" obsolete="Use out overload instead">
-      <param name="length">
-        <count>0</count>
-      </param>
-    </function>
     <function name="GetPointerv" extension="KHR" obsolete="Use out overload instead">
       <param name="params">
         <count>0</count>
     <function name="GetObjectLabel">
       <param name="length" legacyArrayParameter="true" />
     </function>
+    <function name="GetObjectPtrLabel">
+      <param name="length" legacyArrayParameter="true" />
+    </function>
   </replace>
 
    <!-- gles2 overloads for backwards compatibility (2.0 and 3.0) -->
   <overload name="gles2">
-    <function name="GetObjectPtrLabel" obsolete="Use out overload instead">
-      <param name="length"><count>0</count></param>
-    </function>
     <function name="GetTranslatedShaderSource" extension="ANGLE" obsolete="Use out overload instead">
       <param name="length"><count>0</count></param>
     </function>
index fdfdc0b1faac18be14fa93051f0184e41d771e19..800fffe16d0a089ab61fa4b34a1a07df42637168 100644 (file)
@@ -9584,7 +9584,6 @@ namespace OpenTK.Graphics.ES20
         /// <param name="label">[length: bufSize]
         /// The address of a string that will receive the object label.
         /// </param>
-        [Obsolete("Use out overload instead")]
         [AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetObjectPtrLabel")]
         [CLSCompliant(false)]
         public static void GetObjectPtrLabel(IntPtr ptr, Int32 bufSize, [OutAttribute, CountAttribute(Count = 1)] out Int32 length, [OutAttribute, CountAttribute(Parameter = "bufSize")] out String label) { throw new BindingsNotRewrittenException(); }
@@ -9604,7 +9603,6 @@ namespace OpenTK.Graphics.ES20
         /// <param name="label">[length: bufSize]
         /// The address of a string that will receive the object label.
         /// </param>
-        [Obsolete("Use out overload instead")]
         [AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetObjectPtrLabel")]
         [CLSCompliant(false)]
         public static unsafe void GetObjectPtrLabel(IntPtr ptr, Int32 bufSize, [OutAttribute, CountAttribute(Count = 1)] Int32* length, [OutAttribute, CountAttribute(Parameter = "bufSize")] out String label) { throw new BindingsNotRewrittenException(); }
@@ -9646,7 +9644,6 @@ namespace OpenTK.Graphics.ES20
         /// <param name="label">[length: bufSize]
         /// The address of a string that will receive the object label.
         /// </param>
-        [Obsolete("Use out overload instead")]
         [AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetObjectPtrLabel")]
         [CLSCompliant(false)]
         public static void GetObjectPtrLabel<T0>([InAttribute, OutAttribute] T0[] ptr, Int32 bufSize, [OutAttribute, CountAttribute(Count = 1)] out Int32 length, [OutAttribute, CountAttribute(Parameter = "bufSize")] out String label)
@@ -9668,7 +9665,6 @@ namespace OpenTK.Graphics.ES20
         /// <param name="label">[length: bufSize]
         /// The address of a string that will receive the object label.
         /// </param>
-        [Obsolete("Use out overload instead")]
         [AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetObjectPtrLabel")]
         [CLSCompliant(false)]
         public static unsafe void GetObjectPtrLabel<T0>([InAttribute, OutAttribute] T0[] ptr, Int32 bufSize, [OutAttribute, CountAttribute(Count = 1)] Int32* length, [OutAttribute, CountAttribute(Parameter = "bufSize")] out String label)
@@ -9712,7 +9708,6 @@ namespace OpenTK.Graphics.ES20
         /// <param name="label">[length: bufSize]
         /// The address of a string that will receive the object label.
         /// </param>
-        [Obsolete("Use out overload instead")]
         [AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetObjectPtrLabel")]
         [CLSCompliant(false)]
         public static void GetObjectPtrLabel<T0>([InAttribute, OutAttribute] T0[,] ptr, Int32 bufSize, [OutAttribute, CountAttribute(Count = 1)] out Int32 length, [OutAttribute, CountAttribute(Parameter = "bufSize")] out String label)
@@ -9734,7 +9729,6 @@ namespace OpenTK.Graphics.ES20
         /// <param name="label">[length: bufSize]
         /// The address of a string that will receive the object label.
         /// </param>
-        [Obsolete("Use out overload instead")]
         [AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetObjectPtrLabel")]
         [CLSCompliant(false)]
         public static unsafe void GetObjectPtrLabel<T0>([InAttribute, OutAttribute] T0[,] ptr, Int32 bufSize, [OutAttribute, CountAttribute(Count = 1)] Int32* length, [OutAttribute, CountAttribute(Parameter = "bufSize")] out String label)
@@ -9778,7 +9772,6 @@ namespace OpenTK.Graphics.ES20
         /// <param name="label">[length: bufSize]
         /// The address of a string that will receive the object label.
         /// </param>
-        [Obsolete("Use out overload instead")]
         [AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetObjectPtrLabel")]
         [CLSCompliant(false)]
         public static void GetObjectPtrLabel<T0>([InAttribute, OutAttribute] T0[,,] ptr, Int32 bufSize, [OutAttribute, CountAttribute(Count = 1)] out Int32 length, [OutAttribute, CountAttribute(Parameter = "bufSize")] out String label)
@@ -9800,7 +9793,6 @@ namespace OpenTK.Graphics.ES20
         /// <param name="label">[length: bufSize]
         /// The address of a string that will receive the object label.
         /// </param>
-        [Obsolete("Use out overload instead")]
         [AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetObjectPtrLabel")]
         [CLSCompliant(false)]
         public static unsafe void GetObjectPtrLabel<T0>([InAttribute, OutAttribute] T0[,,] ptr, Int32 bufSize, [OutAttribute, CountAttribute(Count = 1)] Int32* length, [OutAttribute, CountAttribute(Parameter = "bufSize")] out String label)
@@ -9844,7 +9836,6 @@ namespace OpenTK.Graphics.ES20
         /// <param name="label">[length: bufSize]
         /// The address of a string that will receive the object label.
         /// </param>
-        [Obsolete("Use out overload instead")]
         [AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetObjectPtrLabel")]
         [CLSCompliant(false)]
         public static void GetObjectPtrLabel<T0>([InAttribute, OutAttribute] ref T0 ptr, Int32 bufSize, [OutAttribute, CountAttribute(Count = 1)] out Int32 length, [OutAttribute, CountAttribute(Parameter = "bufSize")] out String label)
@@ -9866,7 +9857,6 @@ namespace OpenTK.Graphics.ES20
         /// <param name="label">[length: bufSize]
         /// The address of a string that will receive the object label.
         /// </param>
-        [Obsolete("Use out overload instead")]
         [AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetObjectPtrLabel")]
         [CLSCompliant(false)]
         public static unsafe void GetObjectPtrLabel<T0>([InAttribute, OutAttribute] ref T0 ptr, Int32 bufSize, [OutAttribute, CountAttribute(Count = 1)] Int32* length, [OutAttribute, CountAttribute(Parameter = "bufSize")] out String label)
@@ -34928,7 +34918,6 @@ namespace OpenTK.Graphics.ES20
             /// <param name="label">[length: bufSize]
             /// The address of a string that will receive the object label.
             /// </param>
-            [Obsolete("Use out overload instead")]
             [AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetObjectPtrLabelKHR")]
             [CLSCompliant(false)]
             public static void GetObjectPtrLabel(IntPtr ptr, Int32 bufSize, [OutAttribute, CountAttribute(Count = 1)] out Int32 length, [OutAttribute, CountAttribute(Parameter = "bufSize")] out String label) { throw new BindingsNotRewrittenException(); }
@@ -34948,7 +34937,6 @@ namespace OpenTK.Graphics.ES20
             /// <param name="label">[length: bufSize]
             /// The address of a string that will receive the object label.
             /// </param>
-            [Obsolete("Use out overload instead")]
             [AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetObjectPtrLabelKHR")]
             [CLSCompliant(false)]
             public static unsafe void GetObjectPtrLabel(IntPtr ptr, Int32 bufSize, [OutAttribute, CountAttribute(Count = 1)] Int32* length, [OutAttribute, CountAttribute(Parameter = "bufSize")] out String label) { throw new BindingsNotRewrittenException(); }
@@ -34990,7 +34978,6 @@ namespace OpenTK.Graphics.ES20
             /// <param name="label">[length: bufSize]
             /// The address of a string that will receive the object label.
             /// </param>
-            [Obsolete("Use out overload instead")]
             [AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetObjectPtrLabelKHR")]
             [CLSCompliant(false)]
             public static void GetObjectPtrLabel<T0>([InAttribute, OutAttribute] T0[] ptr, Int32 bufSize, [OutAttribute, CountAttribute(Count = 1)] out Int32 length, [OutAttribute, CountAttribute(Parameter = "bufSize")] out String label)
@@ -35012,7 +34999,6 @@ namespace OpenTK.Graphics.ES20
             /// <param name="label">[length: bufSize]
             /// The address of a string that will receive the object label.
             /// </param>
-            [Obsolete("Use out overload instead")]
             [AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetObjectPtrLabelKHR")]
             [CLSCompliant(false)]
             public static unsafe void GetObjectPtrLabel<T0>([InAttribute, OutAttribute] T0[] ptr, Int32 bufSize, [OutAttribute, CountAttribute(Count = 1)] Int32* length, [OutAttribute, CountAttribute(Parameter = "bufSize")] out String label)
@@ -35056,7 +35042,6 @@ namespace OpenTK.Graphics.ES20
             /// <param name="label">[length: bufSize]
             /// The address of a string that will receive the object label.
             /// </param>
-            [Obsolete("Use out overload instead")]
             [AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetObjectPtrLabelKHR")]
             [CLSCompliant(false)]
             public static void GetObjectPtrLabel<T0>([InAttribute, OutAttribute] T0[,] ptr, Int32 bufSize, [OutAttribute, CountAttribute(Count = 1)] out Int32 length, [OutAttribute, CountAttribute(Parameter = "bufSize")] out String label)
@@ -35078,7 +35063,6 @@ namespace OpenTK.Graphics.ES20
             /// <param name="label">[length: bufSize]
             /// The address of a string that will receive the object label.
             /// </param>
-            [Obsolete("Use out overload instead")]
             [AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetObjectPtrLabelKHR")]
             [CLSCompliant(false)]
             public static unsafe void GetObjectPtrLabel<T0>([InAttribute, OutAttribute] T0[,] ptr, Int32 bufSize, [OutAttribute, CountAttribute(Count = 1)] Int32* length, [OutAttribute, CountAttribute(Parameter = "bufSize")] out String label)
@@ -35122,7 +35106,6 @@ namespace OpenTK.Graphics.ES20
             /// <param name="label">[length: bufSize]
             /// The address of a string that will receive the object label.
             /// </param>
-            [Obsolete("Use out overload instead")]
             [AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetObjectPtrLabelKHR")]
             [CLSCompliant(false)]
             public static void GetObjectPtrLabel<T0>([InAttribute, OutAttribute] T0[,,] ptr, Int32 bufSize, [OutAttribute, CountAttribute(Count = 1)] out Int32 length, [OutAttribute, CountAttribute(Parameter = "bufSize")] out String label)
@@ -35144,7 +35127,6 @@ namespace OpenTK.Graphics.ES20
             /// <param name="label">[length: bufSize]
             /// The address of a string that will receive the object label.
             /// </param>
-            [Obsolete("Use out overload instead")]
             [AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetObjectPtrLabelKHR")]
             [CLSCompliant(false)]
             public static unsafe void GetObjectPtrLabel<T0>([InAttribute, OutAttribute] T0[,,] ptr, Int32 bufSize, [OutAttribute, CountAttribute(Count = 1)] Int32* length, [OutAttribute, CountAttribute(Parameter = "bufSize")] out String label)
@@ -35188,7 +35170,6 @@ namespace OpenTK.Graphics.ES20
             /// <param name="label">[length: bufSize]
             /// The address of a string that will receive the object label.
             /// </param>
-            [Obsolete("Use out overload instead")]
             [AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetObjectPtrLabelKHR")]
             [CLSCompliant(false)]
             public static void GetObjectPtrLabel<T0>([InAttribute, OutAttribute] ref T0 ptr, Int32 bufSize, [OutAttribute, CountAttribute(Count = 1)] out Int32 length, [OutAttribute, CountAttribute(Parameter = "bufSize")] out String label)
@@ -35210,7 +35191,6 @@ namespace OpenTK.Graphics.ES20
             /// <param name="label">[length: bufSize]
             /// The address of a string that will receive the object label.
             /// </param>
-            [Obsolete("Use out overload instead")]
             [AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetObjectPtrLabelKHR")]
             [CLSCompliant(false)]
             public static unsafe void GetObjectPtrLabel<T0>([InAttribute, OutAttribute] ref T0 ptr, Int32 bufSize, [OutAttribute, CountAttribute(Count = 1)] Int32* length, [OutAttribute, CountAttribute(Parameter = "bufSize")] out String label)
index 35f3d78848000dcec40aecebb8ec43f719ce4214..7c5ecb387c72b309adf62ff71c324afbb2c96aa5 100644 (file)
@@ -13797,7 +13797,6 @@ namespace OpenTK.Graphics.ES30
         /// <param name="label">[length: bufSize]
         /// The address of a string that will receive the object label.
         /// </param>
-        [Obsolete("Use out overload instead")]
         [AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetObjectPtrLabel")]
         [CLSCompliant(false)]
         public static void GetObjectPtrLabel(IntPtr ptr, Int32 bufSize, [OutAttribute, CountAttribute(Count = 1)] out Int32 length, [OutAttribute, CountAttribute(Parameter = "bufSize")] out String label) { throw new BindingsNotRewrittenException(); }
@@ -13817,7 +13816,6 @@ namespace OpenTK.Graphics.ES30
         /// <param name="label">[length: bufSize]
         /// The address of a string that will receive the object label.
         /// </param>
-        [Obsolete("Use out overload instead")]
         [AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetObjectPtrLabel")]
         [CLSCompliant(false)]
         public static unsafe void GetObjectPtrLabel(IntPtr ptr, Int32 bufSize, [OutAttribute, CountAttribute(Count = 1)] Int32* length, [OutAttribute, CountAttribute(Parameter = "bufSize")] out String label) { throw new BindingsNotRewrittenException(); }
@@ -13859,7 +13857,6 @@ namespace OpenTK.Graphics.ES30
         /// <param name="label">[length: bufSize]
         /// The address of a string that will receive the object label.
         /// </param>
-        [Obsolete("Use out overload instead")]
         [AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetObjectPtrLabel")]
         [CLSCompliant(false)]
         public static void GetObjectPtrLabel<T0>([InAttribute, OutAttribute] T0[] ptr, Int32 bufSize, [OutAttribute, CountAttribute(Count = 1)] out Int32 length, [OutAttribute, CountAttribute(Parameter = "bufSize")] out String label)
@@ -13881,7 +13878,6 @@ namespace OpenTK.Graphics.ES30
         /// <param name="label">[length: bufSize]
         /// The address of a string that will receive the object label.
         /// </param>
-        [Obsolete("Use out overload instead")]
         [AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetObjectPtrLabel")]
         [CLSCompliant(false)]
         public static unsafe void GetObjectPtrLabel<T0>([InAttribute, OutAttribute] T0[] ptr, Int32 bufSize, [OutAttribute, CountAttribute(Count = 1)] Int32* length, [OutAttribute, CountAttribute(Parameter = "bufSize")] out String label)
@@ -13925,7 +13921,6 @@ namespace OpenTK.Graphics.ES30
         /// <param name="label">[length: bufSize]
         /// The address of a string that will receive the object label.
         /// </param>
-        [Obsolete("Use out overload instead")]
         [AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetObjectPtrLabel")]
         [CLSCompliant(false)]
         public static void GetObjectPtrLabel<T0>([InAttribute, OutAttribute] T0[,] ptr, Int32 bufSize, [OutAttribute, CountAttribute(Count = 1)] out Int32 length, [OutAttribute, CountAttribute(Parameter = "bufSize")] out String label)
@@ -13947,7 +13942,6 @@ namespace OpenTK.Graphics.ES30
         /// <param name="label">[length: bufSize]
         /// The address of a string that will receive the object label.
         /// </param>
-        [Obsolete("Use out overload instead")]
         [AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetObjectPtrLabel")]
         [CLSCompliant(false)]
         public static unsafe void GetObjectPtrLabel<T0>([InAttribute, OutAttribute] T0[,] ptr, Int32 bufSize, [OutAttribute, CountAttribute(Count = 1)] Int32* length, [OutAttribute, CountAttribute(Parameter = "bufSize")] out String label)
@@ -13991,7 +13985,6 @@ namespace OpenTK.Graphics.ES30
         /// <param name="label">[length: bufSize]
         /// The address of a string that will receive the object label.
         /// </param>
-        [Obsolete("Use out overload instead")]
         [AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetObjectPtrLabel")]
         [CLSCompliant(false)]
         public static void GetObjectPtrLabel<T0>([InAttribute, OutAttribute] T0[,,] ptr, Int32 bufSize, [OutAttribute, CountAttribute(Count = 1)] out Int32 length, [OutAttribute, CountAttribute(Parameter = "bufSize")] out String label)
@@ -14013,7 +14006,6 @@ namespace OpenTK.Graphics.ES30
         /// <param name="label">[length: bufSize]
         /// The address of a string that will receive the object label.
         /// </param>
-        [Obsolete("Use out overload instead")]
         [AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetObjectPtrLabel")]
         [CLSCompliant(false)]
         public static unsafe void GetObjectPtrLabel<T0>([InAttribute, OutAttribute] T0[,,] ptr, Int32 bufSize, [OutAttribute, CountAttribute(Count = 1)] Int32* length, [OutAttribute, CountAttribute(Parameter = "bufSize")] out String label)
@@ -14057,7 +14049,6 @@ namespace OpenTK.Graphics.ES30
         /// <param name="label">[length: bufSize]
         /// The address of a string that will receive the object label.
         /// </param>
-        [Obsolete("Use out overload instead")]
         [AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetObjectPtrLabel")]
         [CLSCompliant(false)]
         public static void GetObjectPtrLabel<T0>([InAttribute, OutAttribute] ref T0 ptr, Int32 bufSize, [OutAttribute, CountAttribute(Count = 1)] out Int32 length, [OutAttribute, CountAttribute(Parameter = "bufSize")] out String label)
@@ -14079,7 +14070,6 @@ namespace OpenTK.Graphics.ES30
         /// <param name="label">[length: bufSize]
         /// The address of a string that will receive the object label.
         /// </param>
-        [Obsolete("Use out overload instead")]
         [AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetObjectPtrLabel")]
         [CLSCompliant(false)]
         public static unsafe void GetObjectPtrLabel<T0>([InAttribute, OutAttribute] ref T0 ptr, Int32 bufSize, [OutAttribute, CountAttribute(Count = 1)] Int32* length, [OutAttribute, CountAttribute(Parameter = "bufSize")] out String label)
@@ -43327,7 +43317,6 @@ namespace OpenTK.Graphics.ES30
             /// <param name="label">[length: bufSize]
             /// The address of a string that will receive the object label.
             /// </param>
-            [Obsolete("Use out overload instead")]
             [AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetObjectPtrLabelKHR")]
             [CLSCompliant(false)]
             public static void GetObjectPtrLabel(IntPtr ptr, Int32 bufSize, [OutAttribute, CountAttribute(Count = 1)] out Int32 length, [OutAttribute, CountAttribute(Parameter = "bufSize")] out String label) { throw new BindingsNotRewrittenException(); }
@@ -43347,7 +43336,6 @@ namespace OpenTK.Graphics.ES30
             /// <param name="label">[length: bufSize]
             /// The address of a string that will receive the object label.
             /// </param>
-            [Obsolete("Use out overload instead")]
             [AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetObjectPtrLabelKHR")]
             [CLSCompliant(false)]
             public static unsafe void GetObjectPtrLabel(IntPtr ptr, Int32 bufSize, [OutAttribute, CountAttribute(Count = 1)] Int32* length, [OutAttribute, CountAttribute(Parameter = "bufSize")] out String label) { throw new BindingsNotRewrittenException(); }
@@ -43389,7 +43377,6 @@ namespace OpenTK.Graphics.ES30
             /// <param name="label">[length: bufSize]
             /// The address of a string that will receive the object label.
             /// </param>
-            [Obsolete("Use out overload instead")]
             [AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetObjectPtrLabelKHR")]
             [CLSCompliant(false)]
             public static void GetObjectPtrLabel<T0>([InAttribute, OutAttribute] T0[] ptr, Int32 bufSize, [OutAttribute, CountAttribute(Count = 1)] out Int32 length, [OutAttribute, CountAttribute(Parameter = "bufSize")] out String label)
@@ -43411,7 +43398,6 @@ namespace OpenTK.Graphics.ES30
             /// <param name="label">[length: bufSize]
             /// The address of a string that will receive the object label.
             /// </param>
-            [Obsolete("Use out overload instead")]
             [AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetObjectPtrLabelKHR")]
             [CLSCompliant(false)]
             public static unsafe void GetObjectPtrLabel<T0>([InAttribute, OutAttribute] T0[] ptr, Int32 bufSize, [OutAttribute, CountAttribute(Count = 1)] Int32* length, [OutAttribute, CountAttribute(Parameter = "bufSize")] out String label)
@@ -43455,7 +43441,6 @@ namespace OpenTK.Graphics.ES30
             /// <param name="label">[length: bufSize]
             /// The address of a string that will receive the object label.
             /// </param>
-            [Obsolete("Use out overload instead")]
             [AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetObjectPtrLabelKHR")]
             [CLSCompliant(false)]
             public static void GetObjectPtrLabel<T0>([InAttribute, OutAttribute] T0[,] ptr, Int32 bufSize, [OutAttribute, CountAttribute(Count = 1)] out Int32 length, [OutAttribute, CountAttribute(Parameter = "bufSize")] out String label)
@@ -43477,7 +43462,6 @@ namespace OpenTK.Graphics.ES30
             /// <param name="label">[length: bufSize]
             /// The address of a string that will receive the object label.
             /// </param>
-            [Obsolete("Use out overload instead")]
             [AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetObjectPtrLabelKHR")]
             [CLSCompliant(false)]
             public static unsafe void GetObjectPtrLabel<T0>([InAttribute, OutAttribute] T0[,] ptr, Int32 bufSize, [OutAttribute, CountAttribute(Count = 1)] Int32* length, [OutAttribute, CountAttribute(Parameter = "bufSize")] out String label)
@@ -43521,7 +43505,6 @@ namespace OpenTK.Graphics.ES30
             /// <param name="label">[length: bufSize]
             /// The address of a string that will receive the object label.
             /// </param>
-            [Obsolete("Use out overload instead")]
             [AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetObjectPtrLabelKHR")]
             [CLSCompliant(false)]
             public static void GetObjectPtrLabel<T0>([InAttribute, OutAttribute] T0[,,] ptr, Int32 bufSize, [OutAttribute, CountAttribute(Count = 1)] out Int32 length, [OutAttribute, CountAttribute(Parameter = "bufSize")] out String label)
@@ -43543,7 +43526,6 @@ namespace OpenTK.Graphics.ES30
             /// <param name="label">[length: bufSize]
             /// The address of a string that will receive the object label.
             /// </param>
-            [Obsolete("Use out overload instead")]
             [AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetObjectPtrLabelKHR")]
             [CLSCompliant(false)]
             public static unsafe void GetObjectPtrLabel<T0>([InAttribute, OutAttribute] T0[,,] ptr, Int32 bufSize, [OutAttribute, CountAttribute(Count = 1)] Int32* length, [OutAttribute, CountAttribute(Parameter = "bufSize")] out String label)
@@ -43587,7 +43569,6 @@ namespace OpenTK.Graphics.ES30
             /// <param name="label">[length: bufSize]
             /// The address of a string that will receive the object label.
             /// </param>
-            [Obsolete("Use out overload instead")]
             [AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetObjectPtrLabelKHR")]
             [CLSCompliant(false)]
             public static void GetObjectPtrLabel<T0>([InAttribute, OutAttribute] ref T0 ptr, Int32 bufSize, [OutAttribute, CountAttribute(Count = 1)] out Int32 length, [OutAttribute, CountAttribute(Parameter = "bufSize")] out String label)
@@ -43609,7 +43590,6 @@ namespace OpenTK.Graphics.ES30
             /// <param name="label">[length: bufSize]
             /// The address of a string that will receive the object label.
             /// </param>
-            [Obsolete("Use out overload instead")]
             [AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetObjectPtrLabelKHR")]
             [CLSCompliant(false)]
             public static unsafe void GetObjectPtrLabel<T0>([InAttribute, OutAttribute] ref T0 ptr, Int32 bufSize, [OutAttribute, CountAttribute(Count = 1)] Int32* length, [OutAttribute, CountAttribute(Parameter = "bufSize")] out String label)
index b8ee751c5f16b5e7c8cf1191e5ed970b5832dd8c..a7b5b913adfd95a48b4c07663028a0531132b842 100644 (file)
@@ -12862,7 +12862,6 @@ namespace OpenTK.Graphics.ES31
         /// <param name="label">[length: bufSize]
         /// The address of a string that will receive the object label.
         /// </param>
-        [Obsolete("Use out overload instead")]
         [AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetObjectPtrLabel")]
         [CLSCompliant(false)]
         public static void GetObjectPtrLabel(IntPtr ptr, Int32 bufSize, [OutAttribute, CountAttribute(Count = 1)] out Int32 length, [OutAttribute, CountAttribute(Parameter = "bufSize")] out String label) { throw new BindingsNotRewrittenException(); }
@@ -12882,7 +12881,6 @@ namespace OpenTK.Graphics.ES31
         /// <param name="label">[length: bufSize]
         /// The address of a string that will receive the object label.
         /// </param>
-        [Obsolete("Use out overload instead")]
         [AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetObjectPtrLabel")]
         [CLSCompliant(false)]
         public static unsafe void GetObjectPtrLabel(IntPtr ptr, Int32 bufSize, [OutAttribute, CountAttribute(Count = 1)] Int32* length, [OutAttribute, CountAttribute(Parameter = "bufSize")] out String label) { throw new BindingsNotRewrittenException(); }
@@ -12924,7 +12922,6 @@ namespace OpenTK.Graphics.ES31
         /// <param name="label">[length: bufSize]
         /// The address of a string that will receive the object label.
         /// </param>
-        [Obsolete("Use out overload instead")]
         [AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetObjectPtrLabel")]
         [CLSCompliant(false)]
         public static void GetObjectPtrLabel<T0>([InAttribute, OutAttribute] T0[] ptr, Int32 bufSize, [OutAttribute, CountAttribute(Count = 1)] out Int32 length, [OutAttribute, CountAttribute(Parameter = "bufSize")] out String label)
@@ -12946,7 +12943,6 @@ namespace OpenTK.Graphics.ES31
         /// <param name="label">[length: bufSize]
         /// The address of a string that will receive the object label.
         /// </param>
-        [Obsolete("Use out overload instead")]
         [AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetObjectPtrLabel")]
         [CLSCompliant(false)]
         public static unsafe void GetObjectPtrLabel<T0>([InAttribute, OutAttribute] T0[] ptr, Int32 bufSize, [OutAttribute, CountAttribute(Count = 1)] Int32* length, [OutAttribute, CountAttribute(Parameter = "bufSize")] out String label)
@@ -12990,7 +12986,6 @@ namespace OpenTK.Graphics.ES31
         /// <param name="label">[length: bufSize]
         /// The address of a string that will receive the object label.
         /// </param>
-        [Obsolete("Use out overload instead")]
         [AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetObjectPtrLabel")]
         [CLSCompliant(false)]
         public static void GetObjectPtrLabel<T0>([InAttribute, OutAttribute] T0[,] ptr, Int32 bufSize, [OutAttribute, CountAttribute(Count = 1)] out Int32 length, [OutAttribute, CountAttribute(Parameter = "bufSize")] out String label)
@@ -13012,7 +13007,6 @@ namespace OpenTK.Graphics.ES31
         /// <param name="label">[length: bufSize]
         /// The address of a string that will receive the object label.
         /// </param>
-        [Obsolete("Use out overload instead")]
         [AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetObjectPtrLabel")]
         [CLSCompliant(false)]
         public static unsafe void GetObjectPtrLabel<T0>([InAttribute, OutAttribute] T0[,] ptr, Int32 bufSize, [OutAttribute, CountAttribute(Count = 1)] Int32* length, [OutAttribute, CountAttribute(Parameter = "bufSize")] out String label)
@@ -13056,7 +13050,6 @@ namespace OpenTK.Graphics.ES31
         /// <param name="label">[length: bufSize]
         /// The address of a string that will receive the object label.
         /// </param>
-        [Obsolete("Use out overload instead")]
         [AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetObjectPtrLabel")]
         [CLSCompliant(false)]
         public static void GetObjectPtrLabel<T0>([InAttribute, OutAttribute] T0[,,] ptr, Int32 bufSize, [OutAttribute, CountAttribute(Count = 1)] out Int32 length, [OutAttribute, CountAttribute(Parameter = "bufSize")] out String label)
@@ -13078,7 +13071,6 @@ namespace OpenTK.Graphics.ES31
         /// <param name="label">[length: bufSize]
         /// The address of a string that will receive the object label.
         /// </param>
-        [Obsolete("Use out overload instead")]
         [AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetObjectPtrLabel")]
         [CLSCompliant(false)]
         public static unsafe void GetObjectPtrLabel<T0>([InAttribute, OutAttribute] T0[,,] ptr, Int32 bufSize, [OutAttribute, CountAttribute(Count = 1)] Int32* length, [OutAttribute, CountAttribute(Parameter = "bufSize")] out String label)
@@ -13122,7 +13114,6 @@ namespace OpenTK.Graphics.ES31
         /// <param name="label">[length: bufSize]
         /// The address of a string that will receive the object label.
         /// </param>
-        [Obsolete("Use out overload instead")]
         [AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetObjectPtrLabel")]
         [CLSCompliant(false)]
         public static void GetObjectPtrLabel<T0>([InAttribute, OutAttribute] ref T0 ptr, Int32 bufSize, [OutAttribute, CountAttribute(Count = 1)] out Int32 length, [OutAttribute, CountAttribute(Parameter = "bufSize")] out String label)
@@ -13144,7 +13135,6 @@ namespace OpenTK.Graphics.ES31
         /// <param name="label">[length: bufSize]
         /// The address of a string that will receive the object label.
         /// </param>
-        [Obsolete("Use out overload instead")]
         [AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetObjectPtrLabel")]
         [CLSCompliant(false)]
         public static unsafe void GetObjectPtrLabel<T0>([InAttribute, OutAttribute] ref T0 ptr, Int32 bufSize, [OutAttribute, CountAttribute(Count = 1)] Int32* length, [OutAttribute, CountAttribute(Parameter = "bufSize")] out String label)
@@ -41411,7 +41401,6 @@ namespace OpenTK.Graphics.ES31
             /// <param name="label">[length: bufSize]
             /// The address of a string that will receive the object label.
             /// </param>
-            [Obsolete("Use out overload instead")]
             [AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetObjectPtrLabelKHR")]
             [CLSCompliant(false)]
             public static void GetObjectPtrLabel(IntPtr ptr, Int32 bufSize, [OutAttribute, CountAttribute(Count = 1)] out Int32 length, [OutAttribute, CountAttribute(Parameter = "bufSize")] out String label) { throw new BindingsNotRewrittenException(); }
@@ -41431,7 +41420,6 @@ namespace OpenTK.Graphics.ES31
             /// <param name="label">[length: bufSize]
             /// The address of a string that will receive the object label.
             /// </param>
-            [Obsolete("Use out overload instead")]
             [AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetObjectPtrLabelKHR")]
             [CLSCompliant(false)]
             public static unsafe void GetObjectPtrLabel(IntPtr ptr, Int32 bufSize, [OutAttribute, CountAttribute(Count = 1)] Int32* length, [OutAttribute, CountAttribute(Parameter = "bufSize")] out String label) { throw new BindingsNotRewrittenException(); }
@@ -41473,7 +41461,6 @@ namespace OpenTK.Graphics.ES31
             /// <param name="label">[length: bufSize]
             /// The address of a string that will receive the object label.
             /// </param>
-            [Obsolete("Use out overload instead")]
             [AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetObjectPtrLabelKHR")]
             [CLSCompliant(false)]
             public static void GetObjectPtrLabel<T0>([InAttribute, OutAttribute] T0[] ptr, Int32 bufSize, [OutAttribute, CountAttribute(Count = 1)] out Int32 length, [OutAttribute, CountAttribute(Parameter = "bufSize")] out String label)
@@ -41495,7 +41482,6 @@ namespace OpenTK.Graphics.ES31
             /// <param name="label">[length: bufSize]
             /// The address of a string that will receive the object label.
             /// </param>
-            [Obsolete("Use out overload instead")]
             [AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetObjectPtrLabelKHR")]
             [CLSCompliant(false)]
             public static unsafe void GetObjectPtrLabel<T0>([InAttribute, OutAttribute] T0[] ptr, Int32 bufSize, [OutAttribute, CountAttribute(Count = 1)] Int32* length, [OutAttribute, CountAttribute(Parameter = "bufSize")] out String label)
@@ -41539,7 +41525,6 @@ namespace OpenTK.Graphics.ES31
             /// <param name="label">[length: bufSize]
             /// The address of a string that will receive the object label.
             /// </param>
-            [Obsolete("Use out overload instead")]
             [AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetObjectPtrLabelKHR")]
             [CLSCompliant(false)]
             public static void GetObjectPtrLabel<T0>([InAttribute, OutAttribute] T0[,] ptr, Int32 bufSize, [OutAttribute, CountAttribute(Count = 1)] out Int32 length, [OutAttribute, CountAttribute(Parameter = "bufSize")] out String label)
@@ -41561,7 +41546,6 @@ namespace OpenTK.Graphics.ES31
             /// <param name="label">[length: bufSize]
             /// The address of a string that will receive the object label.
             /// </param>
-            [Obsolete("Use out overload instead")]
             [AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetObjectPtrLabelKHR")]
             [CLSCompliant(false)]
             public static unsafe void GetObjectPtrLabel<T0>([InAttribute, OutAttribute] T0[,] ptr, Int32 bufSize, [OutAttribute, CountAttribute(Count = 1)] Int32* length, [OutAttribute, CountAttribute(Parameter = "bufSize")] out String label)
@@ -41605,7 +41589,6 @@ namespace OpenTK.Graphics.ES31
             /// <param name="label">[length: bufSize]
             /// The address of a string that will receive the object label.
             /// </param>
-            [Obsolete("Use out overload instead")]
             [AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetObjectPtrLabelKHR")]
             [CLSCompliant(false)]
             public static void GetObjectPtrLabel<T0>([InAttribute, OutAttribute] T0[,,] ptr, Int32 bufSize, [OutAttribute, CountAttribute(Count = 1)] out Int32 length, [OutAttribute, CountAttribute(Parameter = "bufSize")] out String label)
@@ -41627,7 +41610,6 @@ namespace OpenTK.Graphics.ES31
             /// <param name="label">[length: bufSize]
             /// The address of a string that will receive the object label.
             /// </param>
-            [Obsolete("Use out overload instead")]
             [AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetObjectPtrLabelKHR")]
             [CLSCompliant(false)]
             public static unsafe void GetObjectPtrLabel<T0>([InAttribute, OutAttribute] T0[,,] ptr, Int32 bufSize, [OutAttribute, CountAttribute(Count = 1)] Int32* length, [OutAttribute, CountAttribute(Parameter = "bufSize")] out String label)
@@ -41671,7 +41653,6 @@ namespace OpenTK.Graphics.ES31
             /// <param name="label">[length: bufSize]
             /// The address of a string that will receive the object label.
             /// </param>
-            [Obsolete("Use out overload instead")]
             [AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetObjectPtrLabelKHR")]
             [CLSCompliant(false)]
             public static void GetObjectPtrLabel<T0>([InAttribute, OutAttribute] ref T0 ptr, Int32 bufSize, [OutAttribute, CountAttribute(Count = 1)] out Int32 length, [OutAttribute, CountAttribute(Parameter = "bufSize")] out String label)
@@ -41693,7 +41674,6 @@ namespace OpenTK.Graphics.ES31
             /// <param name="label">[length: bufSize]
             /// The address of a string that will receive the object label.
             /// </param>
-            [Obsolete("Use out overload instead")]
             [AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetObjectPtrLabelKHR")]
             [CLSCompliant(false)]
             public static unsafe void GetObjectPtrLabel<T0>([InAttribute, OutAttribute] ref T0 ptr, Int32 bufSize, [OutAttribute, CountAttribute(Count = 1)] Int32* length, [OutAttribute, CountAttribute(Parameter = "bufSize")] out String label)
index 7a8ae9ca8595ada5ca65dc2b08868f91a78b5932..0e45f4f1ec535cbb0b16bbf4bd352cba9651d588 100644 (file)
@@ -46473,7 +46473,6 @@ namespace OpenTK.Graphics.OpenGL
         /// <param name="label">[length: bufSize]
         /// The address of a string that will receive the object label.
         /// </param>
-        [Obsolete("Use out overload instead")]
         [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "4.3", EntryPoint = "glGetObjectPtrLabel")]
         [CLSCompliant(false)]
         public static void GetObjectPtrLabel(IntPtr ptr, Int32 bufSize, [OutAttribute, CountAttribute(Count = 1)] out Int32 length, [OutAttribute, CountAttribute(Parameter = "bufSize")] out String label) { throw new BindingsNotRewrittenException(); }
@@ -46493,7 +46492,6 @@ namespace OpenTK.Graphics.OpenGL
         /// <param name="label">[length: bufSize]
         /// The address of a string that will receive the object label.
         /// </param>
-        [Obsolete("Use out overload instead")]
         [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "4.3", EntryPoint = "glGetObjectPtrLabel")]
         [CLSCompliant(false)]
         public static unsafe void GetObjectPtrLabel(IntPtr ptr, Int32 bufSize, [OutAttribute, CountAttribute(Count = 1)] Int32* length, [OutAttribute, CountAttribute(Parameter = "bufSize")] out String label) { throw new BindingsNotRewrittenException(); }
@@ -46535,7 +46533,6 @@ namespace OpenTK.Graphics.OpenGL
         /// <param name="label">[length: bufSize]
         /// The address of a string that will receive the object label.
         /// </param>
-        [Obsolete("Use out overload instead")]
         [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "4.3", EntryPoint = "glGetObjectPtrLabel")]
         [CLSCompliant(false)]
         public static void GetObjectPtrLabel<T0>([InAttribute, OutAttribute] T0[] ptr, Int32 bufSize, [OutAttribute, CountAttribute(Count = 1)] out Int32 length, [OutAttribute, CountAttribute(Parameter = "bufSize")] out String label)
@@ -46557,7 +46554,6 @@ namespace OpenTK.Graphics.OpenGL
         /// <param name="label">[length: bufSize]
         /// The address of a string that will receive the object label.
         /// </param>
-        [Obsolete("Use out overload instead")]
         [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "4.3", EntryPoint = "glGetObjectPtrLabel")]
         [CLSCompliant(false)]
         public static unsafe void GetObjectPtrLabel<T0>([InAttribute, OutAttribute] T0[] ptr, Int32 bufSize, [OutAttribute, CountAttribute(Count = 1)] Int32* length, [OutAttribute, CountAttribute(Parameter = "bufSize")] out String label)
@@ -46601,7 +46597,6 @@ namespace OpenTK.Graphics.OpenGL
         /// <param name="label">[length: bufSize]
         /// The address of a string that will receive the object label.
         /// </param>
-        [Obsolete("Use out overload instead")]
         [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "4.3", EntryPoint = "glGetObjectPtrLabel")]
         [CLSCompliant(false)]
         public static void GetObjectPtrLabel<T0>([InAttribute, OutAttribute] T0[,] ptr, Int32 bufSize, [OutAttribute, CountAttribute(Count = 1)] out Int32 length, [OutAttribute, CountAttribute(Parameter = "bufSize")] out String label)
@@ -46623,7 +46618,6 @@ namespace OpenTK.Graphics.OpenGL
         /// <param name="label">[length: bufSize]
         /// The address of a string that will receive the object label.
         /// </param>
-        [Obsolete("Use out overload instead")]
         [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "4.3", EntryPoint = "glGetObjectPtrLabel")]
         [CLSCompliant(false)]
         public static unsafe void GetObjectPtrLabel<T0>([InAttribute, OutAttribute] T0[,] ptr, Int32 bufSize, [OutAttribute, CountAttribute(Count = 1)] Int32* length, [OutAttribute, CountAttribute(Parameter = "bufSize")] out String label)
@@ -46667,7 +46661,6 @@ namespace OpenTK.Graphics.OpenGL
         /// <param name="label">[length: bufSize]
         /// The address of a string that will receive the object label.
         /// </param>
-        [Obsolete("Use out overload instead")]
         [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "4.3", EntryPoint = "glGetObjectPtrLabel")]
         [CLSCompliant(false)]
         public static void GetObjectPtrLabel<T0>([InAttribute, OutAttribute] T0[,,] ptr, Int32 bufSize, [OutAttribute, CountAttribute(Count = 1)] out Int32 length, [OutAttribute, CountAttribute(Parameter = "bufSize")] out String label)
@@ -46689,7 +46682,6 @@ namespace OpenTK.Graphics.OpenGL
         /// <param name="label">[length: bufSize]
         /// The address of a string that will receive the object label.
         /// </param>
-        [Obsolete("Use out overload instead")]
         [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "4.3", EntryPoint = "glGetObjectPtrLabel")]
         [CLSCompliant(false)]
         public static unsafe void GetObjectPtrLabel<T0>([InAttribute, OutAttribute] T0[,,] ptr, Int32 bufSize, [OutAttribute, CountAttribute(Count = 1)] Int32* length, [OutAttribute, CountAttribute(Parameter = "bufSize")] out String label)
@@ -46733,7 +46725,6 @@ namespace OpenTK.Graphics.OpenGL
         /// <param name="label">[length: bufSize]
         /// The address of a string that will receive the object label.
         /// </param>
-        [Obsolete("Use out overload instead")]
         [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "4.3", EntryPoint = "glGetObjectPtrLabel")]
         [CLSCompliant(false)]
         public static void GetObjectPtrLabel<T0>([InAttribute, OutAttribute] ref T0 ptr, Int32 bufSize, [OutAttribute, CountAttribute(Count = 1)] out Int32 length, [OutAttribute, CountAttribute(Parameter = "bufSize")] out String label)
@@ -46755,7 +46746,6 @@ namespace OpenTK.Graphics.OpenGL
         /// <param name="label">[length: bufSize]
         /// The address of a string that will receive the object label.
         /// </param>
-        [Obsolete("Use out overload instead")]
         [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "4.3", EntryPoint = "glGetObjectPtrLabel")]
         [CLSCompliant(false)]
         public static unsafe void GetObjectPtrLabel<T0>([InAttribute, OutAttribute] ref T0 ptr, Int32 bufSize, [OutAttribute, CountAttribute(Count = 1)] Int32* length, [OutAttribute, CountAttribute(Parameter = "bufSize")] out String label)
@@ -111827,7 +111817,6 @@ namespace OpenTK.Graphics.OpenGL
             /// <param name="label">[length: bufSize]
             /// The address of a string that will receive the object label.
             /// </param>
-            [Obsolete("Use out overload instead")]
             [AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetObjectPtrLabelKHR")]
             [CLSCompliant(false)]
             public static void GetObjectPtrLabel(IntPtr ptr, Int32 bufSize, [OutAttribute, CountAttribute(Count = 1)] out Int32 length, [OutAttribute, CountAttribute(Parameter = "bufSize")] out String label) { throw new BindingsNotRewrittenException(); }
@@ -111847,7 +111836,6 @@ namespace OpenTK.Graphics.OpenGL
             /// <param name="label">[length: bufSize]
             /// The address of a string that will receive the object label.
             /// </param>
-            [Obsolete("Use out overload instead")]
             [AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetObjectPtrLabelKHR")]
             [CLSCompliant(false)]
             public static unsafe void GetObjectPtrLabel(IntPtr ptr, Int32 bufSize, [OutAttribute, CountAttribute(Count = 1)] Int32* length, [OutAttribute, CountAttribute(Parameter = "bufSize")] out String label) { throw new BindingsNotRewrittenException(); }
@@ -111889,7 +111877,6 @@ namespace OpenTK.Graphics.OpenGL
             /// <param name="label">[length: bufSize]
             /// The address of a string that will receive the object label.
             /// </param>
-            [Obsolete("Use out overload instead")]
             [AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetObjectPtrLabelKHR")]
             [CLSCompliant(false)]
             public static void GetObjectPtrLabel<T0>([InAttribute, OutAttribute] T0[] ptr, Int32 bufSize, [OutAttribute, CountAttribute(Count = 1)] out Int32 length, [OutAttribute, CountAttribute(Parameter = "bufSize")] out String label)
@@ -111911,7 +111898,6 @@ namespace OpenTK.Graphics.OpenGL
             /// <param name="label">[length: bufSize]
             /// The address of a string that will receive the object label.
             /// </param>
-            [Obsolete("Use out overload instead")]
             [AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetObjectPtrLabelKHR")]
             [CLSCompliant(false)]
             public static unsafe void GetObjectPtrLabel<T0>([InAttribute, OutAttribute] T0[] ptr, Int32 bufSize, [OutAttribute, CountAttribute(Count = 1)] Int32* length, [OutAttribute, CountAttribute(Parameter = "bufSize")] out String label)
@@ -111955,7 +111941,6 @@ namespace OpenTK.Graphics.OpenGL
             /// <param name="label">[length: bufSize]
             /// The address of a string that will receive the object label.
             /// </param>
-            [Obsolete("Use out overload instead")]
             [AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetObjectPtrLabelKHR")]
             [CLSCompliant(false)]
             public static void GetObjectPtrLabel<T0>([InAttribute, OutAttribute] T0[,] ptr, Int32 bufSize, [OutAttribute, CountAttribute(Count = 1)] out Int32 length, [OutAttribute, CountAttribute(Parameter = "bufSize")] out String label)
@@ -111977,7 +111962,6 @@ namespace OpenTK.Graphics.OpenGL
             /// <param name="label">[length: bufSize]
             /// The address of a string that will receive the object label.
             /// </param>
-            [Obsolete("Use out overload instead")]
             [AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetObjectPtrLabelKHR")]
             [CLSCompliant(false)]
             public static unsafe void GetObjectPtrLabel<T0>([InAttribute, OutAttribute] T0[,] ptr, Int32 bufSize, [OutAttribute, CountAttribute(Count = 1)] Int32* length, [OutAttribute, CountAttribute(Parameter = "bufSize")] out String label)
@@ -112021,7 +112005,6 @@ namespace OpenTK.Graphics.OpenGL
             /// <param name="label">[length: bufSize]
             /// The address of a string that will receive the object label.
             /// </param>
-            [Obsolete("Use out overload instead")]
             [AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetObjectPtrLabelKHR")]
             [CLSCompliant(false)]
             public static void GetObjectPtrLabel<T0>([InAttribute, OutAttribute] T0[,,] ptr, Int32 bufSize, [OutAttribute, CountAttribute(Count = 1)] out Int32 length, [OutAttribute, CountAttribute(Parameter = "bufSize")] out String label)
@@ -112043,7 +112026,6 @@ namespace OpenTK.Graphics.OpenGL
             /// <param name="label">[length: bufSize]
             /// The address of a string that will receive the object label.
             /// </param>
-            [Obsolete("Use out overload instead")]
             [AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetObjectPtrLabelKHR")]
             [CLSCompliant(false)]
             public static unsafe void GetObjectPtrLabel<T0>([InAttribute, OutAttribute] T0[,,] ptr, Int32 bufSize, [OutAttribute, CountAttribute(Count = 1)] Int32* length, [OutAttribute, CountAttribute(Parameter = "bufSize")] out String label)
@@ -112087,7 +112069,6 @@ namespace OpenTK.Graphics.OpenGL
             /// <param name="label">[length: bufSize]
             /// The address of a string that will receive the object label.
             /// </param>
-            [Obsolete("Use out overload instead")]
             [AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetObjectPtrLabelKHR")]
             [CLSCompliant(false)]
             public static void GetObjectPtrLabel<T0>([InAttribute, OutAttribute] ref T0 ptr, Int32 bufSize, [OutAttribute, CountAttribute(Count = 1)] out Int32 length, [OutAttribute, CountAttribute(Parameter = "bufSize")] out String label)
@@ -112109,7 +112090,6 @@ namespace OpenTK.Graphics.OpenGL
             /// <param name="label">[length: bufSize]
             /// The address of a string that will receive the object label.
             /// </param>
-            [Obsolete("Use out overload instead")]
             [AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetObjectPtrLabelKHR")]
             [CLSCompliant(false)]
             public static unsafe void GetObjectPtrLabel<T0>([InAttribute, OutAttribute] ref T0 ptr, Int32 bufSize, [OutAttribute, CountAttribute(Count = 1)] Int32* length, [OutAttribute, CountAttribute(Parameter = "bufSize")] out String label)
index 34a6f66f26f577484c44de9d42f2a8bafc1be6dc..f168cb73a896c266156c80f3998a8e7d85c060f6 100644 (file)
@@ -25188,7 +25188,6 @@ namespace OpenTK.Graphics.OpenGL4
         /// <param name="label">[length: bufSize]
         /// The address of a string that will receive the object label.
         /// </param>
-        [Obsolete("Use out overload instead")]
         [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "4.3", EntryPoint = "glGetObjectPtrLabel")]
         [CLSCompliant(false)]
         public static void GetObjectPtrLabel(IntPtr ptr, Int32 bufSize, [OutAttribute, CountAttribute(Count = 1)] out Int32 length, [OutAttribute, CountAttribute(Parameter = "bufSize")] out String label) { throw new BindingsNotRewrittenException(); }
@@ -25208,7 +25207,6 @@ namespace OpenTK.Graphics.OpenGL4
         /// <param name="label">[length: bufSize]
         /// The address of a string that will receive the object label.
         /// </param>
-        [Obsolete("Use out overload instead")]
         [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "4.3", EntryPoint = "glGetObjectPtrLabel")]
         [CLSCompliant(false)]
         public static unsafe void GetObjectPtrLabel(IntPtr ptr, Int32 bufSize, [OutAttribute, CountAttribute(Count = 1)] Int32* length, [OutAttribute, CountAttribute(Parameter = "bufSize")] out String label) { throw new BindingsNotRewrittenException(); }
@@ -25250,7 +25248,6 @@ namespace OpenTK.Graphics.OpenGL4
         /// <param name="label">[length: bufSize]
         /// The address of a string that will receive the object label.
         /// </param>
-        [Obsolete("Use out overload instead")]
         [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "4.3", EntryPoint = "glGetObjectPtrLabel")]
         [CLSCompliant(false)]
         public static void GetObjectPtrLabel<T0>([InAttribute, OutAttribute] T0[] ptr, Int32 bufSize, [OutAttribute, CountAttribute(Count = 1)] out Int32 length, [OutAttribute, CountAttribute(Parameter = "bufSize")] out String label)
@@ -25272,7 +25269,6 @@ namespace OpenTK.Graphics.OpenGL4
         /// <param name="label">[length: bufSize]
         /// The address of a string that will receive the object label.
         /// </param>
-        [Obsolete("Use out overload instead")]
         [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "4.3", EntryPoint = "glGetObjectPtrLabel")]
         [CLSCompliant(false)]
         public static unsafe void GetObjectPtrLabel<T0>([InAttribute, OutAttribute] T0[] ptr, Int32 bufSize, [OutAttribute, CountAttribute(Count = 1)] Int32* length, [OutAttribute, CountAttribute(Parameter = "bufSize")] out String label)
@@ -25316,7 +25312,6 @@ namespace OpenTK.Graphics.OpenGL4
         /// <param name="label">[length: bufSize]
         /// The address of a string that will receive the object label.
         /// </param>
-        [Obsolete("Use out overload instead")]
         [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "4.3", EntryPoint = "glGetObjectPtrLabel")]
         [CLSCompliant(false)]
         public static void GetObjectPtrLabel<T0>([InAttribute, OutAttribute] T0[,] ptr, Int32 bufSize, [OutAttribute, CountAttribute(Count = 1)] out Int32 length, [OutAttribute, CountAttribute(Parameter = "bufSize")] out String label)
@@ -25338,7 +25333,6 @@ namespace OpenTK.Graphics.OpenGL4
         /// <param name="label">[length: bufSize]
         /// The address of a string that will receive the object label.
         /// </param>
-        [Obsolete("Use out overload instead")]
         [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "4.3", EntryPoint = "glGetObjectPtrLabel")]
         [CLSCompliant(false)]
         public static unsafe void GetObjectPtrLabel<T0>([InAttribute, OutAttribute] T0[,] ptr, Int32 bufSize, [OutAttribute, CountAttribute(Count = 1)] Int32* length, [OutAttribute, CountAttribute(Parameter = "bufSize")] out String label)
@@ -25382,7 +25376,6 @@ namespace OpenTK.Graphics.OpenGL4
         /// <param name="label">[length: bufSize]
         /// The address of a string that will receive the object label.
         /// </param>
-        [Obsolete("Use out overload instead")]
         [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "4.3", EntryPoint = "glGetObjectPtrLabel")]
         [CLSCompliant(false)]
         public static void GetObjectPtrLabel<T0>([InAttribute, OutAttribute] T0[,,] ptr, Int32 bufSize, [OutAttribute, CountAttribute(Count = 1)] out Int32 length, [OutAttribute, CountAttribute(Parameter = "bufSize")] out String label)
@@ -25404,7 +25397,6 @@ namespace OpenTK.Graphics.OpenGL4
         /// <param name="label">[length: bufSize]
         /// The address of a string that will receive the object label.
         /// </param>
-        [Obsolete("Use out overload instead")]
         [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "4.3", EntryPoint = "glGetObjectPtrLabel")]
         [CLSCompliant(false)]
         public static unsafe void GetObjectPtrLabel<T0>([InAttribute, OutAttribute] T0[,,] ptr, Int32 bufSize, [OutAttribute, CountAttribute(Count = 1)] Int32* length, [OutAttribute, CountAttribute(Parameter = "bufSize")] out String label)
@@ -25448,7 +25440,6 @@ namespace OpenTK.Graphics.OpenGL4
         /// <param name="label">[length: bufSize]
         /// The address of a string that will receive the object label.
         /// </param>
-        [Obsolete("Use out overload instead")]
         [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "4.3", EntryPoint = "glGetObjectPtrLabel")]
         [CLSCompliant(false)]
         public static void GetObjectPtrLabel<T0>([InAttribute, OutAttribute] ref T0 ptr, Int32 bufSize, [OutAttribute, CountAttribute(Count = 1)] out Int32 length, [OutAttribute, CountAttribute(Parameter = "bufSize")] out String label)
@@ -25470,7 +25461,6 @@ namespace OpenTK.Graphics.OpenGL4
         /// <param name="label">[length: bufSize]
         /// The address of a string that will receive the object label.
         /// </param>
-        [Obsolete("Use out overload instead")]
         [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "4.3", EntryPoint = "glGetObjectPtrLabel")]
         [CLSCompliant(false)]
         public static unsafe void GetObjectPtrLabel<T0>([InAttribute, OutAttribute] ref T0 ptr, Int32 bufSize, [OutAttribute, CountAttribute(Count = 1)] Int32* length, [OutAttribute, CountAttribute(Parameter = "bufSize")] out String label)
@@ -64720,7 +64710,6 @@ namespace OpenTK.Graphics.OpenGL4
             /// <param name="label">[length: bufSize]
             /// The address of a string that will receive the object label.
             /// </param>
-            [Obsolete("Use out overload instead")]
             [AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetObjectPtrLabelKHR")]
             [CLSCompliant(false)]
             public static void GetObjectPtrLabel(IntPtr ptr, Int32 bufSize, [OutAttribute, CountAttribute(Count = 1)] out Int32 length, [OutAttribute, CountAttribute(Parameter = "bufSize")] out String label) { throw new BindingsNotRewrittenException(); }
@@ -64740,7 +64729,6 @@ namespace OpenTK.Graphics.OpenGL4
             /// <param name="label">[length: bufSize]
             /// The address of a string that will receive the object label.
             /// </param>
-            [Obsolete("Use out overload instead")]
             [AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetObjectPtrLabelKHR")]
             [CLSCompliant(false)]
             public static unsafe void GetObjectPtrLabel(IntPtr ptr, Int32 bufSize, [OutAttribute, CountAttribute(Count = 1)] Int32* length, [OutAttribute, CountAttribute(Parameter = "bufSize")] out String label) { throw new BindingsNotRewrittenException(); }
@@ -64782,7 +64770,6 @@ namespace OpenTK.Graphics.OpenGL4
             /// <param name="label">[length: bufSize]
             /// The address of a string that will receive the object label.
             /// </param>
-            [Obsolete("Use out overload instead")]
             [AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetObjectPtrLabelKHR")]
             [CLSCompliant(false)]
             public static void GetObjectPtrLabel<T0>([InAttribute, OutAttribute] T0[] ptr, Int32 bufSize, [OutAttribute, CountAttribute(Count = 1)] out Int32 length, [OutAttribute, CountAttribute(Parameter = "bufSize")] out String label)
@@ -64804,7 +64791,6 @@ namespace OpenTK.Graphics.OpenGL4
             /// <param name="label">[length: bufSize]
             /// The address of a string that will receive the object label.
             /// </param>
-            [Obsolete("Use out overload instead")]
             [AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetObjectPtrLabelKHR")]
             [CLSCompliant(false)]
             public static unsafe void GetObjectPtrLabel<T0>([InAttribute, OutAttribute] T0[] ptr, Int32 bufSize, [OutAttribute, CountAttribute(Count = 1)] Int32* length, [OutAttribute, CountAttribute(Parameter = "bufSize")] out String label)
@@ -64848,7 +64834,6 @@ namespace OpenTK.Graphics.OpenGL4
             /// <param name="label">[length: bufSize]
             /// The address of a string that will receive the object label.
             /// </param>
-            [Obsolete("Use out overload instead")]
             [AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetObjectPtrLabelKHR")]
             [CLSCompliant(false)]
             public static void GetObjectPtrLabel<T0>([InAttribute, OutAttribute] T0[,] ptr, Int32 bufSize, [OutAttribute, CountAttribute(Count = 1)] out Int32 length, [OutAttribute, CountAttribute(Parameter = "bufSize")] out String label)
@@ -64870,7 +64855,6 @@ namespace OpenTK.Graphics.OpenGL4
             /// <param name="label">[length: bufSize]
             /// The address of a string that will receive the object label.
             /// </param>
-            [Obsolete("Use out overload instead")]
             [AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetObjectPtrLabelKHR")]
             [CLSCompliant(false)]
             public static unsafe void GetObjectPtrLabel<T0>([InAttribute, OutAttribute] T0[,] ptr, Int32 bufSize, [OutAttribute, CountAttribute(Count = 1)] Int32* length, [OutAttribute, CountAttribute(Parameter = "bufSize")] out String label)
@@ -64914,7 +64898,6 @@ namespace OpenTK.Graphics.OpenGL4
             /// <param name="label">[length: bufSize]
             /// The address of a string that will receive the object label.
             /// </param>
-            [Obsolete("Use out overload instead")]
             [AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetObjectPtrLabelKHR")]
             [CLSCompliant(false)]
             public static void GetObjectPtrLabel<T0>([InAttribute, OutAttribute] T0[,,] ptr, Int32 bufSize, [OutAttribute, CountAttribute(Count = 1)] out Int32 length, [OutAttribute, CountAttribute(Parameter = "bufSize")] out String label)
@@ -64936,7 +64919,6 @@ namespace OpenTK.Graphics.OpenGL4
             /// <param name="label">[length: bufSize]
             /// The address of a string that will receive the object label.
             /// </param>
-            [Obsolete("Use out overload instead")]
             [AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetObjectPtrLabelKHR")]
             [CLSCompliant(false)]
             public static unsafe void GetObjectPtrLabel<T0>([InAttribute, OutAttribute] T0[,,] ptr, Int32 bufSize, [OutAttribute, CountAttribute(Count = 1)] Int32* length, [OutAttribute, CountAttribute(Parameter = "bufSize")] out String label)
@@ -64980,7 +64962,6 @@ namespace OpenTK.Graphics.OpenGL4
             /// <param name="label">[length: bufSize]
             /// The address of a string that will receive the object label.
             /// </param>
-            [Obsolete("Use out overload instead")]
             [AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetObjectPtrLabelKHR")]
             [CLSCompliant(false)]
             public static void GetObjectPtrLabel<T0>([InAttribute, OutAttribute] ref T0 ptr, Int32 bufSize, [OutAttribute, CountAttribute(Count = 1)] out Int32 length, [OutAttribute, CountAttribute(Parameter = "bufSize")] out String label)
@@ -65002,7 +64983,6 @@ namespace OpenTK.Graphics.OpenGL4
             /// <param name="label">[length: bufSize]
             /// The address of a string that will receive the object label.
             /// </param>
-            [Obsolete("Use out overload instead")]
             [AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetObjectPtrLabelKHR")]
             [CLSCompliant(false)]
             public static unsafe void GetObjectPtrLabel<T0>([InAttribute, OutAttribute] ref T0 ptr, Int32 bufSize, [OutAttribute, CountAttribute(Count = 1)] Int32* length, [OutAttribute, CountAttribute(Parameter = "bufSize")] out String label)