From 7978627ad4259720c2e693520ed8d901ed16ab75 Mon Sep 17 00:00:00 2001 From: Stefanos A Date: Sun, 3 Nov 2013 20:41:29 +0100 Subject: [PATCH] Merge Delegate.Version When a Delegate is defined multiple times in the spec, we should check if any of these definitions contains a proper Delegate.Version and store that. This improves the self-documentation aspect of the bindings. --- Source/Bind/Structures/Delegate.cs | 7 +- Source/OpenTK/Graphics/OpenGL/GL.cs | 4144 ++++++++++++------------- Source/OpenTK/Graphics/OpenGL4/GL4.cs | 4144 ++++++++++++------------- 3 files changed, 4150 insertions(+), 4145 deletions(-) diff --git a/Source/Bind/Structures/Delegate.cs b/Source/Bind/Structures/Delegate.cs index 7b5a5c4b..35e82c4f 100644 --- a/Source/Bind/Structures/Delegate.cs +++ b/Source/Bind/Structures/Delegate.cs @@ -311,11 +311,16 @@ namespace Bind.Structures else { // Function redefined with identical parameters: - // merge the categories and ignore the second definition. + // merge their version and category properties and + // discard the duplicate definition if (!list[index].Category.Contains(d.Category)) { list[index].Category += "|" + d.Category; } + if (String.IsNullOrEmpty(list[index].Version)) + { + list[index].Version = d.Version; + } } } } diff --git a/Source/OpenTK/Graphics/OpenGL/GL.cs b/Source/OpenTK/Graphics/OpenGL/GL.cs index 7635293a..8bd2673b 100644 --- a/Source/OpenTK/Graphics/OpenGL/GL.cs +++ b/Source/OpenTK/Graphics/OpenGL/GL.cs @@ -36888,7 +36888,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Set the active program object for a program pipeline object /// /// @@ -36901,7 +36901,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the program object to set as the active program pipeline object pipeline. /// /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glActiveShaderProgram")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glActiveShaderProgram")] public static void ActiveShaderProgram(Int32 pipeline, Int32 program) { @@ -36916,7 +36916,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Set the active program object for a program pipeline object /// /// @@ -36930,7 +36930,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glActiveShaderProgram")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glActiveShaderProgram")] public static void ActiveShaderProgram(UInt32 pipeline, UInt32 program) { @@ -37472,7 +37472,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.0 and ARB_transform_feedback3|VERSION_4_0] /// Delimit the boundaries of a query object on an indexed target /// /// @@ -37490,7 +37490,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the name of a query object. /// /// - [AutoGenerated(Category = "ARB_transform_feedback3|VERSION_4_0", Version = "", EntryPoint = "glBeginQueryIndexed")] + [AutoGenerated(Category = "ARB_transform_feedback3|VERSION_4_0", Version = "4.0", EntryPoint = "glBeginQueryIndexed")] public static void BeginQueryIndexed(OpenTK.Graphics.OpenGL.QueryTarget target, Int32 index, Int32 id) { @@ -37505,7 +37505,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.0 and ARB_transform_feedback3|VERSION_4_0] /// Delimit the boundaries of a query object on an indexed target /// /// @@ -37524,7 +37524,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_transform_feedback3|VERSION_4_0", Version = "", EntryPoint = "glBeginQueryIndexed")] + [AutoGenerated(Category = "ARB_transform_feedback3|VERSION_4_0", Version = "4.0", EntryPoint = "glBeginQueryIndexed")] public static void BeginQueryIndexed(OpenTK.Graphics.OpenGL.QueryTarget target, UInt32 index, UInt32 id) { @@ -37840,7 +37840,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.4 and ARB_multi_bind|VERSION_4_4] /// Bind one or more buffer objects to a sequence of indexed buffer targets /// /// @@ -37863,7 +37863,7 @@ namespace OpenTK.Graphics.OpenGL /// A pointer to an array of names of buffer objects to bind to the targets on the specified binding point, or NULL. /// /// - [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "", EntryPoint = "glBindBuffersBase")] + [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "4.4", EntryPoint = "glBindBuffersBase")] public static void BindBuffersBase(OpenTK.Graphics.OpenGL.BufferRangeTarget target, Int32 first, Int32 count, Int32[] buffers) { @@ -37884,7 +37884,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.4 and ARB_multi_bind|VERSION_4_4] /// Bind one or more buffer objects to a sequence of indexed buffer targets /// /// @@ -37907,7 +37907,7 @@ namespace OpenTK.Graphics.OpenGL /// A pointer to an array of names of buffer objects to bind to the targets on the specified binding point, or NULL. /// /// - [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "", EntryPoint = "glBindBuffersBase")] + [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "4.4", EntryPoint = "glBindBuffersBase")] public static void BindBuffersBase(OpenTK.Graphics.OpenGL.BufferRangeTarget target, Int32 first, Int32 count, ref Int32 buffers) { @@ -37928,7 +37928,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.4 and ARB_multi_bind|VERSION_4_4] /// Bind one or more buffer objects to a sequence of indexed buffer targets /// /// @@ -37952,7 +37952,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "", EntryPoint = "glBindBuffersBase")] + [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "4.4", EntryPoint = "glBindBuffersBase")] public static unsafe void BindBuffersBase(OpenTK.Graphics.OpenGL.BufferRangeTarget target, Int32 first, Int32 count, Int32* buffers) { @@ -37967,7 +37967,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.4 and ARB_multi_bind|VERSION_4_4] /// Bind one or more buffer objects to a sequence of indexed buffer targets /// /// @@ -37991,7 +37991,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "", EntryPoint = "glBindBuffersBase")] + [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "4.4", EntryPoint = "glBindBuffersBase")] public static void BindBuffersBase(OpenTK.Graphics.OpenGL.BufferRangeTarget target, UInt32 first, Int32 count, UInt32[] buffers) { @@ -38012,7 +38012,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.4 and ARB_multi_bind|VERSION_4_4] /// Bind one or more buffer objects to a sequence of indexed buffer targets /// /// @@ -38036,7 +38036,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "", EntryPoint = "glBindBuffersBase")] + [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "4.4", EntryPoint = "glBindBuffersBase")] public static void BindBuffersBase(OpenTK.Graphics.OpenGL.BufferRangeTarget target, UInt32 first, Int32 count, ref UInt32 buffers) { @@ -38057,7 +38057,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.4 and ARB_multi_bind|VERSION_4_4] /// Bind one or more buffer objects to a sequence of indexed buffer targets /// /// @@ -38081,7 +38081,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "", EntryPoint = "glBindBuffersBase")] + [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "4.4", EntryPoint = "glBindBuffersBase")] public static unsafe void BindBuffersBase(OpenTK.Graphics.OpenGL.BufferRangeTarget target, UInt32 first, Int32 count, UInt32* buffers) { @@ -38096,7 +38096,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.4 and ARB_multi_bind|VERSION_4_4] /// Bind ranges of one or more buffer objects to a sequence of indexed buffer targets /// /// @@ -38119,7 +38119,7 @@ namespace OpenTK.Graphics.OpenGL /// A pointer to an array of names of buffer objects to bind to the targets on the specified binding point, or NULL. /// /// - [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "", EntryPoint = "glBindBuffersRange")] + [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "4.4", EntryPoint = "glBindBuffersRange")] public static void BindBuffersRange(OpenTK.Graphics.OpenGL.BufferRangeTarget target, Int32 first, Int32 count, Int32[] buffers, IntPtr[] offsets, IntPtr[] sizes) { @@ -38142,7 +38142,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.4 and ARB_multi_bind|VERSION_4_4] /// Bind ranges of one or more buffer objects to a sequence of indexed buffer targets /// /// @@ -38165,7 +38165,7 @@ namespace OpenTK.Graphics.OpenGL /// A pointer to an array of names of buffer objects to bind to the targets on the specified binding point, or NULL. /// /// - [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "", EntryPoint = "glBindBuffersRange")] + [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "4.4", EntryPoint = "glBindBuffersRange")] public static void BindBuffersRange(OpenTK.Graphics.OpenGL.BufferRangeTarget target, Int32 first, Int32 count, ref Int32 buffers, ref IntPtr offsets, ref IntPtr sizes) { @@ -38188,7 +38188,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.4 and ARB_multi_bind|VERSION_4_4] /// Bind ranges of one or more buffer objects to a sequence of indexed buffer targets /// /// @@ -38212,7 +38212,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "", EntryPoint = "glBindBuffersRange")] + [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "4.4", EntryPoint = "glBindBuffersRange")] public static unsafe void BindBuffersRange(OpenTK.Graphics.OpenGL.BufferRangeTarget target, Int32 first, Int32 count, Int32* buffers, IntPtr* offsets, IntPtr* sizes) { @@ -38227,7 +38227,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.4 and ARB_multi_bind|VERSION_4_4] /// Bind ranges of one or more buffer objects to a sequence of indexed buffer targets /// /// @@ -38251,7 +38251,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "", EntryPoint = "glBindBuffersRange")] + [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "4.4", EntryPoint = "glBindBuffersRange")] public static void BindBuffersRange(OpenTK.Graphics.OpenGL.BufferRangeTarget target, UInt32 first, Int32 count, UInt32[] buffers, IntPtr[] offsets, IntPtr[] sizes) { @@ -38274,7 +38274,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.4 and ARB_multi_bind|VERSION_4_4] /// Bind ranges of one or more buffer objects to a sequence of indexed buffer targets /// /// @@ -38298,7 +38298,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "", EntryPoint = "glBindBuffersRange")] + [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "4.4", EntryPoint = "glBindBuffersRange")] public static void BindBuffersRange(OpenTK.Graphics.OpenGL.BufferRangeTarget target, UInt32 first, Int32 count, ref UInt32 buffers, ref IntPtr offsets, ref IntPtr sizes) { @@ -38321,7 +38321,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.4 and ARB_multi_bind|VERSION_4_4] /// Bind ranges of one or more buffer objects to a sequence of indexed buffer targets /// /// @@ -38345,7 +38345,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "", EntryPoint = "glBindBuffersRange")] + [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "4.4", EntryPoint = "glBindBuffersRange")] public static unsafe void BindBuffersRange(OpenTK.Graphics.OpenGL.BufferRangeTarget target, UInt32 first, Int32 count, UInt32* buffers, IntPtr* offsets, IntPtr* sizes) { @@ -38427,7 +38427,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.3 and ARB_blend_func_extended|VERSION_3_3] /// Bind a user-defined varying out variable to a fragment shader color number and index /// /// @@ -38450,7 +38450,7 @@ namespace OpenTK.Graphics.OpenGL /// The name of the user-defined varying out variable whose binding to modify /// /// - [AutoGenerated(Category = "ARB_blend_func_extended|VERSION_3_3", Version = "", EntryPoint = "glBindFragDataLocationIndexed")] + [AutoGenerated(Category = "ARB_blend_func_extended|VERSION_3_3", Version = "3.3", EntryPoint = "glBindFragDataLocationIndexed")] public static void BindFragDataLocationIndexed(Int32 program, Int32 colorNumber, Int32 index, String name) { @@ -38465,7 +38465,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.3 and ARB_blend_func_extended|VERSION_3_3] /// Bind a user-defined varying out variable to a fragment shader color number and index /// /// @@ -38489,7 +38489,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_blend_func_extended|VERSION_3_3", Version = "", EntryPoint = "glBindFragDataLocationIndexed")] + [AutoGenerated(Category = "ARB_blend_func_extended|VERSION_3_3", Version = "3.3", EntryPoint = "glBindFragDataLocationIndexed")] public static void BindFragDataLocationIndexed(UInt32 program, UInt32 colorNumber, UInt32 index, String name) { @@ -38504,7 +38504,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.0 and ARB_framebuffer_object|VERSION_3_0] /// Bind a framebuffer to a framebuffer target /// /// @@ -38517,7 +38517,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the name of the framebuffer object to bind. /// /// - [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "", EntryPoint = "glBindFramebuffer")] + [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "3.0", EntryPoint = "glBindFramebuffer")] public static void BindFramebuffer(OpenTK.Graphics.OpenGL.FramebufferTarget target, Int32 framebuffer) { @@ -38532,7 +38532,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.0 and ARB_framebuffer_object|VERSION_3_0] /// Bind a framebuffer to a framebuffer target /// /// @@ -38546,7 +38546,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "", EntryPoint = "glBindFramebuffer")] + [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "3.0", EntryPoint = "glBindFramebuffer")] public static void BindFramebuffer(OpenTK.Graphics.OpenGL.FramebufferTarget target, UInt32 framebuffer) { @@ -38561,7 +38561,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.2 and ARB_shader_image_load_store|VERSION_4_2] /// Bind a level of a texture to an image unit /// /// @@ -38599,7 +38599,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the format that the elements of the image will be treated as for the purposes of formatted stores. /// /// - [AutoGenerated(Category = "ARB_shader_image_load_store|VERSION_4_2", Version = "", EntryPoint = "glBindImageTexture")] + [AutoGenerated(Category = "ARB_shader_image_load_store|VERSION_4_2", Version = "4.2", EntryPoint = "glBindImageTexture")] public static void BindImageTexture(Int32 unit, Int32 texture, Int32 level, bool layered, Int32 layer, OpenTK.Graphics.OpenGL.TextureAccess access, OpenTK.Graphics.OpenGL.SizedInternalFormat format) { @@ -38614,7 +38614,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.2 and ARB_shader_image_load_store|VERSION_4_2] /// Bind a level of a texture to an image unit /// /// @@ -38653,7 +38653,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_shader_image_load_store|VERSION_4_2", Version = "", EntryPoint = "glBindImageTexture")] + [AutoGenerated(Category = "ARB_shader_image_load_store|VERSION_4_2", Version = "4.2", EntryPoint = "glBindImageTexture")] public static void BindImageTexture(UInt32 unit, UInt32 texture, Int32 level, bool layered, Int32 layer, OpenTK.Graphics.OpenGL.TextureAccess access, OpenTK.Graphics.OpenGL.SizedInternalFormat format) { @@ -38668,7 +38668,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.4 and ARB_multi_bind|VERSION_4_4] /// Bind one or more named texture images to a sequence of consecutive image units /// /// @@ -38686,7 +38686,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the address of an array of names of existing texture objects. /// /// - [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "", EntryPoint = "glBindImageTextures")] + [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "4.4", EntryPoint = "glBindImageTextures")] public static void BindImageTextures(Int32 first, Int32 count, Int32[] textures) { @@ -38707,7 +38707,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.4 and ARB_multi_bind|VERSION_4_4] /// Bind one or more named texture images to a sequence of consecutive image units /// /// @@ -38725,7 +38725,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the address of an array of names of existing texture objects. /// /// - [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "", EntryPoint = "glBindImageTextures")] + [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "4.4", EntryPoint = "glBindImageTextures")] public static void BindImageTextures(Int32 first, Int32 count, ref Int32 textures) { @@ -38746,7 +38746,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.4 and ARB_multi_bind|VERSION_4_4] /// Bind one or more named texture images to a sequence of consecutive image units /// /// @@ -38765,7 +38765,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "", EntryPoint = "glBindImageTextures")] + [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "4.4", EntryPoint = "glBindImageTextures")] public static unsafe void BindImageTextures(Int32 first, Int32 count, Int32* textures) { @@ -38780,7 +38780,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.4 and ARB_multi_bind|VERSION_4_4] /// Bind one or more named texture images to a sequence of consecutive image units /// /// @@ -38799,7 +38799,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "", EntryPoint = "glBindImageTextures")] + [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "4.4", EntryPoint = "glBindImageTextures")] public static void BindImageTextures(UInt32 first, Int32 count, UInt32[] textures) { @@ -38820,7 +38820,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.4 and ARB_multi_bind|VERSION_4_4] /// Bind one or more named texture images to a sequence of consecutive image units /// /// @@ -38839,7 +38839,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "", EntryPoint = "glBindImageTextures")] + [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "4.4", EntryPoint = "glBindImageTextures")] public static void BindImageTextures(UInt32 first, Int32 count, ref UInt32 textures) { @@ -38860,7 +38860,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.4 and ARB_multi_bind|VERSION_4_4] /// Bind one or more named texture images to a sequence of consecutive image units /// /// @@ -38879,7 +38879,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "", EntryPoint = "glBindImageTextures")] + [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "4.4", EntryPoint = "glBindImageTextures")] public static unsafe void BindImageTextures(UInt32 first, Int32 count, UInt32* textures) { @@ -38894,7 +38894,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Bind a program pipeline to the current context /// /// @@ -38902,7 +38902,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the name of the pipeline object to bind to the context. /// /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glBindProgramPipeline")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glBindProgramPipeline")] public static void BindProgramPipeline(Int32 pipeline) { @@ -38917,7 +38917,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Bind a program pipeline to the current context /// /// @@ -38926,7 +38926,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glBindProgramPipeline")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glBindProgramPipeline")] public static void BindProgramPipeline(UInt32 pipeline) { @@ -38941,7 +38941,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.0 and ARB_framebuffer_object|VERSION_3_0] /// Bind a renderbuffer to a renderbuffer target /// /// @@ -38954,7 +38954,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the name of the renderbuffer object to bind. /// /// - [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "", EntryPoint = "glBindRenderbuffer")] + [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "3.0", EntryPoint = "glBindRenderbuffer")] public static void BindRenderbuffer(OpenTK.Graphics.OpenGL.RenderbufferTarget target, Int32 renderbuffer) { @@ -38969,7 +38969,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.0 and ARB_framebuffer_object|VERSION_3_0] /// Bind a renderbuffer to a renderbuffer target /// /// @@ -38983,7 +38983,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "", EntryPoint = "glBindRenderbuffer")] + [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "3.0", EntryPoint = "glBindRenderbuffer")] public static void BindRenderbuffer(OpenTK.Graphics.OpenGL.RenderbufferTarget target, UInt32 renderbuffer) { @@ -38998,7 +38998,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.3 and ARB_sampler_objects|VERSION_3_3] /// Bind a named sampler to a texturing target /// /// @@ -39011,7 +39011,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the name of a sampler. /// /// - [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "", EntryPoint = "glBindSampler")] + [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "3.3", EntryPoint = "glBindSampler")] public static void BindSampler(Int32 unit, Int32 sampler) { @@ -39026,7 +39026,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.3 and ARB_sampler_objects|VERSION_3_3] /// Bind a named sampler to a texturing target /// /// @@ -39040,7 +39040,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "", EntryPoint = "glBindSampler")] + [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "3.3", EntryPoint = "glBindSampler")] public static void BindSampler(UInt32 unit, UInt32 sampler) { @@ -39055,7 +39055,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.4 and ARB_multi_bind|VERSION_4_4] /// Bind one or more named sampler objects to a sequence of consecutive sampler units /// /// @@ -39073,7 +39073,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the address of an array of names of existing sampler objects. /// /// - [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "", EntryPoint = "glBindSamplers")] + [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "4.4", EntryPoint = "glBindSamplers")] public static void BindSamplers(Int32 first, Int32 count, Int32[] samplers) { @@ -39094,7 +39094,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.4 and ARB_multi_bind|VERSION_4_4] /// Bind one or more named sampler objects to a sequence of consecutive sampler units /// /// @@ -39112,7 +39112,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the address of an array of names of existing sampler objects. /// /// - [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "", EntryPoint = "glBindSamplers")] + [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "4.4", EntryPoint = "glBindSamplers")] public static void BindSamplers(Int32 first, Int32 count, ref Int32 samplers) { @@ -39133,7 +39133,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.4 and ARB_multi_bind|VERSION_4_4] /// Bind one or more named sampler objects to a sequence of consecutive sampler units /// /// @@ -39152,7 +39152,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "", EntryPoint = "glBindSamplers")] + [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "4.4", EntryPoint = "glBindSamplers")] public static unsafe void BindSamplers(Int32 first, Int32 count, Int32* samplers) { @@ -39167,7 +39167,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.4 and ARB_multi_bind|VERSION_4_4] /// Bind one or more named sampler objects to a sequence of consecutive sampler units /// /// @@ -39186,7 +39186,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "", EntryPoint = "glBindSamplers")] + [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "4.4", EntryPoint = "glBindSamplers")] public static void BindSamplers(UInt32 first, Int32 count, UInt32[] samplers) { @@ -39207,7 +39207,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.4 and ARB_multi_bind|VERSION_4_4] /// Bind one or more named sampler objects to a sequence of consecutive sampler units /// /// @@ -39226,7 +39226,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "", EntryPoint = "glBindSamplers")] + [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "4.4", EntryPoint = "glBindSamplers")] public static void BindSamplers(UInt32 first, Int32 count, ref UInt32 samplers) { @@ -39247,7 +39247,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.4 and ARB_multi_bind|VERSION_4_4] /// Bind one or more named sampler objects to a sequence of consecutive sampler units /// /// @@ -39266,7 +39266,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "", EntryPoint = "glBindSamplers")] + [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "4.4", EntryPoint = "glBindSamplers")] public static unsafe void BindSamplers(UInt32 first, Int32 count, UInt32* samplers) { @@ -39338,7 +39338,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.4 and ARB_multi_bind|VERSION_4_4] /// Bind one or more named textures to a sequence of consecutive texture units /// /// @@ -39356,7 +39356,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the address of an array of names of existing texture objects. /// /// - [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "", EntryPoint = "glBindTextures")] + [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "4.4", EntryPoint = "glBindTextures")] public static void BindTextures(Int32 first, Int32 count, Int32[] textures) { @@ -39377,7 +39377,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.4 and ARB_multi_bind|VERSION_4_4] /// Bind one or more named textures to a sequence of consecutive texture units /// /// @@ -39395,7 +39395,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the address of an array of names of existing texture objects. /// /// - [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "", EntryPoint = "glBindTextures")] + [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "4.4", EntryPoint = "glBindTextures")] public static void BindTextures(Int32 first, Int32 count, ref Int32 textures) { @@ -39416,7 +39416,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.4 and ARB_multi_bind|VERSION_4_4] /// Bind one or more named textures to a sequence of consecutive texture units /// /// @@ -39435,7 +39435,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "", EntryPoint = "glBindTextures")] + [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "4.4", EntryPoint = "glBindTextures")] public static unsafe void BindTextures(Int32 first, Int32 count, Int32* textures) { @@ -39450,7 +39450,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.4 and ARB_multi_bind|VERSION_4_4] /// Bind one or more named textures to a sequence of consecutive texture units /// /// @@ -39469,7 +39469,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "", EntryPoint = "glBindTextures")] + [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "4.4", EntryPoint = "glBindTextures")] public static void BindTextures(UInt32 first, Int32 count, UInt32[] textures) { @@ -39490,7 +39490,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.4 and ARB_multi_bind|VERSION_4_4] /// Bind one or more named textures to a sequence of consecutive texture units /// /// @@ -39509,7 +39509,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "", EntryPoint = "glBindTextures")] + [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "4.4", EntryPoint = "glBindTextures")] public static void BindTextures(UInt32 first, Int32 count, ref UInt32 textures) { @@ -39530,7 +39530,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.4 and ARB_multi_bind|VERSION_4_4] /// Bind one or more named textures to a sequence of consecutive texture units /// /// @@ -39549,7 +39549,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "", EntryPoint = "glBindTextures")] + [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "4.4", EntryPoint = "glBindTextures")] public static unsafe void BindTextures(UInt32 first, Int32 count, UInt32* textures) { @@ -39564,7 +39564,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.0 and ARB_transform_feedback2|VERSION_4_0] /// Bind a transform feedback object /// /// @@ -39577,7 +39577,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the name of a transform feedback object reserved by glGenTransformFeedbacks. /// /// - [AutoGenerated(Category = "ARB_transform_feedback2|VERSION_4_0", Version = "", EntryPoint = "glBindTransformFeedback")] + [AutoGenerated(Category = "ARB_transform_feedback2|VERSION_4_0", Version = "4.0", EntryPoint = "glBindTransformFeedback")] public static void BindTransformFeedback(OpenTK.Graphics.OpenGL.TransformFeedbackTarget target, Int32 id) { @@ -39592,7 +39592,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.0 and ARB_transform_feedback2|VERSION_4_0] /// Bind a transform feedback object /// /// @@ -39606,7 +39606,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_transform_feedback2|VERSION_4_0", Version = "", EntryPoint = "glBindTransformFeedback")] + [AutoGenerated(Category = "ARB_transform_feedback2|VERSION_4_0", Version = "4.0", EntryPoint = "glBindTransformFeedback")] public static void BindTransformFeedback(OpenTK.Graphics.OpenGL.TransformFeedbackTarget target, UInt32 id) { @@ -39621,7 +39621,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.0 and ARB_vertex_array_object|VERSION_3_0] /// Bind a vertex array object /// /// @@ -39629,7 +39629,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the name of the vertex array to bind. /// /// - [AutoGenerated(Category = "ARB_vertex_array_object|VERSION_3_0", Version = "", EntryPoint = "glBindVertexArray")] + [AutoGenerated(Category = "ARB_vertex_array_object|VERSION_3_0", Version = "3.0", EntryPoint = "glBindVertexArray")] public static void BindVertexArray(Int32 array) { @@ -39644,7 +39644,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.0 and ARB_vertex_array_object|VERSION_3_0] /// Bind a vertex array object /// /// @@ -39653,7 +39653,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_array_object|VERSION_3_0", Version = "", EntryPoint = "glBindVertexArray")] + [AutoGenerated(Category = "ARB_vertex_array_object|VERSION_3_0", Version = "3.0", EntryPoint = "glBindVertexArray")] public static void BindVertexArray(UInt32 array) { @@ -39668,7 +39668,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and ARB_vertex_attrib_binding|VERSION_4_3] /// Bind a buffer to a vertex buffer bind point /// /// @@ -39691,7 +39691,7 @@ namespace OpenTK.Graphics.OpenGL /// The distance between elements within the buffer. /// /// - [AutoGenerated(Category = "ARB_vertex_attrib_binding|VERSION_4_3", Version = "", EntryPoint = "glBindVertexBuffer")] + [AutoGenerated(Category = "ARB_vertex_attrib_binding|VERSION_4_3", Version = "4.3", EntryPoint = "glBindVertexBuffer")] public static void BindVertexBuffer(Int32 bindingindex, Int32 buffer, IntPtr offset, Int32 stride) { @@ -39706,7 +39706,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and ARB_vertex_attrib_binding|VERSION_4_3] /// Bind a buffer to a vertex buffer bind point /// /// @@ -39730,7 +39730,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_attrib_binding|VERSION_4_3", Version = "", EntryPoint = "glBindVertexBuffer")] + [AutoGenerated(Category = "ARB_vertex_attrib_binding|VERSION_4_3", Version = "4.3", EntryPoint = "glBindVertexBuffer")] public static void BindVertexBuffer(UInt32 bindingindex, UInt32 buffer, IntPtr offset, Int32 stride) { @@ -39745,7 +39745,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.4 and ARB_multi_bind|VERSION_4_4] /// Bind one or more named buffer objects to a sequence of consecutive vertex buffer binding points /// /// @@ -39773,7 +39773,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the address of an array of strides to associate with the binding points. /// /// - [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "", EntryPoint = "glBindVertexBuffers")] + [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "4.4", EntryPoint = "glBindVertexBuffers")] public static void BindVertexBuffers(Int32 first, Int32 count, Int32[] buffers, IntPtr[] offsets, Int32[] strides) { @@ -39796,7 +39796,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.4 and ARB_multi_bind|VERSION_4_4] /// Bind one or more named buffer objects to a sequence of consecutive vertex buffer binding points /// /// @@ -39824,7 +39824,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the address of an array of strides to associate with the binding points. /// /// - [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "", EntryPoint = "glBindVertexBuffers")] + [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "4.4", EntryPoint = "glBindVertexBuffers")] public static void BindVertexBuffers(Int32 first, Int32 count, ref Int32 buffers, ref IntPtr offsets, ref Int32 strides) { @@ -39847,7 +39847,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.4 and ARB_multi_bind|VERSION_4_4] /// Bind one or more named buffer objects to a sequence of consecutive vertex buffer binding points /// /// @@ -39876,7 +39876,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "", EntryPoint = "glBindVertexBuffers")] + [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "4.4", EntryPoint = "glBindVertexBuffers")] public static unsafe void BindVertexBuffers(Int32 first, Int32 count, Int32* buffers, IntPtr* offsets, Int32* strides) { @@ -39891,7 +39891,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.4 and ARB_multi_bind|VERSION_4_4] /// Bind one or more named buffer objects to a sequence of consecutive vertex buffer binding points /// /// @@ -39920,7 +39920,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "", EntryPoint = "glBindVertexBuffers")] + [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "4.4", EntryPoint = "glBindVertexBuffers")] public static void BindVertexBuffers(UInt32 first, Int32 count, UInt32[] buffers, IntPtr[] offsets, Int32[] strides) { @@ -39943,7 +39943,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.4 and ARB_multi_bind|VERSION_4_4] /// Bind one or more named buffer objects to a sequence of consecutive vertex buffer binding points /// /// @@ -39972,7 +39972,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "", EntryPoint = "glBindVertexBuffers")] + [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "4.4", EntryPoint = "glBindVertexBuffers")] public static void BindVertexBuffers(UInt32 first, Int32 count, ref UInt32 buffers, ref IntPtr offsets, ref Int32 strides) { @@ -39995,7 +39995,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.4 and ARB_multi_bind|VERSION_4_4] /// Bind one or more named buffer objects to a sequence of consecutive vertex buffer binding points /// /// @@ -40024,7 +40024,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "", EntryPoint = "glBindVertexBuffers")] + [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "4.4", EntryPoint = "glBindVertexBuffers")] public static unsafe void BindVertexBuffers(UInt32 first, Int32 count, UInt32* buffers, IntPtr* offsets, Int32* strides) { @@ -40166,7 +40166,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.4 and ARB_imaging|VERSION_1_4] /// Set the blend color /// /// @@ -40174,7 +40174,7 @@ namespace OpenTK.Graphics.OpenGL /// specify the components of GL_BLEND_COLOR /// /// - [AutoGenerated(Category = "ARB_imaging|VERSION_1_4", Version = "", EntryPoint = "glBlendColor")] + [AutoGenerated(Category = "ARB_imaging|VERSION_1_4", Version = "1.4", EntryPoint = "glBlendColor")] public static void BlendColor(Single red, Single green, Single blue, Single alpha) { @@ -40189,7 +40189,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.4 and ARB_imaging|VERSION_1_4] /// Specify the equation used for both the RGB blend equation and the Alpha blend equation /// /// @@ -40202,7 +40202,7 @@ namespace OpenTK.Graphics.OpenGL /// specifies how source and destination colors are combined. It must be GL_FUNC_ADD, GL_FUNC_SUBTRACT, GL_FUNC_REVERSE_SUBTRACT, GL_MIN, GL_MAX. /// /// - [AutoGenerated(Category = "ARB_imaging|VERSION_1_4", Version = "", EntryPoint = "glBlendEquation")] + [AutoGenerated(Category = "ARB_imaging|VERSION_1_4", Version = "1.4", EntryPoint = "glBlendEquation")] public static void BlendEquation(OpenTK.Graphics.OpenGL.BlendEquationMode mode) { @@ -40604,7 +40604,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.0 and ARB_framebuffer_object|VERSION_3_0] /// Copy a block of pixels from the read framebuffer to the draw framebuffer /// /// @@ -40627,7 +40627,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the interpolation to be applied if the image is stretched. Must be GL_NEAREST or GL_LINEAR. /// /// - [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "", EntryPoint = "glBlitFramebuffer")] + [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "3.0", EntryPoint = "glBlitFramebuffer")] public static void BlitFramebuffer(Int32 srcX0, Int32 srcY0, Int32 srcX1, Int32 srcY1, Int32 dstX0, Int32 dstY0, Int32 dstX1, Int32 dstY1, OpenTK.Graphics.OpenGL.ClearBufferMask mask, OpenTK.Graphics.OpenGL.BlitFramebufferFilter filter) { @@ -40869,7 +40869,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.4 and ARB_buffer_storage|VERSION_4_4] /// Creates and initializes a buffer object's immutable data store /// /// @@ -40892,7 +40892,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the intended usage of the buffer's data store. Must be a bitwise combination of the following flags. GL_DYNAMIC_STORAGE_BIT, GL_MAP_READ_BIT GL_MAP_WRITE_BIT, GL_MAP_PERSISTENT_BIT, GL_MAP_COHERENT_BIT, and GL_CLIENT_STORAGE_BIT. /// /// - [AutoGenerated(Category = "ARB_buffer_storage|VERSION_4_4", Version = "", EntryPoint = "glBufferStorage")] + [AutoGenerated(Category = "ARB_buffer_storage|VERSION_4_4", Version = "4.4", EntryPoint = "glBufferStorage")] public static void BufferStorage(OpenTK.Graphics.OpenGL.BufferTarget target, IntPtr size, IntPtr data, OpenTK.Graphics.OpenGL.BufferStorageFlags flags) { @@ -40907,7 +40907,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.4 and ARB_buffer_storage|VERSION_4_4] /// Creates and initializes a buffer object's immutable data store /// /// @@ -40930,7 +40930,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the intended usage of the buffer's data store. Must be a bitwise combination of the following flags. GL_DYNAMIC_STORAGE_BIT, GL_MAP_READ_BIT GL_MAP_WRITE_BIT, GL_MAP_PERSISTENT_BIT, GL_MAP_COHERENT_BIT, and GL_CLIENT_STORAGE_BIT. /// /// - [AutoGenerated(Category = "ARB_buffer_storage|VERSION_4_4", Version = "", EntryPoint = "glBufferStorage")] + [AutoGenerated(Category = "ARB_buffer_storage|VERSION_4_4", Version = "4.4", EntryPoint = "glBufferStorage")] public static void BufferStorage(OpenTK.Graphics.OpenGL.BufferTarget target, IntPtr size, [InAttribute, OutAttribute] T2[] data, OpenTK.Graphics.OpenGL.BufferStorageFlags flags) where T2 : struct @@ -40954,7 +40954,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.4 and ARB_buffer_storage|VERSION_4_4] /// Creates and initializes a buffer object's immutable data store /// /// @@ -40977,7 +40977,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the intended usage of the buffer's data store. Must be a bitwise combination of the following flags. GL_DYNAMIC_STORAGE_BIT, GL_MAP_READ_BIT GL_MAP_WRITE_BIT, GL_MAP_PERSISTENT_BIT, GL_MAP_COHERENT_BIT, and GL_CLIENT_STORAGE_BIT. /// /// - [AutoGenerated(Category = "ARB_buffer_storage|VERSION_4_4", Version = "", EntryPoint = "glBufferStorage")] + [AutoGenerated(Category = "ARB_buffer_storage|VERSION_4_4", Version = "4.4", EntryPoint = "glBufferStorage")] public static void BufferStorage(OpenTK.Graphics.OpenGL.BufferTarget target, IntPtr size, [InAttribute, OutAttribute] T2[,] data, OpenTK.Graphics.OpenGL.BufferStorageFlags flags) where T2 : struct @@ -41001,7 +41001,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.4 and ARB_buffer_storage|VERSION_4_4] /// Creates and initializes a buffer object's immutable data store /// /// @@ -41024,7 +41024,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the intended usage of the buffer's data store. Must be a bitwise combination of the following flags. GL_DYNAMIC_STORAGE_BIT, GL_MAP_READ_BIT GL_MAP_WRITE_BIT, GL_MAP_PERSISTENT_BIT, GL_MAP_COHERENT_BIT, and GL_CLIENT_STORAGE_BIT. /// /// - [AutoGenerated(Category = "ARB_buffer_storage|VERSION_4_4", Version = "", EntryPoint = "glBufferStorage")] + [AutoGenerated(Category = "ARB_buffer_storage|VERSION_4_4", Version = "4.4", EntryPoint = "glBufferStorage")] public static void BufferStorage(OpenTK.Graphics.OpenGL.BufferTarget target, IntPtr size, [InAttribute, OutAttribute] T2[,,] data, OpenTK.Graphics.OpenGL.BufferStorageFlags flags) where T2 : struct @@ -41048,7 +41048,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.4 and ARB_buffer_storage|VERSION_4_4] /// Creates and initializes a buffer object's immutable data store /// /// @@ -41071,7 +41071,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the intended usage of the buffer's data store. Must be a bitwise combination of the following flags. GL_DYNAMIC_STORAGE_BIT, GL_MAP_READ_BIT GL_MAP_WRITE_BIT, GL_MAP_PERSISTENT_BIT, GL_MAP_COHERENT_BIT, and GL_CLIENT_STORAGE_BIT. /// /// - [AutoGenerated(Category = "ARB_buffer_storage|VERSION_4_4", Version = "", EntryPoint = "glBufferStorage")] + [AutoGenerated(Category = "ARB_buffer_storage|VERSION_4_4", Version = "4.4", EntryPoint = "glBufferStorage")] public static void BufferStorage(OpenTK.Graphics.OpenGL.BufferTarget target, IntPtr size, [InAttribute, OutAttribute] ref T2 data, OpenTK.Graphics.OpenGL.BufferStorageFlags flags) where T2 : struct @@ -41572,7 +41572,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.0 and ARB_framebuffer_object|VERSION_3_0] /// Check the completeness status of a framebuffer /// /// @@ -41580,7 +41580,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the target of the framebuffer completeness check. /// /// - [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "", EntryPoint = "glCheckFramebufferStatus")] + [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "3.0", EntryPoint = "glCheckFramebufferStatus")] public static OpenTK.Graphics.OpenGL.FramebufferErrorCode CheckFramebufferStatus(OpenTK.Graphics.OpenGL.FramebufferTarget target) { @@ -41669,7 +41669,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and ARB_clear_buffer_object|VERSION_4_3] /// Fill a buffer object's data store with a fixed value /// /// @@ -41702,7 +41702,7 @@ namespace OpenTK.Graphics.OpenGL /// The address of a memory location storing the data to be replicated into the buffer's data store. /// /// - [AutoGenerated(Category = "ARB_clear_buffer_object|VERSION_4_3", Version = "", EntryPoint = "glClearBufferData")] + [AutoGenerated(Category = "ARB_clear_buffer_object|VERSION_4_3", Version = "4.3", EntryPoint = "glClearBufferData")] public static void ClearBufferData(OpenTK.Graphics.OpenGL.BufferTarget target, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.All type, IntPtr data) { @@ -41717,7 +41717,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and ARB_clear_buffer_object|VERSION_4_3] /// Fill a buffer object's data store with a fixed value /// /// @@ -41750,7 +41750,7 @@ namespace OpenTK.Graphics.OpenGL /// The address of a memory location storing the data to be replicated into the buffer's data store. /// /// - [AutoGenerated(Category = "ARB_clear_buffer_object|VERSION_4_3", Version = "", EntryPoint = "glClearBufferData")] + [AutoGenerated(Category = "ARB_clear_buffer_object|VERSION_4_3", Version = "4.3", EntryPoint = "glClearBufferData")] public static void ClearBufferData(OpenTK.Graphics.OpenGL.BufferTarget target, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.All type, [InAttribute, OutAttribute] T4[] data) where T4 : struct @@ -41774,7 +41774,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and ARB_clear_buffer_object|VERSION_4_3] /// Fill a buffer object's data store with a fixed value /// /// @@ -41807,7 +41807,7 @@ namespace OpenTK.Graphics.OpenGL /// The address of a memory location storing the data to be replicated into the buffer's data store. /// /// - [AutoGenerated(Category = "ARB_clear_buffer_object|VERSION_4_3", Version = "", EntryPoint = "glClearBufferData")] + [AutoGenerated(Category = "ARB_clear_buffer_object|VERSION_4_3", Version = "4.3", EntryPoint = "glClearBufferData")] public static void ClearBufferData(OpenTK.Graphics.OpenGL.BufferTarget target, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.All type, [InAttribute, OutAttribute] T4[,] data) where T4 : struct @@ -41831,7 +41831,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and ARB_clear_buffer_object|VERSION_4_3] /// Fill a buffer object's data store with a fixed value /// /// @@ -41864,7 +41864,7 @@ namespace OpenTK.Graphics.OpenGL /// The address of a memory location storing the data to be replicated into the buffer's data store. /// /// - [AutoGenerated(Category = "ARB_clear_buffer_object|VERSION_4_3", Version = "", EntryPoint = "glClearBufferData")] + [AutoGenerated(Category = "ARB_clear_buffer_object|VERSION_4_3", Version = "4.3", EntryPoint = "glClearBufferData")] public static void ClearBufferData(OpenTK.Graphics.OpenGL.BufferTarget target, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.All type, [InAttribute, OutAttribute] T4[,,] data) where T4 : struct @@ -41888,7 +41888,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and ARB_clear_buffer_object|VERSION_4_3] /// Fill a buffer object's data store with a fixed value /// /// @@ -41921,7 +41921,7 @@ namespace OpenTK.Graphics.OpenGL /// The address of a memory location storing the data to be replicated into the buffer's data store. /// /// - [AutoGenerated(Category = "ARB_clear_buffer_object|VERSION_4_3", Version = "", EntryPoint = "glClearBufferData")] + [AutoGenerated(Category = "ARB_clear_buffer_object|VERSION_4_3", Version = "4.3", EntryPoint = "glClearBufferData")] public static void ClearBufferData(OpenTK.Graphics.OpenGL.BufferTarget target, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.All type, [InAttribute, OutAttribute] ref T4 data) where T4 : struct @@ -42273,7 +42273,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and ARB_clear_buffer_object|VERSION_4_3] /// Fill all or part of buffer object's data store with a fixed value /// /// @@ -42311,7 +42311,7 @@ namespace OpenTK.Graphics.OpenGL /// The address of a memory location storing the data to be replicated into the buffer's data store. /// /// - [AutoGenerated(Category = "ARB_clear_buffer_object|VERSION_4_3", Version = "", EntryPoint = "glClearBufferSubData")] + [AutoGenerated(Category = "ARB_clear_buffer_object|VERSION_4_3", Version = "4.3", EntryPoint = "glClearBufferSubData")] public static void ClearBufferSubData(OpenTK.Graphics.OpenGL.BufferTarget target, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, IntPtr offset, IntPtr size, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.All type, IntPtr data) { @@ -42326,7 +42326,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and ARB_clear_buffer_object|VERSION_4_3] /// Fill all or part of buffer object's data store with a fixed value /// /// @@ -42364,7 +42364,7 @@ namespace OpenTK.Graphics.OpenGL /// The address of a memory location storing the data to be replicated into the buffer's data store. /// /// - [AutoGenerated(Category = "ARB_clear_buffer_object|VERSION_4_3", Version = "", EntryPoint = "glClearBufferSubData")] + [AutoGenerated(Category = "ARB_clear_buffer_object|VERSION_4_3", Version = "4.3", EntryPoint = "glClearBufferSubData")] public static void ClearBufferSubData(OpenTK.Graphics.OpenGL.BufferTarget target, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, IntPtr offset, IntPtr size, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.All type, [InAttribute, OutAttribute] T6[] data) where T6 : struct @@ -42388,7 +42388,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and ARB_clear_buffer_object|VERSION_4_3] /// Fill all or part of buffer object's data store with a fixed value /// /// @@ -42426,7 +42426,7 @@ namespace OpenTK.Graphics.OpenGL /// The address of a memory location storing the data to be replicated into the buffer's data store. /// /// - [AutoGenerated(Category = "ARB_clear_buffer_object|VERSION_4_3", Version = "", EntryPoint = "glClearBufferSubData")] + [AutoGenerated(Category = "ARB_clear_buffer_object|VERSION_4_3", Version = "4.3", EntryPoint = "glClearBufferSubData")] public static void ClearBufferSubData(OpenTK.Graphics.OpenGL.BufferTarget target, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, IntPtr offset, IntPtr size, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.All type, [InAttribute, OutAttribute] T6[,] data) where T6 : struct @@ -42450,7 +42450,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and ARB_clear_buffer_object|VERSION_4_3] /// Fill all or part of buffer object's data store with a fixed value /// /// @@ -42488,7 +42488,7 @@ namespace OpenTK.Graphics.OpenGL /// The address of a memory location storing the data to be replicated into the buffer's data store. /// /// - [AutoGenerated(Category = "ARB_clear_buffer_object|VERSION_4_3", Version = "", EntryPoint = "glClearBufferSubData")] + [AutoGenerated(Category = "ARB_clear_buffer_object|VERSION_4_3", Version = "4.3", EntryPoint = "glClearBufferSubData")] public static void ClearBufferSubData(OpenTK.Graphics.OpenGL.BufferTarget target, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, IntPtr offset, IntPtr size, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.All type, [InAttribute, OutAttribute] T6[,,] data) where T6 : struct @@ -42512,7 +42512,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and ARB_clear_buffer_object|VERSION_4_3] /// Fill all or part of buffer object's data store with a fixed value /// /// @@ -42550,7 +42550,7 @@ namespace OpenTK.Graphics.OpenGL /// The address of a memory location storing the data to be replicated into the buffer's data store. /// /// - [AutoGenerated(Category = "ARB_clear_buffer_object|VERSION_4_3", Version = "", EntryPoint = "glClearBufferSubData")] + [AutoGenerated(Category = "ARB_clear_buffer_object|VERSION_4_3", Version = "4.3", EntryPoint = "glClearBufferSubData")] public static void ClearBufferSubData(OpenTK.Graphics.OpenGL.BufferTarget target, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, IntPtr offset, IntPtr size, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.All type, [InAttribute, OutAttribute] ref T6 data) where T6 : struct @@ -42765,7 +42765,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_ES2_compatibility|VERSION_4_1] /// Specify the clear value for the depth buffer /// /// @@ -42773,7 +42773,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the depth value used when the depth buffer is cleared. The initial value is 1. /// /// - [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "", EntryPoint = "glClearDepthf")] + [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "4.1", EntryPoint = "glClearDepthf")] public static void ClearDepth(Single d) { @@ -42834,7 +42834,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.4 and ARB_clear_texture|VERSION_4_4] /// Fills all a texture image with a constant value /// /// @@ -42862,7 +42862,7 @@ namespace OpenTK.Graphics.OpenGL /// The address in memory of the data to be used to clear the specified region. /// /// - [AutoGenerated(Category = "ARB_clear_texture|VERSION_4_4", Version = "", EntryPoint = "glClearTexImage")] + [AutoGenerated(Category = "ARB_clear_texture|VERSION_4_4", Version = "4.4", EntryPoint = "glClearTexImage")] public static void ClearTexImage(Int32 texture, Int32 level, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, IntPtr data) { @@ -42877,7 +42877,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.4 and ARB_clear_texture|VERSION_4_4] /// Fills all a texture image with a constant value /// /// @@ -42905,7 +42905,7 @@ namespace OpenTK.Graphics.OpenGL /// The address in memory of the data to be used to clear the specified region. /// /// - [AutoGenerated(Category = "ARB_clear_texture|VERSION_4_4", Version = "", EntryPoint = "glClearTexImage")] + [AutoGenerated(Category = "ARB_clear_texture|VERSION_4_4", Version = "4.4", EntryPoint = "glClearTexImage")] public static void ClearTexImage(Int32 texture, Int32 level, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T4[] data) where T4 : struct @@ -42929,7 +42929,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.4 and ARB_clear_texture|VERSION_4_4] /// Fills all a texture image with a constant value /// /// @@ -42957,7 +42957,7 @@ namespace OpenTK.Graphics.OpenGL /// The address in memory of the data to be used to clear the specified region. /// /// - [AutoGenerated(Category = "ARB_clear_texture|VERSION_4_4", Version = "", EntryPoint = "glClearTexImage")] + [AutoGenerated(Category = "ARB_clear_texture|VERSION_4_4", Version = "4.4", EntryPoint = "glClearTexImage")] public static void ClearTexImage(Int32 texture, Int32 level, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T4[,] data) where T4 : struct @@ -42981,7 +42981,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.4 and ARB_clear_texture|VERSION_4_4] /// Fills all a texture image with a constant value /// /// @@ -43009,7 +43009,7 @@ namespace OpenTK.Graphics.OpenGL /// The address in memory of the data to be used to clear the specified region. /// /// - [AutoGenerated(Category = "ARB_clear_texture|VERSION_4_4", Version = "", EntryPoint = "glClearTexImage")] + [AutoGenerated(Category = "ARB_clear_texture|VERSION_4_4", Version = "4.4", EntryPoint = "glClearTexImage")] public static void ClearTexImage(Int32 texture, Int32 level, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T4[,,] data) where T4 : struct @@ -43033,7 +43033,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.4 and ARB_clear_texture|VERSION_4_4] /// Fills all a texture image with a constant value /// /// @@ -43061,7 +43061,7 @@ namespace OpenTK.Graphics.OpenGL /// The address in memory of the data to be used to clear the specified region. /// /// - [AutoGenerated(Category = "ARB_clear_texture|VERSION_4_4", Version = "", EntryPoint = "glClearTexImage")] + [AutoGenerated(Category = "ARB_clear_texture|VERSION_4_4", Version = "4.4", EntryPoint = "glClearTexImage")] public static void ClearTexImage(Int32 texture, Int32 level, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] ref T4 data) where T4 : struct @@ -43086,7 +43086,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.4 and ARB_clear_texture|VERSION_4_4] /// Fills all a texture image with a constant value /// /// @@ -43115,7 +43115,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_clear_texture|VERSION_4_4", Version = "", EntryPoint = "glClearTexImage")] + [AutoGenerated(Category = "ARB_clear_texture|VERSION_4_4", Version = "4.4", EntryPoint = "glClearTexImage")] public static void ClearTexImage(UInt32 texture, Int32 level, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, IntPtr data) { @@ -43130,7 +43130,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.4 and ARB_clear_texture|VERSION_4_4] /// Fills all a texture image with a constant value /// /// @@ -43159,7 +43159,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_clear_texture|VERSION_4_4", Version = "", EntryPoint = "glClearTexImage")] + [AutoGenerated(Category = "ARB_clear_texture|VERSION_4_4", Version = "4.4", EntryPoint = "glClearTexImage")] public static void ClearTexImage(UInt32 texture, Int32 level, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T4[] data) where T4 : struct @@ -43183,7 +43183,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.4 and ARB_clear_texture|VERSION_4_4] /// Fills all a texture image with a constant value /// /// @@ -43212,7 +43212,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_clear_texture|VERSION_4_4", Version = "", EntryPoint = "glClearTexImage")] + [AutoGenerated(Category = "ARB_clear_texture|VERSION_4_4", Version = "4.4", EntryPoint = "glClearTexImage")] public static void ClearTexImage(UInt32 texture, Int32 level, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T4[,] data) where T4 : struct @@ -43236,7 +43236,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.4 and ARB_clear_texture|VERSION_4_4] /// Fills all a texture image with a constant value /// /// @@ -43265,7 +43265,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_clear_texture|VERSION_4_4", Version = "", EntryPoint = "glClearTexImage")] + [AutoGenerated(Category = "ARB_clear_texture|VERSION_4_4", Version = "4.4", EntryPoint = "glClearTexImage")] public static void ClearTexImage(UInt32 texture, Int32 level, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T4[,,] data) where T4 : struct @@ -43289,7 +43289,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.4 and ARB_clear_texture|VERSION_4_4] /// Fills all a texture image with a constant value /// /// @@ -43318,7 +43318,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_clear_texture|VERSION_4_4", Version = "", EntryPoint = "glClearTexImage")] + [AutoGenerated(Category = "ARB_clear_texture|VERSION_4_4", Version = "4.4", EntryPoint = "glClearTexImage")] public static void ClearTexImage(UInt32 texture, Int32 level, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] ref T4 data) where T4 : struct @@ -43343,7 +43343,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.4 and ARB_clear_texture|VERSION_4_4] /// Fills all or part of a texture image with a constant value /// /// @@ -43401,7 +43401,7 @@ namespace OpenTK.Graphics.OpenGL /// The address in memory of the data to be used to clear the specified region. /// /// - [AutoGenerated(Category = "ARB_clear_texture|VERSION_4_4", Version = "", EntryPoint = "glClearTexSubImage")] + [AutoGenerated(Category = "ARB_clear_texture|VERSION_4_4", Version = "4.4", EntryPoint = "glClearTexSubImage")] public static void ClearTexSubImage(Int32 texture, Int32 level, Int32 xoffset, Int32 yoffset, Int32 zoffset, Int32 width, Int32 height, Int32 depth, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, IntPtr data) { @@ -43416,7 +43416,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.4 and ARB_clear_texture|VERSION_4_4] /// Fills all or part of a texture image with a constant value /// /// @@ -43474,7 +43474,7 @@ namespace OpenTK.Graphics.OpenGL /// The address in memory of the data to be used to clear the specified region. /// /// - [AutoGenerated(Category = "ARB_clear_texture|VERSION_4_4", Version = "", EntryPoint = "glClearTexSubImage")] + [AutoGenerated(Category = "ARB_clear_texture|VERSION_4_4", Version = "4.4", EntryPoint = "glClearTexSubImage")] public static void ClearTexSubImage(Int32 texture, Int32 level, Int32 xoffset, Int32 yoffset, Int32 zoffset, Int32 width, Int32 height, Int32 depth, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T10[] data) where T10 : struct @@ -43498,7 +43498,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.4 and ARB_clear_texture|VERSION_4_4] /// Fills all or part of a texture image with a constant value /// /// @@ -43556,7 +43556,7 @@ namespace OpenTK.Graphics.OpenGL /// The address in memory of the data to be used to clear the specified region. /// /// - [AutoGenerated(Category = "ARB_clear_texture|VERSION_4_4", Version = "", EntryPoint = "glClearTexSubImage")] + [AutoGenerated(Category = "ARB_clear_texture|VERSION_4_4", Version = "4.4", EntryPoint = "glClearTexSubImage")] public static void ClearTexSubImage(Int32 texture, Int32 level, Int32 xoffset, Int32 yoffset, Int32 zoffset, Int32 width, Int32 height, Int32 depth, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T10[,] data) where T10 : struct @@ -43580,7 +43580,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.4 and ARB_clear_texture|VERSION_4_4] /// Fills all or part of a texture image with a constant value /// /// @@ -43638,7 +43638,7 @@ namespace OpenTK.Graphics.OpenGL /// The address in memory of the data to be used to clear the specified region. /// /// - [AutoGenerated(Category = "ARB_clear_texture|VERSION_4_4", Version = "", EntryPoint = "glClearTexSubImage")] + [AutoGenerated(Category = "ARB_clear_texture|VERSION_4_4", Version = "4.4", EntryPoint = "glClearTexSubImage")] public static void ClearTexSubImage(Int32 texture, Int32 level, Int32 xoffset, Int32 yoffset, Int32 zoffset, Int32 width, Int32 height, Int32 depth, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T10[,,] data) where T10 : struct @@ -43662,7 +43662,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.4 and ARB_clear_texture|VERSION_4_4] /// Fills all or part of a texture image with a constant value /// /// @@ -43720,7 +43720,7 @@ namespace OpenTK.Graphics.OpenGL /// The address in memory of the data to be used to clear the specified region. /// /// - [AutoGenerated(Category = "ARB_clear_texture|VERSION_4_4", Version = "", EntryPoint = "glClearTexSubImage")] + [AutoGenerated(Category = "ARB_clear_texture|VERSION_4_4", Version = "4.4", EntryPoint = "glClearTexSubImage")] public static void ClearTexSubImage(Int32 texture, Int32 level, Int32 xoffset, Int32 yoffset, Int32 zoffset, Int32 width, Int32 height, Int32 depth, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] ref T10 data) where T10 : struct @@ -43745,7 +43745,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.4 and ARB_clear_texture|VERSION_4_4] /// Fills all or part of a texture image with a constant value /// /// @@ -43804,7 +43804,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_clear_texture|VERSION_4_4", Version = "", EntryPoint = "glClearTexSubImage")] + [AutoGenerated(Category = "ARB_clear_texture|VERSION_4_4", Version = "4.4", EntryPoint = "glClearTexSubImage")] public static void ClearTexSubImage(UInt32 texture, Int32 level, Int32 xoffset, Int32 yoffset, Int32 zoffset, Int32 width, Int32 height, Int32 depth, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, IntPtr data) { @@ -43819,7 +43819,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.4 and ARB_clear_texture|VERSION_4_4] /// Fills all or part of a texture image with a constant value /// /// @@ -43878,7 +43878,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_clear_texture|VERSION_4_4", Version = "", EntryPoint = "glClearTexSubImage")] + [AutoGenerated(Category = "ARB_clear_texture|VERSION_4_4", Version = "4.4", EntryPoint = "glClearTexSubImage")] public static void ClearTexSubImage(UInt32 texture, Int32 level, Int32 xoffset, Int32 yoffset, Int32 zoffset, Int32 width, Int32 height, Int32 depth, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T10[] data) where T10 : struct @@ -43902,7 +43902,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.4 and ARB_clear_texture|VERSION_4_4] /// Fills all or part of a texture image with a constant value /// /// @@ -43961,7 +43961,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_clear_texture|VERSION_4_4", Version = "", EntryPoint = "glClearTexSubImage")] + [AutoGenerated(Category = "ARB_clear_texture|VERSION_4_4", Version = "4.4", EntryPoint = "glClearTexSubImage")] public static void ClearTexSubImage(UInt32 texture, Int32 level, Int32 xoffset, Int32 yoffset, Int32 zoffset, Int32 width, Int32 height, Int32 depth, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T10[,] data) where T10 : struct @@ -43985,7 +43985,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.4 and ARB_clear_texture|VERSION_4_4] /// Fills all or part of a texture image with a constant value /// /// @@ -44044,7 +44044,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_clear_texture|VERSION_4_4", Version = "", EntryPoint = "glClearTexSubImage")] + [AutoGenerated(Category = "ARB_clear_texture|VERSION_4_4", Version = "4.4", EntryPoint = "glClearTexSubImage")] public static void ClearTexSubImage(UInt32 texture, Int32 level, Int32 xoffset, Int32 yoffset, Int32 zoffset, Int32 width, Int32 height, Int32 depth, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T10[,,] data) where T10 : struct @@ -44068,7 +44068,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.4 and ARB_clear_texture|VERSION_4_4] /// Fills all or part of a texture image with a constant value /// /// @@ -44127,7 +44127,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_clear_texture|VERSION_4_4", Version = "", EntryPoint = "glClearTexSubImage")] + [AutoGenerated(Category = "ARB_clear_texture|VERSION_4_4", Version = "4.4", EntryPoint = "glClearTexSubImage")] public static void ClearTexSubImage(UInt32 texture, Int32 level, Int32 xoffset, Int32 yoffset, Int32 zoffset, Int32 width, Int32 height, Int32 depth, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] ref T10 data) where T10 : struct @@ -44175,7 +44175,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.2 and ARB_sync|VERSION_3_2] /// Block and wait for a sync object to become signaled /// /// @@ -44193,7 +44193,7 @@ namespace OpenTK.Graphics.OpenGL /// The timeout, specified in nanoseconds, for which the implementation should wait for sync to become signaled. /// /// - [AutoGenerated(Category = "ARB_sync|VERSION_3_2", Version = "", EntryPoint = "glClientWaitSync")] + [AutoGenerated(Category = "ARB_sync|VERSION_3_2", Version = "3.2", EntryPoint = "glClientWaitSync")] public static OpenTK.Graphics.OpenGL.WaitSyncStatus ClientWaitSync(IntPtr sync, OpenTK.Graphics.OpenGL.WaitSyncFlags flags, Int64 timeout) { @@ -44208,7 +44208,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.2 and ARB_sync|VERSION_3_2] /// Block and wait for a sync object to become signaled /// /// @@ -44227,7 +44227,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_sync|VERSION_3_2", Version = "", EntryPoint = "glClientWaitSync")] + [AutoGenerated(Category = "ARB_sync|VERSION_3_2", Version = "3.2", EntryPoint = "glClientWaitSync")] public static OpenTK.Graphics.OpenGL.WaitSyncStatus ClientWaitSync(IntPtr sync, OpenTK.Graphics.OpenGL.WaitSyncFlags flags, UInt64 timeout) { @@ -46469,8 +46469,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// - [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "", EntryPoint = "glColorP3ui")] + /// [requires: v3.3 and ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] + [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "3.3", EntryPoint = "glColorP3ui")] public static void ColorP3(OpenTK.Graphics.OpenGL.PackedPointerType type, Int32 color) { @@ -46484,9 +46484,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v3.3 and ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "", EntryPoint = "glColorP3ui")] + [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "3.3", EntryPoint = "glColorP3ui")] public static void ColorP3(OpenTK.Graphics.OpenGL.PackedPointerType type, UInt32 color) { @@ -46500,9 +46500,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v3.3 and ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "", EntryPoint = "glColorP3uiv")] + [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "3.3", EntryPoint = "glColorP3uiv")] public static unsafe void ColorP3(OpenTK.Graphics.OpenGL.PackedPointerType type, Int32* color) { @@ -46516,9 +46516,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v3.3 and ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "", EntryPoint = "glColorP3uiv")] + [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "3.3", EntryPoint = "glColorP3uiv")] public static unsafe void ColorP3(OpenTK.Graphics.OpenGL.PackedPointerType type, UInt32* color) { @@ -46532,8 +46532,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// - [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "", EntryPoint = "glColorP4ui")] + /// [requires: v3.3 and ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] + [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "3.3", EntryPoint = "glColorP4ui")] public static void ColorP4(OpenTK.Graphics.OpenGL.PackedPointerType type, Int32 color) { @@ -46547,9 +46547,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v3.3 and ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "", EntryPoint = "glColorP4ui")] + [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "3.3", EntryPoint = "glColorP4ui")] public static void ColorP4(OpenTK.Graphics.OpenGL.PackedPointerType type, UInt32 color) { @@ -46563,9 +46563,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v3.3 and ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "", EntryPoint = "glColorP4uiv")] + [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "3.3", EntryPoint = "glColorP4uiv")] public static unsafe void ColorP4(OpenTK.Graphics.OpenGL.PackedPointerType type, Int32* color) { @@ -46579,9 +46579,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v3.3 and ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "", EntryPoint = "glColorP4uiv")] + [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "3.3", EntryPoint = "glColorP4uiv")] public static unsafe void ColorP4(OpenTK.Graphics.OpenGL.PackedPointerType type, UInt32* color) { @@ -50469,7 +50469,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.1 and ARB_copy_buffer|VERSION_3_1] /// Copy part of the data store of a buffer object to the data store of another buffer object /// /// @@ -50497,7 +50497,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the size, in basic machine units, of the data to be copied from readtarget to writetarget. /// /// - [AutoGenerated(Category = "ARB_copy_buffer|VERSION_3_1", Version = "", EntryPoint = "glCopyBufferSubData")] + [AutoGenerated(Category = "ARB_copy_buffer|VERSION_3_1", Version = "3.1", EntryPoint = "glCopyBufferSubData")] public static void CopyBufferSubData(OpenTK.Graphics.OpenGL.BufferTarget readTarget, OpenTK.Graphics.OpenGL.BufferTarget writeTarget, IntPtr readOffset, IntPtr writeOffset, IntPtr size) { @@ -50674,7 +50674,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and ARB_copy_image|VERSION_4_3] /// Perform a raw data copy between two images /// /// @@ -50747,7 +50747,7 @@ namespace OpenTK.Graphics.OpenGL /// The depth of the region to be copied. /// /// - [AutoGenerated(Category = "ARB_copy_image|VERSION_4_3", Version = "", EntryPoint = "glCopyImageSubData")] + [AutoGenerated(Category = "ARB_copy_image|VERSION_4_3", Version = "4.3", EntryPoint = "glCopyImageSubData")] public static void CopyImageSubData(Int32 srcName, OpenTK.Graphics.OpenGL.ImageTarget srcTarget, Int32 srcLevel, Int32 srcX, Int32 srcY, Int32 srcZ, Int32 dstName, OpenTK.Graphics.OpenGL.ImageTarget dstTarget, Int32 dstLevel, Int32 dstX, Int32 dstY, Int32 dstZ, Int32 srcWidth, Int32 srcHeight, Int32 srcDepth) { @@ -50762,7 +50762,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and ARB_copy_image|VERSION_4_3] /// Perform a raw data copy between two images /// /// @@ -50836,7 +50836,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_copy_image|VERSION_4_3", Version = "", EntryPoint = "glCopyImageSubData")] + [AutoGenerated(Category = "ARB_copy_image|VERSION_4_3", Version = "4.3", EntryPoint = "glCopyImageSubData")] public static void CopyImageSubData(UInt32 srcName, OpenTK.Graphics.OpenGL.ImageTarget srcTarget, Int32 srcLevel, Int32 srcX, Int32 srcY, Int32 srcZ, UInt32 dstName, OpenTK.Graphics.OpenGL.ImageTarget dstTarget, Int32 dstLevel, Int32 dstX, Int32 dstY, Int32 dstZ, Int32 srcWidth, Int32 srcHeight, Int32 srcDepth) { @@ -51180,7 +51180,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Create a stand-alone program from an array of null-terminated source code strings /// /// @@ -51198,7 +51198,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the address of an array of pointers to source code strings from which to create the program object. /// /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glCreateShaderProgramv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glCreateShaderProgramv")] public static Int32 CreateShaderProgram(OpenTK.Graphics.OpenGL.ShaderType type, Int32 count, String[] strings) { @@ -51236,7 +51236,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and KHR_debug|VERSION_4_3] /// Specify a callback to receive debugging messages from the GL /// /// @@ -51249,7 +51249,7 @@ namespace OpenTK.Graphics.OpenGL /// A user supplied pointer that will be passed on each invocation of callback. /// /// - [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "", EntryPoint = "glDebugMessageCallback")] + [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "4.3", EntryPoint = "glDebugMessageCallback")] public static void DebugMessageCallback(DebugProc callback, IntPtr userParam) { @@ -51264,7 +51264,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and KHR_debug|VERSION_4_3] /// Specify a callback to receive debugging messages from the GL /// /// @@ -51277,7 +51277,7 @@ namespace OpenTK.Graphics.OpenGL /// A user supplied pointer that will be passed on each invocation of callback. /// /// - [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "", EntryPoint = "glDebugMessageCallback")] + [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "4.3", EntryPoint = "glDebugMessageCallback")] public static void DebugMessageCallback(DebugProc callback, [InAttribute, OutAttribute] T1[] userParam) where T1 : struct @@ -51301,7 +51301,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and KHR_debug|VERSION_4_3] /// Specify a callback to receive debugging messages from the GL /// /// @@ -51314,7 +51314,7 @@ namespace OpenTK.Graphics.OpenGL /// A user supplied pointer that will be passed on each invocation of callback. /// /// - [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "", EntryPoint = "glDebugMessageCallback")] + [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "4.3", EntryPoint = "glDebugMessageCallback")] public static void DebugMessageCallback(DebugProc callback, [InAttribute, OutAttribute] T1[,] userParam) where T1 : struct @@ -51338,7 +51338,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and KHR_debug|VERSION_4_3] /// Specify a callback to receive debugging messages from the GL /// /// @@ -51351,7 +51351,7 @@ namespace OpenTK.Graphics.OpenGL /// A user supplied pointer that will be passed on each invocation of callback. /// /// - [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "", EntryPoint = "glDebugMessageCallback")] + [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "4.3", EntryPoint = "glDebugMessageCallback")] public static void DebugMessageCallback(DebugProc callback, [InAttribute, OutAttribute] T1[,,] userParam) where T1 : struct @@ -51375,7 +51375,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and KHR_debug|VERSION_4_3] /// Specify a callback to receive debugging messages from the GL /// /// @@ -51388,7 +51388,7 @@ namespace OpenTK.Graphics.OpenGL /// A user supplied pointer that will be passed on each invocation of callback. /// /// - [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "", EntryPoint = "glDebugMessageCallback")] + [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "4.3", EntryPoint = "glDebugMessageCallback")] public static void DebugMessageCallback(DebugProc callback, [InAttribute, OutAttribute] ref T1 userParam) where T1 : struct @@ -51413,7 +51413,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and KHR_debug|VERSION_4_3] /// Control the reporting of debug messages in a debug context /// /// @@ -51446,7 +51446,7 @@ namespace OpenTK.Graphics.OpenGL /// A Boolean flag determining whether the selected messages should be enabled or disabled. /// /// - [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "", EntryPoint = "glDebugMessageControl")] + [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "4.3", EntryPoint = "glDebugMessageControl")] public static void DebugMessageControl(OpenTK.Graphics.OpenGL.DebugSourceControl source, OpenTK.Graphics.OpenGL.DebugTypeControl type, OpenTK.Graphics.OpenGL.DebugSeverityControl severity, Int32 count, Int32[] ids, bool enabled) { @@ -51467,7 +51467,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and KHR_debug|VERSION_4_3] /// Control the reporting of debug messages in a debug context /// /// @@ -51500,7 +51500,7 @@ namespace OpenTK.Graphics.OpenGL /// A Boolean flag determining whether the selected messages should be enabled or disabled. /// /// - [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "", EntryPoint = "glDebugMessageControl")] + [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "4.3", EntryPoint = "glDebugMessageControl")] public static void DebugMessageControl(OpenTK.Graphics.OpenGL.DebugSourceControl source, OpenTK.Graphics.OpenGL.DebugTypeControl type, OpenTK.Graphics.OpenGL.DebugSeverityControl severity, Int32 count, ref Int32 ids, bool enabled) { @@ -51521,7 +51521,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and KHR_debug|VERSION_4_3] /// Control the reporting of debug messages in a debug context /// /// @@ -51555,7 +51555,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "", EntryPoint = "glDebugMessageControl")] + [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "4.3", EntryPoint = "glDebugMessageControl")] public static unsafe void DebugMessageControl(OpenTK.Graphics.OpenGL.DebugSourceControl source, OpenTK.Graphics.OpenGL.DebugTypeControl type, OpenTK.Graphics.OpenGL.DebugSeverityControl severity, Int32 count, Int32* ids, bool enabled) { @@ -51570,7 +51570,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and KHR_debug|VERSION_4_3] /// Control the reporting of debug messages in a debug context /// /// @@ -51604,7 +51604,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "", EntryPoint = "glDebugMessageControl")] + [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "4.3", EntryPoint = "glDebugMessageControl")] public static void DebugMessageControl(OpenTK.Graphics.OpenGL.DebugSourceControl source, OpenTK.Graphics.OpenGL.DebugTypeControl type, OpenTK.Graphics.OpenGL.DebugSeverityControl severity, Int32 count, UInt32[] ids, bool enabled) { @@ -51625,7 +51625,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and KHR_debug|VERSION_4_3] /// Control the reporting of debug messages in a debug context /// /// @@ -51659,7 +51659,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "", EntryPoint = "glDebugMessageControl")] + [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "4.3", EntryPoint = "glDebugMessageControl")] public static void DebugMessageControl(OpenTK.Graphics.OpenGL.DebugSourceControl source, OpenTK.Graphics.OpenGL.DebugTypeControl type, OpenTK.Graphics.OpenGL.DebugSeverityControl severity, Int32 count, ref UInt32 ids, bool enabled) { @@ -51680,7 +51680,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and KHR_debug|VERSION_4_3] /// Control the reporting of debug messages in a debug context /// /// @@ -51714,7 +51714,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "", EntryPoint = "glDebugMessageControl")] + [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "4.3", EntryPoint = "glDebugMessageControl")] public static unsafe void DebugMessageControl(OpenTK.Graphics.OpenGL.DebugSourceControl source, OpenTK.Graphics.OpenGL.DebugTypeControl type, OpenTK.Graphics.OpenGL.DebugSeverityControl severity, Int32 count, UInt32* ids, bool enabled) { @@ -51729,7 +51729,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and KHR_debug|VERSION_4_3] /// Inject an application-supplied message into the debug message queue /// /// @@ -51762,7 +51762,7 @@ namespace OpenTK.Graphics.OpenGL /// The address of a character array containing the message to insert. /// /// - [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "", EntryPoint = "glDebugMessageInsert")] + [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "4.3", EntryPoint = "glDebugMessageInsert")] public static void DebugMessageInsert(OpenTK.Graphics.OpenGL.DebugSourceExternal source, OpenTK.Graphics.OpenGL.DebugType type, Int32 id, OpenTK.Graphics.OpenGL.DebugSeverity severity, Int32 length, String buf) { @@ -51777,7 +51777,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and KHR_debug|VERSION_4_3] /// Inject an application-supplied message into the debug message queue /// /// @@ -51811,7 +51811,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "", EntryPoint = "glDebugMessageInsert")] + [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "4.3", EntryPoint = "glDebugMessageInsert")] public static void DebugMessageInsert(OpenTK.Graphics.OpenGL.DebugSourceExternal source, OpenTK.Graphics.OpenGL.DebugType type, UInt32 id, OpenTK.Graphics.OpenGL.DebugSeverity severity, Int32 length, String buf) { @@ -52022,7 +52022,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.0 and ARB_framebuffer_object|VERSION_3_0] /// Delete framebuffer objects /// /// @@ -52035,7 +52035,7 @@ namespace OpenTK.Graphics.OpenGL /// A pointer to an array containing n framebuffer objects to be deleted. /// /// - [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "", EntryPoint = "glDeleteFramebuffers")] + [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "3.0", EntryPoint = "glDeleteFramebuffers")] public static void DeleteFramebuffers(Int32 n, Int32[] framebuffers) { @@ -52056,7 +52056,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.0 and ARB_framebuffer_object|VERSION_3_0] /// Delete framebuffer objects /// /// @@ -52069,7 +52069,7 @@ namespace OpenTK.Graphics.OpenGL /// A pointer to an array containing n framebuffer objects to be deleted. /// /// - [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "", EntryPoint = "glDeleteFramebuffers")] + [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "3.0", EntryPoint = "glDeleteFramebuffers")] public static void DeleteFramebuffers(Int32 n, ref Int32 framebuffers) { @@ -52090,7 +52090,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.0 and ARB_framebuffer_object|VERSION_3_0] /// Delete framebuffer objects /// /// @@ -52104,7 +52104,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "", EntryPoint = "glDeleteFramebuffers")] + [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "3.0", EntryPoint = "glDeleteFramebuffers")] public static unsafe void DeleteFramebuffers(Int32 n, Int32* framebuffers) { @@ -52119,7 +52119,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.0 and ARB_framebuffer_object|VERSION_3_0] /// Delete framebuffer objects /// /// @@ -52133,7 +52133,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "", EntryPoint = "glDeleteFramebuffers")] + [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "3.0", EntryPoint = "glDeleteFramebuffers")] public static void DeleteFramebuffers(Int32 n, UInt32[] framebuffers) { @@ -52154,7 +52154,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.0 and ARB_framebuffer_object|VERSION_3_0] /// Delete framebuffer objects /// /// @@ -52168,7 +52168,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "", EntryPoint = "glDeleteFramebuffers")] + [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "3.0", EntryPoint = "glDeleteFramebuffers")] public static void DeleteFramebuffers(Int32 n, ref UInt32 framebuffers) { @@ -52189,7 +52189,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.0 and ARB_framebuffer_object|VERSION_3_0] /// Delete framebuffer objects /// /// @@ -52203,7 +52203,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "", EntryPoint = "glDeleteFramebuffers")] + [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "3.0", EntryPoint = "glDeleteFramebuffers")] public static unsafe void DeleteFramebuffers(Int32 n, UInt32* framebuffers) { @@ -52322,7 +52322,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Delete program pipeline objects /// /// @@ -52335,7 +52335,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies an array of names of program pipeline objects to delete. /// /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glDeleteProgramPipelines")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glDeleteProgramPipelines")] public static void DeleteProgramPipelines(Int32 n, Int32[] pipelines) { @@ -52356,7 +52356,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Delete program pipeline objects /// /// @@ -52369,7 +52369,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies an array of names of program pipeline objects to delete. /// /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glDeleteProgramPipelines")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glDeleteProgramPipelines")] public static void DeleteProgramPipelines(Int32 n, ref Int32 pipelines) { @@ -52390,7 +52390,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Delete program pipeline objects /// /// @@ -52404,7 +52404,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glDeleteProgramPipelines")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glDeleteProgramPipelines")] public static unsafe void DeleteProgramPipelines(Int32 n, Int32* pipelines) { @@ -52419,7 +52419,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Delete program pipeline objects /// /// @@ -52433,7 +52433,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glDeleteProgramPipelines")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glDeleteProgramPipelines")] public static void DeleteProgramPipelines(Int32 n, UInt32[] pipelines) { @@ -52454,7 +52454,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Delete program pipeline objects /// /// @@ -52468,7 +52468,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glDeleteProgramPipelines")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glDeleteProgramPipelines")] public static void DeleteProgramPipelines(Int32 n, ref UInt32 pipelines) { @@ -52489,7 +52489,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Delete program pipeline objects /// /// @@ -52503,7 +52503,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glDeleteProgramPipelines")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glDeleteProgramPipelines")] public static unsafe void DeleteProgramPipelines(Int32 n, UInt32* pipelines) { @@ -52714,7 +52714,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.0 and ARB_framebuffer_object|VERSION_3_0] /// Delete renderbuffer objects /// /// @@ -52727,7 +52727,7 @@ namespace OpenTK.Graphics.OpenGL /// A pointer to an array containing n renderbuffer objects to be deleted. /// /// - [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "", EntryPoint = "glDeleteRenderbuffers")] + [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "3.0", EntryPoint = "glDeleteRenderbuffers")] public static void DeleteRenderbuffers(Int32 n, Int32[] renderbuffers) { @@ -52748,7 +52748,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.0 and ARB_framebuffer_object|VERSION_3_0] /// Delete renderbuffer objects /// /// @@ -52761,7 +52761,7 @@ namespace OpenTK.Graphics.OpenGL /// A pointer to an array containing n renderbuffer objects to be deleted. /// /// - [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "", EntryPoint = "glDeleteRenderbuffers")] + [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "3.0", EntryPoint = "glDeleteRenderbuffers")] public static void DeleteRenderbuffers(Int32 n, ref Int32 renderbuffers) { @@ -52782,7 +52782,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.0 and ARB_framebuffer_object|VERSION_3_0] /// Delete renderbuffer objects /// /// @@ -52796,7 +52796,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "", EntryPoint = "glDeleteRenderbuffers")] + [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "3.0", EntryPoint = "glDeleteRenderbuffers")] public static unsafe void DeleteRenderbuffers(Int32 n, Int32* renderbuffers) { @@ -52811,7 +52811,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.0 and ARB_framebuffer_object|VERSION_3_0] /// Delete renderbuffer objects /// /// @@ -52825,7 +52825,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "", EntryPoint = "glDeleteRenderbuffers")] + [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "3.0", EntryPoint = "glDeleteRenderbuffers")] public static void DeleteRenderbuffers(Int32 n, UInt32[] renderbuffers) { @@ -52846,7 +52846,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.0 and ARB_framebuffer_object|VERSION_3_0] /// Delete renderbuffer objects /// /// @@ -52860,7 +52860,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "", EntryPoint = "glDeleteRenderbuffers")] + [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "3.0", EntryPoint = "glDeleteRenderbuffers")] public static void DeleteRenderbuffers(Int32 n, ref UInt32 renderbuffers) { @@ -52881,7 +52881,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.0 and ARB_framebuffer_object|VERSION_3_0] /// Delete renderbuffer objects /// /// @@ -52895,7 +52895,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "", EntryPoint = "glDeleteRenderbuffers")] + [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "3.0", EntryPoint = "glDeleteRenderbuffers")] public static unsafe void DeleteRenderbuffers(Int32 n, UInt32* renderbuffers) { @@ -52910,7 +52910,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.3 and ARB_sampler_objects|VERSION_3_3] /// Delete named sampler objects /// /// @@ -52923,7 +52923,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies an array of sampler objects to be deleted. /// /// - [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "", EntryPoint = "glDeleteSamplers")] + [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "3.3", EntryPoint = "glDeleteSamplers")] public static void DeleteSamplers(Int32 count, Int32[] samplers) { @@ -52944,7 +52944,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.3 and ARB_sampler_objects|VERSION_3_3] /// Delete named sampler objects /// /// @@ -52957,7 +52957,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies an array of sampler objects to be deleted. /// /// - [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "", EntryPoint = "glDeleteSamplers")] + [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "3.3", EntryPoint = "glDeleteSamplers")] public static void DeleteSamplers(Int32 count, ref Int32 samplers) { @@ -52978,7 +52978,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.3 and ARB_sampler_objects|VERSION_3_3] /// Delete named sampler objects /// /// @@ -52992,7 +52992,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "", EntryPoint = "glDeleteSamplers")] + [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "3.3", EntryPoint = "glDeleteSamplers")] public static unsafe void DeleteSamplers(Int32 count, Int32* samplers) { @@ -53007,7 +53007,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.3 and ARB_sampler_objects|VERSION_3_3] /// Delete named sampler objects /// /// @@ -53021,7 +53021,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "", EntryPoint = "glDeleteSamplers")] + [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "3.3", EntryPoint = "glDeleteSamplers")] public static void DeleteSamplers(Int32 count, UInt32[] samplers) { @@ -53042,7 +53042,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.3 and ARB_sampler_objects|VERSION_3_3] /// Delete named sampler objects /// /// @@ -53056,7 +53056,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "", EntryPoint = "glDeleteSamplers")] + [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "3.3", EntryPoint = "glDeleteSamplers")] public static void DeleteSamplers(Int32 count, ref UInt32 samplers) { @@ -53077,7 +53077,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.3 and ARB_sampler_objects|VERSION_3_3] /// Delete named sampler objects /// /// @@ -53091,7 +53091,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "", EntryPoint = "glDeleteSamplers")] + [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "3.3", EntryPoint = "glDeleteSamplers")] public static unsafe void DeleteSamplers(Int32 count, UInt32* samplers) { @@ -53153,7 +53153,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.2 and ARB_sync|VERSION_3_2] /// Delete a sync object /// /// @@ -53161,7 +53161,7 @@ namespace OpenTK.Graphics.OpenGL /// The sync object to be deleted. /// /// - [AutoGenerated(Category = "ARB_sync|VERSION_3_2", Version = "", EntryPoint = "glDeleteSync")] + [AutoGenerated(Category = "ARB_sync|VERSION_3_2", Version = "3.2", EntryPoint = "glDeleteSync")] public static void DeleteSync(IntPtr sync) { @@ -53372,7 +53372,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.0 and ARB_transform_feedback2|VERSION_4_0] /// Delete transform feedback objects /// /// @@ -53385,7 +53385,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies an array of names of transform feedback objects to delete. /// /// - [AutoGenerated(Category = "ARB_transform_feedback2|VERSION_4_0", Version = "", EntryPoint = "glDeleteTransformFeedbacks")] + [AutoGenerated(Category = "ARB_transform_feedback2|VERSION_4_0", Version = "4.0", EntryPoint = "glDeleteTransformFeedbacks")] public static void DeleteTransformFeedback(Int32 n, Int32[] ids) { @@ -53406,7 +53406,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.0 and ARB_transform_feedback2|VERSION_4_0] /// Delete transform feedback objects /// /// @@ -53419,7 +53419,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies an array of names of transform feedback objects to delete. /// /// - [AutoGenerated(Category = "ARB_transform_feedback2|VERSION_4_0", Version = "", EntryPoint = "glDeleteTransformFeedbacks")] + [AutoGenerated(Category = "ARB_transform_feedback2|VERSION_4_0", Version = "4.0", EntryPoint = "glDeleteTransformFeedbacks")] public static void DeleteTransformFeedback(Int32 n, ref Int32 ids) { @@ -53440,7 +53440,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.0 and ARB_transform_feedback2|VERSION_4_0] /// Delete transform feedback objects /// /// @@ -53454,7 +53454,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_transform_feedback2|VERSION_4_0", Version = "", EntryPoint = "glDeleteTransformFeedbacks")] + [AutoGenerated(Category = "ARB_transform_feedback2|VERSION_4_0", Version = "4.0", EntryPoint = "glDeleteTransformFeedbacks")] public static unsafe void DeleteTransformFeedback(Int32 n, Int32* ids) { @@ -53469,7 +53469,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.0 and ARB_transform_feedback2|VERSION_4_0] /// Delete transform feedback objects /// /// @@ -53483,7 +53483,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_transform_feedback2|VERSION_4_0", Version = "", EntryPoint = "glDeleteTransformFeedbacks")] + [AutoGenerated(Category = "ARB_transform_feedback2|VERSION_4_0", Version = "4.0", EntryPoint = "glDeleteTransformFeedbacks")] public static void DeleteTransformFeedback(Int32 n, UInt32[] ids) { @@ -53504,7 +53504,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.0 and ARB_transform_feedback2|VERSION_4_0] /// Delete transform feedback objects /// /// @@ -53518,7 +53518,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_transform_feedback2|VERSION_4_0", Version = "", EntryPoint = "glDeleteTransformFeedbacks")] + [AutoGenerated(Category = "ARB_transform_feedback2|VERSION_4_0", Version = "4.0", EntryPoint = "glDeleteTransformFeedbacks")] public static void DeleteTransformFeedback(Int32 n, ref UInt32 ids) { @@ -53539,7 +53539,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.0 and ARB_transform_feedback2|VERSION_4_0] /// Delete transform feedback objects /// /// @@ -53553,7 +53553,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_transform_feedback2|VERSION_4_0", Version = "", EntryPoint = "glDeleteTransformFeedbacks")] + [AutoGenerated(Category = "ARB_transform_feedback2|VERSION_4_0", Version = "4.0", EntryPoint = "glDeleteTransformFeedbacks")] public static unsafe void DeleteTransformFeedback(Int32 n, UInt32* ids) { @@ -53568,7 +53568,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.0 and ARB_vertex_array_object|VERSION_3_0] /// Delete vertex array objects /// /// @@ -53581,7 +53581,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the address of an array containing the n names of the objects to be deleted. /// /// - [AutoGenerated(Category = "ARB_vertex_array_object|VERSION_3_0", Version = "", EntryPoint = "glDeleteVertexArrays")] + [AutoGenerated(Category = "ARB_vertex_array_object|VERSION_3_0", Version = "3.0", EntryPoint = "glDeleteVertexArrays")] public static void DeleteVertexArrays(Int32 n, Int32[] arrays) { @@ -53602,7 +53602,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.0 and ARB_vertex_array_object|VERSION_3_0] /// Delete vertex array objects /// /// @@ -53615,7 +53615,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the address of an array containing the n names of the objects to be deleted. /// /// - [AutoGenerated(Category = "ARB_vertex_array_object|VERSION_3_0", Version = "", EntryPoint = "glDeleteVertexArrays")] + [AutoGenerated(Category = "ARB_vertex_array_object|VERSION_3_0", Version = "3.0", EntryPoint = "glDeleteVertexArrays")] public static void DeleteVertexArrays(Int32 n, ref Int32 arrays) { @@ -53636,7 +53636,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.0 and ARB_vertex_array_object|VERSION_3_0] /// Delete vertex array objects /// /// @@ -53650,7 +53650,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_array_object|VERSION_3_0", Version = "", EntryPoint = "glDeleteVertexArrays")] + [AutoGenerated(Category = "ARB_vertex_array_object|VERSION_3_0", Version = "3.0", EntryPoint = "glDeleteVertexArrays")] public static unsafe void DeleteVertexArrays(Int32 n, Int32* arrays) { @@ -53665,7 +53665,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.0 and ARB_vertex_array_object|VERSION_3_0] /// Delete vertex array objects /// /// @@ -53679,7 +53679,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_array_object|VERSION_3_0", Version = "", EntryPoint = "glDeleteVertexArrays")] + [AutoGenerated(Category = "ARB_vertex_array_object|VERSION_3_0", Version = "3.0", EntryPoint = "glDeleteVertexArrays")] public static void DeleteVertexArrays(Int32 n, UInt32[] arrays) { @@ -53700,7 +53700,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.0 and ARB_vertex_array_object|VERSION_3_0] /// Delete vertex array objects /// /// @@ -53714,7 +53714,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_array_object|VERSION_3_0", Version = "", EntryPoint = "glDeleteVertexArrays")] + [AutoGenerated(Category = "ARB_vertex_array_object|VERSION_3_0", Version = "3.0", EntryPoint = "glDeleteVertexArrays")] public static void DeleteVertexArrays(Int32 n, ref UInt32 arrays) { @@ -53735,7 +53735,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.0 and ARB_vertex_array_object|VERSION_3_0] /// Delete vertex array objects /// /// @@ -53749,7 +53749,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_array_object|VERSION_3_0", Version = "", EntryPoint = "glDeleteVertexArrays")] + [AutoGenerated(Category = "ARB_vertex_array_object|VERSION_3_0", Version = "3.0", EntryPoint = "glDeleteVertexArrays")] public static unsafe void DeleteVertexArrays(Int32 n, UInt32* arrays) { @@ -53838,7 +53838,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_viewport_array|VERSION_4_1] /// Specify mapping of depth values from normalized device coordinates to window coordinates for a specified set of viewports /// /// @@ -53856,7 +53856,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the address of an array containing the near and far values for the depth range of each modified viewport. /// /// - [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "", EntryPoint = "glDepthRangeArrayv")] + [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "4.1", EntryPoint = "glDepthRangeArrayv")] public static void DepthRangeArray(Int32 first, Int32 count, Double[] v) { @@ -53877,7 +53877,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_viewport_array|VERSION_4_1] /// Specify mapping of depth values from normalized device coordinates to window coordinates for a specified set of viewports /// /// @@ -53895,7 +53895,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the address of an array containing the near and far values for the depth range of each modified viewport. /// /// - [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "", EntryPoint = "glDepthRangeArrayv")] + [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "4.1", EntryPoint = "glDepthRangeArrayv")] public static void DepthRangeArray(Int32 first, Int32 count, ref Double v) { @@ -53916,7 +53916,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_viewport_array|VERSION_4_1] /// Specify mapping of depth values from normalized device coordinates to window coordinates for a specified set of viewports /// /// @@ -53935,7 +53935,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "", EntryPoint = "glDepthRangeArrayv")] + [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "4.1", EntryPoint = "glDepthRangeArrayv")] public static unsafe void DepthRangeArray(Int32 first, Int32 count, Double* v) { @@ -53950,7 +53950,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_viewport_array|VERSION_4_1] /// Specify mapping of depth values from normalized device coordinates to window coordinates for a specified set of viewports /// /// @@ -53969,7 +53969,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "", EntryPoint = "glDepthRangeArrayv")] + [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "4.1", EntryPoint = "glDepthRangeArrayv")] public static void DepthRangeArray(UInt32 first, Int32 count, Double[] v) { @@ -53990,7 +53990,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_viewport_array|VERSION_4_1] /// Specify mapping of depth values from normalized device coordinates to window coordinates for a specified set of viewports /// /// @@ -54009,7 +54009,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "", EntryPoint = "glDepthRangeArrayv")] + [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "4.1", EntryPoint = "glDepthRangeArrayv")] public static void DepthRangeArray(UInt32 first, Int32 count, ref Double v) { @@ -54030,7 +54030,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_viewport_array|VERSION_4_1] /// Specify mapping of depth values from normalized device coordinates to window coordinates for a specified set of viewports /// /// @@ -54049,7 +54049,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "", EntryPoint = "glDepthRangeArrayv")] + [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "4.1", EntryPoint = "glDepthRangeArrayv")] public static unsafe void DepthRangeArray(UInt32 first, Int32 count, Double* v) { @@ -54064,7 +54064,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_ES2_compatibility|VERSION_4_1] /// Specify mapping of depth values from normalized device coordinates to window coordinates /// /// @@ -54077,7 +54077,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the mapping of the far clipping plane to window coordinates. The initial value is 1. /// /// - [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "", EntryPoint = "glDepthRangef")] + [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "4.1", EntryPoint = "glDepthRangef")] public static void DepthRange(Single n, Single f) { @@ -54092,7 +54092,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_viewport_array|VERSION_4_1] /// Specify mapping of depth values from normalized device coordinates to window coordinates for a specified viewport /// /// @@ -54110,7 +54110,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the mapping of the far clipping plane to window coordinates. The initial value is 1. /// /// - [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "", EntryPoint = "glDepthRangeIndexed")] + [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "4.1", EntryPoint = "glDepthRangeIndexed")] public static void DepthRangeIndexed(Int32 index, Double n, Double f) { @@ -54125,7 +54125,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_viewport_array|VERSION_4_1] /// Specify mapping of depth values from normalized device coordinates to window coordinates for a specified viewport /// /// @@ -54144,7 +54144,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "", EntryPoint = "glDepthRangeIndexed")] + [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "4.1", EntryPoint = "glDepthRangeIndexed")] public static void DepthRangeIndexed(UInt32 index, Double n, Double f) { @@ -54308,7 +54308,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and ARB_compute_shader|VERSION_4_3] /// Launch one or more compute work groups /// /// @@ -54326,7 +54326,7 @@ namespace OpenTK.Graphics.OpenGL /// The number of work groups to be launched in the Z dimension. /// /// - [AutoGenerated(Category = "ARB_compute_shader|VERSION_4_3", Version = "", EntryPoint = "glDispatchCompute")] + [AutoGenerated(Category = "ARB_compute_shader|VERSION_4_3", Version = "4.3", EntryPoint = "glDispatchCompute")] public static void DispatchCompute(Int32 num_groups_x, Int32 num_groups_y, Int32 num_groups_z) { @@ -54341,7 +54341,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and ARB_compute_shader|VERSION_4_3] /// Launch one or more compute work groups /// /// @@ -54360,7 +54360,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_compute_shader|VERSION_4_3", Version = "", EntryPoint = "glDispatchCompute")] + [AutoGenerated(Category = "ARB_compute_shader|VERSION_4_3", Version = "4.3", EntryPoint = "glDispatchCompute")] public static void DispatchCompute(UInt32 num_groups_x, UInt32 num_groups_y, UInt32 num_groups_z) { @@ -54375,7 +54375,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and ARB_compute_shader|VERSION_4_3] /// Launch one or more compute work groups using parameters stored in a buffer /// /// @@ -54383,7 +54383,7 @@ namespace OpenTK.Graphics.OpenGL /// The offset into the buffer object currently bound to the GL_DISPATCH_INDIRECT_BUFFER buffer target at which the dispatch parameters are stored. /// /// - [AutoGenerated(Category = "ARB_compute_shader|VERSION_4_3", Version = "", EntryPoint = "glDispatchComputeIndirect")] + [AutoGenerated(Category = "ARB_compute_shader|VERSION_4_3", Version = "4.3", EntryPoint = "glDispatchComputeIndirect")] public static void DispatchComputeIndirect(IntPtr indirect) { @@ -54464,7 +54464,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.0 and ARB_draw_indirect|VERSION_4_0] /// Render primitives from array data, taking parameters from memory /// /// @@ -54477,7 +54477,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the address of a structure containing the draw parameters. /// /// - [AutoGenerated(Category = "ARB_draw_indirect|VERSION_4_0", Version = "", EntryPoint = "glDrawArraysIndirect")] + [AutoGenerated(Category = "ARB_draw_indirect|VERSION_4_0", Version = "4.0", EntryPoint = "glDrawArraysIndirect")] public static void DrawArraysIndirect(OpenTK.Graphics.OpenGL.PrimitiveType mode, IntPtr indirect) { @@ -54492,7 +54492,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.0 and ARB_draw_indirect|VERSION_4_0] /// Render primitives from array data, taking parameters from memory /// /// @@ -54505,7 +54505,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the address of a structure containing the draw parameters. /// /// - [AutoGenerated(Category = "ARB_draw_indirect|VERSION_4_0", Version = "", EntryPoint = "glDrawArraysIndirect")] + [AutoGenerated(Category = "ARB_draw_indirect|VERSION_4_0", Version = "4.0", EntryPoint = "glDrawArraysIndirect")] public static void DrawArraysIndirect(OpenTK.Graphics.OpenGL.PrimitiveType mode, [InAttribute, OutAttribute] T1[] indirect) where T1 : struct @@ -54529,7 +54529,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.0 and ARB_draw_indirect|VERSION_4_0] /// Render primitives from array data, taking parameters from memory /// /// @@ -54542,7 +54542,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the address of a structure containing the draw parameters. /// /// - [AutoGenerated(Category = "ARB_draw_indirect|VERSION_4_0", Version = "", EntryPoint = "glDrawArraysIndirect")] + [AutoGenerated(Category = "ARB_draw_indirect|VERSION_4_0", Version = "4.0", EntryPoint = "glDrawArraysIndirect")] public static void DrawArraysIndirect(OpenTK.Graphics.OpenGL.PrimitiveType mode, [InAttribute, OutAttribute] T1[,] indirect) where T1 : struct @@ -54566,7 +54566,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.0 and ARB_draw_indirect|VERSION_4_0] /// Render primitives from array data, taking parameters from memory /// /// @@ -54579,7 +54579,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the address of a structure containing the draw parameters. /// /// - [AutoGenerated(Category = "ARB_draw_indirect|VERSION_4_0", Version = "", EntryPoint = "glDrawArraysIndirect")] + [AutoGenerated(Category = "ARB_draw_indirect|VERSION_4_0", Version = "4.0", EntryPoint = "glDrawArraysIndirect")] public static void DrawArraysIndirect(OpenTK.Graphics.OpenGL.PrimitiveType mode, [InAttribute, OutAttribute] T1[,,] indirect) where T1 : struct @@ -54603,7 +54603,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.0 and ARB_draw_indirect|VERSION_4_0] /// Render primitives from array data, taking parameters from memory /// /// @@ -54616,7 +54616,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the address of a structure containing the draw parameters. /// /// - [AutoGenerated(Category = "ARB_draw_indirect|VERSION_4_0", Version = "", EntryPoint = "glDrawArraysIndirect")] + [AutoGenerated(Category = "ARB_draw_indirect|VERSION_4_0", Version = "4.0", EntryPoint = "glDrawArraysIndirect")] public static void DrawArraysIndirect(OpenTK.Graphics.OpenGL.PrimitiveType mode, [InAttribute, OutAttribute] ref T1 indirect) where T1 : struct @@ -54679,7 +54679,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.2 and ARB_base_instance|VERSION_4_2] /// Draw multiple instances of a range of elements with offset applied to instanced attributes /// /// @@ -54707,7 +54707,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the base instance for use in fetching instanced vertex attributes. /// /// - [AutoGenerated(Category = "ARB_base_instance|VERSION_4_2", Version = "", EntryPoint = "glDrawArraysInstancedBaseInstance")] + [AutoGenerated(Category = "ARB_base_instance|VERSION_4_2", Version = "4.2", EntryPoint = "glDrawArraysInstancedBaseInstance")] public static void DrawArraysInstancedBaseInstance(OpenTK.Graphics.OpenGL.PrimitiveType mode, Int32 first, Int32 count, Int32 instancecount, Int32 baseinstance) { @@ -54722,7 +54722,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.2 and ARB_base_instance|VERSION_4_2] /// Draw multiple instances of a range of elements with offset applied to instanced attributes /// /// @@ -54751,7 +54751,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_base_instance|VERSION_4_2", Version = "", EntryPoint = "glDrawArraysInstancedBaseInstance")] + [AutoGenerated(Category = "ARB_base_instance|VERSION_4_2", Version = "4.2", EntryPoint = "glDrawArraysInstancedBaseInstance")] public static void DrawArraysInstancedBaseInstance(OpenTK.Graphics.OpenGL.PrimitiveType mode, Int32 first, Int32 count, Int32 instancecount, UInt32 baseinstance) { @@ -55592,7 +55592,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.0 and ARB_draw_indirect|VERSION_4_0] /// Render indexed primitives from array data, taking parameters from memory /// /// @@ -55610,7 +55610,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the address of a structure containing the draw parameters. /// /// - [AutoGenerated(Category = "ARB_draw_indirect|VERSION_4_0", Version = "", EntryPoint = "glDrawElementsIndirect")] + [AutoGenerated(Category = "ARB_draw_indirect|VERSION_4_0", Version = "4.0", EntryPoint = "glDrawElementsIndirect")] public static void DrawElementsIndirect(OpenTK.Graphics.OpenGL.PrimitiveType mode, OpenTK.Graphics.OpenGL.All type, IntPtr indirect) { @@ -55625,7 +55625,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.0 and ARB_draw_indirect|VERSION_4_0] /// Render indexed primitives from array data, taking parameters from memory /// /// @@ -55643,7 +55643,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the address of a structure containing the draw parameters. /// /// - [AutoGenerated(Category = "ARB_draw_indirect|VERSION_4_0", Version = "", EntryPoint = "glDrawElementsIndirect")] + [AutoGenerated(Category = "ARB_draw_indirect|VERSION_4_0", Version = "4.0", EntryPoint = "glDrawElementsIndirect")] public static void DrawElementsIndirect(OpenTK.Graphics.OpenGL.PrimitiveType mode, OpenTK.Graphics.OpenGL.All type, [InAttribute, OutAttribute] T2[] indirect) where T2 : struct @@ -55667,7 +55667,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.0 and ARB_draw_indirect|VERSION_4_0] /// Render indexed primitives from array data, taking parameters from memory /// /// @@ -55685,7 +55685,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the address of a structure containing the draw parameters. /// /// - [AutoGenerated(Category = "ARB_draw_indirect|VERSION_4_0", Version = "", EntryPoint = "glDrawElementsIndirect")] + [AutoGenerated(Category = "ARB_draw_indirect|VERSION_4_0", Version = "4.0", EntryPoint = "glDrawElementsIndirect")] public static void DrawElementsIndirect(OpenTK.Graphics.OpenGL.PrimitiveType mode, OpenTK.Graphics.OpenGL.All type, [InAttribute, OutAttribute] T2[,] indirect) where T2 : struct @@ -55709,7 +55709,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.0 and ARB_draw_indirect|VERSION_4_0] /// Render indexed primitives from array data, taking parameters from memory /// /// @@ -55727,7 +55727,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the address of a structure containing the draw parameters. /// /// - [AutoGenerated(Category = "ARB_draw_indirect|VERSION_4_0", Version = "", EntryPoint = "glDrawElementsIndirect")] + [AutoGenerated(Category = "ARB_draw_indirect|VERSION_4_0", Version = "4.0", EntryPoint = "glDrawElementsIndirect")] public static void DrawElementsIndirect(OpenTK.Graphics.OpenGL.PrimitiveType mode, OpenTK.Graphics.OpenGL.All type, [InAttribute, OutAttribute] T2[,,] indirect) where T2 : struct @@ -55751,7 +55751,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.0 and ARB_draw_indirect|VERSION_4_0] /// Render indexed primitives from array data, taking parameters from memory /// /// @@ -55769,7 +55769,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the address of a structure containing the draw parameters. /// /// - [AutoGenerated(Category = "ARB_draw_indirect|VERSION_4_0", Version = "", EntryPoint = "glDrawElementsIndirect")] + [AutoGenerated(Category = "ARB_draw_indirect|VERSION_4_0", Version = "4.0", EntryPoint = "glDrawElementsIndirect")] public static void DrawElementsIndirect(OpenTK.Graphics.OpenGL.PrimitiveType mode, OpenTK.Graphics.OpenGL.All type, [InAttribute, OutAttribute] ref T2 indirect) where T2 : struct @@ -56298,7 +56298,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.2 and ARB_base_instance|VERSION_4_2] /// Draw multiple instances of a set of elements with offset applied to instanced attributes /// /// @@ -56331,7 +56331,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the base instance for use in fetching instanced vertex attributes. /// /// - [AutoGenerated(Category = "ARB_base_instance|VERSION_4_2", Version = "", EntryPoint = "glDrawElementsInstancedBaseInstance")] + [AutoGenerated(Category = "ARB_base_instance|VERSION_4_2", Version = "4.2", EntryPoint = "glDrawElementsInstancedBaseInstance")] public static void DrawElementsInstancedBaseInstance(OpenTK.Graphics.OpenGL.PrimitiveType mode, Int32 count, OpenTK.Graphics.OpenGL.DrawElementsType type, IntPtr indices, Int32 instancecount, Int32 baseinstance) { @@ -56346,7 +56346,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.2 and ARB_base_instance|VERSION_4_2] /// Draw multiple instances of a set of elements with offset applied to instanced attributes /// /// @@ -56380,7 +56380,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_base_instance|VERSION_4_2", Version = "", EntryPoint = "glDrawElementsInstancedBaseInstance")] + [AutoGenerated(Category = "ARB_base_instance|VERSION_4_2", Version = "4.2", EntryPoint = "glDrawElementsInstancedBaseInstance")] public static void DrawElementsInstancedBaseInstance(OpenTK.Graphics.OpenGL.PrimitiveType mode, Int32 count, OpenTK.Graphics.OpenGL.DrawElementsType type, IntPtr indices, Int32 instancecount, UInt32 baseinstance) { @@ -56395,7 +56395,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.2 and ARB_base_instance|VERSION_4_2] /// Draw multiple instances of a set of elements with offset applied to instanced attributes /// /// @@ -56428,7 +56428,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the base instance for use in fetching instanced vertex attributes. /// /// - [AutoGenerated(Category = "ARB_base_instance|VERSION_4_2", Version = "", EntryPoint = "glDrawElementsInstancedBaseInstance")] + [AutoGenerated(Category = "ARB_base_instance|VERSION_4_2", Version = "4.2", EntryPoint = "glDrawElementsInstancedBaseInstance")] public static void DrawElementsInstancedBaseInstance(OpenTK.Graphics.OpenGL.PrimitiveType mode, Int32 count, OpenTK.Graphics.OpenGL.DrawElementsType type, [InAttribute, OutAttribute] T3[] indices, Int32 instancecount, Int32 baseinstance) where T3 : struct @@ -56452,7 +56452,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.2 and ARB_base_instance|VERSION_4_2] /// Draw multiple instances of a set of elements with offset applied to instanced attributes /// /// @@ -56486,7 +56486,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_base_instance|VERSION_4_2", Version = "", EntryPoint = "glDrawElementsInstancedBaseInstance")] + [AutoGenerated(Category = "ARB_base_instance|VERSION_4_2", Version = "4.2", EntryPoint = "glDrawElementsInstancedBaseInstance")] public static void DrawElementsInstancedBaseInstance(OpenTK.Graphics.OpenGL.PrimitiveType mode, Int32 count, OpenTK.Graphics.OpenGL.DrawElementsType type, [InAttribute, OutAttribute] T3[] indices, Int32 instancecount, UInt32 baseinstance) where T3 : struct @@ -56510,7 +56510,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.2 and ARB_base_instance|VERSION_4_2] /// Draw multiple instances of a set of elements with offset applied to instanced attributes /// /// @@ -56543,7 +56543,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the base instance for use in fetching instanced vertex attributes. /// /// - [AutoGenerated(Category = "ARB_base_instance|VERSION_4_2", Version = "", EntryPoint = "glDrawElementsInstancedBaseInstance")] + [AutoGenerated(Category = "ARB_base_instance|VERSION_4_2", Version = "4.2", EntryPoint = "glDrawElementsInstancedBaseInstance")] public static void DrawElementsInstancedBaseInstance(OpenTK.Graphics.OpenGL.PrimitiveType mode, Int32 count, OpenTK.Graphics.OpenGL.DrawElementsType type, [InAttribute, OutAttribute] T3[,] indices, Int32 instancecount, Int32 baseinstance) where T3 : struct @@ -56567,7 +56567,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.2 and ARB_base_instance|VERSION_4_2] /// Draw multiple instances of a set of elements with offset applied to instanced attributes /// /// @@ -56601,7 +56601,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_base_instance|VERSION_4_2", Version = "", EntryPoint = "glDrawElementsInstancedBaseInstance")] + [AutoGenerated(Category = "ARB_base_instance|VERSION_4_2", Version = "4.2", EntryPoint = "glDrawElementsInstancedBaseInstance")] public static void DrawElementsInstancedBaseInstance(OpenTK.Graphics.OpenGL.PrimitiveType mode, Int32 count, OpenTK.Graphics.OpenGL.DrawElementsType type, [InAttribute, OutAttribute] T3[,] indices, Int32 instancecount, UInt32 baseinstance) where T3 : struct @@ -56625,7 +56625,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.2 and ARB_base_instance|VERSION_4_2] /// Draw multiple instances of a set of elements with offset applied to instanced attributes /// /// @@ -56658,7 +56658,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the base instance for use in fetching instanced vertex attributes. /// /// - [AutoGenerated(Category = "ARB_base_instance|VERSION_4_2", Version = "", EntryPoint = "glDrawElementsInstancedBaseInstance")] + [AutoGenerated(Category = "ARB_base_instance|VERSION_4_2", Version = "4.2", EntryPoint = "glDrawElementsInstancedBaseInstance")] public static void DrawElementsInstancedBaseInstance(OpenTK.Graphics.OpenGL.PrimitiveType mode, Int32 count, OpenTK.Graphics.OpenGL.DrawElementsType type, [InAttribute, OutAttribute] T3[,,] indices, Int32 instancecount, Int32 baseinstance) where T3 : struct @@ -56682,7 +56682,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.2 and ARB_base_instance|VERSION_4_2] /// Draw multiple instances of a set of elements with offset applied to instanced attributes /// /// @@ -56716,7 +56716,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_base_instance|VERSION_4_2", Version = "", EntryPoint = "glDrawElementsInstancedBaseInstance")] + [AutoGenerated(Category = "ARB_base_instance|VERSION_4_2", Version = "4.2", EntryPoint = "glDrawElementsInstancedBaseInstance")] public static void DrawElementsInstancedBaseInstance(OpenTK.Graphics.OpenGL.PrimitiveType mode, Int32 count, OpenTK.Graphics.OpenGL.DrawElementsType type, [InAttribute, OutAttribute] T3[,,] indices, Int32 instancecount, UInt32 baseinstance) where T3 : struct @@ -56740,7 +56740,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.2 and ARB_base_instance|VERSION_4_2] /// Draw multiple instances of a set of elements with offset applied to instanced attributes /// /// @@ -56773,7 +56773,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the base instance for use in fetching instanced vertex attributes. /// /// - [AutoGenerated(Category = "ARB_base_instance|VERSION_4_2", Version = "", EntryPoint = "glDrawElementsInstancedBaseInstance")] + [AutoGenerated(Category = "ARB_base_instance|VERSION_4_2", Version = "4.2", EntryPoint = "glDrawElementsInstancedBaseInstance")] public static void DrawElementsInstancedBaseInstance(OpenTK.Graphics.OpenGL.PrimitiveType mode, Int32 count, OpenTK.Graphics.OpenGL.DrawElementsType type, [InAttribute, OutAttribute] ref T3 indices, Int32 instancecount, Int32 baseinstance) where T3 : struct @@ -56798,7 +56798,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.2 and ARB_base_instance|VERSION_4_2] /// Draw multiple instances of a set of elements with offset applied to instanced attributes /// /// @@ -56832,7 +56832,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_base_instance|VERSION_4_2", Version = "", EntryPoint = "glDrawElementsInstancedBaseInstance")] + [AutoGenerated(Category = "ARB_base_instance|VERSION_4_2", Version = "4.2", EntryPoint = "glDrawElementsInstancedBaseInstance")] public static void DrawElementsInstancedBaseInstance(OpenTK.Graphics.OpenGL.PrimitiveType mode, Int32 count, OpenTK.Graphics.OpenGL.DrawElementsType type, [InAttribute, OutAttribute] ref T3 indices, Int32 instancecount, UInt32 baseinstance) where T3 : struct @@ -57134,7 +57134,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.2 and ARB_base_instance|VERSION_4_2] /// Render multiple instances of a set of primitives from array data with a per-element offset /// /// @@ -57172,7 +57172,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the base instance for use in fetching instanced vertex attributes. /// /// - [AutoGenerated(Category = "ARB_base_instance|VERSION_4_2", Version = "", EntryPoint = "glDrawElementsInstancedBaseVertexBaseInstance")] + [AutoGenerated(Category = "ARB_base_instance|VERSION_4_2", Version = "4.2", EntryPoint = "glDrawElementsInstancedBaseVertexBaseInstance")] public static void DrawElementsInstancedBaseVertexBaseInstance(OpenTK.Graphics.OpenGL.PrimitiveType mode, Int32 count, OpenTK.Graphics.OpenGL.DrawElementsType type, IntPtr indices, Int32 instancecount, Int32 basevertex, Int32 baseinstance) { @@ -57187,7 +57187,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.2 and ARB_base_instance|VERSION_4_2] /// Render multiple instances of a set of primitives from array data with a per-element offset /// /// @@ -57226,7 +57226,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_base_instance|VERSION_4_2", Version = "", EntryPoint = "glDrawElementsInstancedBaseVertexBaseInstance")] + [AutoGenerated(Category = "ARB_base_instance|VERSION_4_2", Version = "4.2", EntryPoint = "glDrawElementsInstancedBaseVertexBaseInstance")] public static void DrawElementsInstancedBaseVertexBaseInstance(OpenTK.Graphics.OpenGL.PrimitiveType mode, Int32 count, OpenTK.Graphics.OpenGL.DrawElementsType type, IntPtr indices, Int32 instancecount, Int32 basevertex, UInt32 baseinstance) { @@ -57241,7 +57241,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.2 and ARB_base_instance|VERSION_4_2] /// Render multiple instances of a set of primitives from array data with a per-element offset /// /// @@ -57279,7 +57279,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the base instance for use in fetching instanced vertex attributes. /// /// - [AutoGenerated(Category = "ARB_base_instance|VERSION_4_2", Version = "", EntryPoint = "glDrawElementsInstancedBaseVertexBaseInstance")] + [AutoGenerated(Category = "ARB_base_instance|VERSION_4_2", Version = "4.2", EntryPoint = "glDrawElementsInstancedBaseVertexBaseInstance")] public static void DrawElementsInstancedBaseVertexBaseInstance(OpenTK.Graphics.OpenGL.PrimitiveType mode, Int32 count, OpenTK.Graphics.OpenGL.DrawElementsType type, [InAttribute, OutAttribute] T3[] indices, Int32 instancecount, Int32 basevertex, Int32 baseinstance) where T3 : struct @@ -57303,7 +57303,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.2 and ARB_base_instance|VERSION_4_2] /// Render multiple instances of a set of primitives from array data with a per-element offset /// /// @@ -57342,7 +57342,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_base_instance|VERSION_4_2", Version = "", EntryPoint = "glDrawElementsInstancedBaseVertexBaseInstance")] + [AutoGenerated(Category = "ARB_base_instance|VERSION_4_2", Version = "4.2", EntryPoint = "glDrawElementsInstancedBaseVertexBaseInstance")] public static void DrawElementsInstancedBaseVertexBaseInstance(OpenTK.Graphics.OpenGL.PrimitiveType mode, Int32 count, OpenTK.Graphics.OpenGL.DrawElementsType type, [InAttribute, OutAttribute] T3[] indices, Int32 instancecount, Int32 basevertex, UInt32 baseinstance) where T3 : struct @@ -57366,7 +57366,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.2 and ARB_base_instance|VERSION_4_2] /// Render multiple instances of a set of primitives from array data with a per-element offset /// /// @@ -57404,7 +57404,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the base instance for use in fetching instanced vertex attributes. /// /// - [AutoGenerated(Category = "ARB_base_instance|VERSION_4_2", Version = "", EntryPoint = "glDrawElementsInstancedBaseVertexBaseInstance")] + [AutoGenerated(Category = "ARB_base_instance|VERSION_4_2", Version = "4.2", EntryPoint = "glDrawElementsInstancedBaseVertexBaseInstance")] public static void DrawElementsInstancedBaseVertexBaseInstance(OpenTK.Graphics.OpenGL.PrimitiveType mode, Int32 count, OpenTK.Graphics.OpenGL.DrawElementsType type, [InAttribute, OutAttribute] T3[,] indices, Int32 instancecount, Int32 basevertex, Int32 baseinstance) where T3 : struct @@ -57428,7 +57428,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.2 and ARB_base_instance|VERSION_4_2] /// Render multiple instances of a set of primitives from array data with a per-element offset /// /// @@ -57467,7 +57467,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_base_instance|VERSION_4_2", Version = "", EntryPoint = "glDrawElementsInstancedBaseVertexBaseInstance")] + [AutoGenerated(Category = "ARB_base_instance|VERSION_4_2", Version = "4.2", EntryPoint = "glDrawElementsInstancedBaseVertexBaseInstance")] public static void DrawElementsInstancedBaseVertexBaseInstance(OpenTK.Graphics.OpenGL.PrimitiveType mode, Int32 count, OpenTK.Graphics.OpenGL.DrawElementsType type, [InAttribute, OutAttribute] T3[,] indices, Int32 instancecount, Int32 basevertex, UInt32 baseinstance) where T3 : struct @@ -57491,7 +57491,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.2 and ARB_base_instance|VERSION_4_2] /// Render multiple instances of a set of primitives from array data with a per-element offset /// /// @@ -57529,7 +57529,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the base instance for use in fetching instanced vertex attributes. /// /// - [AutoGenerated(Category = "ARB_base_instance|VERSION_4_2", Version = "", EntryPoint = "glDrawElementsInstancedBaseVertexBaseInstance")] + [AutoGenerated(Category = "ARB_base_instance|VERSION_4_2", Version = "4.2", EntryPoint = "glDrawElementsInstancedBaseVertexBaseInstance")] public static void DrawElementsInstancedBaseVertexBaseInstance(OpenTK.Graphics.OpenGL.PrimitiveType mode, Int32 count, OpenTK.Graphics.OpenGL.DrawElementsType type, [InAttribute, OutAttribute] T3[,,] indices, Int32 instancecount, Int32 basevertex, Int32 baseinstance) where T3 : struct @@ -57553,7 +57553,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.2 and ARB_base_instance|VERSION_4_2] /// Render multiple instances of a set of primitives from array data with a per-element offset /// /// @@ -57592,7 +57592,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_base_instance|VERSION_4_2", Version = "", EntryPoint = "glDrawElementsInstancedBaseVertexBaseInstance")] + [AutoGenerated(Category = "ARB_base_instance|VERSION_4_2", Version = "4.2", EntryPoint = "glDrawElementsInstancedBaseVertexBaseInstance")] public static void DrawElementsInstancedBaseVertexBaseInstance(OpenTK.Graphics.OpenGL.PrimitiveType mode, Int32 count, OpenTK.Graphics.OpenGL.DrawElementsType type, [InAttribute, OutAttribute] T3[,,] indices, Int32 instancecount, Int32 basevertex, UInt32 baseinstance) where T3 : struct @@ -57616,7 +57616,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.2 and ARB_base_instance|VERSION_4_2] /// Render multiple instances of a set of primitives from array data with a per-element offset /// /// @@ -57654,7 +57654,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the base instance for use in fetching instanced vertex attributes. /// /// - [AutoGenerated(Category = "ARB_base_instance|VERSION_4_2", Version = "", EntryPoint = "glDrawElementsInstancedBaseVertexBaseInstance")] + [AutoGenerated(Category = "ARB_base_instance|VERSION_4_2", Version = "4.2", EntryPoint = "glDrawElementsInstancedBaseVertexBaseInstance")] public static void DrawElementsInstancedBaseVertexBaseInstance(OpenTK.Graphics.OpenGL.PrimitiveType mode, Int32 count, OpenTK.Graphics.OpenGL.DrawElementsType type, [InAttribute, OutAttribute] ref T3 indices, Int32 instancecount, Int32 basevertex, Int32 baseinstance) where T3 : struct @@ -57679,7 +57679,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.2 and ARB_base_instance|VERSION_4_2] /// Render multiple instances of a set of primitives from array data with a per-element offset /// /// @@ -57718,7 +57718,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_base_instance|VERSION_4_2", Version = "", EntryPoint = "glDrawElementsInstancedBaseVertexBaseInstance")] + [AutoGenerated(Category = "ARB_base_instance|VERSION_4_2", Version = "4.2", EntryPoint = "glDrawElementsInstancedBaseVertexBaseInstance")] public static void DrawElementsInstancedBaseVertexBaseInstance(OpenTK.Graphics.OpenGL.PrimitiveType mode, Int32 count, OpenTK.Graphics.OpenGL.DrawElementsType type, [InAttribute, OutAttribute] ref T3 indices, Int32 instancecount, Int32 basevertex, UInt32 baseinstance) where T3 : struct @@ -59754,7 +59754,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.2 and ARB_transform_feedback_instanced|VERSION_4_2] /// Render multiple instances of primitives using a count derived from a transform feedback object /// /// @@ -59772,7 +59772,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the number of instances of the geometry to render. /// /// - [AutoGenerated(Category = "ARB_transform_feedback_instanced|VERSION_4_2", Version = "", EntryPoint = "glDrawTransformFeedbackInstanced")] + [AutoGenerated(Category = "ARB_transform_feedback_instanced|VERSION_4_2", Version = "4.2", EntryPoint = "glDrawTransformFeedbackInstanced")] public static void DrawTransformFeedbackInstanced(OpenTK.Graphics.OpenGL.PrimitiveType mode, Int32 id, Int32 instancecount) { @@ -59787,7 +59787,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.2 and ARB_transform_feedback_instanced|VERSION_4_2] /// Render multiple instances of primitives using a count derived from a transform feedback object /// /// @@ -59806,7 +59806,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_transform_feedback_instanced|VERSION_4_2", Version = "", EntryPoint = "glDrawTransformFeedbackInstanced")] + [AutoGenerated(Category = "ARB_transform_feedback_instanced|VERSION_4_2", Version = "4.2", EntryPoint = "glDrawTransformFeedbackInstanced")] public static void DrawTransformFeedbackInstanced(OpenTK.Graphics.OpenGL.PrimitiveType mode, UInt32 id, Int32 instancecount) { @@ -59888,7 +59888,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.2 and ARB_transform_feedback_instanced|VERSION_4_2] /// Render multiple instances of primitives using a count derived from a specifed stream of a transform feedback object /// /// @@ -59911,7 +59911,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the number of instances of the geometry to render. /// /// - [AutoGenerated(Category = "ARB_transform_feedback_instanced|VERSION_4_2", Version = "", EntryPoint = "glDrawTransformFeedbackStreamInstanced")] + [AutoGenerated(Category = "ARB_transform_feedback_instanced|VERSION_4_2", Version = "4.2", EntryPoint = "glDrawTransformFeedbackStreamInstanced")] public static void DrawTransformFeedbackStreamInstanced(OpenTK.Graphics.OpenGL.PrimitiveType mode, Int32 id, Int32 stream, Int32 instancecount) { @@ -59926,7 +59926,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.2 and ARB_transform_feedback_instanced|VERSION_4_2] /// Render multiple instances of primitives using a count derived from a specifed stream of a transform feedback object /// /// @@ -59950,7 +59950,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_transform_feedback_instanced|VERSION_4_2", Version = "", EntryPoint = "glDrawTransformFeedbackStreamInstanced")] + [AutoGenerated(Category = "ARB_transform_feedback_instanced|VERSION_4_2", Version = "4.2", EntryPoint = "glDrawTransformFeedbackStreamInstanced")] public static void DrawTransformFeedbackStreamInstanced(OpenTK.Graphics.OpenGL.PrimitiveType mode, UInt32 id, UInt32 stream, Int32 instancecount) { @@ -60433,8 +60433,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// - [AutoGenerated(Category = "ARB_transform_feedback3|VERSION_4_0", Version = "", EntryPoint = "glEndQueryIndexed")] + /// [requires: v4.0 and ARB_transform_feedback3|VERSION_4_0] + [AutoGenerated(Category = "ARB_transform_feedback3|VERSION_4_0", Version = "4.0", EntryPoint = "glEndQueryIndexed")] public static void EndQueryIndexed(OpenTK.Graphics.OpenGL.QueryTarget target, Int32 index) { @@ -60448,9 +60448,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v4.0 and ARB_transform_feedback3|VERSION_4_0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_transform_feedback3|VERSION_4_0", Version = "", EntryPoint = "glEndQueryIndexed")] + [AutoGenerated(Category = "ARB_transform_feedback3|VERSION_4_0", Version = "4.0", EntryPoint = "glEndQueryIndexed")] public static void EndQueryIndexed(OpenTK.Graphics.OpenGL.QueryTarget target, UInt32 index) { @@ -61069,7 +61069,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.2 and ARB_sync|VERSION_3_2] /// Create a new sync object and insert it into the GL command stream /// /// @@ -61082,7 +61082,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a bitwise combination of flags controlling the behavior of the sync object. No flags are presently defined for this operation and flags must be zero. flags is a placeholder for anticipated future extensions of fence sync object capabilities. /// /// - [AutoGenerated(Category = "ARB_sync|VERSION_3_2", Version = "", EntryPoint = "glFenceSync")] + [AutoGenerated(Category = "ARB_sync|VERSION_3_2", Version = "3.2", EntryPoint = "glFenceSync")] public static IntPtr FenceSync(OpenTK.Graphics.OpenGL.SyncCondition condition, Int32 flags) { @@ -61097,7 +61097,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.2 and ARB_sync|VERSION_3_2] /// Create a new sync object and insert it into the GL command stream /// /// @@ -61111,7 +61111,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_sync|VERSION_3_2", Version = "", EntryPoint = "glFenceSync")] + [AutoGenerated(Category = "ARB_sync|VERSION_3_2", Version = "3.2", EntryPoint = "glFenceSync")] public static IntPtr FenceSync(OpenTK.Graphics.OpenGL.SyncCondition condition, UInt32 flags) { @@ -61162,7 +61162,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.0 and ARB_map_buffer_range|VERSION_3_0] /// Indicate modifications to a range of a mapped buffer /// /// @@ -61180,7 +61180,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the length of the buffer subrange, in basic machine units. /// /// - [AutoGenerated(Category = "ARB_map_buffer_range|VERSION_3_0", Version = "", EntryPoint = "glFlushMappedBufferRange")] + [AutoGenerated(Category = "ARB_map_buffer_range|VERSION_3_0", Version = "3.0", EntryPoint = "glFlushMappedBufferRange")] public static void FlushMappedBufferRange(OpenTK.Graphics.OpenGL.BufferTarget target, IntPtr offset, IntPtr length) { @@ -61673,7 +61673,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and ARB_framebuffer_no_attachments|VERSION_4_3] /// Set a named parameter of a framebuffer /// /// @@ -61691,7 +61691,7 @@ namespace OpenTK.Graphics.OpenGL /// The new value for the parameter named pname. /// /// - [AutoGenerated(Category = "ARB_framebuffer_no_attachments|VERSION_4_3", Version = "", EntryPoint = "glFramebufferParameteri")] + [AutoGenerated(Category = "ARB_framebuffer_no_attachments|VERSION_4_3", Version = "4.3", EntryPoint = "glFramebufferParameteri")] public static void FramebufferParameter(OpenTK.Graphics.OpenGL.FramebufferTarget target, OpenTK.Graphics.OpenGL.FramebufferDefaultParameter pname, Int32 param) { @@ -61706,7 +61706,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.0 and ARB_framebuffer_object|VERSION_3_0] /// Attach a renderbuffer as a logical buffer to the currently bound framebuffer object /// /// @@ -61729,7 +61729,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the name of an existing renderbuffer object of type renderbuffertarget to attach. /// /// - [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "", EntryPoint = "glFramebufferRenderbuffer")] + [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "3.0", EntryPoint = "glFramebufferRenderbuffer")] public static void FramebufferRenderbuffer(OpenTK.Graphics.OpenGL.FramebufferTarget target, OpenTK.Graphics.OpenGL.FramebufferAttachment attachment, OpenTK.Graphics.OpenGL.RenderbufferTarget renderbuffertarget, Int32 renderbuffer) { @@ -61744,7 +61744,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.0 and ARB_framebuffer_object|VERSION_3_0] /// Attach a renderbuffer as a logical buffer to the currently bound framebuffer object /// /// @@ -61768,7 +61768,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "", EntryPoint = "glFramebufferRenderbuffer")] + [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "3.0", EntryPoint = "glFramebufferRenderbuffer")] public static void FramebufferRenderbuffer(OpenTK.Graphics.OpenGL.FramebufferTarget target, OpenTK.Graphics.OpenGL.FramebufferAttachment attachment, OpenTK.Graphics.OpenGL.RenderbufferTarget renderbuffertarget, UInt32 renderbuffer) { @@ -61869,8 +61869,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// - [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "", EntryPoint = "glFramebufferTexture1D")] + /// [requires: v3.0 and ARB_framebuffer_object|VERSION_3_0] + [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "3.0", EntryPoint = "glFramebufferTexture1D")] public static void FramebufferTexture1D(OpenTK.Graphics.OpenGL.FramebufferTarget target, OpenTK.Graphics.OpenGL.FramebufferAttachment attachment, OpenTK.Graphics.OpenGL.TextureTarget textarget, Int32 texture, Int32 level) { @@ -61884,9 +61884,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v3.0 and ARB_framebuffer_object|VERSION_3_0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "", EntryPoint = "glFramebufferTexture1D")] + [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "3.0", EntryPoint = "glFramebufferTexture1D")] public static void FramebufferTexture1D(OpenTK.Graphics.OpenGL.FramebufferTarget target, OpenTK.Graphics.OpenGL.FramebufferAttachment attachment, OpenTK.Graphics.OpenGL.TextureTarget textarget, UInt32 texture, Int32 level) { @@ -61900,8 +61900,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// - [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "", EntryPoint = "glFramebufferTexture2D")] + /// [requires: v3.0 and ARB_framebuffer_object|VERSION_3_0] + [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "3.0", EntryPoint = "glFramebufferTexture2D")] public static void FramebufferTexture2D(OpenTK.Graphics.OpenGL.FramebufferTarget target, OpenTK.Graphics.OpenGL.FramebufferAttachment attachment, OpenTK.Graphics.OpenGL.TextureTarget textarget, Int32 texture, Int32 level) { @@ -61915,9 +61915,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v3.0 and ARB_framebuffer_object|VERSION_3_0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "", EntryPoint = "glFramebufferTexture2D")] + [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "3.0", EntryPoint = "glFramebufferTexture2D")] public static void FramebufferTexture2D(OpenTK.Graphics.OpenGL.FramebufferTarget target, OpenTK.Graphics.OpenGL.FramebufferAttachment attachment, OpenTK.Graphics.OpenGL.TextureTarget textarget, UInt32 texture, Int32 level) { @@ -61931,8 +61931,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// - [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "", EntryPoint = "glFramebufferTexture3D")] + /// [requires: v3.0 and ARB_framebuffer_object|VERSION_3_0] + [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "3.0", EntryPoint = "glFramebufferTexture3D")] public static void FramebufferTexture3D(OpenTK.Graphics.OpenGL.FramebufferTarget target, OpenTK.Graphics.OpenGL.FramebufferAttachment attachment, OpenTK.Graphics.OpenGL.TextureTarget textarget, Int32 texture, Int32 level, Int32 zoffset) { @@ -61946,9 +61946,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v3.0 and ARB_framebuffer_object|VERSION_3_0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "", EntryPoint = "glFramebufferTexture3D")] + [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "3.0", EntryPoint = "glFramebufferTexture3D")] public static void FramebufferTexture3D(OpenTK.Graphics.OpenGL.FramebufferTarget target, OpenTK.Graphics.OpenGL.FramebufferAttachment attachment, OpenTK.Graphics.OpenGL.TextureTarget textarget, UInt32 texture, Int32 level, Int32 zoffset) { @@ -61963,7 +61963,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.0 and ARB_framebuffer_object|VERSION_3_0] /// Attach a single layer of a texture to a framebuffer /// /// @@ -61991,7 +61991,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the layer of texture to attach. /// /// - [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "", EntryPoint = "glFramebufferTextureLayer")] + [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "3.0", EntryPoint = "glFramebufferTextureLayer")] public static void FramebufferTextureLayer(OpenTK.Graphics.OpenGL.FramebufferTarget target, OpenTK.Graphics.OpenGL.FramebufferAttachment attachment, Int32 texture, Int32 level, Int32 layer) { @@ -62006,7 +62006,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.0 and ARB_framebuffer_object|VERSION_3_0] /// Attach a single layer of a texture to a framebuffer /// /// @@ -62035,7 +62035,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "", EntryPoint = "glFramebufferTextureLayer")] + [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "3.0", EntryPoint = "glFramebufferTextureLayer")] public static void FramebufferTextureLayer(OpenTK.Graphics.OpenGL.FramebufferTarget target, OpenTK.Graphics.OpenGL.FramebufferAttachment attachment, UInt32 texture, Int32 level, Int32 layer) { @@ -62304,7 +62304,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.0 and ARB_framebuffer_object|VERSION_3_0] /// Generate mipmaps for a specified texture target /// /// @@ -62312,7 +62312,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the target to which the texture whose mimaps to generate is bound. target must be GL_TEXTURE_1D, GL_TEXTURE_2D, GL_TEXTURE_3D, GL_TEXTURE_1D_ARRAY, GL_TEXTURE_2D_ARRAY or GL_TEXTURE_CUBE_MAP. /// /// - [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "", EntryPoint = "glGenerateMipmap")] + [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "3.0", EntryPoint = "glGenerateMipmap")] public static void GenerateMipmap(OpenTK.Graphics.OpenGL.GenerateMipmapTarget target) { @@ -62327,7 +62327,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.0 and ARB_framebuffer_object|VERSION_3_0] /// Generate framebuffer object names /// /// @@ -62340,7 +62340,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies an array in which the generated framebuffer object names are stored. /// /// - [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "", EntryPoint = "glGenFramebuffers")] + [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "3.0", EntryPoint = "glGenFramebuffers")] public static void GenFramebuffers(Int32 n, [OutAttribute] Int32[] framebuffers) { @@ -62361,7 +62361,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.0 and ARB_framebuffer_object|VERSION_3_0] /// Generate framebuffer object names /// /// @@ -62374,7 +62374,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies an array in which the generated framebuffer object names are stored. /// /// - [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "", EntryPoint = "glGenFramebuffers")] + [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "3.0", EntryPoint = "glGenFramebuffers")] public static void GenFramebuffers(Int32 n, [OutAttribute] out Int32 framebuffers) { @@ -62396,7 +62396,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.0 and ARB_framebuffer_object|VERSION_3_0] /// Generate framebuffer object names /// /// @@ -62410,7 +62410,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "", EntryPoint = "glGenFramebuffers")] + [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "3.0", EntryPoint = "glGenFramebuffers")] public static unsafe void GenFramebuffers(Int32 n, [OutAttribute] Int32* framebuffers) { @@ -62425,7 +62425,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.0 and ARB_framebuffer_object|VERSION_3_0] /// Generate framebuffer object names /// /// @@ -62439,7 +62439,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "", EntryPoint = "glGenFramebuffers")] + [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "3.0", EntryPoint = "glGenFramebuffers")] public static void GenFramebuffers(Int32 n, [OutAttribute] UInt32[] framebuffers) { @@ -62460,7 +62460,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.0 and ARB_framebuffer_object|VERSION_3_0] /// Generate framebuffer object names /// /// @@ -62474,7 +62474,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "", EntryPoint = "glGenFramebuffers")] + [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "3.0", EntryPoint = "glGenFramebuffers")] public static void GenFramebuffers(Int32 n, [OutAttribute] out UInt32 framebuffers) { @@ -62496,7 +62496,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.0 and ARB_framebuffer_object|VERSION_3_0] /// Generate framebuffer object names /// /// @@ -62510,7 +62510,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "", EntryPoint = "glGenFramebuffers")] + [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "3.0", EntryPoint = "glGenFramebuffers")] public static unsafe void GenFramebuffers(Int32 n, [OutAttribute] UInt32* framebuffers) { @@ -62548,7 +62548,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Reserve program pipeline object names /// /// @@ -62561,7 +62561,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies an array of into which the reserved names will be written. /// /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glGenProgramPipelines")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glGenProgramPipelines")] public static void GenProgramPipelines(Int32 n, [OutAttribute] Int32[] pipelines) { @@ -62582,7 +62582,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Reserve program pipeline object names /// /// @@ -62595,7 +62595,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies an array of into which the reserved names will be written. /// /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glGenProgramPipelines")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glGenProgramPipelines")] public static void GenProgramPipelines(Int32 n, [OutAttribute] out Int32 pipelines) { @@ -62617,7 +62617,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Reserve program pipeline object names /// /// @@ -62631,7 +62631,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glGenProgramPipelines")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glGenProgramPipelines")] public static unsafe void GenProgramPipelines(Int32 n, [OutAttribute] Int32* pipelines) { @@ -62646,7 +62646,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Reserve program pipeline object names /// /// @@ -62660,7 +62660,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glGenProgramPipelines")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glGenProgramPipelines")] public static void GenProgramPipelines(Int32 n, [OutAttribute] UInt32[] pipelines) { @@ -62681,7 +62681,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Reserve program pipeline object names /// /// @@ -62695,7 +62695,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glGenProgramPipelines")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glGenProgramPipelines")] public static void GenProgramPipelines(Int32 n, [OutAttribute] out UInt32 pipelines) { @@ -62717,7 +62717,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Reserve program pipeline object names /// /// @@ -62731,7 +62731,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glGenProgramPipelines")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glGenProgramPipelines")] public static unsafe void GenProgramPipelines(Int32 n, [OutAttribute] UInt32* pipelines) { @@ -62944,7 +62944,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.0 and ARB_framebuffer_object|VERSION_3_0] /// Generate renderbuffer object names /// /// @@ -62957,7 +62957,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies an array in which the generated renderbuffer object names are stored. /// /// - [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "", EntryPoint = "glGenRenderbuffers")] + [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "3.0", EntryPoint = "glGenRenderbuffers")] public static void GenRenderbuffers(Int32 n, [OutAttribute] Int32[] renderbuffers) { @@ -62978,7 +62978,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.0 and ARB_framebuffer_object|VERSION_3_0] /// Generate renderbuffer object names /// /// @@ -62991,7 +62991,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies an array in which the generated renderbuffer object names are stored. /// /// - [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "", EntryPoint = "glGenRenderbuffers")] + [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "3.0", EntryPoint = "glGenRenderbuffers")] public static void GenRenderbuffers(Int32 n, [OutAttribute] out Int32 renderbuffers) { @@ -63013,7 +63013,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.0 and ARB_framebuffer_object|VERSION_3_0] /// Generate renderbuffer object names /// /// @@ -63027,7 +63027,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "", EntryPoint = "glGenRenderbuffers")] + [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "3.0", EntryPoint = "glGenRenderbuffers")] public static unsafe void GenRenderbuffers(Int32 n, [OutAttribute] Int32* renderbuffers) { @@ -63042,7 +63042,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.0 and ARB_framebuffer_object|VERSION_3_0] /// Generate renderbuffer object names /// /// @@ -63056,7 +63056,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "", EntryPoint = "glGenRenderbuffers")] + [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "3.0", EntryPoint = "glGenRenderbuffers")] public static void GenRenderbuffers(Int32 n, [OutAttribute] UInt32[] renderbuffers) { @@ -63077,7 +63077,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.0 and ARB_framebuffer_object|VERSION_3_0] /// Generate renderbuffer object names /// /// @@ -63091,7 +63091,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "", EntryPoint = "glGenRenderbuffers")] + [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "3.0", EntryPoint = "glGenRenderbuffers")] public static void GenRenderbuffers(Int32 n, [OutAttribute] out UInt32 renderbuffers) { @@ -63113,7 +63113,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.0 and ARB_framebuffer_object|VERSION_3_0] /// Generate renderbuffer object names /// /// @@ -63127,7 +63127,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "", EntryPoint = "glGenRenderbuffers")] + [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "3.0", EntryPoint = "glGenRenderbuffers")] public static unsafe void GenRenderbuffers(Int32 n, [OutAttribute] UInt32* renderbuffers) { @@ -63142,7 +63142,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.3 and ARB_sampler_objects|VERSION_3_3] /// Generate sampler object names /// /// @@ -63155,7 +63155,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies an array in which the generated sampler object names are stored. /// /// - [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "", EntryPoint = "glGenSamplers")] + [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "3.3", EntryPoint = "glGenSamplers")] public static void GenSamplers(Int32 count, [OutAttribute] Int32[] samplers) { @@ -63176,7 +63176,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.3 and ARB_sampler_objects|VERSION_3_3] /// Generate sampler object names /// /// @@ -63189,7 +63189,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies an array in which the generated sampler object names are stored. /// /// - [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "", EntryPoint = "glGenSamplers")] + [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "3.3", EntryPoint = "glGenSamplers")] public static void GenSamplers(Int32 count, [OutAttribute] out Int32 samplers) { @@ -63211,7 +63211,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.3 and ARB_sampler_objects|VERSION_3_3] /// Generate sampler object names /// /// @@ -63225,7 +63225,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "", EntryPoint = "glGenSamplers")] + [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "3.3", EntryPoint = "glGenSamplers")] public static unsafe void GenSamplers(Int32 count, [OutAttribute] Int32* samplers) { @@ -63240,7 +63240,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.3 and ARB_sampler_objects|VERSION_3_3] /// Generate sampler object names /// /// @@ -63254,7 +63254,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "", EntryPoint = "glGenSamplers")] + [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "3.3", EntryPoint = "glGenSamplers")] public static void GenSamplers(Int32 count, [OutAttribute] UInt32[] samplers) { @@ -63275,7 +63275,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.3 and ARB_sampler_objects|VERSION_3_3] /// Generate sampler object names /// /// @@ -63289,7 +63289,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "", EntryPoint = "glGenSamplers")] + [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "3.3", EntryPoint = "glGenSamplers")] public static void GenSamplers(Int32 count, [OutAttribute] out UInt32 samplers) { @@ -63311,7 +63311,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.3 and ARB_sampler_objects|VERSION_3_3] /// Generate sampler object names /// /// @@ -63325,7 +63325,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "", EntryPoint = "glGenSamplers")] + [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "3.3", EntryPoint = "glGenSamplers")] public static unsafe void GenSamplers(Int32 count, [OutAttribute] UInt32* samplers) { @@ -63538,7 +63538,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.0 and ARB_transform_feedback2|VERSION_4_0] /// Reserve transform feedback object names /// /// @@ -63551,7 +63551,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies an array of into which the reserved names will be written. /// /// - [AutoGenerated(Category = "ARB_transform_feedback2|VERSION_4_0", Version = "", EntryPoint = "glGenTransformFeedbacks")] + [AutoGenerated(Category = "ARB_transform_feedback2|VERSION_4_0", Version = "4.0", EntryPoint = "glGenTransformFeedbacks")] public static void GenTransformFeedback(Int32 n, [OutAttribute] Int32[] ids) { @@ -63572,7 +63572,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.0 and ARB_transform_feedback2|VERSION_4_0] /// Reserve transform feedback object names /// /// @@ -63585,7 +63585,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies an array of into which the reserved names will be written. /// /// - [AutoGenerated(Category = "ARB_transform_feedback2|VERSION_4_0", Version = "", EntryPoint = "glGenTransformFeedbacks")] + [AutoGenerated(Category = "ARB_transform_feedback2|VERSION_4_0", Version = "4.0", EntryPoint = "glGenTransformFeedbacks")] public static void GenTransformFeedback(Int32 n, [OutAttribute] out Int32 ids) { @@ -63607,7 +63607,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.0 and ARB_transform_feedback2|VERSION_4_0] /// Reserve transform feedback object names /// /// @@ -63621,7 +63621,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_transform_feedback2|VERSION_4_0", Version = "", EntryPoint = "glGenTransformFeedbacks")] + [AutoGenerated(Category = "ARB_transform_feedback2|VERSION_4_0", Version = "4.0", EntryPoint = "glGenTransformFeedbacks")] public static unsafe void GenTransformFeedback(Int32 n, [OutAttribute] Int32* ids) { @@ -63636,7 +63636,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.0 and ARB_transform_feedback2|VERSION_4_0] /// Reserve transform feedback object names /// /// @@ -63650,7 +63650,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_transform_feedback2|VERSION_4_0", Version = "", EntryPoint = "glGenTransformFeedbacks")] + [AutoGenerated(Category = "ARB_transform_feedback2|VERSION_4_0", Version = "4.0", EntryPoint = "glGenTransformFeedbacks")] public static void GenTransformFeedback(Int32 n, [OutAttribute] UInt32[] ids) { @@ -63671,7 +63671,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.0 and ARB_transform_feedback2|VERSION_4_0] /// Reserve transform feedback object names /// /// @@ -63685,7 +63685,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_transform_feedback2|VERSION_4_0", Version = "", EntryPoint = "glGenTransformFeedbacks")] + [AutoGenerated(Category = "ARB_transform_feedback2|VERSION_4_0", Version = "4.0", EntryPoint = "glGenTransformFeedbacks")] public static void GenTransformFeedback(Int32 n, [OutAttribute] out UInt32 ids) { @@ -63707,7 +63707,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.0 and ARB_transform_feedback2|VERSION_4_0] /// Reserve transform feedback object names /// /// @@ -63721,7 +63721,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_transform_feedback2|VERSION_4_0", Version = "", EntryPoint = "glGenTransformFeedbacks")] + [AutoGenerated(Category = "ARB_transform_feedback2|VERSION_4_0", Version = "4.0", EntryPoint = "glGenTransformFeedbacks")] public static unsafe void GenTransformFeedback(Int32 n, [OutAttribute] UInt32* ids) { @@ -63736,7 +63736,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.0 and ARB_vertex_array_object|VERSION_3_0] /// Generate vertex array object names /// /// @@ -63749,7 +63749,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies an array in which the generated vertex array object names are stored. /// /// - [AutoGenerated(Category = "ARB_vertex_array_object|VERSION_3_0", Version = "", EntryPoint = "glGenVertexArrays")] + [AutoGenerated(Category = "ARB_vertex_array_object|VERSION_3_0", Version = "3.0", EntryPoint = "glGenVertexArrays")] public static void GenVertexArrays(Int32 n, [OutAttribute] Int32[] arrays) { @@ -63770,7 +63770,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.0 and ARB_vertex_array_object|VERSION_3_0] /// Generate vertex array object names /// /// @@ -63783,7 +63783,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies an array in which the generated vertex array object names are stored. /// /// - [AutoGenerated(Category = "ARB_vertex_array_object|VERSION_3_0", Version = "", EntryPoint = "glGenVertexArrays")] + [AutoGenerated(Category = "ARB_vertex_array_object|VERSION_3_0", Version = "3.0", EntryPoint = "glGenVertexArrays")] public static void GenVertexArrays(Int32 n, [OutAttribute] out Int32 arrays) { @@ -63805,7 +63805,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.0 and ARB_vertex_array_object|VERSION_3_0] /// Generate vertex array object names /// /// @@ -63819,7 +63819,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_array_object|VERSION_3_0", Version = "", EntryPoint = "glGenVertexArrays")] + [AutoGenerated(Category = "ARB_vertex_array_object|VERSION_3_0", Version = "3.0", EntryPoint = "glGenVertexArrays")] public static unsafe void GenVertexArrays(Int32 n, [OutAttribute] Int32* arrays) { @@ -63834,7 +63834,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.0 and ARB_vertex_array_object|VERSION_3_0] /// Generate vertex array object names /// /// @@ -63848,7 +63848,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_array_object|VERSION_3_0", Version = "", EntryPoint = "glGenVertexArrays")] + [AutoGenerated(Category = "ARB_vertex_array_object|VERSION_3_0", Version = "3.0", EntryPoint = "glGenVertexArrays")] public static void GenVertexArrays(Int32 n, [OutAttribute] UInt32[] arrays) { @@ -63869,7 +63869,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.0 and ARB_vertex_array_object|VERSION_3_0] /// Generate vertex array object names /// /// @@ -63883,7 +63883,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_array_object|VERSION_3_0", Version = "", EntryPoint = "glGenVertexArrays")] + [AutoGenerated(Category = "ARB_vertex_array_object|VERSION_3_0", Version = "3.0", EntryPoint = "glGenVertexArrays")] public static void GenVertexArrays(Int32 n, [OutAttribute] out UInt32 arrays) { @@ -63905,7 +63905,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.0 and ARB_vertex_array_object|VERSION_3_0] /// Generate vertex array object names /// /// @@ -63919,7 +63919,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_array_object|VERSION_3_0", Version = "", EntryPoint = "glGenVertexArrays")] + [AutoGenerated(Category = "ARB_vertex_array_object|VERSION_3_0", Version = "3.0", EntryPoint = "glGenVertexArrays")] public static unsafe void GenVertexArrays(Int32 n, [OutAttribute] UInt32* arrays) { @@ -63934,7 +63934,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.2 and ARB_shader_atomic_counters|VERSION_4_2] /// Retrieve information about the set of active atomic counter buffers for a program /// /// @@ -63957,7 +63957,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the address of a variable into which to write the retrieved information. /// /// - [AutoGenerated(Category = "ARB_shader_atomic_counters|VERSION_4_2", Version = "", EntryPoint = "glGetActiveAtomicCounterBufferiv")] + [AutoGenerated(Category = "ARB_shader_atomic_counters|VERSION_4_2", Version = "4.2", EntryPoint = "glGetActiveAtomicCounterBufferiv")] public static void GetActiveAtomicCounterBuffer(Int32 program, Int32 bufferIndex, OpenTK.Graphics.OpenGL.AtomicCounterBufferParameter pname, [OutAttribute] Int32[] @params) { @@ -63978,7 +63978,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.2 and ARB_shader_atomic_counters|VERSION_4_2] /// Retrieve information about the set of active atomic counter buffers for a program /// /// @@ -64001,7 +64001,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the address of a variable into which to write the retrieved information. /// /// - [AutoGenerated(Category = "ARB_shader_atomic_counters|VERSION_4_2", Version = "", EntryPoint = "glGetActiveAtomicCounterBufferiv")] + [AutoGenerated(Category = "ARB_shader_atomic_counters|VERSION_4_2", Version = "4.2", EntryPoint = "glGetActiveAtomicCounterBufferiv")] public static void GetActiveAtomicCounterBuffer(Int32 program, Int32 bufferIndex, OpenTK.Graphics.OpenGL.AtomicCounterBufferParameter pname, [OutAttribute] out Int32 @params) { @@ -64023,7 +64023,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.2 and ARB_shader_atomic_counters|VERSION_4_2] /// Retrieve information about the set of active atomic counter buffers for a program /// /// @@ -64047,7 +64047,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_shader_atomic_counters|VERSION_4_2", Version = "", EntryPoint = "glGetActiveAtomicCounterBufferiv")] + [AutoGenerated(Category = "ARB_shader_atomic_counters|VERSION_4_2", Version = "4.2", EntryPoint = "glGetActiveAtomicCounterBufferiv")] public static unsafe void GetActiveAtomicCounterBuffer(Int32 program, Int32 bufferIndex, OpenTK.Graphics.OpenGL.AtomicCounterBufferParameter pname, [OutAttribute] Int32* @params) { @@ -64062,7 +64062,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.2 and ARB_shader_atomic_counters|VERSION_4_2] /// Retrieve information about the set of active atomic counter buffers for a program /// /// @@ -64086,7 +64086,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_shader_atomic_counters|VERSION_4_2", Version = "", EntryPoint = "glGetActiveAtomicCounterBufferiv")] + [AutoGenerated(Category = "ARB_shader_atomic_counters|VERSION_4_2", Version = "4.2", EntryPoint = "glGetActiveAtomicCounterBufferiv")] public static void GetActiveAtomicCounterBuffer(UInt32 program, UInt32 bufferIndex, OpenTK.Graphics.OpenGL.AtomicCounterBufferParameter pname, [OutAttribute] Int32[] @params) { @@ -64107,7 +64107,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.2 and ARB_shader_atomic_counters|VERSION_4_2] /// Retrieve information about the set of active atomic counter buffers for a program /// /// @@ -64131,7 +64131,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_shader_atomic_counters|VERSION_4_2", Version = "", EntryPoint = "glGetActiveAtomicCounterBufferiv")] + [AutoGenerated(Category = "ARB_shader_atomic_counters|VERSION_4_2", Version = "4.2", EntryPoint = "glGetActiveAtomicCounterBufferiv")] public static void GetActiveAtomicCounterBuffer(UInt32 program, UInt32 bufferIndex, OpenTK.Graphics.OpenGL.AtomicCounterBufferParameter pname, [OutAttribute] out Int32 @params) { @@ -64153,7 +64153,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.2 and ARB_shader_atomic_counters|VERSION_4_2] /// Retrieve information about the set of active atomic counter buffers for a program /// /// @@ -64177,7 +64177,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_shader_atomic_counters|VERSION_4_2", Version = "", EntryPoint = "glGetActiveAtomicCounterBufferiv")] + [AutoGenerated(Category = "ARB_shader_atomic_counters|VERSION_4_2", Version = "4.2", EntryPoint = "glGetActiveAtomicCounterBufferiv")] public static unsafe void GetActiveAtomicCounterBuffer(UInt32 program, UInt32 bufferIndex, OpenTK.Graphics.OpenGL.AtomicCounterBufferParameter pname, [OutAttribute] Int32* @params) { @@ -64429,7 +64429,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.0 and ARB_shader_subroutine|VERSION_4_0] /// Query the name of an active shader subroutine /// /// @@ -64462,7 +64462,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the address of an array into which the name of the shader subroutine uniform will be written. /// /// - [AutoGenerated(Category = "ARB_shader_subroutine|VERSION_4_0", Version = "", EntryPoint = "glGetActiveSubroutineName")] + [AutoGenerated(Category = "ARB_shader_subroutine|VERSION_4_0", Version = "4.0", EntryPoint = "glGetActiveSubroutineName")] public static void GetActiveSubroutineName(Int32 program, OpenTK.Graphics.OpenGL.ShaderType shadertype, Int32 index, Int32 bufsize, [OutAttribute] out Int32 length, [OutAttribute] StringBuilder name) { @@ -64484,7 +64484,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.0 and ARB_shader_subroutine|VERSION_4_0] /// Query the name of an active shader subroutine /// /// @@ -64518,7 +64518,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_shader_subroutine|VERSION_4_0", Version = "", EntryPoint = "glGetActiveSubroutineName")] + [AutoGenerated(Category = "ARB_shader_subroutine|VERSION_4_0", Version = "4.0", EntryPoint = "glGetActiveSubroutineName")] public static unsafe void GetActiveSubroutineName(Int32 program, OpenTK.Graphics.OpenGL.ShaderType shadertype, Int32 index, Int32 bufsize, [OutAttribute] Int32* length, [OutAttribute] StringBuilder name) { @@ -64533,7 +64533,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.0 and ARB_shader_subroutine|VERSION_4_0] /// Query the name of an active shader subroutine /// /// @@ -64567,7 +64567,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_shader_subroutine|VERSION_4_0", Version = "", EntryPoint = "glGetActiveSubroutineName")] + [AutoGenerated(Category = "ARB_shader_subroutine|VERSION_4_0", Version = "4.0", EntryPoint = "glGetActiveSubroutineName")] public static void GetActiveSubroutineName(UInt32 program, OpenTK.Graphics.OpenGL.ShaderType shadertype, UInt32 index, Int32 bufsize, [OutAttribute] out Int32 length, [OutAttribute] StringBuilder name) { @@ -64589,7 +64589,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.0 and ARB_shader_subroutine|VERSION_4_0] /// Query the name of an active shader subroutine /// /// @@ -64623,7 +64623,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_shader_subroutine|VERSION_4_0", Version = "", EntryPoint = "glGetActiveSubroutineName")] + [AutoGenerated(Category = "ARB_shader_subroutine|VERSION_4_0", Version = "4.0", EntryPoint = "glGetActiveSubroutineName")] public static unsafe void GetActiveSubroutineName(UInt32 program, OpenTK.Graphics.OpenGL.ShaderType shadertype, UInt32 index, Int32 bufsize, [OutAttribute] Int32* length, [OutAttribute] StringBuilder name) { @@ -64638,7 +64638,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.0 and ARB_shader_subroutine|VERSION_4_0] /// Query a property of an active shader subroutine uniform /// /// @@ -64666,7 +64666,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the address of a into which the queried value or values will be placed. /// /// - [AutoGenerated(Category = "ARB_shader_subroutine|VERSION_4_0", Version = "", EntryPoint = "glGetActiveSubroutineUniformiv")] + [AutoGenerated(Category = "ARB_shader_subroutine|VERSION_4_0", Version = "4.0", EntryPoint = "glGetActiveSubroutineUniformiv")] public static void GetActiveSubroutineUniform(Int32 program, OpenTK.Graphics.OpenGL.ShaderType shadertype, Int32 index, OpenTK.Graphics.OpenGL.ActiveSubroutineUniformParameter pname, [OutAttribute] Int32[] values) { @@ -64687,7 +64687,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.0 and ARB_shader_subroutine|VERSION_4_0] /// Query a property of an active shader subroutine uniform /// /// @@ -64715,7 +64715,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the address of a into which the queried value or values will be placed. /// /// - [AutoGenerated(Category = "ARB_shader_subroutine|VERSION_4_0", Version = "", EntryPoint = "glGetActiveSubroutineUniformiv")] + [AutoGenerated(Category = "ARB_shader_subroutine|VERSION_4_0", Version = "4.0", EntryPoint = "glGetActiveSubroutineUniformiv")] public static void GetActiveSubroutineUniform(Int32 program, OpenTK.Graphics.OpenGL.ShaderType shadertype, Int32 index, OpenTK.Graphics.OpenGL.ActiveSubroutineUniformParameter pname, [OutAttribute] out Int32 values) { @@ -64737,7 +64737,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.0 and ARB_shader_subroutine|VERSION_4_0] /// Query a property of an active shader subroutine uniform /// /// @@ -64766,7 +64766,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_shader_subroutine|VERSION_4_0", Version = "", EntryPoint = "glGetActiveSubroutineUniformiv")] + [AutoGenerated(Category = "ARB_shader_subroutine|VERSION_4_0", Version = "4.0", EntryPoint = "glGetActiveSubroutineUniformiv")] public static unsafe void GetActiveSubroutineUniform(Int32 program, OpenTK.Graphics.OpenGL.ShaderType shadertype, Int32 index, OpenTK.Graphics.OpenGL.ActiveSubroutineUniformParameter pname, [OutAttribute] Int32* values) { @@ -64781,7 +64781,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.0 and ARB_shader_subroutine|VERSION_4_0] /// Query a property of an active shader subroutine uniform /// /// @@ -64810,7 +64810,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_shader_subroutine|VERSION_4_0", Version = "", EntryPoint = "glGetActiveSubroutineUniformiv")] + [AutoGenerated(Category = "ARB_shader_subroutine|VERSION_4_0", Version = "4.0", EntryPoint = "glGetActiveSubroutineUniformiv")] public static void GetActiveSubroutineUniform(UInt32 program, OpenTK.Graphics.OpenGL.ShaderType shadertype, UInt32 index, OpenTK.Graphics.OpenGL.ActiveSubroutineUniformParameter pname, [OutAttribute] Int32[] values) { @@ -64831,7 +64831,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.0 and ARB_shader_subroutine|VERSION_4_0] /// Query a property of an active shader subroutine uniform /// /// @@ -64860,7 +64860,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_shader_subroutine|VERSION_4_0", Version = "", EntryPoint = "glGetActiveSubroutineUniformiv")] + [AutoGenerated(Category = "ARB_shader_subroutine|VERSION_4_0", Version = "4.0", EntryPoint = "glGetActiveSubroutineUniformiv")] public static void GetActiveSubroutineUniform(UInt32 program, OpenTK.Graphics.OpenGL.ShaderType shadertype, UInt32 index, OpenTK.Graphics.OpenGL.ActiveSubroutineUniformParameter pname, [OutAttribute] out Int32 values) { @@ -64882,7 +64882,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.0 and ARB_shader_subroutine|VERSION_4_0] /// Query a property of an active shader subroutine uniform /// /// @@ -64911,7 +64911,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_shader_subroutine|VERSION_4_0", Version = "", EntryPoint = "glGetActiveSubroutineUniformiv")] + [AutoGenerated(Category = "ARB_shader_subroutine|VERSION_4_0", Version = "4.0", EntryPoint = "glGetActiveSubroutineUniformiv")] public static unsafe void GetActiveSubroutineUniform(UInt32 program, OpenTK.Graphics.OpenGL.ShaderType shadertype, UInt32 index, OpenTK.Graphics.OpenGL.ActiveSubroutineUniformParameter pname, [OutAttribute] Int32* values) { @@ -64926,7 +64926,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.0 and ARB_shader_subroutine|VERSION_4_0] /// Query the name of an active shader subroutine uniform /// /// @@ -64959,7 +64959,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the address of a buffer that will receive the name of the specified shader subroutine uniform. /// /// - [AutoGenerated(Category = "ARB_shader_subroutine|VERSION_4_0", Version = "", EntryPoint = "glGetActiveSubroutineUniformName")] + [AutoGenerated(Category = "ARB_shader_subroutine|VERSION_4_0", Version = "4.0", EntryPoint = "glGetActiveSubroutineUniformName")] public static void GetActiveSubroutineUniformName(Int32 program, OpenTK.Graphics.OpenGL.ShaderType shadertype, Int32 index, Int32 bufsize, [OutAttribute] out Int32 length, [OutAttribute] StringBuilder name) { @@ -64981,7 +64981,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.0 and ARB_shader_subroutine|VERSION_4_0] /// Query the name of an active shader subroutine uniform /// /// @@ -65015,7 +65015,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_shader_subroutine|VERSION_4_0", Version = "", EntryPoint = "glGetActiveSubroutineUniformName")] + [AutoGenerated(Category = "ARB_shader_subroutine|VERSION_4_0", Version = "4.0", EntryPoint = "glGetActiveSubroutineUniformName")] public static unsafe void GetActiveSubroutineUniformName(Int32 program, OpenTK.Graphics.OpenGL.ShaderType shadertype, Int32 index, Int32 bufsize, [OutAttribute] Int32* length, [OutAttribute] StringBuilder name) { @@ -65030,7 +65030,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.0 and ARB_shader_subroutine|VERSION_4_0] /// Query the name of an active shader subroutine uniform /// /// @@ -65064,7 +65064,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_shader_subroutine|VERSION_4_0", Version = "", EntryPoint = "glGetActiveSubroutineUniformName")] + [AutoGenerated(Category = "ARB_shader_subroutine|VERSION_4_0", Version = "4.0", EntryPoint = "glGetActiveSubroutineUniformName")] public static void GetActiveSubroutineUniformName(UInt32 program, OpenTK.Graphics.OpenGL.ShaderType shadertype, UInt32 index, Int32 bufsize, [OutAttribute] out Int32 length, [OutAttribute] StringBuilder name) { @@ -65086,7 +65086,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.0 and ARB_shader_subroutine|VERSION_4_0] /// Query the name of an active shader subroutine uniform /// /// @@ -65120,7 +65120,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_shader_subroutine|VERSION_4_0", Version = "", EntryPoint = "glGetActiveSubroutineUniformName")] + [AutoGenerated(Category = "ARB_shader_subroutine|VERSION_4_0", Version = "4.0", EntryPoint = "glGetActiveSubroutineUniformName")] public static unsafe void GetActiveSubroutineUniformName(UInt32 program, OpenTK.Graphics.OpenGL.ShaderType shadertype, UInt32 index, Int32 bufsize, [OutAttribute] Int32* length, [OutAttribute] StringBuilder name) { @@ -65372,7 +65372,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.1 and ARB_uniform_buffer_object|VERSION_3_1] /// Query information about an active uniform block /// /// @@ -65395,7 +65395,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the address of a variable to receive the result of the query. /// /// - [AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "", EntryPoint = "glGetActiveUniformBlockiv")] + [AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "3.1", EntryPoint = "glGetActiveUniformBlockiv")] public static void GetActiveUniformBlock(Int32 program, Int32 uniformBlockIndex, OpenTK.Graphics.OpenGL.ActiveUniformBlockParameter pname, [OutAttribute] Int32[] @params) { @@ -65416,7 +65416,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.1 and ARB_uniform_buffer_object|VERSION_3_1] /// Query information about an active uniform block /// /// @@ -65439,7 +65439,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the address of a variable to receive the result of the query. /// /// - [AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "", EntryPoint = "glGetActiveUniformBlockiv")] + [AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "3.1", EntryPoint = "glGetActiveUniformBlockiv")] public static void GetActiveUniformBlock(Int32 program, Int32 uniformBlockIndex, OpenTK.Graphics.OpenGL.ActiveUniformBlockParameter pname, [OutAttribute] out Int32 @params) { @@ -65461,7 +65461,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.1 and ARB_uniform_buffer_object|VERSION_3_1] /// Query information about an active uniform block /// /// @@ -65485,7 +65485,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "", EntryPoint = "glGetActiveUniformBlockiv")] + [AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "3.1", EntryPoint = "glGetActiveUniformBlockiv")] public static unsafe void GetActiveUniformBlock(Int32 program, Int32 uniformBlockIndex, OpenTK.Graphics.OpenGL.ActiveUniformBlockParameter pname, [OutAttribute] Int32* @params) { @@ -65500,7 +65500,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.1 and ARB_uniform_buffer_object|VERSION_3_1] /// Query information about an active uniform block /// /// @@ -65524,7 +65524,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "", EntryPoint = "glGetActiveUniformBlockiv")] + [AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "3.1", EntryPoint = "glGetActiveUniformBlockiv")] public static void GetActiveUniformBlock(UInt32 program, UInt32 uniformBlockIndex, OpenTK.Graphics.OpenGL.ActiveUniformBlockParameter pname, [OutAttribute] Int32[] @params) { @@ -65545,7 +65545,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.1 and ARB_uniform_buffer_object|VERSION_3_1] /// Query information about an active uniform block /// /// @@ -65569,7 +65569,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "", EntryPoint = "glGetActiveUniformBlockiv")] + [AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "3.1", EntryPoint = "glGetActiveUniformBlockiv")] public static void GetActiveUniformBlock(UInt32 program, UInt32 uniformBlockIndex, OpenTK.Graphics.OpenGL.ActiveUniformBlockParameter pname, [OutAttribute] out Int32 @params) { @@ -65591,7 +65591,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.1 and ARB_uniform_buffer_object|VERSION_3_1] /// Query information about an active uniform block /// /// @@ -65615,7 +65615,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "", EntryPoint = "glGetActiveUniformBlockiv")] + [AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "3.1", EntryPoint = "glGetActiveUniformBlockiv")] public static unsafe void GetActiveUniformBlock(UInt32 program, UInt32 uniformBlockIndex, OpenTK.Graphics.OpenGL.ActiveUniformBlockParameter pname, [OutAttribute] Int32* @params) { @@ -65630,7 +65630,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.1 and ARB_uniform_buffer_object|VERSION_3_1] /// Retrieve the name of an active uniform block /// /// @@ -65658,7 +65658,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the address an array of characters to receive the name of the uniform block at uniformBlockIndex. /// /// - [AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "", EntryPoint = "glGetActiveUniformBlockName")] + [AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "3.1", EntryPoint = "glGetActiveUniformBlockName")] public static void GetActiveUniformBlockName(Int32 program, Int32 uniformBlockIndex, Int32 bufSize, [OutAttribute] out Int32 length, [OutAttribute] StringBuilder uniformBlockName) { @@ -65680,7 +65680,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.1 and ARB_uniform_buffer_object|VERSION_3_1] /// Retrieve the name of an active uniform block /// /// @@ -65709,7 +65709,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "", EntryPoint = "glGetActiveUniformBlockName")] + [AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "3.1", EntryPoint = "glGetActiveUniformBlockName")] public static unsafe void GetActiveUniformBlockName(Int32 program, Int32 uniformBlockIndex, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] StringBuilder uniformBlockName) { @@ -65724,7 +65724,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.1 and ARB_uniform_buffer_object|VERSION_3_1] /// Retrieve the name of an active uniform block /// /// @@ -65753,7 +65753,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "", EntryPoint = "glGetActiveUniformBlockName")] + [AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "3.1", EntryPoint = "glGetActiveUniformBlockName")] public static void GetActiveUniformBlockName(UInt32 program, UInt32 uniformBlockIndex, Int32 bufSize, [OutAttribute] out Int32 length, [OutAttribute] StringBuilder uniformBlockName) { @@ -65775,7 +65775,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.1 and ARB_uniform_buffer_object|VERSION_3_1] /// Retrieve the name of an active uniform block /// /// @@ -65804,7 +65804,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "", EntryPoint = "glGetActiveUniformBlockName")] + [AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "3.1", EntryPoint = "glGetActiveUniformBlockName")] public static unsafe void GetActiveUniformBlockName(UInt32 program, UInt32 uniformBlockIndex, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] StringBuilder uniformBlockName) { @@ -65819,7 +65819,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.1 and ARB_uniform_buffer_object|VERSION_3_1] /// Query the name of an active uniform /// /// @@ -65847,7 +65847,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the address of a buffer into which the GL will place the name of the active uniform at uniformIndex within program. /// /// - [AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "", EntryPoint = "glGetActiveUniformName")] + [AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "3.1", EntryPoint = "glGetActiveUniformName")] public static void GetActiveUniformName(Int32 program, Int32 uniformIndex, Int32 bufSize, [OutAttribute] out Int32 length, [OutAttribute] StringBuilder uniformName) { @@ -65869,7 +65869,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.1 and ARB_uniform_buffer_object|VERSION_3_1] /// Query the name of an active uniform /// /// @@ -65898,7 +65898,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "", EntryPoint = "glGetActiveUniformName")] + [AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "3.1", EntryPoint = "glGetActiveUniformName")] public static unsafe void GetActiveUniformName(Int32 program, Int32 uniformIndex, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] StringBuilder uniformName) { @@ -65913,7 +65913,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.1 and ARB_uniform_buffer_object|VERSION_3_1] /// Query the name of an active uniform /// /// @@ -65942,7 +65942,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "", EntryPoint = "glGetActiveUniformName")] + [AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "3.1", EntryPoint = "glGetActiveUniformName")] public static void GetActiveUniformName(UInt32 program, UInt32 uniformIndex, Int32 bufSize, [OutAttribute] out Int32 length, [OutAttribute] StringBuilder uniformName) { @@ -65964,7 +65964,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.1 and ARB_uniform_buffer_object|VERSION_3_1] /// Query the name of an active uniform /// /// @@ -65993,7 +65993,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "", EntryPoint = "glGetActiveUniformName")] + [AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "3.1", EntryPoint = "glGetActiveUniformName")] public static unsafe void GetActiveUniformName(UInt32 program, UInt32 uniformIndex, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] StringBuilder uniformName) { @@ -66008,7 +66008,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.1 and ARB_uniform_buffer_object|VERSION_3_1] /// Returns information about several active uniform variables for the specified program object /// /// @@ -66036,7 +66036,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the address of an array of uniformCount integers which are to receive the value of pname for each uniform in uniformIndices. /// /// - [AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "", EntryPoint = "glGetActiveUniformsiv")] + [AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "3.1", EntryPoint = "glGetActiveUniformsiv")] public static void GetActiveUniforms(Int32 program, Int32 uniformCount, Int32[] uniformIndices, OpenTK.Graphics.OpenGL.ActiveUniformParameter pname, [OutAttribute] Int32[] @params) { @@ -66058,7 +66058,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.1 and ARB_uniform_buffer_object|VERSION_3_1] /// Returns information about several active uniform variables for the specified program object /// /// @@ -66086,7 +66086,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the address of an array of uniformCount integers which are to receive the value of pname for each uniform in uniformIndices. /// /// - [AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "", EntryPoint = "glGetActiveUniformsiv")] + [AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "3.1", EntryPoint = "glGetActiveUniformsiv")] public static void GetActiveUniforms(Int32 program, Int32 uniformCount, ref Int32 uniformIndices, OpenTK.Graphics.OpenGL.ActiveUniformParameter pname, [OutAttribute] out Int32 @params) { @@ -66109,7 +66109,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.1 and ARB_uniform_buffer_object|VERSION_3_1] /// Returns information about several active uniform variables for the specified program object /// /// @@ -66138,7 +66138,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "", EntryPoint = "glGetActiveUniformsiv")] + [AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "3.1", EntryPoint = "glGetActiveUniformsiv")] public static unsafe void GetActiveUniforms(Int32 program, Int32 uniformCount, Int32* uniformIndices, OpenTK.Graphics.OpenGL.ActiveUniformParameter pname, [OutAttribute] Int32* @params) { @@ -66153,7 +66153,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.1 and ARB_uniform_buffer_object|VERSION_3_1] /// Returns information about several active uniform variables for the specified program object /// /// @@ -66182,7 +66182,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "", EntryPoint = "glGetActiveUniformsiv")] + [AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "3.1", EntryPoint = "glGetActiveUniformsiv")] public static void GetActiveUniforms(UInt32 program, Int32 uniformCount, UInt32[] uniformIndices, OpenTK.Graphics.OpenGL.ActiveUniformParameter pname, [OutAttribute] Int32[] @params) { @@ -66204,7 +66204,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.1 and ARB_uniform_buffer_object|VERSION_3_1] /// Returns information about several active uniform variables for the specified program object /// /// @@ -66233,7 +66233,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "", EntryPoint = "glGetActiveUniformsiv")] + [AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "3.1", EntryPoint = "glGetActiveUniformsiv")] public static void GetActiveUniforms(UInt32 program, Int32 uniformCount, ref UInt32 uniformIndices, OpenTK.Graphics.OpenGL.ActiveUniformParameter pname, [OutAttribute] out Int32 @params) { @@ -66256,7 +66256,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.1 and ARB_uniform_buffer_object|VERSION_3_1] /// Returns information about several active uniform variables for the specified program object /// /// @@ -66285,7 +66285,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "", EntryPoint = "glGetActiveUniformsiv")] + [AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "3.1", EntryPoint = "glGetActiveUniformsiv")] public static unsafe void GetActiveUniforms(UInt32 program, Int32 uniformCount, UInt32* uniformIndices, OpenTK.Graphics.OpenGL.ActiveUniformParameter pname, [OutAttribute] Int32* @params) { @@ -68663,7 +68663,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and KHR_debug|VERSION_4_3] /// Retrieve messages from the debug message log /// /// @@ -68706,7 +68706,7 @@ namespace OpenTK.Graphics.OpenGL /// The address of an array of characters that will receive the messages. /// /// - [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "", EntryPoint = "glGetDebugMessageLog")] + [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "4.3", EntryPoint = "glGetDebugMessageLog")] public static Int32 GetDebugMessageLog(Int32 count, Int32 bufSize, [OutAttribute] OpenTK.Graphics.OpenGL.All[] sources, [OutAttribute] OpenTK.Graphics.OpenGL.All[] types, [OutAttribute] Int32[] ids, [OutAttribute] OpenTK.Graphics.OpenGL.All[] severities, [OutAttribute] Int32[] lengths, [OutAttribute] StringBuilder messageLog) { @@ -68731,7 +68731,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and KHR_debug|VERSION_4_3] /// Retrieve messages from the debug message log /// /// @@ -68774,7 +68774,7 @@ namespace OpenTK.Graphics.OpenGL /// The address of an array of characters that will receive the messages. /// /// - [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "", EntryPoint = "glGetDebugMessageLog")] + [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "4.3", EntryPoint = "glGetDebugMessageLog")] public static Int32 GetDebugMessageLog(Int32 count, Int32 bufSize, [OutAttribute] out OpenTK.Graphics.OpenGL.All sources, [OutAttribute] out OpenTK.Graphics.OpenGL.All types, [OutAttribute] out Int32 ids, [OutAttribute] out OpenTK.Graphics.OpenGL.All severities, [OutAttribute] out Int32 lengths, [OutAttribute] StringBuilder messageLog) { @@ -68805,7 +68805,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and KHR_debug|VERSION_4_3] /// Retrieve messages from the debug message log /// /// @@ -68849,7 +68849,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "", EntryPoint = "glGetDebugMessageLog")] + [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "4.3", EntryPoint = "glGetDebugMessageLog")] public static unsafe Int32 GetDebugMessageLog(Int32 count, Int32 bufSize, [OutAttribute] OpenTK.Graphics.OpenGL.All* sources, [OutAttribute] OpenTK.Graphics.OpenGL.All* types, [OutAttribute] Int32* ids, [OutAttribute] OpenTK.Graphics.OpenGL.All* severities, [OutAttribute] Int32* lengths, [OutAttribute] StringBuilder messageLog) { @@ -68864,7 +68864,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and KHR_debug|VERSION_4_3] /// Retrieve messages from the debug message log /// /// @@ -68908,7 +68908,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "", EntryPoint = "glGetDebugMessageLog")] + [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "4.3", EntryPoint = "glGetDebugMessageLog")] public static Int32 GetDebugMessageLog(UInt32 count, Int32 bufSize, [OutAttribute] OpenTK.Graphics.OpenGL.All[] sources, [OutAttribute] OpenTK.Graphics.OpenGL.All[] types, [OutAttribute] UInt32[] ids, [OutAttribute] OpenTK.Graphics.OpenGL.All[] severities, [OutAttribute] Int32[] lengths, [OutAttribute] StringBuilder messageLog) { @@ -68933,7 +68933,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and KHR_debug|VERSION_4_3] /// Retrieve messages from the debug message log /// /// @@ -68977,7 +68977,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "", EntryPoint = "glGetDebugMessageLog")] + [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "4.3", EntryPoint = "glGetDebugMessageLog")] public static Int32 GetDebugMessageLog(UInt32 count, Int32 bufSize, [OutAttribute] out OpenTK.Graphics.OpenGL.All sources, [OutAttribute] out OpenTK.Graphics.OpenGL.All types, [OutAttribute] out UInt32 ids, [OutAttribute] out OpenTK.Graphics.OpenGL.All severities, [OutAttribute] out Int32 lengths, [OutAttribute] StringBuilder messageLog) { @@ -69008,7 +69008,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and KHR_debug|VERSION_4_3] /// Retrieve messages from the debug message log /// /// @@ -69052,7 +69052,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "", EntryPoint = "glGetDebugMessageLog")] + [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "4.3", EntryPoint = "glGetDebugMessageLog")] public static unsafe Int32 GetDebugMessageLog(UInt32 count, Int32 bufSize, [OutAttribute] OpenTK.Graphics.OpenGL.All* sources, [OutAttribute] OpenTK.Graphics.OpenGL.All* types, [OutAttribute] UInt32* ids, [OutAttribute] OpenTK.Graphics.OpenGL.All* severities, [OutAttribute] Int32* lengths, [OutAttribute] StringBuilder messageLog) { @@ -69066,8 +69066,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// - [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "", EntryPoint = "glGetDoublei_v")] + /// [requires: v4.1 and ARB_viewport_array|VERSION_4_1] + [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "4.1", EntryPoint = "glGetDoublei_v")] public static void GetDouble(OpenTK.Graphics.OpenGL.GetIndexedPName target, Int32 index, [OutAttribute] Double[] data) { @@ -69087,8 +69087,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// - [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "", EntryPoint = "glGetDoublei_v")] + /// [requires: v4.1 and ARB_viewport_array|VERSION_4_1] + [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "4.1", EntryPoint = "glGetDoublei_v")] public static void GetDouble(OpenTK.Graphics.OpenGL.GetIndexedPName target, Int32 index, [OutAttribute] out Double data) { @@ -69109,9 +69109,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v4.1 and ARB_viewport_array|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "", EntryPoint = "glGetDoublei_v")] + [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "4.1", EntryPoint = "glGetDoublei_v")] public static unsafe void GetDouble(OpenTK.Graphics.OpenGL.GetIndexedPName target, Int32 index, [OutAttribute] Double* data) { @@ -69125,9 +69125,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v4.1 and ARB_viewport_array|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "", EntryPoint = "glGetDoublei_v")] + [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "4.1", EntryPoint = "glGetDoublei_v")] public static void GetDouble(OpenTK.Graphics.OpenGL.GetIndexedPName target, UInt32 index, [OutAttribute] Double[] data) { @@ -69147,9 +69147,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v4.1 and ARB_viewport_array|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "", EntryPoint = "glGetDoublei_v")] + [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "4.1", EntryPoint = "glGetDoublei_v")] public static void GetDouble(OpenTK.Graphics.OpenGL.GetIndexedPName target, UInt32 index, [OutAttribute] out Double data) { @@ -69170,9 +69170,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v4.1 and ARB_viewport_array|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "", EntryPoint = "glGetDoublei_v")] + [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "4.1", EntryPoint = "glGetDoublei_v")] public static unsafe void GetDouble(OpenTK.Graphics.OpenGL.GetIndexedPName target, UInt32 index, [OutAttribute] Double* data) { @@ -69256,8 +69256,8 @@ namespace OpenTK.Graphics.OpenGL return Delegates.glGetError(); } - /// - [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "", EntryPoint = "glGetFloati_v")] + /// [requires: v4.1 and ARB_viewport_array|VERSION_4_1] + [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "4.1", EntryPoint = "glGetFloati_v")] public static void GetFloat(OpenTK.Graphics.OpenGL.GetIndexedPName target, Int32 index, [OutAttribute] Single[] data) { @@ -69277,8 +69277,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// - [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "", EntryPoint = "glGetFloati_v")] + /// [requires: v4.1 and ARB_viewport_array|VERSION_4_1] + [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "4.1", EntryPoint = "glGetFloati_v")] public static void GetFloat(OpenTK.Graphics.OpenGL.GetIndexedPName target, Int32 index, [OutAttribute] out Single data) { @@ -69299,9 +69299,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v4.1 and ARB_viewport_array|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "", EntryPoint = "glGetFloati_v")] + [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "4.1", EntryPoint = "glGetFloati_v")] public static unsafe void GetFloat(OpenTK.Graphics.OpenGL.GetIndexedPName target, Int32 index, [OutAttribute] Single* data) { @@ -69315,9 +69315,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v4.1 and ARB_viewport_array|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "", EntryPoint = "glGetFloati_v")] + [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "4.1", EntryPoint = "glGetFloati_v")] public static void GetFloat(OpenTK.Graphics.OpenGL.GetIndexedPName target, UInt32 index, [OutAttribute] Single[] data) { @@ -69337,9 +69337,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v4.1 and ARB_viewport_array|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "", EntryPoint = "glGetFloati_v")] + [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "4.1", EntryPoint = "glGetFloati_v")] public static void GetFloat(OpenTK.Graphics.OpenGL.GetIndexedPName target, UInt32 index, [OutAttribute] out Single data) { @@ -69360,9 +69360,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v4.1 and ARB_viewport_array|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "", EntryPoint = "glGetFloati_v")] + [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "4.1", EntryPoint = "glGetFloati_v")] public static unsafe void GetFloat(OpenTK.Graphics.OpenGL.GetIndexedPName target, UInt32 index, [OutAttribute] Single* data) { @@ -69436,7 +69436,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.3 and ARB_blend_func_extended|VERSION_3_3] /// Query the bindings of color indices to user-defined varying out variables /// /// @@ -69449,7 +69449,7 @@ namespace OpenTK.Graphics.OpenGL /// The name of the user-defined varying out variable whose index to query /// /// - [AutoGenerated(Category = "ARB_blend_func_extended|VERSION_3_3", Version = "", EntryPoint = "glGetFragDataIndex")] + [AutoGenerated(Category = "ARB_blend_func_extended|VERSION_3_3", Version = "3.3", EntryPoint = "glGetFragDataIndex")] public static Int32 GetFragDataIndex(Int32 program, String name) { @@ -69464,7 +69464,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.3 and ARB_blend_func_extended|VERSION_3_3] /// Query the bindings of color indices to user-defined varying out variables /// /// @@ -69478,7 +69478,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_blend_func_extended|VERSION_3_3", Version = "", EntryPoint = "glGetFragDataIndex")] + [AutoGenerated(Category = "ARB_blend_func_extended|VERSION_3_3", Version = "3.3", EntryPoint = "glGetFragDataIndex")] public static Int32 GetFragDataIndex(UInt32 program, String name) { @@ -69550,7 +69550,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.0 and ARB_framebuffer_object|VERSION_3_0] /// Retrieve information about attachments of a bound framebuffer object /// /// @@ -69573,7 +69573,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the address of a variable receive the value of pname for attachment. /// /// - [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "", EntryPoint = "glGetFramebufferAttachmentParameteriv")] + [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "3.0", EntryPoint = "glGetFramebufferAttachmentParameteriv")] public static void GetFramebufferAttachmentParameter(OpenTK.Graphics.OpenGL.FramebufferTarget target, OpenTK.Graphics.OpenGL.FramebufferAttachment attachment, OpenTK.Graphics.OpenGL.FramebufferParameterName pname, [OutAttribute] Int32[] @params) { @@ -69594,7 +69594,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.0 and ARB_framebuffer_object|VERSION_3_0] /// Retrieve information about attachments of a bound framebuffer object /// /// @@ -69617,7 +69617,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the address of a variable receive the value of pname for attachment. /// /// - [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "", EntryPoint = "glGetFramebufferAttachmentParameteriv")] + [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "3.0", EntryPoint = "glGetFramebufferAttachmentParameteriv")] public static void GetFramebufferAttachmentParameter(OpenTK.Graphics.OpenGL.FramebufferTarget target, OpenTK.Graphics.OpenGL.FramebufferAttachment attachment, OpenTK.Graphics.OpenGL.FramebufferParameterName pname, [OutAttribute] out Int32 @params) { @@ -69639,7 +69639,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.0 and ARB_framebuffer_object|VERSION_3_0] /// Retrieve information about attachments of a bound framebuffer object /// /// @@ -69663,7 +69663,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "", EntryPoint = "glGetFramebufferAttachmentParameteriv")] + [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "3.0", EntryPoint = "glGetFramebufferAttachmentParameteriv")] public static unsafe void GetFramebufferAttachmentParameter(OpenTK.Graphics.OpenGL.FramebufferTarget target, OpenTK.Graphics.OpenGL.FramebufferAttachment attachment, OpenTK.Graphics.OpenGL.FramebufferParameterName pname, [OutAttribute] Int32* @params) { @@ -69678,7 +69678,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and ARB_framebuffer_no_attachments|VERSION_4_3] /// Retrieve a named parameter from a framebuffer /// /// @@ -69696,7 +69696,7 @@ namespace OpenTK.Graphics.OpenGL /// The address of a variable to receive the value of the parameter named pname. /// /// - [AutoGenerated(Category = "ARB_framebuffer_no_attachments|VERSION_4_3", Version = "", EntryPoint = "glGetFramebufferParameteriv")] + [AutoGenerated(Category = "ARB_framebuffer_no_attachments|VERSION_4_3", Version = "4.3", EntryPoint = "glGetFramebufferParameteriv")] public static void GetFramebufferParameter(OpenTK.Graphics.OpenGL.FramebufferTarget target, OpenTK.Graphics.OpenGL.FramebufferDefaultParameter pname, [OutAttribute] Int32[] @params) { @@ -69717,7 +69717,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and ARB_framebuffer_no_attachments|VERSION_4_3] /// Retrieve a named parameter from a framebuffer /// /// @@ -69735,7 +69735,7 @@ namespace OpenTK.Graphics.OpenGL /// The address of a variable to receive the value of the parameter named pname. /// /// - [AutoGenerated(Category = "ARB_framebuffer_no_attachments|VERSION_4_3", Version = "", EntryPoint = "glGetFramebufferParameteriv")] + [AutoGenerated(Category = "ARB_framebuffer_no_attachments|VERSION_4_3", Version = "4.3", EntryPoint = "glGetFramebufferParameteriv")] public static void GetFramebufferParameter(OpenTK.Graphics.OpenGL.FramebufferTarget target, OpenTK.Graphics.OpenGL.FramebufferDefaultParameter pname, [OutAttribute] out Int32 @params) { @@ -69757,7 +69757,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and ARB_framebuffer_no_attachments|VERSION_4_3] /// Retrieve a named parameter from a framebuffer /// /// @@ -69776,7 +69776,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_framebuffer_no_attachments|VERSION_4_3", Version = "", EntryPoint = "glGetFramebufferParameteriv")] + [AutoGenerated(Category = "ARB_framebuffer_no_attachments|VERSION_4_3", Version = "4.3", EntryPoint = "glGetFramebufferParameteriv")] public static unsafe void GetFramebufferParameter(OpenTK.Graphics.OpenGL.FramebufferTarget target, OpenTK.Graphics.OpenGL.FramebufferDefaultParameter pname, [OutAttribute] Int32* @params) { @@ -70388,8 +70388,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// - [AutoGenerated(Category = "ARB_sync|VERSION_3_2", Version = "", EntryPoint = "glGetInteger64v")] + /// [requires: v3.2 and ARB_sync|VERSION_3_2] + [AutoGenerated(Category = "ARB_sync|VERSION_3_2", Version = "3.2", EntryPoint = "glGetInteger64v")] public static void GetInteger64(OpenTK.Graphics.OpenGL.All pname, [OutAttribute] Int64[] data) { @@ -70409,8 +70409,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// - [AutoGenerated(Category = "ARB_sync|VERSION_3_2", Version = "", EntryPoint = "glGetInteger64v")] + /// [requires: v3.2 and ARB_sync|VERSION_3_2] + [AutoGenerated(Category = "ARB_sync|VERSION_3_2", Version = "3.2", EntryPoint = "glGetInteger64v")] public static void GetInteger64(OpenTK.Graphics.OpenGL.All pname, [OutAttribute] out Int64 data) { @@ -70431,9 +70431,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v3.2 and ARB_sync|VERSION_3_2] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_sync|VERSION_3_2", Version = "", EntryPoint = "glGetInteger64v")] + [AutoGenerated(Category = "ARB_sync|VERSION_3_2", Version = "3.2", EntryPoint = "glGetInteger64v")] public static unsafe void GetInteger64(OpenTK.Graphics.OpenGL.All pname, [OutAttribute] Int64* data) { @@ -70626,8 +70626,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// - [AutoGenerated(Category = "ARB_internalformat_query2|VERSION_4_3", Version = "", EntryPoint = "glGetInternalformati64v")] + /// [requires: v4.3 and ARB_internalformat_query2|VERSION_4_3] + [AutoGenerated(Category = "ARB_internalformat_query2|VERSION_4_3", Version = "4.3", EntryPoint = "glGetInternalformati64v")] public static void GetInternalformat(OpenTK.Graphics.OpenGL.ImageTarget target, OpenTK.Graphics.OpenGL.All internalformat, OpenTK.Graphics.OpenGL.InternalFormatParameter pname, Int32 bufSize, [OutAttribute] Int64[] @params) { @@ -70647,8 +70647,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// - [AutoGenerated(Category = "ARB_internalformat_query2|VERSION_4_3", Version = "", EntryPoint = "glGetInternalformati64v")] + /// [requires: v4.3 and ARB_internalformat_query2|VERSION_4_3] + [AutoGenerated(Category = "ARB_internalformat_query2|VERSION_4_3", Version = "4.3", EntryPoint = "glGetInternalformati64v")] public static void GetInternalformat(OpenTK.Graphics.OpenGL.ImageTarget target, OpenTK.Graphics.OpenGL.All internalformat, OpenTK.Graphics.OpenGL.InternalFormatParameter pname, Int32 bufSize, [OutAttribute] out Int64 @params) { @@ -70669,9 +70669,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v4.3 and ARB_internalformat_query2|VERSION_4_3] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_internalformat_query2|VERSION_4_3", Version = "", EntryPoint = "glGetInternalformati64v")] + [AutoGenerated(Category = "ARB_internalformat_query2|VERSION_4_3", Version = "4.3", EntryPoint = "glGetInternalformati64v")] public static unsafe void GetInternalformat(OpenTK.Graphics.OpenGL.ImageTarget target, OpenTK.Graphics.OpenGL.All internalformat, OpenTK.Graphics.OpenGL.InternalFormatParameter pname, Int32 bufSize, [OutAttribute] Int64* @params) { @@ -70686,7 +70686,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.2 and ARB_internalformat_query|VERSION_4_2] /// Retrieve information about implementation-dependent support for internal formats /// /// @@ -70714,7 +70714,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the address of a variable into which to write the retrieved information. /// /// - [AutoGenerated(Category = "ARB_internalformat_query|VERSION_4_2", Version = "", EntryPoint = "glGetInternalformativ")] + [AutoGenerated(Category = "ARB_internalformat_query|VERSION_4_2", Version = "4.2", EntryPoint = "glGetInternalformativ")] public static void GetInternalformat(OpenTK.Graphics.OpenGL.ImageTarget target, OpenTK.Graphics.OpenGL.All internalformat, OpenTK.Graphics.OpenGL.InternalFormatParameter pname, Int32 bufSize, [OutAttribute] Int32[] @params) { @@ -70735,7 +70735,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.2 and ARB_internalformat_query|VERSION_4_2] /// Retrieve information about implementation-dependent support for internal formats /// /// @@ -70763,7 +70763,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the address of a variable into which to write the retrieved information. /// /// - [AutoGenerated(Category = "ARB_internalformat_query|VERSION_4_2", Version = "", EntryPoint = "glGetInternalformativ")] + [AutoGenerated(Category = "ARB_internalformat_query|VERSION_4_2", Version = "4.2", EntryPoint = "glGetInternalformativ")] public static void GetInternalformat(OpenTK.Graphics.OpenGL.ImageTarget target, OpenTK.Graphics.OpenGL.All internalformat, OpenTK.Graphics.OpenGL.InternalFormatParameter pname, Int32 bufSize, [OutAttribute] out Int32 @params) { @@ -70785,7 +70785,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.2 and ARB_internalformat_query|VERSION_4_2] /// Retrieve information about implementation-dependent support for internal formats /// /// @@ -70814,7 +70814,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_internalformat_query|VERSION_4_2", Version = "", EntryPoint = "glGetInternalformativ")] + [AutoGenerated(Category = "ARB_internalformat_query|VERSION_4_2", Version = "4.2", EntryPoint = "glGetInternalformativ")] public static unsafe void GetInternalformat(OpenTK.Graphics.OpenGL.ImageTarget target, OpenTK.Graphics.OpenGL.All internalformat, OpenTK.Graphics.OpenGL.InternalFormatParameter pname, Int32 bufSize, [OutAttribute] Int32* @params) { @@ -72098,7 +72098,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.2 and ARB_texture_multisample|VERSION_3_2] /// Retrieve the location of a sample /// /// @@ -72116,7 +72116,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the address of an array to receive the position of the sample. /// /// - [AutoGenerated(Category = "ARB_texture_multisample|VERSION_3_2", Version = "", EntryPoint = "glGetMultisamplefv")] + [AutoGenerated(Category = "ARB_texture_multisample|VERSION_3_2", Version = "3.2", EntryPoint = "glGetMultisamplefv")] public static void GetMultisample(OpenTK.Graphics.OpenGL.GetMultisamplePName pname, Int32 index, [OutAttribute] Single[] val) { @@ -72137,7 +72137,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.2 and ARB_texture_multisample|VERSION_3_2] /// Retrieve the location of a sample /// /// @@ -72155,7 +72155,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the address of an array to receive the position of the sample. /// /// - [AutoGenerated(Category = "ARB_texture_multisample|VERSION_3_2", Version = "", EntryPoint = "glGetMultisamplefv")] + [AutoGenerated(Category = "ARB_texture_multisample|VERSION_3_2", Version = "3.2", EntryPoint = "glGetMultisamplefv")] public static void GetMultisample(OpenTK.Graphics.OpenGL.GetMultisamplePName pname, Int32 index, [OutAttribute] out Single val) { @@ -72177,7 +72177,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.2 and ARB_texture_multisample|VERSION_3_2] /// Retrieve the location of a sample /// /// @@ -72196,7 +72196,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_texture_multisample|VERSION_3_2", Version = "", EntryPoint = "glGetMultisamplefv")] + [AutoGenerated(Category = "ARB_texture_multisample|VERSION_3_2", Version = "3.2", EntryPoint = "glGetMultisamplefv")] public static unsafe void GetMultisample(OpenTK.Graphics.OpenGL.GetMultisamplePName pname, Int32 index, [OutAttribute] Single* val) { @@ -72211,7 +72211,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.2 and ARB_texture_multisample|VERSION_3_2] /// Retrieve the location of a sample /// /// @@ -72230,7 +72230,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_texture_multisample|VERSION_3_2", Version = "", EntryPoint = "glGetMultisamplefv")] + [AutoGenerated(Category = "ARB_texture_multisample|VERSION_3_2", Version = "3.2", EntryPoint = "glGetMultisamplefv")] public static void GetMultisample(OpenTK.Graphics.OpenGL.GetMultisamplePName pname, UInt32 index, [OutAttribute] Single[] val) { @@ -72251,7 +72251,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.2 and ARB_texture_multisample|VERSION_3_2] /// Retrieve the location of a sample /// /// @@ -72270,7 +72270,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_texture_multisample|VERSION_3_2", Version = "", EntryPoint = "glGetMultisamplefv")] + [AutoGenerated(Category = "ARB_texture_multisample|VERSION_3_2", Version = "3.2", EntryPoint = "glGetMultisamplefv")] public static void GetMultisample(OpenTK.Graphics.OpenGL.GetMultisamplePName pname, UInt32 index, [OutAttribute] out Single val) { @@ -72292,7 +72292,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.2 and ARB_texture_multisample|VERSION_3_2] /// Retrieve the location of a sample /// /// @@ -72311,7 +72311,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_texture_multisample|VERSION_3_2", Version = "", EntryPoint = "glGetMultisamplefv")] + [AutoGenerated(Category = "ARB_texture_multisample|VERSION_3_2", Version = "3.2", EntryPoint = "glGetMultisamplefv")] public static unsafe void GetMultisample(OpenTK.Graphics.OpenGL.GetMultisamplePName pname, UInt32 index, [OutAttribute] Single* val) { @@ -72326,7 +72326,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and KHR_debug|VERSION_4_3] /// Retrieve the label of a named object identified within a namespace /// /// @@ -72354,7 +72354,7 @@ namespace OpenTK.Graphics.OpenGL /// The address of a string that will receive the object label. /// /// - [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "", EntryPoint = "glGetObjectLabel")] + [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "4.3", EntryPoint = "glGetObjectLabel")] public static void GetObjectLabel(OpenTK.Graphics.OpenGL.ObjectLabelIdentifier identifier, Int32 name, Int32 bufSize, [OutAttribute] Int32[] length, [OutAttribute] StringBuilder label) { @@ -72375,7 +72375,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and KHR_debug|VERSION_4_3] /// Retrieve the label of a named object identified within a namespace /// /// @@ -72403,7 +72403,7 @@ namespace OpenTK.Graphics.OpenGL /// The address of a string that will receive the object label. /// /// - [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "", EntryPoint = "glGetObjectLabel")] + [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "4.3", EntryPoint = "glGetObjectLabel")] public static void GetObjectLabel(OpenTK.Graphics.OpenGL.ObjectLabelIdentifier identifier, Int32 name, Int32 bufSize, [OutAttribute] out Int32 length, [OutAttribute] StringBuilder label) { @@ -72425,7 +72425,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and KHR_debug|VERSION_4_3] /// Retrieve the label of a named object identified within a namespace /// /// @@ -72454,7 +72454,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "", EntryPoint = "glGetObjectLabel")] + [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "4.3", EntryPoint = "glGetObjectLabel")] public static unsafe void GetObjectLabel(OpenTK.Graphics.OpenGL.ObjectLabelIdentifier identifier, Int32 name, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] StringBuilder label) { @@ -72469,7 +72469,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and KHR_debug|VERSION_4_3] /// Retrieve the label of a named object identified within a namespace /// /// @@ -72498,7 +72498,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "", EntryPoint = "glGetObjectLabel")] + [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "4.3", EntryPoint = "glGetObjectLabel")] public static void GetObjectLabel(OpenTK.Graphics.OpenGL.ObjectLabelIdentifier identifier, UInt32 name, Int32 bufSize, [OutAttribute] Int32[] length, [OutAttribute] StringBuilder label) { @@ -72519,7 +72519,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and KHR_debug|VERSION_4_3] /// Retrieve the label of a named object identified within a namespace /// /// @@ -72548,7 +72548,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "", EntryPoint = "glGetObjectLabel")] + [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "4.3", EntryPoint = "glGetObjectLabel")] public static void GetObjectLabel(OpenTK.Graphics.OpenGL.ObjectLabelIdentifier identifier, UInt32 name, Int32 bufSize, [OutAttribute] out Int32 length, [OutAttribute] StringBuilder label) { @@ -72570,7 +72570,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and KHR_debug|VERSION_4_3] /// Retrieve the label of a named object identified within a namespace /// /// @@ -72599,7 +72599,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "", EntryPoint = "glGetObjectLabel")] + [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "4.3", EntryPoint = "glGetObjectLabel")] public static unsafe void GetObjectLabel(OpenTK.Graphics.OpenGL.ObjectLabelIdentifier identifier, UInt32 name, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] StringBuilder label) { @@ -72614,7 +72614,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and KHR_debug|VERSION_4_3] /// Retrieve the label of a sync object identified by a pointer /// /// @@ -72637,7 +72637,7 @@ namespace OpenTK.Graphics.OpenGL /// The address of a string that will receive the object label. /// /// - [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "", EntryPoint = "glGetObjectPtrLabel")] + [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "4.3", EntryPoint = "glGetObjectPtrLabel")] public static void GetObjectPtrLabel(IntPtr ptr, Int32 bufSize, [OutAttribute] Int32[] length, [OutAttribute] StringBuilder label) { @@ -72658,7 +72658,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and KHR_debug|VERSION_4_3] /// Retrieve the label of a sync object identified by a pointer /// /// @@ -72681,7 +72681,7 @@ namespace OpenTK.Graphics.OpenGL /// The address of a string that will receive the object label. /// /// - [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "", EntryPoint = "glGetObjectPtrLabel")] + [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "4.3", EntryPoint = "glGetObjectPtrLabel")] public static void GetObjectPtrLabel(IntPtr ptr, Int32 bufSize, [OutAttribute] out Int32 length, [OutAttribute] StringBuilder label) { @@ -72703,7 +72703,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and KHR_debug|VERSION_4_3] /// Retrieve the label of a sync object identified by a pointer /// /// @@ -72727,7 +72727,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "", EntryPoint = "glGetObjectPtrLabel")] + [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "4.3", EntryPoint = "glGetObjectPtrLabel")] public static unsafe void GetObjectPtrLabel(IntPtr ptr, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] StringBuilder label) { @@ -72742,7 +72742,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and KHR_debug|VERSION_4_3] /// Retrieve the label of a sync object identified by a pointer /// /// @@ -72765,7 +72765,7 @@ namespace OpenTK.Graphics.OpenGL /// The address of a string that will receive the object label. /// /// - [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "", EntryPoint = "glGetObjectPtrLabel")] + [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "4.3", EntryPoint = "glGetObjectPtrLabel")] public static void GetObjectPtrLabel([InAttribute, OutAttribute] T0[] ptr, Int32 bufSize, [OutAttribute] Int32[] length, [OutAttribute] StringBuilder label) where T0 : struct @@ -72795,7 +72795,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and KHR_debug|VERSION_4_3] /// Retrieve the label of a sync object identified by a pointer /// /// @@ -72818,7 +72818,7 @@ namespace OpenTK.Graphics.OpenGL /// The address of a string that will receive the object label. /// /// - [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "", EntryPoint = "glGetObjectPtrLabel")] + [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "4.3", EntryPoint = "glGetObjectPtrLabel")] public static void GetObjectPtrLabel([InAttribute, OutAttribute] T0[] ptr, Int32 bufSize, [OutAttribute] out Int32 length, [OutAttribute] StringBuilder label) where T0 : struct @@ -72849,7 +72849,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and KHR_debug|VERSION_4_3] /// Retrieve the label of a sync object identified by a pointer /// /// @@ -72873,7 +72873,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "", EntryPoint = "glGetObjectPtrLabel")] + [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "4.3", EntryPoint = "glGetObjectPtrLabel")] public static unsafe void GetObjectPtrLabel([InAttribute, OutAttribute] T0[] ptr, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] StringBuilder label) where T0 : struct @@ -72897,7 +72897,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and KHR_debug|VERSION_4_3] /// Retrieve the label of a sync object identified by a pointer /// /// @@ -72920,7 +72920,7 @@ namespace OpenTK.Graphics.OpenGL /// The address of a string that will receive the object label. /// /// - [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "", EntryPoint = "glGetObjectPtrLabel")] + [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "4.3", EntryPoint = "glGetObjectPtrLabel")] public static void GetObjectPtrLabel([InAttribute, OutAttribute] T0[,] ptr, Int32 bufSize, [OutAttribute] Int32[] length, [OutAttribute] StringBuilder label) where T0 : struct @@ -72950,7 +72950,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and KHR_debug|VERSION_4_3] /// Retrieve the label of a sync object identified by a pointer /// /// @@ -72973,7 +72973,7 @@ namespace OpenTK.Graphics.OpenGL /// The address of a string that will receive the object label. /// /// - [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "", EntryPoint = "glGetObjectPtrLabel")] + [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "4.3", EntryPoint = "glGetObjectPtrLabel")] public static void GetObjectPtrLabel([InAttribute, OutAttribute] T0[,] ptr, Int32 bufSize, [OutAttribute] out Int32 length, [OutAttribute] StringBuilder label) where T0 : struct @@ -73004,7 +73004,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and KHR_debug|VERSION_4_3] /// Retrieve the label of a sync object identified by a pointer /// /// @@ -73028,7 +73028,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "", EntryPoint = "glGetObjectPtrLabel")] + [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "4.3", EntryPoint = "glGetObjectPtrLabel")] public static unsafe void GetObjectPtrLabel([InAttribute, OutAttribute] T0[,] ptr, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] StringBuilder label) where T0 : struct @@ -73052,7 +73052,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and KHR_debug|VERSION_4_3] /// Retrieve the label of a sync object identified by a pointer /// /// @@ -73075,7 +73075,7 @@ namespace OpenTK.Graphics.OpenGL /// The address of a string that will receive the object label. /// /// - [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "", EntryPoint = "glGetObjectPtrLabel")] + [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "4.3", EntryPoint = "glGetObjectPtrLabel")] public static void GetObjectPtrLabel([InAttribute, OutAttribute] T0[,,] ptr, Int32 bufSize, [OutAttribute] Int32[] length, [OutAttribute] StringBuilder label) where T0 : struct @@ -73105,7 +73105,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and KHR_debug|VERSION_4_3] /// Retrieve the label of a sync object identified by a pointer /// /// @@ -73128,7 +73128,7 @@ namespace OpenTK.Graphics.OpenGL /// The address of a string that will receive the object label. /// /// - [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "", EntryPoint = "glGetObjectPtrLabel")] + [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "4.3", EntryPoint = "glGetObjectPtrLabel")] public static void GetObjectPtrLabel([InAttribute, OutAttribute] T0[,,] ptr, Int32 bufSize, [OutAttribute] out Int32 length, [OutAttribute] StringBuilder label) where T0 : struct @@ -73159,7 +73159,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and KHR_debug|VERSION_4_3] /// Retrieve the label of a sync object identified by a pointer /// /// @@ -73183,7 +73183,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "", EntryPoint = "glGetObjectPtrLabel")] + [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "4.3", EntryPoint = "glGetObjectPtrLabel")] public static unsafe void GetObjectPtrLabel([InAttribute, OutAttribute] T0[,,] ptr, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] StringBuilder label) where T0 : struct @@ -73207,7 +73207,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and KHR_debug|VERSION_4_3] /// Retrieve the label of a sync object identified by a pointer /// /// @@ -73230,7 +73230,7 @@ namespace OpenTK.Graphics.OpenGL /// The address of a string that will receive the object label. /// /// - [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "", EntryPoint = "glGetObjectPtrLabel")] + [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "4.3", EntryPoint = "glGetObjectPtrLabel")] public static void GetObjectPtrLabel([InAttribute, OutAttribute] ref T0 ptr, Int32 bufSize, [OutAttribute] Int32[] length, [OutAttribute] StringBuilder label) where T0 : struct @@ -73261,7 +73261,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and KHR_debug|VERSION_4_3] /// Retrieve the label of a sync object identified by a pointer /// /// @@ -73284,7 +73284,7 @@ namespace OpenTK.Graphics.OpenGL /// The address of a string that will receive the object label. /// /// - [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "", EntryPoint = "glGetObjectPtrLabel")] + [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "4.3", EntryPoint = "glGetObjectPtrLabel")] public static void GetObjectPtrLabel([InAttribute, OutAttribute] ref T0 ptr, Int32 bufSize, [OutAttribute] out Int32 length, [OutAttribute] StringBuilder label) where T0 : struct @@ -73316,7 +73316,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and KHR_debug|VERSION_4_3] /// Retrieve the label of a sync object identified by a pointer /// /// @@ -73340,7 +73340,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "", EntryPoint = "glGetObjectPtrLabel")] + [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "4.3", EntryPoint = "glGetObjectPtrLabel")] public static unsafe void GetObjectPtrLabel([InAttribute, OutAttribute] ref T0 ptr, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] StringBuilder label) where T0 : struct @@ -73918,7 +73918,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.1 and KHR_debug|VERSION_1_1|VERSION_4_3|VERSION_4_3] /// Return the address of the specified pointer /// /// @@ -73931,7 +73931,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns the pointer value specified by pname. /// /// - [AutoGenerated(Category = "KHR_debug|VERSION_1_1|VERSION_4_3|VERSION_4_3", Version = "", EntryPoint = "glGetPointerv")] + [AutoGenerated(Category = "KHR_debug|VERSION_1_1|VERSION_4_3|VERSION_4_3", Version = "1.1", EntryPoint = "glGetPointerv")] public static void GetPointer(OpenTK.Graphics.OpenGL.GetPointervPName pname, [OutAttribute] IntPtr @params) { @@ -73946,7 +73946,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.1 and KHR_debug|VERSION_1_1|VERSION_4_3|VERSION_4_3] /// Return the address of the specified pointer /// /// @@ -73959,7 +73959,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns the pointer value specified by pname. /// /// - [AutoGenerated(Category = "KHR_debug|VERSION_1_1|VERSION_4_3|VERSION_4_3", Version = "", EntryPoint = "glGetPointerv")] + [AutoGenerated(Category = "KHR_debug|VERSION_1_1|VERSION_4_3|VERSION_4_3", Version = "1.1", EntryPoint = "glGetPointerv")] public static void GetPointer(OpenTK.Graphics.OpenGL.GetPointervPName pname, [InAttribute, OutAttribute] T1[] @params) where T1 : struct @@ -73983,7 +73983,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.1 and KHR_debug|VERSION_1_1|VERSION_4_3|VERSION_4_3] /// Return the address of the specified pointer /// /// @@ -73996,7 +73996,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns the pointer value specified by pname. /// /// - [AutoGenerated(Category = "KHR_debug|VERSION_1_1|VERSION_4_3|VERSION_4_3", Version = "", EntryPoint = "glGetPointerv")] + [AutoGenerated(Category = "KHR_debug|VERSION_1_1|VERSION_4_3|VERSION_4_3", Version = "1.1", EntryPoint = "glGetPointerv")] public static void GetPointer(OpenTK.Graphics.OpenGL.GetPointervPName pname, [InAttribute, OutAttribute] T1[,] @params) where T1 : struct @@ -74020,7 +74020,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.1 and KHR_debug|VERSION_1_1|VERSION_4_3|VERSION_4_3] /// Return the address of the specified pointer /// /// @@ -74033,7 +74033,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns the pointer value specified by pname. /// /// - [AutoGenerated(Category = "KHR_debug|VERSION_1_1|VERSION_4_3|VERSION_4_3", Version = "", EntryPoint = "glGetPointerv")] + [AutoGenerated(Category = "KHR_debug|VERSION_1_1|VERSION_4_3|VERSION_4_3", Version = "1.1", EntryPoint = "glGetPointerv")] public static void GetPointer(OpenTK.Graphics.OpenGL.GetPointervPName pname, [InAttribute, OutAttribute] T1[,,] @params) where T1 : struct @@ -74057,7 +74057,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.1 and KHR_debug|VERSION_1_1|VERSION_4_3|VERSION_4_3] /// Return the address of the specified pointer /// /// @@ -74070,7 +74070,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns the pointer value specified by pname. /// /// - [AutoGenerated(Category = "KHR_debug|VERSION_1_1|VERSION_4_3|VERSION_4_3", Version = "", EntryPoint = "glGetPointerv")] + [AutoGenerated(Category = "KHR_debug|VERSION_1_1|VERSION_4_3|VERSION_4_3", Version = "1.1", EntryPoint = "glGetPointerv")] public static void GetPointer(OpenTK.Graphics.OpenGL.GetPointervPName pname, [InAttribute, OutAttribute] ref T1 @params) where T1 : struct @@ -74178,7 +74178,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_get_program_binary|VERSION_4_1] /// Return a binary representation of a program object's compiled and linked executable source /// /// @@ -74206,7 +74206,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the address an array into which the GL will return program's binary representation. /// /// - [AutoGenerated(Category = "ARB_get_program_binary|VERSION_4_1", Version = "", EntryPoint = "glGetProgramBinary")] + [AutoGenerated(Category = "ARB_get_program_binary|VERSION_4_1", Version = "4.1", EntryPoint = "glGetProgramBinary")] public static void GetProgramBinary(Int32 program, Int32 bufSize, [OutAttribute] out Int32 length, [OutAttribute] out OpenTK.Graphics.OpenGL.BinaryFormat binaryFormat, [OutAttribute] IntPtr binary) { @@ -74230,7 +74230,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_get_program_binary|VERSION_4_1] /// Return a binary representation of a program object's compiled and linked executable source /// /// @@ -74258,7 +74258,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the address an array into which the GL will return program's binary representation. /// /// - [AutoGenerated(Category = "ARB_get_program_binary|VERSION_4_1", Version = "", EntryPoint = "glGetProgramBinary")] + [AutoGenerated(Category = "ARB_get_program_binary|VERSION_4_1", Version = "4.1", EntryPoint = "glGetProgramBinary")] public static void GetProgramBinary(Int32 program, Int32 bufSize, [OutAttribute] out Int32 length, [OutAttribute] out OpenTK.Graphics.OpenGL.BinaryFormat binaryFormat, [InAttribute, OutAttribute] T4[] binary) where T4 : struct @@ -74291,7 +74291,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_get_program_binary|VERSION_4_1] /// Return a binary representation of a program object's compiled and linked executable source /// /// @@ -74319,7 +74319,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the address an array into which the GL will return program's binary representation. /// /// - [AutoGenerated(Category = "ARB_get_program_binary|VERSION_4_1", Version = "", EntryPoint = "glGetProgramBinary")] + [AutoGenerated(Category = "ARB_get_program_binary|VERSION_4_1", Version = "4.1", EntryPoint = "glGetProgramBinary")] public static void GetProgramBinary(Int32 program, Int32 bufSize, [OutAttribute] out Int32 length, [OutAttribute] out OpenTK.Graphics.OpenGL.BinaryFormat binaryFormat, [InAttribute, OutAttribute] T4[,] binary) where T4 : struct @@ -74352,7 +74352,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_get_program_binary|VERSION_4_1] /// Return a binary representation of a program object's compiled and linked executable source /// /// @@ -74380,7 +74380,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the address an array into which the GL will return program's binary representation. /// /// - [AutoGenerated(Category = "ARB_get_program_binary|VERSION_4_1", Version = "", EntryPoint = "glGetProgramBinary")] + [AutoGenerated(Category = "ARB_get_program_binary|VERSION_4_1", Version = "4.1", EntryPoint = "glGetProgramBinary")] public static void GetProgramBinary(Int32 program, Int32 bufSize, [OutAttribute] out Int32 length, [OutAttribute] out OpenTK.Graphics.OpenGL.BinaryFormat binaryFormat, [InAttribute, OutAttribute] T4[,,] binary) where T4 : struct @@ -74413,7 +74413,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_get_program_binary|VERSION_4_1] /// Return a binary representation of a program object's compiled and linked executable source /// /// @@ -74441,7 +74441,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the address an array into which the GL will return program's binary representation. /// /// - [AutoGenerated(Category = "ARB_get_program_binary|VERSION_4_1", Version = "", EntryPoint = "glGetProgramBinary")] + [AutoGenerated(Category = "ARB_get_program_binary|VERSION_4_1", Version = "4.1", EntryPoint = "glGetProgramBinary")] public static void GetProgramBinary(Int32 program, Int32 bufSize, [OutAttribute] out Int32 length, [OutAttribute] out OpenTK.Graphics.OpenGL.BinaryFormat binaryFormat, [InAttribute, OutAttribute] ref T4 binary) where T4 : struct @@ -74475,7 +74475,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_get_program_binary|VERSION_4_1] /// Return a binary representation of a program object's compiled and linked executable source /// /// @@ -74504,7 +74504,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_get_program_binary|VERSION_4_1", Version = "", EntryPoint = "glGetProgramBinary")] + [AutoGenerated(Category = "ARB_get_program_binary|VERSION_4_1", Version = "4.1", EntryPoint = "glGetProgramBinary")] public static unsafe void GetProgramBinary(Int32 program, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] OpenTK.Graphics.OpenGL.BinaryFormat* binaryFormat, [OutAttribute] IntPtr binary) { @@ -74519,7 +74519,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_get_program_binary|VERSION_4_1] /// Return a binary representation of a program object's compiled and linked executable source /// /// @@ -74548,7 +74548,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_get_program_binary|VERSION_4_1", Version = "", EntryPoint = "glGetProgramBinary")] + [AutoGenerated(Category = "ARB_get_program_binary|VERSION_4_1", Version = "4.1", EntryPoint = "glGetProgramBinary")] public static unsafe void GetProgramBinary(Int32 program, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] OpenTK.Graphics.OpenGL.BinaryFormat* binaryFormat, [InAttribute, OutAttribute] T4[] binary) where T4 : struct @@ -74572,7 +74572,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_get_program_binary|VERSION_4_1] /// Return a binary representation of a program object's compiled and linked executable source /// /// @@ -74601,7 +74601,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_get_program_binary|VERSION_4_1", Version = "", EntryPoint = "glGetProgramBinary")] + [AutoGenerated(Category = "ARB_get_program_binary|VERSION_4_1", Version = "4.1", EntryPoint = "glGetProgramBinary")] public static unsafe void GetProgramBinary(Int32 program, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] OpenTK.Graphics.OpenGL.BinaryFormat* binaryFormat, [InAttribute, OutAttribute] T4[,] binary) where T4 : struct @@ -74625,7 +74625,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_get_program_binary|VERSION_4_1] /// Return a binary representation of a program object's compiled and linked executable source /// /// @@ -74654,7 +74654,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_get_program_binary|VERSION_4_1", Version = "", EntryPoint = "glGetProgramBinary")] + [AutoGenerated(Category = "ARB_get_program_binary|VERSION_4_1", Version = "4.1", EntryPoint = "glGetProgramBinary")] public static unsafe void GetProgramBinary(Int32 program, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] OpenTK.Graphics.OpenGL.BinaryFormat* binaryFormat, [InAttribute, OutAttribute] T4[,,] binary) where T4 : struct @@ -74678,7 +74678,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_get_program_binary|VERSION_4_1] /// Return a binary representation of a program object's compiled and linked executable source /// /// @@ -74707,7 +74707,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_get_program_binary|VERSION_4_1", Version = "", EntryPoint = "glGetProgramBinary")] + [AutoGenerated(Category = "ARB_get_program_binary|VERSION_4_1", Version = "4.1", EntryPoint = "glGetProgramBinary")] public static unsafe void GetProgramBinary(Int32 program, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] OpenTK.Graphics.OpenGL.BinaryFormat* binaryFormat, [InAttribute, OutAttribute] ref T4 binary) where T4 : struct @@ -74732,7 +74732,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_get_program_binary|VERSION_4_1] /// Return a binary representation of a program object's compiled and linked executable source /// /// @@ -74761,7 +74761,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_get_program_binary|VERSION_4_1", Version = "", EntryPoint = "glGetProgramBinary")] + [AutoGenerated(Category = "ARB_get_program_binary|VERSION_4_1", Version = "4.1", EntryPoint = "glGetProgramBinary")] public static void GetProgramBinary(UInt32 program, Int32 bufSize, [OutAttribute] out Int32 length, [OutAttribute] out OpenTK.Graphics.OpenGL.BinaryFormat binaryFormat, [OutAttribute] IntPtr binary) { @@ -74785,7 +74785,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_get_program_binary|VERSION_4_1] /// Return a binary representation of a program object's compiled and linked executable source /// /// @@ -74814,7 +74814,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_get_program_binary|VERSION_4_1", Version = "", EntryPoint = "glGetProgramBinary")] + [AutoGenerated(Category = "ARB_get_program_binary|VERSION_4_1", Version = "4.1", EntryPoint = "glGetProgramBinary")] public static void GetProgramBinary(UInt32 program, Int32 bufSize, [OutAttribute] out Int32 length, [OutAttribute] out OpenTK.Graphics.OpenGL.BinaryFormat binaryFormat, [InAttribute, OutAttribute] T4[] binary) where T4 : struct @@ -74847,7 +74847,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_get_program_binary|VERSION_4_1] /// Return a binary representation of a program object's compiled and linked executable source /// /// @@ -74876,7 +74876,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_get_program_binary|VERSION_4_1", Version = "", EntryPoint = "glGetProgramBinary")] + [AutoGenerated(Category = "ARB_get_program_binary|VERSION_4_1", Version = "4.1", EntryPoint = "glGetProgramBinary")] public static void GetProgramBinary(UInt32 program, Int32 bufSize, [OutAttribute] out Int32 length, [OutAttribute] out OpenTK.Graphics.OpenGL.BinaryFormat binaryFormat, [InAttribute, OutAttribute] T4[,] binary) where T4 : struct @@ -74909,7 +74909,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_get_program_binary|VERSION_4_1] /// Return a binary representation of a program object's compiled and linked executable source /// /// @@ -74938,7 +74938,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_get_program_binary|VERSION_4_1", Version = "", EntryPoint = "glGetProgramBinary")] + [AutoGenerated(Category = "ARB_get_program_binary|VERSION_4_1", Version = "4.1", EntryPoint = "glGetProgramBinary")] public static void GetProgramBinary(UInt32 program, Int32 bufSize, [OutAttribute] out Int32 length, [OutAttribute] out OpenTK.Graphics.OpenGL.BinaryFormat binaryFormat, [InAttribute, OutAttribute] T4[,,] binary) where T4 : struct @@ -74971,7 +74971,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_get_program_binary|VERSION_4_1] /// Return a binary representation of a program object's compiled and linked executable source /// /// @@ -75000,7 +75000,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_get_program_binary|VERSION_4_1", Version = "", EntryPoint = "glGetProgramBinary")] + [AutoGenerated(Category = "ARB_get_program_binary|VERSION_4_1", Version = "4.1", EntryPoint = "glGetProgramBinary")] public static void GetProgramBinary(UInt32 program, Int32 bufSize, [OutAttribute] out Int32 length, [OutAttribute] out OpenTK.Graphics.OpenGL.BinaryFormat binaryFormat, [InAttribute, OutAttribute] ref T4 binary) where T4 : struct @@ -75034,7 +75034,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_get_program_binary|VERSION_4_1] /// Return a binary representation of a program object's compiled and linked executable source /// /// @@ -75063,7 +75063,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_get_program_binary|VERSION_4_1", Version = "", EntryPoint = "glGetProgramBinary")] + [AutoGenerated(Category = "ARB_get_program_binary|VERSION_4_1", Version = "4.1", EntryPoint = "glGetProgramBinary")] public static unsafe void GetProgramBinary(UInt32 program, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] OpenTK.Graphics.OpenGL.BinaryFormat* binaryFormat, [OutAttribute] IntPtr binary) { @@ -75078,7 +75078,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_get_program_binary|VERSION_4_1] /// Return a binary representation of a program object's compiled and linked executable source /// /// @@ -75107,7 +75107,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_get_program_binary|VERSION_4_1", Version = "", EntryPoint = "glGetProgramBinary")] + [AutoGenerated(Category = "ARB_get_program_binary|VERSION_4_1", Version = "4.1", EntryPoint = "glGetProgramBinary")] public static unsafe void GetProgramBinary(UInt32 program, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] OpenTK.Graphics.OpenGL.BinaryFormat* binaryFormat, [InAttribute, OutAttribute] T4[] binary) where T4 : struct @@ -75131,7 +75131,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_get_program_binary|VERSION_4_1] /// Return a binary representation of a program object's compiled and linked executable source /// /// @@ -75160,7 +75160,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_get_program_binary|VERSION_4_1", Version = "", EntryPoint = "glGetProgramBinary")] + [AutoGenerated(Category = "ARB_get_program_binary|VERSION_4_1", Version = "4.1", EntryPoint = "glGetProgramBinary")] public static unsafe void GetProgramBinary(UInt32 program, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] OpenTK.Graphics.OpenGL.BinaryFormat* binaryFormat, [InAttribute, OutAttribute] T4[,] binary) where T4 : struct @@ -75184,7 +75184,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_get_program_binary|VERSION_4_1] /// Return a binary representation of a program object's compiled and linked executable source /// /// @@ -75213,7 +75213,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_get_program_binary|VERSION_4_1", Version = "", EntryPoint = "glGetProgramBinary")] + [AutoGenerated(Category = "ARB_get_program_binary|VERSION_4_1", Version = "4.1", EntryPoint = "glGetProgramBinary")] public static unsafe void GetProgramBinary(UInt32 program, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] OpenTK.Graphics.OpenGL.BinaryFormat* binaryFormat, [InAttribute, OutAttribute] T4[,,] binary) where T4 : struct @@ -75237,7 +75237,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_get_program_binary|VERSION_4_1] /// Return a binary representation of a program object's compiled and linked executable source /// /// @@ -75266,7 +75266,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_get_program_binary|VERSION_4_1", Version = "", EntryPoint = "glGetProgramBinary")] + [AutoGenerated(Category = "ARB_get_program_binary|VERSION_4_1", Version = "4.1", EntryPoint = "glGetProgramBinary")] public static unsafe void GetProgramBinary(UInt32 program, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] OpenTK.Graphics.OpenGL.BinaryFormat* binaryFormat, [InAttribute, OutAttribute] ref T4 binary) where T4 : struct @@ -75460,7 +75460,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and ARB_program_interface_query|VERSION_4_3] /// Query a property of an interface in a program /// /// @@ -75483,7 +75483,7 @@ namespace OpenTK.Graphics.OpenGL /// The address of a variable to retrieve the value of pname for the program interface. /// /// - [AutoGenerated(Category = "ARB_program_interface_query|VERSION_4_3", Version = "", EntryPoint = "glGetProgramInterfaceiv")] + [AutoGenerated(Category = "ARB_program_interface_query|VERSION_4_3", Version = "4.3", EntryPoint = "glGetProgramInterfaceiv")] public static void GetProgramInterface(Int32 program, OpenTK.Graphics.OpenGL.ProgramInterface programInterface, OpenTK.Graphics.OpenGL.ProgramInterfaceParameter pname, [OutAttribute] Int32[] @params) { @@ -75504,7 +75504,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and ARB_program_interface_query|VERSION_4_3] /// Query a property of an interface in a program /// /// @@ -75527,7 +75527,7 @@ namespace OpenTK.Graphics.OpenGL /// The address of a variable to retrieve the value of pname for the program interface. /// /// - [AutoGenerated(Category = "ARB_program_interface_query|VERSION_4_3", Version = "", EntryPoint = "glGetProgramInterfaceiv")] + [AutoGenerated(Category = "ARB_program_interface_query|VERSION_4_3", Version = "4.3", EntryPoint = "glGetProgramInterfaceiv")] public static void GetProgramInterface(Int32 program, OpenTK.Graphics.OpenGL.ProgramInterface programInterface, OpenTK.Graphics.OpenGL.ProgramInterfaceParameter pname, [OutAttribute] out Int32 @params) { @@ -75549,7 +75549,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and ARB_program_interface_query|VERSION_4_3] /// Query a property of an interface in a program /// /// @@ -75573,7 +75573,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_program_interface_query|VERSION_4_3", Version = "", EntryPoint = "glGetProgramInterfaceiv")] + [AutoGenerated(Category = "ARB_program_interface_query|VERSION_4_3", Version = "4.3", EntryPoint = "glGetProgramInterfaceiv")] public static unsafe void GetProgramInterface(Int32 program, OpenTK.Graphics.OpenGL.ProgramInterface programInterface, OpenTK.Graphics.OpenGL.ProgramInterfaceParameter pname, [OutAttribute] Int32* @params) { @@ -75588,7 +75588,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and ARB_program_interface_query|VERSION_4_3] /// Query a property of an interface in a program /// /// @@ -75612,7 +75612,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_program_interface_query|VERSION_4_3", Version = "", EntryPoint = "glGetProgramInterfaceiv")] + [AutoGenerated(Category = "ARB_program_interface_query|VERSION_4_3", Version = "4.3", EntryPoint = "glGetProgramInterfaceiv")] public static void GetProgramInterface(UInt32 program, OpenTK.Graphics.OpenGL.ProgramInterface programInterface, OpenTK.Graphics.OpenGL.ProgramInterfaceParameter pname, [OutAttribute] Int32[] @params) { @@ -75633,7 +75633,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and ARB_program_interface_query|VERSION_4_3] /// Query a property of an interface in a program /// /// @@ -75657,7 +75657,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_program_interface_query|VERSION_4_3", Version = "", EntryPoint = "glGetProgramInterfaceiv")] + [AutoGenerated(Category = "ARB_program_interface_query|VERSION_4_3", Version = "4.3", EntryPoint = "glGetProgramInterfaceiv")] public static void GetProgramInterface(UInt32 program, OpenTK.Graphics.OpenGL.ProgramInterface programInterface, OpenTK.Graphics.OpenGL.ProgramInterfaceParameter pname, [OutAttribute] out Int32 @params) { @@ -75679,7 +75679,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and ARB_program_interface_query|VERSION_4_3] /// Query a property of an interface in a program /// /// @@ -75703,7 +75703,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_program_interface_query|VERSION_4_3", Version = "", EntryPoint = "glGetProgramInterfaceiv")] + [AutoGenerated(Category = "ARB_program_interface_query|VERSION_4_3", Version = "4.3", EntryPoint = "glGetProgramInterfaceiv")] public static unsafe void GetProgramInterface(UInt32 program, OpenTK.Graphics.OpenGL.ProgramInterface programInterface, OpenTK.Graphics.OpenGL.ProgramInterfaceParameter pname, [OutAttribute] Int32* @params) { @@ -75946,7 +75946,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Retrieve the info log string from a program pipeline object /// /// @@ -75969,7 +75969,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the address of an array of characters into which will be written the info log for pipeline. /// /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glGetProgramPipelineInfoLog")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glGetProgramPipelineInfoLog")] public static void GetProgramPipelineInfoLog(Int32 pipeline, Int32 bufSize, [OutAttribute] out Int32 length, [OutAttribute] StringBuilder infoLog) { @@ -75991,7 +75991,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Retrieve the info log string from a program pipeline object /// /// @@ -76015,7 +76015,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glGetProgramPipelineInfoLog")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glGetProgramPipelineInfoLog")] public static unsafe void GetProgramPipelineInfoLog(Int32 pipeline, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] StringBuilder infoLog) { @@ -76030,7 +76030,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Retrieve the info log string from a program pipeline object /// /// @@ -76054,7 +76054,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glGetProgramPipelineInfoLog")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glGetProgramPipelineInfoLog")] public static void GetProgramPipelineInfoLog(UInt32 pipeline, Int32 bufSize, [OutAttribute] out Int32 length, [OutAttribute] StringBuilder infoLog) { @@ -76076,7 +76076,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Retrieve the info log string from a program pipeline object /// /// @@ -76100,7 +76100,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glGetProgramPipelineInfoLog")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glGetProgramPipelineInfoLog")] public static unsafe void GetProgramPipelineInfoLog(UInt32 pipeline, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] StringBuilder infoLog) { @@ -76115,7 +76115,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Retrieve properties of a program pipeline object /// /// @@ -76133,7 +76133,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the address of a variable into which will be written the value or values of pname for pipeline. /// /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glGetProgramPipelineiv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glGetProgramPipelineiv")] public static void GetProgramPipeline(Int32 pipeline, OpenTK.Graphics.OpenGL.ProgramPipelineParameter pname, [OutAttribute] Int32[] @params) { @@ -76154,7 +76154,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Retrieve properties of a program pipeline object /// /// @@ -76172,7 +76172,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the address of a variable into which will be written the value or values of pname for pipeline. /// /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glGetProgramPipelineiv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glGetProgramPipelineiv")] public static void GetProgramPipeline(Int32 pipeline, OpenTK.Graphics.OpenGL.ProgramPipelineParameter pname, [OutAttribute] out Int32 @params) { @@ -76194,7 +76194,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Retrieve properties of a program pipeline object /// /// @@ -76213,7 +76213,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glGetProgramPipelineiv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glGetProgramPipelineiv")] public static unsafe void GetProgramPipeline(Int32 pipeline, OpenTK.Graphics.OpenGL.ProgramPipelineParameter pname, [OutAttribute] Int32* @params) { @@ -76228,7 +76228,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Retrieve properties of a program pipeline object /// /// @@ -76247,7 +76247,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glGetProgramPipelineiv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glGetProgramPipelineiv")] public static void GetProgramPipeline(UInt32 pipeline, OpenTK.Graphics.OpenGL.ProgramPipelineParameter pname, [OutAttribute] Int32[] @params) { @@ -76268,7 +76268,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Retrieve properties of a program pipeline object /// /// @@ -76287,7 +76287,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glGetProgramPipelineiv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glGetProgramPipelineiv")] public static void GetProgramPipeline(UInt32 pipeline, OpenTK.Graphics.OpenGL.ProgramPipelineParameter pname, [OutAttribute] out Int32 @params) { @@ -76309,7 +76309,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Retrieve properties of a program pipeline object /// /// @@ -76328,7 +76328,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glGetProgramPipelineiv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glGetProgramPipelineiv")] public static unsafe void GetProgramPipeline(UInt32 pipeline, OpenTK.Graphics.OpenGL.ProgramPipelineParameter pname, [OutAttribute] Int32* @params) { @@ -76343,7 +76343,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and ARB_program_interface_query|VERSION_4_3] /// Query the index of a named resource within a program /// /// @@ -76361,7 +76361,7 @@ namespace OpenTK.Graphics.OpenGL /// The name of the resource to query the index of. /// /// - [AutoGenerated(Category = "ARB_program_interface_query|VERSION_4_3", Version = "", EntryPoint = "glGetProgramResourceIndex")] + [AutoGenerated(Category = "ARB_program_interface_query|VERSION_4_3", Version = "4.3", EntryPoint = "glGetProgramResourceIndex")] public static Int32 GetProgramResourceIndex(Int32 program, OpenTK.Graphics.OpenGL.ProgramInterface programInterface, String name) { @@ -76376,7 +76376,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and ARB_program_interface_query|VERSION_4_3] /// Query the index of a named resource within a program /// /// @@ -76395,7 +76395,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_program_interface_query|VERSION_4_3", Version = "", EntryPoint = "glGetProgramResourceIndex")] + [AutoGenerated(Category = "ARB_program_interface_query|VERSION_4_3", Version = "4.3", EntryPoint = "glGetProgramResourceIndex")] public static Int32 GetProgramResourceIndex(UInt32 program, OpenTK.Graphics.OpenGL.ProgramInterface programInterface, String name) { @@ -76410,7 +76410,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and ARB_program_interface_query|VERSION_4_3] /// Retrieve values for multiple properties of a single active resource within a program object /// /// @@ -76423,7 +76423,7 @@ namespace OpenTK.Graphics.OpenGL /// A token identifying the interface within program containing the resource named name. /// /// - [AutoGenerated(Category = "ARB_program_interface_query|VERSION_4_3", Version = "", EntryPoint = "glGetProgramResourceiv")] + [AutoGenerated(Category = "ARB_program_interface_query|VERSION_4_3", Version = "4.3", EntryPoint = "glGetProgramResourceiv")] public static void GetProgramResource(Int32 program, OpenTK.Graphics.OpenGL.ProgramInterface programInterface, Int32 index, Int32 propCount, OpenTK.Graphics.OpenGL.ProgramProperty[] props, Int32 bufSize, [OutAttribute] Int32[] length, [OutAttribute] Int32[] @params) { @@ -76446,7 +76446,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and ARB_program_interface_query|VERSION_4_3] /// Retrieve values for multiple properties of a single active resource within a program object /// /// @@ -76459,7 +76459,7 @@ namespace OpenTK.Graphics.OpenGL /// A token identifying the interface within program containing the resource named name. /// /// - [AutoGenerated(Category = "ARB_program_interface_query|VERSION_4_3", Version = "", EntryPoint = "glGetProgramResourceiv")] + [AutoGenerated(Category = "ARB_program_interface_query|VERSION_4_3", Version = "4.3", EntryPoint = "glGetProgramResourceiv")] public static void GetProgramResource(Int32 program, OpenTK.Graphics.OpenGL.ProgramInterface programInterface, Int32 index, Int32 propCount, ref OpenTK.Graphics.OpenGL.ProgramProperty props, Int32 bufSize, [OutAttribute] out Int32 length, [OutAttribute] out Int32 @params) { @@ -76484,7 +76484,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and ARB_program_interface_query|VERSION_4_3] /// Retrieve values for multiple properties of a single active resource within a program object /// /// @@ -76498,7 +76498,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_program_interface_query|VERSION_4_3", Version = "", EntryPoint = "glGetProgramResourceiv")] + [AutoGenerated(Category = "ARB_program_interface_query|VERSION_4_3", Version = "4.3", EntryPoint = "glGetProgramResourceiv")] public static unsafe void GetProgramResource(Int32 program, OpenTK.Graphics.OpenGL.ProgramInterface programInterface, Int32 index, Int32 propCount, OpenTK.Graphics.OpenGL.ProgramProperty* props, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] Int32* @params) { @@ -76513,7 +76513,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and ARB_program_interface_query|VERSION_4_3] /// Retrieve values for multiple properties of a single active resource within a program object /// /// @@ -76527,7 +76527,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_program_interface_query|VERSION_4_3", Version = "", EntryPoint = "glGetProgramResourceiv")] + [AutoGenerated(Category = "ARB_program_interface_query|VERSION_4_3", Version = "4.3", EntryPoint = "glGetProgramResourceiv")] public static void GetProgramResource(UInt32 program, OpenTK.Graphics.OpenGL.ProgramInterface programInterface, UInt32 index, Int32 propCount, OpenTK.Graphics.OpenGL.ProgramProperty[] props, Int32 bufSize, [OutAttribute] Int32[] length, [OutAttribute] Int32[] @params) { @@ -76550,7 +76550,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and ARB_program_interface_query|VERSION_4_3] /// Retrieve values for multiple properties of a single active resource within a program object /// /// @@ -76564,7 +76564,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_program_interface_query|VERSION_4_3", Version = "", EntryPoint = "glGetProgramResourceiv")] + [AutoGenerated(Category = "ARB_program_interface_query|VERSION_4_3", Version = "4.3", EntryPoint = "glGetProgramResourceiv")] public static void GetProgramResource(UInt32 program, OpenTK.Graphics.OpenGL.ProgramInterface programInterface, UInt32 index, Int32 propCount, ref OpenTK.Graphics.OpenGL.ProgramProperty props, Int32 bufSize, [OutAttribute] out Int32 length, [OutAttribute] out Int32 @params) { @@ -76589,7 +76589,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and ARB_program_interface_query|VERSION_4_3] /// Retrieve values for multiple properties of a single active resource within a program object /// /// @@ -76603,7 +76603,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_program_interface_query|VERSION_4_3", Version = "", EntryPoint = "glGetProgramResourceiv")] + [AutoGenerated(Category = "ARB_program_interface_query|VERSION_4_3", Version = "4.3", EntryPoint = "glGetProgramResourceiv")] public static unsafe void GetProgramResource(UInt32 program, OpenTK.Graphics.OpenGL.ProgramInterface programInterface, UInt32 index, Int32 propCount, OpenTK.Graphics.OpenGL.ProgramProperty* props, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] Int32* @params) { @@ -76618,7 +76618,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and ARB_program_interface_query|VERSION_4_3] /// Query the location of a named resource within a program /// /// @@ -76636,7 +76636,7 @@ namespace OpenTK.Graphics.OpenGL /// The name of the resource to query the location of. /// /// - [AutoGenerated(Category = "ARB_program_interface_query|VERSION_4_3", Version = "", EntryPoint = "glGetProgramResourceLocation")] + [AutoGenerated(Category = "ARB_program_interface_query|VERSION_4_3", Version = "4.3", EntryPoint = "glGetProgramResourceLocation")] public static Int32 GetProgramResourceLocation(Int32 program, OpenTK.Graphics.OpenGL.ProgramInterface programInterface, String name) { @@ -76651,7 +76651,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and ARB_program_interface_query|VERSION_4_3] /// Query the location of a named resource within a program /// /// @@ -76670,7 +76670,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_program_interface_query|VERSION_4_3", Version = "", EntryPoint = "glGetProgramResourceLocation")] + [AutoGenerated(Category = "ARB_program_interface_query|VERSION_4_3", Version = "4.3", EntryPoint = "glGetProgramResourceLocation")] public static Int32 GetProgramResourceLocation(UInt32 program, OpenTK.Graphics.OpenGL.ProgramInterface programInterface, String name) { @@ -76685,7 +76685,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and ARB_program_interface_query|VERSION_4_3] /// Query the fragment color index of a named variable within a program /// /// @@ -76703,7 +76703,7 @@ namespace OpenTK.Graphics.OpenGL /// The name of the resource to query the location of. /// /// - [AutoGenerated(Category = "ARB_program_interface_query|VERSION_4_3", Version = "", EntryPoint = "glGetProgramResourceLocationIndex")] + [AutoGenerated(Category = "ARB_program_interface_query|VERSION_4_3", Version = "4.3", EntryPoint = "glGetProgramResourceLocationIndex")] public static Int32 GetProgramResourceLocationIndex(Int32 program, OpenTK.Graphics.OpenGL.ProgramInterface programInterface, String name) { @@ -76718,7 +76718,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and ARB_program_interface_query|VERSION_4_3] /// Query the fragment color index of a named variable within a program /// /// @@ -76737,7 +76737,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_program_interface_query|VERSION_4_3", Version = "", EntryPoint = "glGetProgramResourceLocationIndex")] + [AutoGenerated(Category = "ARB_program_interface_query|VERSION_4_3", Version = "4.3", EntryPoint = "glGetProgramResourceLocationIndex")] public static Int32 GetProgramResourceLocationIndex(UInt32 program, OpenTK.Graphics.OpenGL.ProgramInterface programInterface, String name) { @@ -76752,7 +76752,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and ARB_program_interface_query|VERSION_4_3] /// Query the name of an indexed resource within a program /// /// @@ -76785,7 +76785,7 @@ namespace OpenTK.Graphics.OpenGL /// The address of a character array into which will be written the name of the resource. /// /// - [AutoGenerated(Category = "ARB_program_interface_query|VERSION_4_3", Version = "", EntryPoint = "glGetProgramResourceName")] + [AutoGenerated(Category = "ARB_program_interface_query|VERSION_4_3", Version = "4.3", EntryPoint = "glGetProgramResourceName")] public static void GetProgramResourceName(Int32 program, OpenTK.Graphics.OpenGL.ProgramInterface programInterface, Int32 index, Int32 bufSize, [OutAttribute] Int32[] length, [OutAttribute] StringBuilder name) { @@ -76806,7 +76806,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and ARB_program_interface_query|VERSION_4_3] /// Query the name of an indexed resource within a program /// /// @@ -76839,7 +76839,7 @@ namespace OpenTK.Graphics.OpenGL /// The address of a character array into which will be written the name of the resource. /// /// - [AutoGenerated(Category = "ARB_program_interface_query|VERSION_4_3", Version = "", EntryPoint = "glGetProgramResourceName")] + [AutoGenerated(Category = "ARB_program_interface_query|VERSION_4_3", Version = "4.3", EntryPoint = "glGetProgramResourceName")] public static void GetProgramResourceName(Int32 program, OpenTK.Graphics.OpenGL.ProgramInterface programInterface, Int32 index, Int32 bufSize, [OutAttribute] out Int32 length, [OutAttribute] StringBuilder name) { @@ -76861,7 +76861,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and ARB_program_interface_query|VERSION_4_3] /// Query the name of an indexed resource within a program /// /// @@ -76895,7 +76895,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_program_interface_query|VERSION_4_3", Version = "", EntryPoint = "glGetProgramResourceName")] + [AutoGenerated(Category = "ARB_program_interface_query|VERSION_4_3", Version = "4.3", EntryPoint = "glGetProgramResourceName")] public static unsafe void GetProgramResourceName(Int32 program, OpenTK.Graphics.OpenGL.ProgramInterface programInterface, Int32 index, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] StringBuilder name) { @@ -76910,7 +76910,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and ARB_program_interface_query|VERSION_4_3] /// Query the name of an indexed resource within a program /// /// @@ -76944,7 +76944,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_program_interface_query|VERSION_4_3", Version = "", EntryPoint = "glGetProgramResourceName")] + [AutoGenerated(Category = "ARB_program_interface_query|VERSION_4_3", Version = "4.3", EntryPoint = "glGetProgramResourceName")] public static void GetProgramResourceName(UInt32 program, OpenTK.Graphics.OpenGL.ProgramInterface programInterface, UInt32 index, Int32 bufSize, [OutAttribute] Int32[] length, [OutAttribute] StringBuilder name) { @@ -76965,7 +76965,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and ARB_program_interface_query|VERSION_4_3] /// Query the name of an indexed resource within a program /// /// @@ -76999,7 +76999,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_program_interface_query|VERSION_4_3", Version = "", EntryPoint = "glGetProgramResourceName")] + [AutoGenerated(Category = "ARB_program_interface_query|VERSION_4_3", Version = "4.3", EntryPoint = "glGetProgramResourceName")] public static void GetProgramResourceName(UInt32 program, OpenTK.Graphics.OpenGL.ProgramInterface programInterface, UInt32 index, Int32 bufSize, [OutAttribute] out Int32 length, [OutAttribute] StringBuilder name) { @@ -77021,7 +77021,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and ARB_program_interface_query|VERSION_4_3] /// Query the name of an indexed resource within a program /// /// @@ -77055,7 +77055,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_program_interface_query|VERSION_4_3", Version = "", EntryPoint = "glGetProgramResourceName")] + [AutoGenerated(Category = "ARB_program_interface_query|VERSION_4_3", Version = "4.3", EntryPoint = "glGetProgramResourceName")] public static unsafe void GetProgramResourceName(UInt32 program, OpenTK.Graphics.OpenGL.ProgramInterface programInterface, UInt32 index, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] StringBuilder name) { @@ -77070,7 +77070,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.0 and ARB_shader_subroutine|VERSION_4_0] /// Retrieve properties of a program object corresponding to a specified shader stage /// /// @@ -77093,7 +77093,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the address of a variable into which the queried value or values will be placed. /// /// - [AutoGenerated(Category = "ARB_shader_subroutine|VERSION_4_0", Version = "", EntryPoint = "glGetProgramStageiv")] + [AutoGenerated(Category = "ARB_shader_subroutine|VERSION_4_0", Version = "4.0", EntryPoint = "glGetProgramStageiv")] public static void GetProgramStage(Int32 program, OpenTK.Graphics.OpenGL.ShaderType shadertype, OpenTK.Graphics.OpenGL.ProgramStageParameter pname, [OutAttribute] out Int32 values) { @@ -77115,7 +77115,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.0 and ARB_shader_subroutine|VERSION_4_0] /// Retrieve properties of a program object corresponding to a specified shader stage /// /// @@ -77139,7 +77139,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_shader_subroutine|VERSION_4_0", Version = "", EntryPoint = "glGetProgramStageiv")] + [AutoGenerated(Category = "ARB_shader_subroutine|VERSION_4_0", Version = "4.0", EntryPoint = "glGetProgramStageiv")] public static unsafe void GetProgramStage(Int32 program, OpenTK.Graphics.OpenGL.ShaderType shadertype, OpenTK.Graphics.OpenGL.ProgramStageParameter pname, [OutAttribute] Int32* values) { @@ -77154,7 +77154,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.0 and ARB_shader_subroutine|VERSION_4_0] /// Retrieve properties of a program object corresponding to a specified shader stage /// /// @@ -77178,7 +77178,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_shader_subroutine|VERSION_4_0", Version = "", EntryPoint = "glGetProgramStageiv")] + [AutoGenerated(Category = "ARB_shader_subroutine|VERSION_4_0", Version = "4.0", EntryPoint = "glGetProgramStageiv")] public static void GetProgramStage(UInt32 program, OpenTK.Graphics.OpenGL.ShaderType shadertype, OpenTK.Graphics.OpenGL.ProgramStageParameter pname, [OutAttribute] out Int32 values) { @@ -77200,7 +77200,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.0 and ARB_shader_subroutine|VERSION_4_0] /// Retrieve properties of a program object corresponding to a specified shader stage /// /// @@ -77224,7 +77224,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_shader_subroutine|VERSION_4_0", Version = "", EntryPoint = "glGetProgramStageiv")] + [AutoGenerated(Category = "ARB_shader_subroutine|VERSION_4_0", Version = "4.0", EntryPoint = "glGetProgramStageiv")] public static unsafe void GetProgramStage(UInt32 program, OpenTK.Graphics.OpenGL.ShaderType shadertype, OpenTK.Graphics.OpenGL.ProgramStageParameter pname, [OutAttribute] Int32* values) { @@ -77239,7 +77239,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.0 and ARB_transform_feedback3|VERSION_4_0] /// Return parameters of an indexed query object target /// /// @@ -77262,7 +77262,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns the requested data. /// /// - [AutoGenerated(Category = "ARB_transform_feedback3|VERSION_4_0", Version = "", EntryPoint = "glGetQueryIndexediv")] + [AutoGenerated(Category = "ARB_transform_feedback3|VERSION_4_0", Version = "4.0", EntryPoint = "glGetQueryIndexediv")] public static void GetQueryIndexed(OpenTK.Graphics.OpenGL.QueryTarget target, Int32 index, OpenTK.Graphics.OpenGL.GetQueryParam pname, [OutAttribute] Int32[] @params) { @@ -77283,7 +77283,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.0 and ARB_transform_feedback3|VERSION_4_0] /// Return parameters of an indexed query object target /// /// @@ -77306,7 +77306,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns the requested data. /// /// - [AutoGenerated(Category = "ARB_transform_feedback3|VERSION_4_0", Version = "", EntryPoint = "glGetQueryIndexediv")] + [AutoGenerated(Category = "ARB_transform_feedback3|VERSION_4_0", Version = "4.0", EntryPoint = "glGetQueryIndexediv")] public static void GetQueryIndexed(OpenTK.Graphics.OpenGL.QueryTarget target, Int32 index, OpenTK.Graphics.OpenGL.GetQueryParam pname, [OutAttribute] out Int32 @params) { @@ -77328,7 +77328,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.0 and ARB_transform_feedback3|VERSION_4_0] /// Return parameters of an indexed query object target /// /// @@ -77352,7 +77352,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_transform_feedback3|VERSION_4_0", Version = "", EntryPoint = "glGetQueryIndexediv")] + [AutoGenerated(Category = "ARB_transform_feedback3|VERSION_4_0", Version = "4.0", EntryPoint = "glGetQueryIndexediv")] public static unsafe void GetQueryIndexed(OpenTK.Graphics.OpenGL.QueryTarget target, Int32 index, OpenTK.Graphics.OpenGL.GetQueryParam pname, [OutAttribute] Int32* @params) { @@ -77367,7 +77367,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.0 and ARB_transform_feedback3|VERSION_4_0] /// Return parameters of an indexed query object target /// /// @@ -77391,7 +77391,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_transform_feedback3|VERSION_4_0", Version = "", EntryPoint = "glGetQueryIndexediv")] + [AutoGenerated(Category = "ARB_transform_feedback3|VERSION_4_0", Version = "4.0", EntryPoint = "glGetQueryIndexediv")] public static void GetQueryIndexed(OpenTK.Graphics.OpenGL.QueryTarget target, UInt32 index, OpenTK.Graphics.OpenGL.GetQueryParam pname, [OutAttribute] Int32[] @params) { @@ -77412,7 +77412,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.0 and ARB_transform_feedback3|VERSION_4_0] /// Return parameters of an indexed query object target /// /// @@ -77436,7 +77436,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_transform_feedback3|VERSION_4_0", Version = "", EntryPoint = "glGetQueryIndexediv")] + [AutoGenerated(Category = "ARB_transform_feedback3|VERSION_4_0", Version = "4.0", EntryPoint = "glGetQueryIndexediv")] public static void GetQueryIndexed(OpenTK.Graphics.OpenGL.QueryTarget target, UInt32 index, OpenTK.Graphics.OpenGL.GetQueryParam pname, [OutAttribute] out Int32 @params) { @@ -77458,7 +77458,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.0 and ARB_transform_feedback3|VERSION_4_0] /// Return parameters of an indexed query object target /// /// @@ -77482,7 +77482,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_transform_feedback3|VERSION_4_0", Version = "", EntryPoint = "glGetQueryIndexediv")] + [AutoGenerated(Category = "ARB_transform_feedback3|VERSION_4_0", Version = "4.0", EntryPoint = "glGetQueryIndexediv")] public static unsafe void GetQueryIndexed(OpenTK.Graphics.OpenGL.QueryTarget target, UInt32 index, OpenTK.Graphics.OpenGL.GetQueryParam pname, [OutAttribute] Int32* @params) { @@ -77610,7 +77610,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.3 and ARB_timer_query|VERSION_3_3] /// Return parameters of a query object /// /// @@ -77628,7 +77628,7 @@ namespace OpenTK.Graphics.OpenGL /// If a buffer is bound to the GL_QUERY_RESULT_BUFFER target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to GL_QUERY_RESULT_BUFFER, then params is treated as an address in client memory of a variable to receive the resulting data. /// /// - [AutoGenerated(Category = "ARB_timer_query|VERSION_3_3", Version = "", EntryPoint = "glGetQueryObjecti64v")] + [AutoGenerated(Category = "ARB_timer_query|VERSION_3_3", Version = "3.3", EntryPoint = "glGetQueryObjecti64v")] public static void GetQueryObject(Int32 id, OpenTK.Graphics.OpenGL.GetQueryObjectParam pname, [OutAttribute] Int64[] @params) { @@ -77649,7 +77649,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.3 and ARB_timer_query|VERSION_3_3] /// Return parameters of a query object /// /// @@ -77667,7 +77667,7 @@ namespace OpenTK.Graphics.OpenGL /// If a buffer is bound to the GL_QUERY_RESULT_BUFFER target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to GL_QUERY_RESULT_BUFFER, then params is treated as an address in client memory of a variable to receive the resulting data. /// /// - [AutoGenerated(Category = "ARB_timer_query|VERSION_3_3", Version = "", EntryPoint = "glGetQueryObjecti64v")] + [AutoGenerated(Category = "ARB_timer_query|VERSION_3_3", Version = "3.3", EntryPoint = "glGetQueryObjecti64v")] public static void GetQueryObject(Int32 id, OpenTK.Graphics.OpenGL.GetQueryObjectParam pname, [OutAttribute] out Int64 @params) { @@ -77689,7 +77689,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.3 and ARB_timer_query|VERSION_3_3] /// Return parameters of a query object /// /// @@ -77708,7 +77708,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_timer_query|VERSION_3_3", Version = "", EntryPoint = "glGetQueryObjecti64v")] + [AutoGenerated(Category = "ARB_timer_query|VERSION_3_3", Version = "3.3", EntryPoint = "glGetQueryObjecti64v")] public static unsafe void GetQueryObject(Int32 id, OpenTK.Graphics.OpenGL.GetQueryObjectParam pname, [OutAttribute] Int64* @params) { @@ -77723,7 +77723,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.3 and ARB_timer_query|VERSION_3_3] /// Return parameters of a query object /// /// @@ -77742,7 +77742,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_timer_query|VERSION_3_3", Version = "", EntryPoint = "glGetQueryObjecti64v")] + [AutoGenerated(Category = "ARB_timer_query|VERSION_3_3", Version = "3.3", EntryPoint = "glGetQueryObjecti64v")] public static void GetQueryObject(UInt32 id, OpenTK.Graphics.OpenGL.GetQueryObjectParam pname, [OutAttribute] Int64[] @params) { @@ -77763,7 +77763,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.3 and ARB_timer_query|VERSION_3_3] /// Return parameters of a query object /// /// @@ -77782,7 +77782,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_timer_query|VERSION_3_3", Version = "", EntryPoint = "glGetQueryObjecti64v")] + [AutoGenerated(Category = "ARB_timer_query|VERSION_3_3", Version = "3.3", EntryPoint = "glGetQueryObjecti64v")] public static void GetQueryObject(UInt32 id, OpenTK.Graphics.OpenGL.GetQueryObjectParam pname, [OutAttribute] out Int64 @params) { @@ -77804,7 +77804,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.3 and ARB_timer_query|VERSION_3_3] /// Return parameters of a query object /// /// @@ -77823,7 +77823,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_timer_query|VERSION_3_3", Version = "", EntryPoint = "glGetQueryObjecti64v")] + [AutoGenerated(Category = "ARB_timer_query|VERSION_3_3", Version = "3.3", EntryPoint = "glGetQueryObjecti64v")] public static unsafe void GetQueryObject(UInt32 id, OpenTK.Graphics.OpenGL.GetQueryObjectParam pname, [OutAttribute] Int64* @params) { @@ -78066,7 +78066,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.3 and ARB_timer_query|VERSION_3_3] /// Return parameters of a query object /// /// @@ -78085,7 +78085,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_timer_query|VERSION_3_3", Version = "", EntryPoint = "glGetQueryObjectui64v")] + [AutoGenerated(Category = "ARB_timer_query|VERSION_3_3", Version = "3.3", EntryPoint = "glGetQueryObjectui64v")] public static void GetQueryObject(UInt32 id, OpenTK.Graphics.OpenGL.GetQueryObjectParam pname, [OutAttribute] UInt64[] @params) { @@ -78106,7 +78106,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.3 and ARB_timer_query|VERSION_3_3] /// Return parameters of a query object /// /// @@ -78125,7 +78125,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_timer_query|VERSION_3_3", Version = "", EntryPoint = "glGetQueryObjectui64v")] + [AutoGenerated(Category = "ARB_timer_query|VERSION_3_3", Version = "3.3", EntryPoint = "glGetQueryObjectui64v")] public static void GetQueryObject(UInt32 id, OpenTK.Graphics.OpenGL.GetQueryObjectParam pname, [OutAttribute] out UInt64 @params) { @@ -78147,7 +78147,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.3 and ARB_timer_query|VERSION_3_3] /// Return parameters of a query object /// /// @@ -78166,7 +78166,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_timer_query|VERSION_3_3", Version = "", EntryPoint = "glGetQueryObjectui64v")] + [AutoGenerated(Category = "ARB_timer_query|VERSION_3_3", Version = "3.3", EntryPoint = "glGetQueryObjectui64v")] public static unsafe void GetQueryObject(UInt32 id, OpenTK.Graphics.OpenGL.GetQueryObjectParam pname, [OutAttribute] UInt64* @params) { @@ -78296,7 +78296,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.0 and ARB_framebuffer_object|VERSION_3_0] /// Retrieve information about a bound renderbuffer object /// /// @@ -78314,7 +78314,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the address of an array to receive the value of the queried parameter. /// /// - [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "", EntryPoint = "glGetRenderbufferParameteriv")] + [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "3.0", EntryPoint = "glGetRenderbufferParameteriv")] public static void GetRenderbufferParameter(OpenTK.Graphics.OpenGL.RenderbufferTarget target, OpenTK.Graphics.OpenGL.RenderbufferParameterName pname, [OutAttribute] Int32[] @params) { @@ -78335,7 +78335,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.0 and ARB_framebuffer_object|VERSION_3_0] /// Retrieve information about a bound renderbuffer object /// /// @@ -78353,7 +78353,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the address of an array to receive the value of the queried parameter. /// /// - [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "", EntryPoint = "glGetRenderbufferParameteriv")] + [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "3.0", EntryPoint = "glGetRenderbufferParameteriv")] public static void GetRenderbufferParameter(OpenTK.Graphics.OpenGL.RenderbufferTarget target, OpenTK.Graphics.OpenGL.RenderbufferParameterName pname, [OutAttribute] out Int32 @params) { @@ -78375,7 +78375,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.0 and ARB_framebuffer_object|VERSION_3_0] /// Retrieve information about a bound renderbuffer object /// /// @@ -78394,7 +78394,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "", EntryPoint = "glGetRenderbufferParameteriv")] + [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "3.0", EntryPoint = "glGetRenderbufferParameteriv")] public static unsafe void GetRenderbufferParameter(OpenTK.Graphics.OpenGL.RenderbufferTarget target, OpenTK.Graphics.OpenGL.RenderbufferParameterName pname, [OutAttribute] Int32* @params) { @@ -78409,7 +78409,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.3 and ARB_sampler_objects|VERSION_3_3] /// Return sampler parameter values /// /// @@ -78427,7 +78427,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns the sampler parameters. /// /// - [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "", EntryPoint = "glGetSamplerParameterfv")] + [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "3.3", EntryPoint = "glGetSamplerParameterfv")] public static void GetSamplerParameter(Int32 sampler, OpenTK.Graphics.OpenGL.SamplerParameter pname, [OutAttribute] Single[] @params) { @@ -78448,7 +78448,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.3 and ARB_sampler_objects|VERSION_3_3] /// Return sampler parameter values /// /// @@ -78466,7 +78466,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns the sampler parameters. /// /// - [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "", EntryPoint = "glGetSamplerParameterfv")] + [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "3.3", EntryPoint = "glGetSamplerParameterfv")] public static void GetSamplerParameter(Int32 sampler, OpenTK.Graphics.OpenGL.SamplerParameter pname, [OutAttribute] out Single @params) { @@ -78488,7 +78488,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.3 and ARB_sampler_objects|VERSION_3_3] /// Return sampler parameter values /// /// @@ -78507,7 +78507,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "", EntryPoint = "glGetSamplerParameterfv")] + [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "3.3", EntryPoint = "glGetSamplerParameterfv")] public static unsafe void GetSamplerParameter(Int32 sampler, OpenTK.Graphics.OpenGL.SamplerParameter pname, [OutAttribute] Single* @params) { @@ -78522,7 +78522,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.3 and ARB_sampler_objects|VERSION_3_3] /// Return sampler parameter values /// /// @@ -78541,7 +78541,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "", EntryPoint = "glGetSamplerParameterfv")] + [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "3.3", EntryPoint = "glGetSamplerParameterfv")] public static void GetSamplerParameter(UInt32 sampler, OpenTK.Graphics.OpenGL.SamplerParameter pname, [OutAttribute] Single[] @params) { @@ -78562,7 +78562,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.3 and ARB_sampler_objects|VERSION_3_3] /// Return sampler parameter values /// /// @@ -78581,7 +78581,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "", EntryPoint = "glGetSamplerParameterfv")] + [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "3.3", EntryPoint = "glGetSamplerParameterfv")] public static void GetSamplerParameter(UInt32 sampler, OpenTK.Graphics.OpenGL.SamplerParameter pname, [OutAttribute] out Single @params) { @@ -78603,7 +78603,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.3 and ARB_sampler_objects|VERSION_3_3] /// Return sampler parameter values /// /// @@ -78622,7 +78622,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "", EntryPoint = "glGetSamplerParameterfv")] + [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "3.3", EntryPoint = "glGetSamplerParameterfv")] public static unsafe void GetSamplerParameter(UInt32 sampler, OpenTK.Graphics.OpenGL.SamplerParameter pname, [OutAttribute] Single* @params) { @@ -78636,8 +78636,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// - [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "", EntryPoint = "glGetSamplerParameterIiv")] + /// [requires: v3.3 and ARB_sampler_objects|VERSION_3_3] + [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "3.3", EntryPoint = "glGetSamplerParameterIiv")] public static void GetSamplerParameterI(Int32 sampler, OpenTK.Graphics.OpenGL.All pname, [OutAttribute] Int32[] @params) { @@ -78657,8 +78657,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// - [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "", EntryPoint = "glGetSamplerParameterIiv")] + /// [requires: v3.3 and ARB_sampler_objects|VERSION_3_3] + [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "3.3", EntryPoint = "glGetSamplerParameterIiv")] public static void GetSamplerParameterI(Int32 sampler, OpenTK.Graphics.OpenGL.All pname, [OutAttribute] out Int32 @params) { @@ -78679,9 +78679,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v3.3 and ARB_sampler_objects|VERSION_3_3] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "", EntryPoint = "glGetSamplerParameterIiv")] + [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "3.3", EntryPoint = "glGetSamplerParameterIiv")] public static unsafe void GetSamplerParameterI(Int32 sampler, OpenTK.Graphics.OpenGL.All pname, [OutAttribute] Int32* @params) { @@ -78695,9 +78695,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v3.3 and ARB_sampler_objects|VERSION_3_3] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "", EntryPoint = "glGetSamplerParameterIiv")] + [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "3.3", EntryPoint = "glGetSamplerParameterIiv")] public static void GetSamplerParameterI(UInt32 sampler, OpenTK.Graphics.OpenGL.All pname, [OutAttribute] Int32[] @params) { @@ -78717,9 +78717,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v3.3 and ARB_sampler_objects|VERSION_3_3] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "", EntryPoint = "glGetSamplerParameterIiv")] + [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "3.3", EntryPoint = "glGetSamplerParameterIiv")] public static void GetSamplerParameterI(UInt32 sampler, OpenTK.Graphics.OpenGL.All pname, [OutAttribute] out Int32 @params) { @@ -78740,9 +78740,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v3.3 and ARB_sampler_objects|VERSION_3_3] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "", EntryPoint = "glGetSamplerParameterIiv")] + [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "3.3", EntryPoint = "glGetSamplerParameterIiv")] public static unsafe void GetSamplerParameterI(UInt32 sampler, OpenTK.Graphics.OpenGL.All pname, [OutAttribute] Int32* @params) { @@ -78756,9 +78756,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v3.3 and ARB_sampler_objects|VERSION_3_3] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "", EntryPoint = "glGetSamplerParameterIuiv")] + [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "3.3", EntryPoint = "glGetSamplerParameterIuiv")] public static void GetSamplerParameterI(UInt32 sampler, OpenTK.Graphics.OpenGL.All pname, [OutAttribute] UInt32[] @params) { @@ -78778,9 +78778,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v3.3 and ARB_sampler_objects|VERSION_3_3] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "", EntryPoint = "glGetSamplerParameterIuiv")] + [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "3.3", EntryPoint = "glGetSamplerParameterIuiv")] public static void GetSamplerParameterI(UInt32 sampler, OpenTK.Graphics.OpenGL.All pname, [OutAttribute] out UInt32 @params) { @@ -78801,9 +78801,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v3.3 and ARB_sampler_objects|VERSION_3_3] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "", EntryPoint = "glGetSamplerParameterIuiv")] + [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "3.3", EntryPoint = "glGetSamplerParameterIuiv")] public static unsafe void GetSamplerParameterI(UInt32 sampler, OpenTK.Graphics.OpenGL.All pname, [OutAttribute] UInt32* @params) { @@ -78818,7 +78818,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.3 and ARB_sampler_objects|VERSION_3_3] /// Return sampler parameter values /// /// @@ -78836,7 +78836,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns the sampler parameters. /// /// - [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "", EntryPoint = "glGetSamplerParameteriv")] + [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "3.3", EntryPoint = "glGetSamplerParameteriv")] public static void GetSamplerParameter(Int32 sampler, OpenTK.Graphics.OpenGL.SamplerParameter pname, [OutAttribute] Int32[] @params) { @@ -78857,7 +78857,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.3 and ARB_sampler_objects|VERSION_3_3] /// Return sampler parameter values /// /// @@ -78875,7 +78875,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns the sampler parameters. /// /// - [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "", EntryPoint = "glGetSamplerParameteriv")] + [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "3.3", EntryPoint = "glGetSamplerParameteriv")] public static void GetSamplerParameter(Int32 sampler, OpenTK.Graphics.OpenGL.SamplerParameter pname, [OutAttribute] out Int32 @params) { @@ -78897,7 +78897,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.3 and ARB_sampler_objects|VERSION_3_3] /// Return sampler parameter values /// /// @@ -78916,7 +78916,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "", EntryPoint = "glGetSamplerParameteriv")] + [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "3.3", EntryPoint = "glGetSamplerParameteriv")] public static unsafe void GetSamplerParameter(Int32 sampler, OpenTK.Graphics.OpenGL.SamplerParameter pname, [OutAttribute] Int32* @params) { @@ -78931,7 +78931,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.3 and ARB_sampler_objects|VERSION_3_3] /// Return sampler parameter values /// /// @@ -78950,7 +78950,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "", EntryPoint = "glGetSamplerParameteriv")] + [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "3.3", EntryPoint = "glGetSamplerParameteriv")] public static void GetSamplerParameter(UInt32 sampler, OpenTK.Graphics.OpenGL.SamplerParameter pname, [OutAttribute] Int32[] @params) { @@ -78971,7 +78971,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.3 and ARB_sampler_objects|VERSION_3_3] /// Return sampler parameter values /// /// @@ -78990,7 +78990,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "", EntryPoint = "glGetSamplerParameteriv")] + [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "3.3", EntryPoint = "glGetSamplerParameteriv")] public static void GetSamplerParameter(UInt32 sampler, OpenTK.Graphics.OpenGL.SamplerParameter pname, [OutAttribute] out Int32 @params) { @@ -79012,7 +79012,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.3 and ARB_sampler_objects|VERSION_3_3] /// Return sampler parameter values /// /// @@ -79031,7 +79031,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "", EntryPoint = "glGetSamplerParameteriv")] + [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "3.3", EntryPoint = "glGetSamplerParameteriv")] public static unsafe void GetSamplerParameter(UInt32 sampler, OpenTK.Graphics.OpenGL.SamplerParameter pname, [OutAttribute] Int32* @params) { @@ -79746,7 +79746,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_ES2_compatibility|VERSION_4_1] /// Retrieve the range and precision for numeric formats supported by the shader compiler /// /// @@ -79769,7 +79769,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the address of an integer into which the numeric precision of the implementation is written. /// /// - [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "", EntryPoint = "glGetShaderPrecisionFormat")] + [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "4.1", EntryPoint = "glGetShaderPrecisionFormat")] public static void GetShaderPrecisionFormat(OpenTK.Graphics.OpenGL.ShaderType shadertype, OpenTK.Graphics.OpenGL.ShaderPrecisionType precisiontype, [OutAttribute] Int32[] range, [OutAttribute] Int32[] precision) { @@ -79791,7 +79791,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_ES2_compatibility|VERSION_4_1] /// Retrieve the range and precision for numeric formats supported by the shader compiler /// /// @@ -79814,7 +79814,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the address of an integer into which the numeric precision of the implementation is written. /// /// - [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "", EntryPoint = "glGetShaderPrecisionFormat")] + [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "4.1", EntryPoint = "glGetShaderPrecisionFormat")] public static void GetShaderPrecisionFormat(OpenTK.Graphics.OpenGL.ShaderType shadertype, OpenTK.Graphics.OpenGL.ShaderPrecisionType precisiontype, [OutAttribute] out Int32 range, [OutAttribute] out Int32 precision) { @@ -79838,7 +79838,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_ES2_compatibility|VERSION_4_1] /// Retrieve the range and precision for numeric formats supported by the shader compiler /// /// @@ -79862,7 +79862,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "", EntryPoint = "glGetShaderPrecisionFormat")] + [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "4.1", EntryPoint = "glGetShaderPrecisionFormat")] public static unsafe void GetShaderPrecisionFormat(OpenTK.Graphics.OpenGL.ShaderType shadertype, OpenTK.Graphics.OpenGL.ShaderPrecisionType precisiontype, [OutAttribute] Int32* range, [OutAttribute] Int32* precision) { @@ -80131,7 +80131,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.0 and ARB_shader_subroutine|VERSION_4_0] /// Retrieve the index of a subroutine uniform of a given shader stage within a program /// /// @@ -80149,7 +80149,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the name of the subroutine uniform whose index to query. /// /// - [AutoGenerated(Category = "ARB_shader_subroutine|VERSION_4_0", Version = "", EntryPoint = "glGetSubroutineIndex")] + [AutoGenerated(Category = "ARB_shader_subroutine|VERSION_4_0", Version = "4.0", EntryPoint = "glGetSubroutineIndex")] public static Int32 GetSubroutineIndex(Int32 program, OpenTK.Graphics.OpenGL.ShaderType shadertype, String name) { @@ -80164,7 +80164,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.0 and ARB_shader_subroutine|VERSION_4_0] /// Retrieve the index of a subroutine uniform of a given shader stage within a program /// /// @@ -80183,7 +80183,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_shader_subroutine|VERSION_4_0", Version = "", EntryPoint = "glGetSubroutineIndex")] + [AutoGenerated(Category = "ARB_shader_subroutine|VERSION_4_0", Version = "4.0", EntryPoint = "glGetSubroutineIndex")] public static Int32 GetSubroutineIndex(UInt32 program, OpenTK.Graphics.OpenGL.ShaderType shadertype, String name) { @@ -80198,7 +80198,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.0 and ARB_shader_subroutine|VERSION_4_0] /// Retrieve the location of a subroutine uniform of a given shader stage within a program /// /// @@ -80216,7 +80216,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the name of the subroutine uniform whose index to query. /// /// - [AutoGenerated(Category = "ARB_shader_subroutine|VERSION_4_0", Version = "", EntryPoint = "glGetSubroutineUniformLocation")] + [AutoGenerated(Category = "ARB_shader_subroutine|VERSION_4_0", Version = "4.0", EntryPoint = "glGetSubroutineUniformLocation")] public static Int32 GetSubroutineUniformLocation(Int32 program, OpenTK.Graphics.OpenGL.ShaderType shadertype, String name) { @@ -80231,7 +80231,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.0 and ARB_shader_subroutine|VERSION_4_0] /// Retrieve the location of a subroutine uniform of a given shader stage within a program /// /// @@ -80250,7 +80250,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_shader_subroutine|VERSION_4_0", Version = "", EntryPoint = "glGetSubroutineUniformLocation")] + [AutoGenerated(Category = "ARB_shader_subroutine|VERSION_4_0", Version = "4.0", EntryPoint = "glGetSubroutineUniformLocation")] public static Int32 GetSubroutineUniformLocation(UInt32 program, OpenTK.Graphics.OpenGL.ShaderType shadertype, String name) { @@ -80265,7 +80265,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.2 and ARB_sync|VERSION_3_2] /// Query the properties of a sync object /// /// @@ -80293,7 +80293,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the address of an array to receive the values of the queried parameter. /// /// - [AutoGenerated(Category = "ARB_sync|VERSION_3_2", Version = "", EntryPoint = "glGetSynciv")] + [AutoGenerated(Category = "ARB_sync|VERSION_3_2", Version = "3.2", EntryPoint = "glGetSynciv")] public static void GetSync(IntPtr sync, OpenTK.Graphics.OpenGL.SyncParameter pname, Int32 bufSize, [OutAttribute] out Int32 length, [OutAttribute] Int32[] values) { @@ -80316,7 +80316,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.2 and ARB_sync|VERSION_3_2] /// Query the properties of a sync object /// /// @@ -80344,7 +80344,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the address of an array to receive the values of the queried parameter. /// /// - [AutoGenerated(Category = "ARB_sync|VERSION_3_2", Version = "", EntryPoint = "glGetSynciv")] + [AutoGenerated(Category = "ARB_sync|VERSION_3_2", Version = "3.2", EntryPoint = "glGetSynciv")] public static void GetSync(IntPtr sync, OpenTK.Graphics.OpenGL.SyncParameter pname, Int32 bufSize, [OutAttribute] out Int32 length, [OutAttribute] out Int32 values) { @@ -80368,7 +80368,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.2 and ARB_sync|VERSION_3_2] /// Query the properties of a sync object /// /// @@ -80397,7 +80397,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_sync|VERSION_3_2", Version = "", EntryPoint = "glGetSynciv")] + [AutoGenerated(Category = "ARB_sync|VERSION_3_2", Version = "3.2", EntryPoint = "glGetSynciv")] public static unsafe void GetSync(IntPtr sync, OpenTK.Graphics.OpenGL.SyncParameter pname, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] Int32* values) { @@ -82068,7 +82068,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.1 and ARB_uniform_buffer_object|VERSION_3_1] /// Retrieve the index of a named uniform block /// /// @@ -82081,7 +82081,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the address an array of characters to containing the name of the uniform block whose index to retrieve. /// /// - [AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "", EntryPoint = "glGetUniformBlockIndex")] + [AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "3.1", EntryPoint = "glGetUniformBlockIndex")] public static Int32 GetUniformBlockIndex(Int32 program, String uniformBlockName) { @@ -82096,7 +82096,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.1 and ARB_uniform_buffer_object|VERSION_3_1] /// Retrieve the index of a named uniform block /// /// @@ -82110,7 +82110,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "", EntryPoint = "glGetUniformBlockIndex")] + [AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "3.1", EntryPoint = "glGetUniformBlockIndex")] public static Int32 GetUniformBlockIndex(UInt32 program, String uniformBlockName) { @@ -82125,7 +82125,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.0 and ARB_gpu_shader_fp64|VERSION_4_0] /// Returns the value of a uniform variable /// /// @@ -82143,7 +82143,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns the value of the specified uniform variable. /// /// - [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "", EntryPoint = "glGetUniformdv")] + [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glGetUniformdv")] public static void GetUniform(Int32 program, Int32 location, [OutAttribute] Double[] @params) { @@ -82164,7 +82164,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.0 and ARB_gpu_shader_fp64|VERSION_4_0] /// Returns the value of a uniform variable /// /// @@ -82182,7 +82182,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns the value of the specified uniform variable. /// /// - [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "", EntryPoint = "glGetUniformdv")] + [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glGetUniformdv")] public static void GetUniform(Int32 program, Int32 location, [OutAttribute] out Double @params) { @@ -82204,7 +82204,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.0 and ARB_gpu_shader_fp64|VERSION_4_0] /// Returns the value of a uniform variable /// /// @@ -82223,7 +82223,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "", EntryPoint = "glGetUniformdv")] + [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glGetUniformdv")] public static unsafe void GetUniform(Int32 program, Int32 location, [OutAttribute] Double* @params) { @@ -82238,7 +82238,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.0 and ARB_gpu_shader_fp64|VERSION_4_0] /// Returns the value of a uniform variable /// /// @@ -82257,7 +82257,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "", EntryPoint = "glGetUniformdv")] + [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glGetUniformdv")] public static void GetUniform(UInt32 program, Int32 location, [OutAttribute] Double[] @params) { @@ -82278,7 +82278,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.0 and ARB_gpu_shader_fp64|VERSION_4_0] /// Returns the value of a uniform variable /// /// @@ -82297,7 +82297,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "", EntryPoint = "glGetUniformdv")] + [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glGetUniformdv")] public static void GetUniform(UInt32 program, Int32 location, [OutAttribute] out Double @params) { @@ -82319,7 +82319,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.0 and ARB_gpu_shader_fp64|VERSION_4_0] /// Returns the value of a uniform variable /// /// @@ -82338,7 +82338,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "", EntryPoint = "glGetUniformdv")] + [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glGetUniformdv")] public static unsafe void GetUniform(UInt32 program, Int32 location, [OutAttribute] Double* @params) { @@ -82581,7 +82581,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.1 and ARB_uniform_buffer_object|VERSION_3_1] /// Retrieve the index of a named uniform block /// /// @@ -82604,7 +82604,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the address of an array that will receive the indices of the uniforms. /// /// - [AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "", EntryPoint = "glGetUniformIndices")] + [AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "3.1", EntryPoint = "glGetUniformIndices")] public static void GetUniformIndices(Int32 program, Int32 uniformCount, String[] uniformNames, [OutAttribute] Int32[] uniformIndices) { @@ -82625,7 +82625,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.1 and ARB_uniform_buffer_object|VERSION_3_1] /// Retrieve the index of a named uniform block /// /// @@ -82648,7 +82648,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the address of an array that will receive the indices of the uniforms. /// /// - [AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "", EntryPoint = "glGetUniformIndices")] + [AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "3.1", EntryPoint = "glGetUniformIndices")] public static void GetUniformIndices(Int32 program, Int32 uniformCount, String[] uniformNames, [OutAttribute] out Int32 uniformIndices) { @@ -82670,7 +82670,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.1 and ARB_uniform_buffer_object|VERSION_3_1] /// Retrieve the index of a named uniform block /// /// @@ -82694,7 +82694,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "", EntryPoint = "glGetUniformIndices")] + [AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "3.1", EntryPoint = "glGetUniformIndices")] public static unsafe void GetUniformIndices(Int32 program, Int32 uniformCount, String[] uniformNames, [OutAttribute] Int32* uniformIndices) { @@ -82709,7 +82709,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.1 and ARB_uniform_buffer_object|VERSION_3_1] /// Retrieve the index of a named uniform block /// /// @@ -82733,7 +82733,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "", EntryPoint = "glGetUniformIndices")] + [AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "3.1", EntryPoint = "glGetUniformIndices")] public static void GetUniformIndices(UInt32 program, Int32 uniformCount, String[] uniformNames, [OutAttribute] UInt32[] uniformIndices) { @@ -82754,7 +82754,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.1 and ARB_uniform_buffer_object|VERSION_3_1] /// Retrieve the index of a named uniform block /// /// @@ -82778,7 +82778,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "", EntryPoint = "glGetUniformIndices")] + [AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "3.1", EntryPoint = "glGetUniformIndices")] public static void GetUniformIndices(UInt32 program, Int32 uniformCount, String[] uniformNames, [OutAttribute] out UInt32 uniformIndices) { @@ -82800,7 +82800,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.1 and ARB_uniform_buffer_object|VERSION_3_1] /// Retrieve the index of a named uniform block /// /// @@ -82824,7 +82824,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "", EntryPoint = "glGetUniformIndices")] + [AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "3.1", EntryPoint = "glGetUniformIndices")] public static unsafe void GetUniformIndices(UInt32 program, Int32 uniformCount, String[] uniformNames, [OutAttribute] UInt32* uniformIndices) { @@ -83124,7 +83124,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.0 and ARB_shader_subroutine|VERSION_4_0] /// Retrieve the value of a subroutine uniform of a given shader stage of the current program /// /// @@ -83142,7 +83142,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the address of a variable to receive the value or values of the subroutine uniform. /// /// - [AutoGenerated(Category = "ARB_shader_subroutine|VERSION_4_0", Version = "", EntryPoint = "glGetUniformSubroutineuiv")] + [AutoGenerated(Category = "ARB_shader_subroutine|VERSION_4_0", Version = "4.0", EntryPoint = "glGetUniformSubroutineuiv")] public static void GetUniformSubroutine(OpenTK.Graphics.OpenGL.ShaderType shadertype, Int32 location, [OutAttribute] out Int32 @params) { @@ -83164,7 +83164,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.0 and ARB_shader_subroutine|VERSION_4_0] /// Retrieve the value of a subroutine uniform of a given shader stage of the current program /// /// @@ -83183,7 +83183,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_shader_subroutine|VERSION_4_0", Version = "", EntryPoint = "glGetUniformSubroutineuiv")] + [AutoGenerated(Category = "ARB_shader_subroutine|VERSION_4_0", Version = "4.0", EntryPoint = "glGetUniformSubroutineuiv")] public static unsafe void GetUniformSubroutine(OpenTK.Graphics.OpenGL.ShaderType shadertype, Int32 location, [OutAttribute] Int32* @params) { @@ -83198,7 +83198,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.0 and ARB_shader_subroutine|VERSION_4_0] /// Retrieve the value of a subroutine uniform of a given shader stage of the current program /// /// @@ -83217,7 +83217,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_shader_subroutine|VERSION_4_0", Version = "", EntryPoint = "glGetUniformSubroutineuiv")] + [AutoGenerated(Category = "ARB_shader_subroutine|VERSION_4_0", Version = "4.0", EntryPoint = "glGetUniformSubroutineuiv")] public static void GetUniformSubroutine(OpenTK.Graphics.OpenGL.ShaderType shadertype, Int32 location, [OutAttribute] out UInt32 @params) { @@ -83239,7 +83239,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.0 and ARB_shader_subroutine|VERSION_4_0] /// Retrieve the value of a subroutine uniform of a given shader stage of the current program /// /// @@ -83258,7 +83258,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_shader_subroutine|VERSION_4_0", Version = "", EntryPoint = "glGetUniformSubroutineuiv")] + [AutoGenerated(Category = "ARB_shader_subroutine|VERSION_4_0", Version = "4.0", EntryPoint = "glGetUniformSubroutineuiv")] public static unsafe void GetUniformSubroutine(OpenTK.Graphics.OpenGL.ShaderType shadertype, Int32 location, [OutAttribute] UInt32* @params) { @@ -84187,8 +84187,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// - [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "", EntryPoint = "glGetVertexAttribLdv")] + /// [requires: v4.1 and ARB_vertex_attrib_64bit|VERSION_4_1] + [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "4.1", EntryPoint = "glGetVertexAttribLdv")] public static void GetVertexAttribL(Int32 index, OpenTK.Graphics.OpenGL.VertexAttribParameter pname, [OutAttribute] Double[] @params) { @@ -84208,8 +84208,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// - [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "", EntryPoint = "glGetVertexAttribLdv")] + /// [requires: v4.1 and ARB_vertex_attrib_64bit|VERSION_4_1] + [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "4.1", EntryPoint = "glGetVertexAttribLdv")] public static void GetVertexAttribL(Int32 index, OpenTK.Graphics.OpenGL.VertexAttribParameter pname, [OutAttribute] out Double @params) { @@ -84230,9 +84230,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v4.1 and ARB_vertex_attrib_64bit|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "", EntryPoint = "glGetVertexAttribLdv")] + [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "4.1", EntryPoint = "glGetVertexAttribLdv")] public static unsafe void GetVertexAttribL(Int32 index, OpenTK.Graphics.OpenGL.VertexAttribParameter pname, [OutAttribute] Double* @params) { @@ -84246,9 +84246,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v4.1 and ARB_vertex_attrib_64bit|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "", EntryPoint = "glGetVertexAttribLdv")] + [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "4.1", EntryPoint = "glGetVertexAttribLdv")] public static void GetVertexAttribL(UInt32 index, OpenTK.Graphics.OpenGL.VertexAttribParameter pname, [OutAttribute] Double[] @params) { @@ -84268,9 +84268,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v4.1 and ARB_vertex_attrib_64bit|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "", EntryPoint = "glGetVertexAttribLdv")] + [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "4.1", EntryPoint = "glGetVertexAttribLdv")] public static void GetVertexAttribL(UInt32 index, OpenTK.Graphics.OpenGL.VertexAttribParameter pname, [OutAttribute] out Double @params) { @@ -84291,9 +84291,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v4.1 and ARB_vertex_attrib_64bit|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "", EntryPoint = "glGetVertexAttribLdv")] + [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "4.1", EntryPoint = "glGetVertexAttribLdv")] public static unsafe void GetVertexAttribL(UInt32 index, OpenTK.Graphics.OpenGL.VertexAttribParameter pname, [OutAttribute] Double* @params) { @@ -85492,7 +85492,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and ARB_invalidate_subdata|VERSION_4_3] /// Invalidate the content of a buffer object's data store /// /// @@ -85500,7 +85500,7 @@ namespace OpenTK.Graphics.OpenGL /// The name of a buffer object whose data store to invalidate. /// /// - [AutoGenerated(Category = "ARB_invalidate_subdata|VERSION_4_3", Version = "", EntryPoint = "glInvalidateBufferData")] + [AutoGenerated(Category = "ARB_invalidate_subdata|VERSION_4_3", Version = "4.3", EntryPoint = "glInvalidateBufferData")] public static void InvalidateBufferData(Int32 buffer) { @@ -85515,7 +85515,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and ARB_invalidate_subdata|VERSION_4_3] /// Invalidate the content of a buffer object's data store /// /// @@ -85524,7 +85524,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_invalidate_subdata|VERSION_4_3", Version = "", EntryPoint = "glInvalidateBufferData")] + [AutoGenerated(Category = "ARB_invalidate_subdata|VERSION_4_3", Version = "4.3", EntryPoint = "glInvalidateBufferData")] public static void InvalidateBufferData(UInt32 buffer) { @@ -85539,7 +85539,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and ARB_invalidate_subdata|VERSION_4_3] /// Invalidate a region of a buffer object's data store /// /// @@ -85557,7 +85557,7 @@ namespace OpenTK.Graphics.OpenGL /// The length of the range within the buffer's data store to be invalidated. /// /// - [AutoGenerated(Category = "ARB_invalidate_subdata|VERSION_4_3", Version = "", EntryPoint = "glInvalidateBufferSubData")] + [AutoGenerated(Category = "ARB_invalidate_subdata|VERSION_4_3", Version = "4.3", EntryPoint = "glInvalidateBufferSubData")] public static void InvalidateBufferSubData(Int32 buffer, IntPtr offset, IntPtr length) { @@ -85572,7 +85572,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and ARB_invalidate_subdata|VERSION_4_3] /// Invalidate a region of a buffer object's data store /// /// @@ -85591,7 +85591,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_invalidate_subdata|VERSION_4_3", Version = "", EntryPoint = "glInvalidateBufferSubData")] + [AutoGenerated(Category = "ARB_invalidate_subdata|VERSION_4_3", Version = "4.3", EntryPoint = "glInvalidateBufferSubData")] public static void InvalidateBufferSubData(UInt32 buffer, IntPtr offset, IntPtr length) { @@ -85606,7 +85606,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and ARB_invalidate_subdata|VERSION_4_3] /// Invalidate the content some or all of a framebuffer object's attachments /// /// @@ -85624,7 +85624,7 @@ namespace OpenTK.Graphics.OpenGL /// The address of an array identifying the attachments to be invalidated. /// /// - [AutoGenerated(Category = "ARB_invalidate_subdata|VERSION_4_3", Version = "", EntryPoint = "glInvalidateFramebuffer")] + [AutoGenerated(Category = "ARB_invalidate_subdata|VERSION_4_3", Version = "4.3", EntryPoint = "glInvalidateFramebuffer")] public static void InvalidateFramebuffer(OpenTK.Graphics.OpenGL.FramebufferTarget target, Int32 numAttachments, OpenTK.Graphics.OpenGL.FramebufferAttachment[] attachments) { @@ -85645,7 +85645,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and ARB_invalidate_subdata|VERSION_4_3] /// Invalidate the content some or all of a framebuffer object's attachments /// /// @@ -85663,7 +85663,7 @@ namespace OpenTK.Graphics.OpenGL /// The address of an array identifying the attachments to be invalidated. /// /// - [AutoGenerated(Category = "ARB_invalidate_subdata|VERSION_4_3", Version = "", EntryPoint = "glInvalidateFramebuffer")] + [AutoGenerated(Category = "ARB_invalidate_subdata|VERSION_4_3", Version = "4.3", EntryPoint = "glInvalidateFramebuffer")] public static void InvalidateFramebuffer(OpenTK.Graphics.OpenGL.FramebufferTarget target, Int32 numAttachments, ref OpenTK.Graphics.OpenGL.FramebufferAttachment attachments) { @@ -85684,7 +85684,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and ARB_invalidate_subdata|VERSION_4_3] /// Invalidate the content some or all of a framebuffer object's attachments /// /// @@ -85703,7 +85703,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_invalidate_subdata|VERSION_4_3", Version = "", EntryPoint = "glInvalidateFramebuffer")] + [AutoGenerated(Category = "ARB_invalidate_subdata|VERSION_4_3", Version = "4.3", EntryPoint = "glInvalidateFramebuffer")] public static unsafe void InvalidateFramebuffer(OpenTK.Graphics.OpenGL.FramebufferTarget target, Int32 numAttachments, OpenTK.Graphics.OpenGL.FramebufferAttachment* attachments) { @@ -85718,7 +85718,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and ARB_invalidate_subdata|VERSION_4_3] /// Invalidate the content of a region of some or all of a framebuffer object's attachments /// /// @@ -85756,7 +85756,7 @@ namespace OpenTK.Graphics.OpenGL /// The height of the region to be invalidated. /// /// - [AutoGenerated(Category = "ARB_invalidate_subdata|VERSION_4_3", Version = "", EntryPoint = "glInvalidateSubFramebuffer")] + [AutoGenerated(Category = "ARB_invalidate_subdata|VERSION_4_3", Version = "4.3", EntryPoint = "glInvalidateSubFramebuffer")] public static void InvalidateSubFramebuffer(OpenTK.Graphics.OpenGL.FramebufferTarget target, Int32 numAttachments, OpenTK.Graphics.OpenGL.FramebufferAttachment[] attachments, Int32 x, Int32 y, Int32 width, Int32 height) { @@ -85777,7 +85777,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and ARB_invalidate_subdata|VERSION_4_3] /// Invalidate the content of a region of some or all of a framebuffer object's attachments /// /// @@ -85815,7 +85815,7 @@ namespace OpenTK.Graphics.OpenGL /// The height of the region to be invalidated. /// /// - [AutoGenerated(Category = "ARB_invalidate_subdata|VERSION_4_3", Version = "", EntryPoint = "glInvalidateSubFramebuffer")] + [AutoGenerated(Category = "ARB_invalidate_subdata|VERSION_4_3", Version = "4.3", EntryPoint = "glInvalidateSubFramebuffer")] public static void InvalidateSubFramebuffer(OpenTK.Graphics.OpenGL.FramebufferTarget target, Int32 numAttachments, ref OpenTK.Graphics.OpenGL.FramebufferAttachment attachments, Int32 x, Int32 y, Int32 width, Int32 height) { @@ -85836,7 +85836,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and ARB_invalidate_subdata|VERSION_4_3] /// Invalidate the content of a region of some or all of a framebuffer object's attachments /// /// @@ -85875,7 +85875,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_invalidate_subdata|VERSION_4_3", Version = "", EntryPoint = "glInvalidateSubFramebuffer")] + [AutoGenerated(Category = "ARB_invalidate_subdata|VERSION_4_3", Version = "4.3", EntryPoint = "glInvalidateSubFramebuffer")] public static unsafe void InvalidateSubFramebuffer(OpenTK.Graphics.OpenGL.FramebufferTarget target, Int32 numAttachments, OpenTK.Graphics.OpenGL.FramebufferAttachment* attachments, Int32 x, Int32 y, Int32 width, Int32 height) { @@ -85890,7 +85890,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and ARB_invalidate_subdata|VERSION_4_3] /// Invalidate the entirety a texture image /// /// @@ -85903,7 +85903,7 @@ namespace OpenTK.Graphics.OpenGL /// The level of detail of the texture object to invalidate. /// /// - [AutoGenerated(Category = "ARB_invalidate_subdata|VERSION_4_3", Version = "", EntryPoint = "glInvalidateTexImage")] + [AutoGenerated(Category = "ARB_invalidate_subdata|VERSION_4_3", Version = "4.3", EntryPoint = "glInvalidateTexImage")] public static void InvalidateTexImage(Int32 texture, Int32 level) { @@ -85918,7 +85918,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and ARB_invalidate_subdata|VERSION_4_3] /// Invalidate the entirety a texture image /// /// @@ -85932,7 +85932,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_invalidate_subdata|VERSION_4_3", Version = "", EntryPoint = "glInvalidateTexImage")] + [AutoGenerated(Category = "ARB_invalidate_subdata|VERSION_4_3", Version = "4.3", EntryPoint = "glInvalidateTexImage")] public static void InvalidateTexImage(UInt32 texture, Int32 level) { @@ -85947,7 +85947,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and ARB_invalidate_subdata|VERSION_4_3] /// Invalidate a region of a texture image /// /// @@ -85990,7 +85990,7 @@ namespace OpenTK.Graphics.OpenGL /// The depth of the region to be invalidated. /// /// - [AutoGenerated(Category = "ARB_invalidate_subdata|VERSION_4_3", Version = "", EntryPoint = "glInvalidateTexSubImage")] + [AutoGenerated(Category = "ARB_invalidate_subdata|VERSION_4_3", Version = "4.3", EntryPoint = "glInvalidateTexSubImage")] public static void InvalidateTexSubImage(Int32 texture, Int32 level, Int32 xoffset, Int32 yoffset, Int32 zoffset, Int32 width, Int32 height, Int32 depth) { @@ -86005,7 +86005,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and ARB_invalidate_subdata|VERSION_4_3] /// Invalidate a region of a texture image /// /// @@ -86049,7 +86049,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_invalidate_subdata|VERSION_4_3", Version = "", EntryPoint = "glInvalidateTexSubImage")] + [AutoGenerated(Category = "ARB_invalidate_subdata|VERSION_4_3", Version = "4.3", EntryPoint = "glInvalidateTexSubImage")] public static void InvalidateTexSubImage(UInt32 texture, Int32 level, Int32 xoffset, Int32 yoffset, Int32 zoffset, Int32 width, Int32 height, Int32 depth) { @@ -86196,7 +86196,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.0 and ARB_framebuffer_object|VERSION_3_0] /// Determine if a name corresponds to a framebuffer object /// /// @@ -86204,7 +86204,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a value that may be the name of a framebuffer object. /// /// - [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "", EntryPoint = "glIsFramebuffer")] + [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "3.0", EntryPoint = "glIsFramebuffer")] public static bool IsFramebuffer(Int32 framebuffer) { @@ -86219,7 +86219,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.0 and ARB_framebuffer_object|VERSION_3_0] /// Determine if a name corresponds to a framebuffer object /// /// @@ -86228,7 +86228,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "", EntryPoint = "glIsFramebuffer")] + [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "3.0", EntryPoint = "glIsFramebuffer")] public static bool IsFramebuffer(UInt32 framebuffer) { @@ -86337,7 +86337,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Determine if a name corresponds to a program pipeline object /// /// @@ -86345,7 +86345,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a value that may be the name of a program pipeline object. /// /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glIsProgramPipeline")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glIsProgramPipeline")] public static bool IsProgramPipeline(Int32 pipeline) { @@ -86360,7 +86360,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Determine if a name corresponds to a program pipeline object /// /// @@ -86369,7 +86369,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glIsProgramPipeline")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glIsProgramPipeline")] public static bool IsProgramPipeline(UInt32 pipeline) { @@ -86431,7 +86431,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.0 and ARB_framebuffer_object|VERSION_3_0] /// Determine if a name corresponds to a renderbuffer object /// /// @@ -86439,7 +86439,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a value that may be the name of a renderbuffer object. /// /// - [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "", EntryPoint = "glIsRenderbuffer")] + [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "3.0", EntryPoint = "glIsRenderbuffer")] public static bool IsRenderbuffer(Int32 renderbuffer) { @@ -86454,7 +86454,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.0 and ARB_framebuffer_object|VERSION_3_0] /// Determine if a name corresponds to a renderbuffer object /// /// @@ -86463,7 +86463,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "", EntryPoint = "glIsRenderbuffer")] + [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "3.0", EntryPoint = "glIsRenderbuffer")] public static bool IsRenderbuffer(UInt32 renderbuffer) { @@ -86478,7 +86478,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.3 and ARB_sampler_objects|VERSION_3_3] /// Determine if a name corresponds to a sampler object /// /// @@ -86486,7 +86486,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a value that may be the name of a sampler object. /// /// - [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "", EntryPoint = "glIsSampler")] + [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "3.3", EntryPoint = "glIsSampler")] public static bool IsSampler(Int32 sampler) { @@ -86501,7 +86501,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.3 and ARB_sampler_objects|VERSION_3_3] /// Determine if a name corresponds to a sampler object /// /// @@ -86510,7 +86510,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "", EntryPoint = "glIsSampler")] + [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "3.3", EntryPoint = "glIsSampler")] public static bool IsSampler(UInt32 sampler) { @@ -86572,7 +86572,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.2 and ARB_sync|VERSION_3_2] /// Determine if a name corresponds to a sync object /// /// @@ -86580,7 +86580,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a value that may be the name of a sync object. /// /// - [AutoGenerated(Category = "ARB_sync|VERSION_3_2", Version = "", EntryPoint = "glIsSync")] + [AutoGenerated(Category = "ARB_sync|VERSION_3_2", Version = "3.2", EntryPoint = "glIsSync")] public static bool IsSync(IntPtr sync) { @@ -86642,7 +86642,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.0 and ARB_transform_feedback2|VERSION_4_0] /// Determine if a name corresponds to a transform feedback object /// /// @@ -86650,7 +86650,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a value that may be the name of a transform feedback object. /// /// - [AutoGenerated(Category = "ARB_transform_feedback2|VERSION_4_0", Version = "", EntryPoint = "glIsTransformFeedback")] + [AutoGenerated(Category = "ARB_transform_feedback2|VERSION_4_0", Version = "4.0", EntryPoint = "glIsTransformFeedback")] public static bool IsTransformFeedback(Int32 id) { @@ -86665,7 +86665,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.0 and ARB_transform_feedback2|VERSION_4_0] /// Determine if a name corresponds to a transform feedback object /// /// @@ -86674,7 +86674,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_transform_feedback2|VERSION_4_0", Version = "", EntryPoint = "glIsTransformFeedback")] + [AutoGenerated(Category = "ARB_transform_feedback2|VERSION_4_0", Version = "4.0", EntryPoint = "glIsTransformFeedback")] public static bool IsTransformFeedback(UInt32 id) { @@ -86689,7 +86689,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.0 and ARB_vertex_array_object|VERSION_3_0] /// Determine if a name corresponds to a vertex array object /// /// @@ -86697,7 +86697,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a value that may be the name of a vertex array object. /// /// - [AutoGenerated(Category = "ARB_vertex_array_object|VERSION_3_0", Version = "", EntryPoint = "glIsVertexArray")] + [AutoGenerated(Category = "ARB_vertex_array_object|VERSION_3_0", Version = "3.0", EntryPoint = "glIsVertexArray")] public static bool IsVertexArray(Int32 array) { @@ -86712,7 +86712,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.0 and ARB_vertex_array_object|VERSION_3_0] /// Determine if a name corresponds to a vertex array object /// /// @@ -86721,7 +86721,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_array_object|VERSION_3_0", Version = "", EntryPoint = "glIsVertexArray")] + [AutoGenerated(Category = "ARB_vertex_array_object|VERSION_3_0", Version = "3.0", EntryPoint = "glIsVertexArray")] public static bool IsVertexArray(UInt32 array) { @@ -88406,7 +88406,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.0 and ARB_map_buffer_range|VERSION_3_0] /// Map a section of a buffer object's data store /// /// @@ -88429,7 +88429,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a combination of access flags indicating the desired access to the range. /// /// - [AutoGenerated(Category = "ARB_map_buffer_range|VERSION_3_0", Version = "", EntryPoint = "glMapBufferRange")] + [AutoGenerated(Category = "ARB_map_buffer_range|VERSION_3_0", Version = "3.0", EntryPoint = "glMapBufferRange")] public static IntPtr MapBufferRange(OpenTK.Graphics.OpenGL.BufferTarget target, IntPtr offset, IntPtr length, OpenTK.Graphics.OpenGL.BufferAccessMask access) { @@ -88831,7 +88831,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.2 and ARB_shader_image_load_store|VERSION_4_2] /// Defines a barrier ordering memory transactions /// /// @@ -88839,7 +88839,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the barriers to insert. Must be a bitwise combination of GL_VERTEX_ATTRIB_ARRAY_BARRIER_BIT, GL_ELEMENT_ARRAY_BARRIER_BIT, GL_UNIFORM_BARRIER_BIT, GL_TEXTURE_FETCH_BARRIER_BIT, GL_SHADER_IMAGE_ACCESS_BARRIER_BIT, GL_COMMAND_BARRIER_BIT, GL_PIXEL_BUFFER_BARRIER_BIT, GL_TEXTURE_UPDATE_BARRIER_BIT, GL_BUFFER_UPDATE_BARRIER_BIT, GL_FRAMEBUFFER_BARRIER_BIT, GL_TRANSFORM_FEEDBACK_BARRIER_BIT, GL_ATOMIC_COUNTER_BARRIER_BIT, or GL_SHADER_STORAGE_BARRIER_BIT. If the special value GL_ALL_BARRIER_BITS is specified, all supported barriers will be inserted. /// /// - [AutoGenerated(Category = "ARB_shader_image_load_store|VERSION_4_2", Version = "", EntryPoint = "glMemoryBarrier")] + [AutoGenerated(Category = "ARB_shader_image_load_store|VERSION_4_2", Version = "4.2", EntryPoint = "glMemoryBarrier")] public static void MemoryBarrier(OpenTK.Graphics.OpenGL.MemoryBarrierFlags barriers) { @@ -89168,7 +89168,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and ARB_multi_draw_indirect|VERSION_4_3] /// Render multiple sets of primitives from array data, taking parameters from memory /// /// @@ -89191,7 +89191,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the distance in basic machine units between elements of the draw parameter array. /// /// - [AutoGenerated(Category = "ARB_multi_draw_indirect|VERSION_4_3", Version = "", EntryPoint = "glMultiDrawArraysIndirect")] + [AutoGenerated(Category = "ARB_multi_draw_indirect|VERSION_4_3", Version = "4.3", EntryPoint = "glMultiDrawArraysIndirect")] public static void MultiDrawArraysIndirect(OpenTK.Graphics.OpenGL.PrimitiveType mode, IntPtr indirect, Int32 drawcount, Int32 stride) { @@ -89206,7 +89206,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and ARB_multi_draw_indirect|VERSION_4_3] /// Render multiple sets of primitives from array data, taking parameters from memory /// /// @@ -89229,7 +89229,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the distance in basic machine units between elements of the draw parameter array. /// /// - [AutoGenerated(Category = "ARB_multi_draw_indirect|VERSION_4_3", Version = "", EntryPoint = "glMultiDrawArraysIndirect")] + [AutoGenerated(Category = "ARB_multi_draw_indirect|VERSION_4_3", Version = "4.3", EntryPoint = "glMultiDrawArraysIndirect")] public static void MultiDrawArraysIndirect(OpenTK.Graphics.OpenGL.PrimitiveType mode, [InAttribute, OutAttribute] T1[] indirect, Int32 drawcount, Int32 stride) where T1 : struct @@ -89253,7 +89253,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and ARB_multi_draw_indirect|VERSION_4_3] /// Render multiple sets of primitives from array data, taking parameters from memory /// /// @@ -89276,7 +89276,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the distance in basic machine units between elements of the draw parameter array. /// /// - [AutoGenerated(Category = "ARB_multi_draw_indirect|VERSION_4_3", Version = "", EntryPoint = "glMultiDrawArraysIndirect")] + [AutoGenerated(Category = "ARB_multi_draw_indirect|VERSION_4_3", Version = "4.3", EntryPoint = "glMultiDrawArraysIndirect")] public static void MultiDrawArraysIndirect(OpenTK.Graphics.OpenGL.PrimitiveType mode, [InAttribute, OutAttribute] T1[,] indirect, Int32 drawcount, Int32 stride) where T1 : struct @@ -89300,7 +89300,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and ARB_multi_draw_indirect|VERSION_4_3] /// Render multiple sets of primitives from array data, taking parameters from memory /// /// @@ -89323,7 +89323,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the distance in basic machine units between elements of the draw parameter array. /// /// - [AutoGenerated(Category = "ARB_multi_draw_indirect|VERSION_4_3", Version = "", EntryPoint = "glMultiDrawArraysIndirect")] + [AutoGenerated(Category = "ARB_multi_draw_indirect|VERSION_4_3", Version = "4.3", EntryPoint = "glMultiDrawArraysIndirect")] public static void MultiDrawArraysIndirect(OpenTK.Graphics.OpenGL.PrimitiveType mode, [InAttribute, OutAttribute] T1[,,] indirect, Int32 drawcount, Int32 stride) where T1 : struct @@ -89347,7 +89347,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and ARB_multi_draw_indirect|VERSION_4_3] /// Render multiple sets of primitives from array data, taking parameters from memory /// /// @@ -89370,7 +89370,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the distance in basic machine units between elements of the draw parameter array. /// /// - [AutoGenerated(Category = "ARB_multi_draw_indirect|VERSION_4_3", Version = "", EntryPoint = "glMultiDrawArraysIndirect")] + [AutoGenerated(Category = "ARB_multi_draw_indirect|VERSION_4_3", Version = "4.3", EntryPoint = "glMultiDrawArraysIndirect")] public static void MultiDrawArraysIndirect(OpenTK.Graphics.OpenGL.PrimitiveType mode, [InAttribute, OutAttribute] ref T1 indirect, Int32 drawcount, Int32 stride) where T1 : struct @@ -91943,7 +91943,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and ARB_multi_draw_indirect|VERSION_4_3] /// Render indexed primitives from array data, taking parameters from memory /// /// @@ -91971,7 +91971,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the distance in basic machine units between elements of the draw parameter array. /// /// - [AutoGenerated(Category = "ARB_multi_draw_indirect|VERSION_4_3", Version = "", EntryPoint = "glMultiDrawElementsIndirect")] + [AutoGenerated(Category = "ARB_multi_draw_indirect|VERSION_4_3", Version = "4.3", EntryPoint = "glMultiDrawElementsIndirect")] public static void MultiDrawElementsIndirect(OpenTK.Graphics.OpenGL.All mode, OpenTK.Graphics.OpenGL.All type, IntPtr indirect, Int32 drawcount, Int32 stride) { @@ -91986,7 +91986,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and ARB_multi_draw_indirect|VERSION_4_3] /// Render indexed primitives from array data, taking parameters from memory /// /// @@ -92014,7 +92014,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the distance in basic machine units between elements of the draw parameter array. /// /// - [AutoGenerated(Category = "ARB_multi_draw_indirect|VERSION_4_3", Version = "", EntryPoint = "glMultiDrawElementsIndirect")] + [AutoGenerated(Category = "ARB_multi_draw_indirect|VERSION_4_3", Version = "4.3", EntryPoint = "glMultiDrawElementsIndirect")] public static void MultiDrawElementsIndirect(OpenTK.Graphics.OpenGL.All mode, OpenTK.Graphics.OpenGL.All type, [InAttribute, OutAttribute] T2[] indirect, Int32 drawcount, Int32 stride) where T2 : struct @@ -92038,7 +92038,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and ARB_multi_draw_indirect|VERSION_4_3] /// Render indexed primitives from array data, taking parameters from memory /// /// @@ -92066,7 +92066,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the distance in basic machine units between elements of the draw parameter array. /// /// - [AutoGenerated(Category = "ARB_multi_draw_indirect|VERSION_4_3", Version = "", EntryPoint = "glMultiDrawElementsIndirect")] + [AutoGenerated(Category = "ARB_multi_draw_indirect|VERSION_4_3", Version = "4.3", EntryPoint = "glMultiDrawElementsIndirect")] public static void MultiDrawElementsIndirect(OpenTK.Graphics.OpenGL.All mode, OpenTK.Graphics.OpenGL.All type, [InAttribute, OutAttribute] T2[,] indirect, Int32 drawcount, Int32 stride) where T2 : struct @@ -92090,7 +92090,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and ARB_multi_draw_indirect|VERSION_4_3] /// Render indexed primitives from array data, taking parameters from memory /// /// @@ -92118,7 +92118,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the distance in basic machine units between elements of the draw parameter array. /// /// - [AutoGenerated(Category = "ARB_multi_draw_indirect|VERSION_4_3", Version = "", EntryPoint = "glMultiDrawElementsIndirect")] + [AutoGenerated(Category = "ARB_multi_draw_indirect|VERSION_4_3", Version = "4.3", EntryPoint = "glMultiDrawElementsIndirect")] public static void MultiDrawElementsIndirect(OpenTK.Graphics.OpenGL.All mode, OpenTK.Graphics.OpenGL.All type, [InAttribute, OutAttribute] T2[,,] indirect, Int32 drawcount, Int32 stride) where T2 : struct @@ -92142,7 +92142,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and ARB_multi_draw_indirect|VERSION_4_3] /// Render indexed primitives from array data, taking parameters from memory /// /// @@ -92170,7 +92170,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the distance in basic machine units between elements of the draw parameter array. /// /// - [AutoGenerated(Category = "ARB_multi_draw_indirect|VERSION_4_3", Version = "", EntryPoint = "glMultiDrawElementsIndirect")] + [AutoGenerated(Category = "ARB_multi_draw_indirect|VERSION_4_3", Version = "4.3", EntryPoint = "glMultiDrawElementsIndirect")] public static void MultiDrawElementsIndirect(OpenTK.Graphics.OpenGL.All mode, OpenTK.Graphics.OpenGL.All type, [InAttribute, OutAttribute] ref T2 indirect, Int32 drawcount, Int32 stride) where T2 : struct @@ -93922,8 +93922,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// - [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "", EntryPoint = "glMultiTexCoordP1ui")] + /// [requires: v3.3 and ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] + [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "3.3", EntryPoint = "glMultiTexCoordP1ui")] public static void MultiTexCoordP1(OpenTK.Graphics.OpenGL.TextureUnit texture, OpenTK.Graphics.OpenGL.PackedPointerType type, Int32 coords) { @@ -93937,9 +93937,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v3.3 and ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "", EntryPoint = "glMultiTexCoordP1ui")] + [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "3.3", EntryPoint = "glMultiTexCoordP1ui")] public static void MultiTexCoordP1(OpenTK.Graphics.OpenGL.TextureUnit texture, OpenTK.Graphics.OpenGL.PackedPointerType type, UInt32 coords) { @@ -93953,9 +93953,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v3.3 and ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "", EntryPoint = "glMultiTexCoordP1uiv")] + [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "3.3", EntryPoint = "glMultiTexCoordP1uiv")] public static unsafe void MultiTexCoordP1(OpenTK.Graphics.OpenGL.TextureUnit texture, OpenTK.Graphics.OpenGL.PackedPointerType type, Int32* coords) { @@ -93969,9 +93969,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v3.3 and ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "", EntryPoint = "glMultiTexCoordP1uiv")] + [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "3.3", EntryPoint = "glMultiTexCoordP1uiv")] public static unsafe void MultiTexCoordP1(OpenTK.Graphics.OpenGL.TextureUnit texture, OpenTK.Graphics.OpenGL.PackedPointerType type, UInt32* coords) { @@ -93985,8 +93985,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// - [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "", EntryPoint = "glMultiTexCoordP2ui")] + /// [requires: v3.3 and ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] + [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "3.3", EntryPoint = "glMultiTexCoordP2ui")] public static void MultiTexCoordP2(OpenTK.Graphics.OpenGL.TextureUnit texture, OpenTK.Graphics.OpenGL.PackedPointerType type, Int32 coords) { @@ -94000,9 +94000,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v3.3 and ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "", EntryPoint = "glMultiTexCoordP2ui")] + [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "3.3", EntryPoint = "glMultiTexCoordP2ui")] public static void MultiTexCoordP2(OpenTK.Graphics.OpenGL.TextureUnit texture, OpenTK.Graphics.OpenGL.PackedPointerType type, UInt32 coords) { @@ -94016,9 +94016,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v3.3 and ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "", EntryPoint = "glMultiTexCoordP2uiv")] + [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "3.3", EntryPoint = "glMultiTexCoordP2uiv")] public static unsafe void MultiTexCoordP2(OpenTK.Graphics.OpenGL.TextureUnit texture, OpenTK.Graphics.OpenGL.PackedPointerType type, Int32* coords) { @@ -94032,9 +94032,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v3.3 and ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "", EntryPoint = "glMultiTexCoordP2uiv")] + [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "3.3", EntryPoint = "glMultiTexCoordP2uiv")] public static unsafe void MultiTexCoordP2(OpenTK.Graphics.OpenGL.TextureUnit texture, OpenTK.Graphics.OpenGL.PackedPointerType type, UInt32* coords) { @@ -94048,8 +94048,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// - [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "", EntryPoint = "glMultiTexCoordP3ui")] + /// [requires: v3.3 and ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] + [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "3.3", EntryPoint = "glMultiTexCoordP3ui")] public static void MultiTexCoordP3(OpenTK.Graphics.OpenGL.TextureUnit texture, OpenTK.Graphics.OpenGL.PackedPointerType type, Int32 coords) { @@ -94063,9 +94063,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v3.3 and ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "", EntryPoint = "glMultiTexCoordP3ui")] + [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "3.3", EntryPoint = "glMultiTexCoordP3ui")] public static void MultiTexCoordP3(OpenTK.Graphics.OpenGL.TextureUnit texture, OpenTK.Graphics.OpenGL.PackedPointerType type, UInt32 coords) { @@ -94079,9 +94079,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v3.3 and ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "", EntryPoint = "glMultiTexCoordP3uiv")] + [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "3.3", EntryPoint = "glMultiTexCoordP3uiv")] public static unsafe void MultiTexCoordP3(OpenTK.Graphics.OpenGL.TextureUnit texture, OpenTK.Graphics.OpenGL.PackedPointerType type, Int32* coords) { @@ -94095,9 +94095,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v3.3 and ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "", EntryPoint = "glMultiTexCoordP3uiv")] + [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "3.3", EntryPoint = "glMultiTexCoordP3uiv")] public static unsafe void MultiTexCoordP3(OpenTK.Graphics.OpenGL.TextureUnit texture, OpenTK.Graphics.OpenGL.PackedPointerType type, UInt32* coords) { @@ -94111,8 +94111,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// - [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "", EntryPoint = "glMultiTexCoordP4ui")] + /// [requires: v3.3 and ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] + [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "3.3", EntryPoint = "glMultiTexCoordP4ui")] public static void MultiTexCoordP4(OpenTK.Graphics.OpenGL.TextureUnit texture, OpenTK.Graphics.OpenGL.PackedPointerType type, Int32 coords) { @@ -94126,9 +94126,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v3.3 and ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "", EntryPoint = "glMultiTexCoordP4ui")] + [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "3.3", EntryPoint = "glMultiTexCoordP4ui")] public static void MultiTexCoordP4(OpenTK.Graphics.OpenGL.TextureUnit texture, OpenTK.Graphics.OpenGL.PackedPointerType type, UInt32 coords) { @@ -94142,9 +94142,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v3.3 and ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "", EntryPoint = "glMultiTexCoordP4uiv")] + [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "3.3", EntryPoint = "glMultiTexCoordP4uiv")] public static unsafe void MultiTexCoordP4(OpenTK.Graphics.OpenGL.TextureUnit texture, OpenTK.Graphics.OpenGL.PackedPointerType type, Int32* coords) { @@ -94158,9 +94158,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v3.3 and ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "", EntryPoint = "glMultiTexCoordP4uiv")] + [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "3.3", EntryPoint = "glMultiTexCoordP4uiv")] public static unsafe void MultiTexCoordP4(OpenTK.Graphics.OpenGL.TextureUnit texture, OpenTK.Graphics.OpenGL.PackedPointerType type, UInt32* coords) { @@ -95264,8 +95264,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// - [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "", EntryPoint = "glNormalP3ui")] + /// [requires: v3.3 and ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] + [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "3.3", EntryPoint = "glNormalP3ui")] public static void NormalP3(OpenTK.Graphics.OpenGL.PackedPointerType type, Int32 coords) { @@ -95279,9 +95279,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v3.3 and ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "", EntryPoint = "glNormalP3ui")] + [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "3.3", EntryPoint = "glNormalP3ui")] public static void NormalP3(OpenTK.Graphics.OpenGL.PackedPointerType type, UInt32 coords) { @@ -95295,9 +95295,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v3.3 and ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "", EntryPoint = "glNormalP3uiv")] + [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "3.3", EntryPoint = "glNormalP3uiv")] public static unsafe void NormalP3(OpenTK.Graphics.OpenGL.PackedPointerType type, Int32* coords) { @@ -95311,9 +95311,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v3.3 and ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "", EntryPoint = "glNormalP3uiv")] + [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "3.3", EntryPoint = "glNormalP3uiv")] public static unsafe void NormalP3(OpenTK.Graphics.OpenGL.PackedPointerType type, UInt32* coords) { @@ -95530,7 +95530,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and KHR_debug|VERSION_4_3] /// Label a named object identified within a namespace /// /// @@ -95553,7 +95553,7 @@ namespace OpenTK.Graphics.OpenGL /// The address of a string containing the label to assign to the object. /// /// - [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "", EntryPoint = "glObjectLabel")] + [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "4.3", EntryPoint = "glObjectLabel")] public static void ObjectLabel(OpenTK.Graphics.OpenGL.ObjectLabelIdentifier identifier, Int32 name, Int32 length, String label) { @@ -95568,7 +95568,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and KHR_debug|VERSION_4_3] /// Label a named object identified within a namespace /// /// @@ -95592,7 +95592,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "", EntryPoint = "glObjectLabel")] + [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "4.3", EntryPoint = "glObjectLabel")] public static void ObjectLabel(OpenTK.Graphics.OpenGL.ObjectLabelIdentifier identifier, UInt32 name, Int32 length, String label) { @@ -95607,7 +95607,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and KHR_debug|VERSION_4_3] /// Label a a sync object identified by a pointer /// /// @@ -95625,7 +95625,7 @@ namespace OpenTK.Graphics.OpenGL /// The address of a string containing the label to assign to the object. /// /// - [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "", EntryPoint = "glObjectPtrLabel")] + [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "4.3", EntryPoint = "glObjectPtrLabel")] public static void ObjectPtrLabel(IntPtr ptr, Int32 length, String label) { @@ -95640,7 +95640,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and KHR_debug|VERSION_4_3] /// Label a a sync object identified by a pointer /// /// @@ -95658,7 +95658,7 @@ namespace OpenTK.Graphics.OpenGL /// The address of a string containing the label to assign to the object. /// /// - [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "", EntryPoint = "glObjectPtrLabel")] + [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "4.3", EntryPoint = "glObjectPtrLabel")] public static void ObjectPtrLabel([InAttribute, OutAttribute] T0[] ptr, Int32 length, String label) where T0 : struct @@ -95682,7 +95682,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and KHR_debug|VERSION_4_3] /// Label a a sync object identified by a pointer /// /// @@ -95700,7 +95700,7 @@ namespace OpenTK.Graphics.OpenGL /// The address of a string containing the label to assign to the object. /// /// - [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "", EntryPoint = "glObjectPtrLabel")] + [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "4.3", EntryPoint = "glObjectPtrLabel")] public static void ObjectPtrLabel([InAttribute, OutAttribute] T0[,] ptr, Int32 length, String label) where T0 : struct @@ -95724,7 +95724,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and KHR_debug|VERSION_4_3] /// Label a a sync object identified by a pointer /// /// @@ -95742,7 +95742,7 @@ namespace OpenTK.Graphics.OpenGL /// The address of a string containing the label to assign to the object. /// /// - [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "", EntryPoint = "glObjectPtrLabel")] + [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "4.3", EntryPoint = "glObjectPtrLabel")] public static void ObjectPtrLabel([InAttribute, OutAttribute] T0[,,] ptr, Int32 length, String label) where T0 : struct @@ -95766,7 +95766,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and KHR_debug|VERSION_4_3] /// Label a a sync object identified by a pointer /// /// @@ -95784,7 +95784,7 @@ namespace OpenTK.Graphics.OpenGL /// The address of a string containing the label to assign to the object. /// /// - [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "", EntryPoint = "glObjectPtrLabel")] + [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "4.3", EntryPoint = "glObjectPtrLabel")] public static void ObjectPtrLabel([InAttribute, OutAttribute] ref T0 ptr, Int32 length, String label) where T0 : struct @@ -95865,7 +95865,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.0 and ARB_tessellation_shader|VERSION_4_0] /// Specifies the parameters for patch primitives /// /// @@ -95883,7 +95883,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the address of an array containing the new values for the parameter given by pname. /// /// - [AutoGenerated(Category = "ARB_tessellation_shader|VERSION_4_0", Version = "", EntryPoint = "glPatchParameterfv")] + [AutoGenerated(Category = "ARB_tessellation_shader|VERSION_4_0", Version = "4.0", EntryPoint = "glPatchParameterfv")] public static void PatchParameter(OpenTK.Graphics.OpenGL.PatchParameterFloat pname, Single[] values) { @@ -95904,7 +95904,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.0 and ARB_tessellation_shader|VERSION_4_0] /// Specifies the parameters for patch primitives /// /// @@ -95922,7 +95922,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the address of an array containing the new values for the parameter given by pname. /// /// - [AutoGenerated(Category = "ARB_tessellation_shader|VERSION_4_0", Version = "", EntryPoint = "glPatchParameterfv")] + [AutoGenerated(Category = "ARB_tessellation_shader|VERSION_4_0", Version = "4.0", EntryPoint = "glPatchParameterfv")] public static void PatchParameter(OpenTK.Graphics.OpenGL.PatchParameterFloat pname, ref Single values) { @@ -95943,7 +95943,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.0 and ARB_tessellation_shader|VERSION_4_0] /// Specifies the parameters for patch primitives /// /// @@ -95962,7 +95962,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_tessellation_shader|VERSION_4_0", Version = "", EntryPoint = "glPatchParameterfv")] + [AutoGenerated(Category = "ARB_tessellation_shader|VERSION_4_0", Version = "4.0", EntryPoint = "glPatchParameterfv")] public static unsafe void PatchParameter(OpenTK.Graphics.OpenGL.PatchParameterFloat pname, Single* values) { @@ -95977,7 +95977,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.0 and ARB_tessellation_shader|VERSION_4_0] /// Specifies the parameters for patch primitives /// /// @@ -95995,7 +95995,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the address of an array containing the new values for the parameter given by pname. /// /// - [AutoGenerated(Category = "ARB_tessellation_shader|VERSION_4_0", Version = "", EntryPoint = "glPatchParameteri")] + [AutoGenerated(Category = "ARB_tessellation_shader|VERSION_4_0", Version = "4.0", EntryPoint = "glPatchParameteri")] public static void PatchParameter(OpenTK.Graphics.OpenGL.PatchParameterInt pname, Int32 value) { @@ -96010,10 +96010,10 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.0 and ARB_transform_feedback2|VERSION_4_0] /// Pause transform feedback operations /// - [AutoGenerated(Category = "ARB_transform_feedback2|VERSION_4_0", Version = "", EntryPoint = "glPauseTransformFeedback")] + [AutoGenerated(Category = "ARB_transform_feedback2|VERSION_4_0", Version = "4.0", EntryPoint = "glPauseTransformFeedback")] public static void PauseTransformFeedback() { @@ -97209,10 +97209,10 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and KHR_debug|VERSION_4_3] /// Pop the active debug group /// - [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "", EntryPoint = "glPopDebugGroup")] + [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "4.3", EntryPoint = "glPopDebugGroup")] public static void PopDebugGroup() { @@ -97534,7 +97534,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_get_program_binary|VERSION_4_1] /// Load a program object with a program binary /// /// @@ -97557,7 +97557,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the number of bytes contained in binary. /// /// - [AutoGenerated(Category = "ARB_get_program_binary|VERSION_4_1", Version = "", EntryPoint = "glProgramBinary")] + [AutoGenerated(Category = "ARB_get_program_binary|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramBinary")] public static void ProgramBinary(Int32 program, OpenTK.Graphics.OpenGL.BinaryFormat binaryFormat, IntPtr binary, Int32 length) { @@ -97572,7 +97572,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_get_program_binary|VERSION_4_1] /// Load a program object with a program binary /// /// @@ -97595,7 +97595,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the number of bytes contained in binary. /// /// - [AutoGenerated(Category = "ARB_get_program_binary|VERSION_4_1", Version = "", EntryPoint = "glProgramBinary")] + [AutoGenerated(Category = "ARB_get_program_binary|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramBinary")] public static void ProgramBinary(Int32 program, OpenTK.Graphics.OpenGL.BinaryFormat binaryFormat, [InAttribute, OutAttribute] T2[] binary, Int32 length) where T2 : struct @@ -97619,7 +97619,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_get_program_binary|VERSION_4_1] /// Load a program object with a program binary /// /// @@ -97642,7 +97642,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the number of bytes contained in binary. /// /// - [AutoGenerated(Category = "ARB_get_program_binary|VERSION_4_1", Version = "", EntryPoint = "glProgramBinary")] + [AutoGenerated(Category = "ARB_get_program_binary|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramBinary")] public static void ProgramBinary(Int32 program, OpenTK.Graphics.OpenGL.BinaryFormat binaryFormat, [InAttribute, OutAttribute] T2[,] binary, Int32 length) where T2 : struct @@ -97666,7 +97666,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_get_program_binary|VERSION_4_1] /// Load a program object with a program binary /// /// @@ -97689,7 +97689,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the number of bytes contained in binary. /// /// - [AutoGenerated(Category = "ARB_get_program_binary|VERSION_4_1", Version = "", EntryPoint = "glProgramBinary")] + [AutoGenerated(Category = "ARB_get_program_binary|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramBinary")] public static void ProgramBinary(Int32 program, OpenTK.Graphics.OpenGL.BinaryFormat binaryFormat, [InAttribute, OutAttribute] T2[,,] binary, Int32 length) where T2 : struct @@ -97713,7 +97713,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_get_program_binary|VERSION_4_1] /// Load a program object with a program binary /// /// @@ -97736,7 +97736,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the number of bytes contained in binary. /// /// - [AutoGenerated(Category = "ARB_get_program_binary|VERSION_4_1", Version = "", EntryPoint = "glProgramBinary")] + [AutoGenerated(Category = "ARB_get_program_binary|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramBinary")] public static void ProgramBinary(Int32 program, OpenTK.Graphics.OpenGL.BinaryFormat binaryFormat, [InAttribute, OutAttribute] ref T2 binary, Int32 length) where T2 : struct @@ -97761,7 +97761,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_get_program_binary|VERSION_4_1] /// Load a program object with a program binary /// /// @@ -97785,7 +97785,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_get_program_binary|VERSION_4_1", Version = "", EntryPoint = "glProgramBinary")] + [AutoGenerated(Category = "ARB_get_program_binary|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramBinary")] public static void ProgramBinary(UInt32 program, OpenTK.Graphics.OpenGL.BinaryFormat binaryFormat, IntPtr binary, Int32 length) { @@ -97800,7 +97800,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_get_program_binary|VERSION_4_1] /// Load a program object with a program binary /// /// @@ -97824,7 +97824,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_get_program_binary|VERSION_4_1", Version = "", EntryPoint = "glProgramBinary")] + [AutoGenerated(Category = "ARB_get_program_binary|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramBinary")] public static void ProgramBinary(UInt32 program, OpenTK.Graphics.OpenGL.BinaryFormat binaryFormat, [InAttribute, OutAttribute] T2[] binary, Int32 length) where T2 : struct @@ -97848,7 +97848,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_get_program_binary|VERSION_4_1] /// Load a program object with a program binary /// /// @@ -97872,7 +97872,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_get_program_binary|VERSION_4_1", Version = "", EntryPoint = "glProgramBinary")] + [AutoGenerated(Category = "ARB_get_program_binary|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramBinary")] public static void ProgramBinary(UInt32 program, OpenTK.Graphics.OpenGL.BinaryFormat binaryFormat, [InAttribute, OutAttribute] T2[,] binary, Int32 length) where T2 : struct @@ -97896,7 +97896,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_get_program_binary|VERSION_4_1] /// Load a program object with a program binary /// /// @@ -97920,7 +97920,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_get_program_binary|VERSION_4_1", Version = "", EntryPoint = "glProgramBinary")] + [AutoGenerated(Category = "ARB_get_program_binary|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramBinary")] public static void ProgramBinary(UInt32 program, OpenTK.Graphics.OpenGL.BinaryFormat binaryFormat, [InAttribute, OutAttribute] T2[,,] binary, Int32 length) where T2 : struct @@ -97944,7 +97944,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_get_program_binary|VERSION_4_1] /// Load a program object with a program binary /// /// @@ -97968,7 +97968,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_get_program_binary|VERSION_4_1", Version = "", EntryPoint = "glProgramBinary")] + [AutoGenerated(Category = "ARB_get_program_binary|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramBinary")] public static void ProgramBinary(UInt32 program, OpenTK.Graphics.OpenGL.BinaryFormat binaryFormat, [InAttribute, OutAttribute] ref T2 binary, Int32 length) where T2 : struct @@ -97993,7 +97993,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_get_program_binary|VERSION_4_1] /// Specify a parameter for a program object /// /// @@ -98011,7 +98011,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new value of the parameter specified by pname for program. /// /// - [AutoGenerated(Category = "ARB_get_program_binary|VERSION_4_1", Version = "", EntryPoint = "glProgramParameteri")] + [AutoGenerated(Category = "ARB_get_program_binary|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramParameteri")] public static void ProgramParameter(Int32 program, OpenTK.Graphics.OpenGL.ProgramParameterPName pname, Int32 value) { @@ -98026,7 +98026,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_get_program_binary|VERSION_4_1] /// Specify a parameter for a program object /// /// @@ -98045,7 +98045,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_get_program_binary|VERSION_4_1", Version = "", EntryPoint = "glProgramParameteri")] + [AutoGenerated(Category = "ARB_get_program_binary|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramParameteri")] public static void ProgramParameter(UInt32 program, OpenTK.Graphics.OpenGL.ProgramParameterPName pname, Int32 value) { @@ -98060,7 +98060,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -98096,7 +98096,7 @@ namespace OpenTK.Graphics.OpenGL /// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. /// /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform1d")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform1d")] public static void ProgramUniform1(Int32 program, Int32 location, Double v0) { @@ -98111,7 +98111,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -98148,7 +98148,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform1d")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform1d")] public static void ProgramUniform1(UInt32 program, Int32 location, Double v0) { @@ -98163,7 +98163,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -98199,7 +98199,7 @@ namespace OpenTK.Graphics.OpenGL /// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. /// /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform1dv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform1dv")] public static void ProgramUniform1(Int32 program, Int32 location, Int32 count, ref Double value) { @@ -98220,7 +98220,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -98257,7 +98257,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform1dv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform1dv")] public static unsafe void ProgramUniform1(Int32 program, Int32 location, Int32 count, Double* value) { @@ -98272,7 +98272,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -98309,7 +98309,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform1dv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform1dv")] public static void ProgramUniform1(UInt32 program, Int32 location, Int32 count, ref Double value) { @@ -98330,7 +98330,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -98367,7 +98367,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform1dv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform1dv")] public static unsafe void ProgramUniform1(UInt32 program, Int32 location, Int32 count, Double* value) { @@ -98382,7 +98382,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -98418,7 +98418,7 @@ namespace OpenTK.Graphics.OpenGL /// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. /// /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform1f")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform1f")] public static void ProgramUniform1(Int32 program, Int32 location, Single v0) { @@ -98433,7 +98433,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -98470,7 +98470,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform1f")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform1f")] public static void ProgramUniform1(UInt32 program, Int32 location, Single v0) { @@ -98485,7 +98485,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -98521,7 +98521,7 @@ namespace OpenTK.Graphics.OpenGL /// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. /// /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform1fv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform1fv")] public static void ProgramUniform1(Int32 program, Int32 location, Int32 count, ref Single value) { @@ -98542,7 +98542,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -98579,7 +98579,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform1fv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform1fv")] public static unsafe void ProgramUniform1(Int32 program, Int32 location, Int32 count, Single* value) { @@ -98594,7 +98594,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -98631,7 +98631,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform1fv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform1fv")] public static void ProgramUniform1(UInt32 program, Int32 location, Int32 count, ref Single value) { @@ -98652,7 +98652,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -98689,7 +98689,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform1fv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform1fv")] public static unsafe void ProgramUniform1(UInt32 program, Int32 location, Int32 count, Single* value) { @@ -98704,7 +98704,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -98740,7 +98740,7 @@ namespace OpenTK.Graphics.OpenGL /// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. /// /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform1i")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform1i")] public static void ProgramUniform1(Int32 program, Int32 location, Int32 v0) { @@ -98755,7 +98755,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -98792,7 +98792,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform1i")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform1i")] public static void ProgramUniform1(UInt32 program, Int32 location, Int32 v0) { @@ -98807,7 +98807,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -98843,7 +98843,7 @@ namespace OpenTK.Graphics.OpenGL /// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. /// /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform1iv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform1iv")] public static void ProgramUniform1(Int32 program, Int32 location, Int32 count, ref Int32 value) { @@ -98864,7 +98864,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -98901,7 +98901,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform1iv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform1iv")] public static unsafe void ProgramUniform1(Int32 program, Int32 location, Int32 count, Int32* value) { @@ -98916,7 +98916,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -98953,7 +98953,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform1iv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform1iv")] public static void ProgramUniform1(UInt32 program, Int32 location, Int32 count, ref Int32 value) { @@ -98974,7 +98974,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -99011,7 +99011,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform1iv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform1iv")] public static unsafe void ProgramUniform1(UInt32 program, Int32 location, Int32 count, Int32* value) { @@ -99026,7 +99026,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -99063,7 +99063,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform1ui")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform1ui")] public static void ProgramUniform1(UInt32 program, Int32 location, UInt32 v0) { @@ -99078,7 +99078,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -99115,7 +99115,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform1uiv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform1uiv")] public static void ProgramUniform1(UInt32 program, Int32 location, Int32 count, ref UInt32 value) { @@ -99136,7 +99136,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -99173,7 +99173,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform1uiv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform1uiv")] public static unsafe void ProgramUniform1(UInt32 program, Int32 location, Int32 count, UInt32* value) { @@ -99188,7 +99188,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -99224,7 +99224,7 @@ namespace OpenTK.Graphics.OpenGL /// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. /// /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform2d")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform2d")] public static void ProgramUniform2(Int32 program, Int32 location, Double v0, Double v1) { @@ -99239,7 +99239,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -99276,7 +99276,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform2d")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform2d")] public static void ProgramUniform2(UInt32 program, Int32 location, Double v0, Double v1) { @@ -99291,7 +99291,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -99327,7 +99327,7 @@ namespace OpenTK.Graphics.OpenGL /// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. /// /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform2dv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform2dv")] public static void ProgramUniform2(Int32 program, Int32 location, Int32 count, Double[] value) { @@ -99348,7 +99348,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -99384,7 +99384,7 @@ namespace OpenTK.Graphics.OpenGL /// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. /// /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform2dv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform2dv")] public static void ProgramUniform2(Int32 program, Int32 location, Int32 count, ref Double value) { @@ -99405,7 +99405,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -99442,7 +99442,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform2dv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform2dv")] public static unsafe void ProgramUniform2(Int32 program, Int32 location, Int32 count, Double* value) { @@ -99457,7 +99457,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -99494,7 +99494,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform2dv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform2dv")] public static void ProgramUniform2(UInt32 program, Int32 location, Int32 count, Double[] value) { @@ -99515,7 +99515,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -99552,7 +99552,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform2dv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform2dv")] public static void ProgramUniform2(UInt32 program, Int32 location, Int32 count, ref Double value) { @@ -99573,7 +99573,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -99610,7 +99610,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform2dv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform2dv")] public static unsafe void ProgramUniform2(UInt32 program, Int32 location, Int32 count, Double* value) { @@ -99625,7 +99625,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -99661,7 +99661,7 @@ namespace OpenTK.Graphics.OpenGL /// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. /// /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform2f")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform2f")] public static void ProgramUniform2(Int32 program, Int32 location, Single v0, Single v1) { @@ -99676,7 +99676,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -99713,7 +99713,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform2f")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform2f")] public static void ProgramUniform2(UInt32 program, Int32 location, Single v0, Single v1) { @@ -99728,7 +99728,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -99764,7 +99764,7 @@ namespace OpenTK.Graphics.OpenGL /// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. /// /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform2fv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform2fv")] public static void ProgramUniform2(Int32 program, Int32 location, Int32 count, Single[] value) { @@ -99785,7 +99785,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -99821,7 +99821,7 @@ namespace OpenTK.Graphics.OpenGL /// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. /// /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform2fv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform2fv")] public static void ProgramUniform2(Int32 program, Int32 location, Int32 count, ref Single value) { @@ -99842,7 +99842,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -99879,7 +99879,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform2fv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform2fv")] public static unsafe void ProgramUniform2(Int32 program, Int32 location, Int32 count, Single* value) { @@ -99894,7 +99894,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -99931,7 +99931,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform2fv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform2fv")] public static void ProgramUniform2(UInt32 program, Int32 location, Int32 count, Single[] value) { @@ -99952,7 +99952,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -99989,7 +99989,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform2fv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform2fv")] public static void ProgramUniform2(UInt32 program, Int32 location, Int32 count, ref Single value) { @@ -100010,7 +100010,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -100047,7 +100047,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform2fv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform2fv")] public static unsafe void ProgramUniform2(UInt32 program, Int32 location, Int32 count, Single* value) { @@ -100062,7 +100062,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -100098,7 +100098,7 @@ namespace OpenTK.Graphics.OpenGL /// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. /// /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform2i")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform2i")] public static void ProgramUniform2(Int32 program, Int32 location, Int32 v0, Int32 v1) { @@ -100113,7 +100113,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -100150,7 +100150,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform2i")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform2i")] public static void ProgramUniform2(UInt32 program, Int32 location, Int32 v0, Int32 v1) { @@ -100165,7 +100165,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -100201,7 +100201,7 @@ namespace OpenTK.Graphics.OpenGL /// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. /// /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform2iv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform2iv")] public static void ProgramUniform2(Int32 program, Int32 location, Int32 count, Int32[] value) { @@ -100222,7 +100222,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -100259,7 +100259,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform2iv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform2iv")] public static unsafe void ProgramUniform2(Int32 program, Int32 location, Int32 count, Int32* value) { @@ -100274,7 +100274,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -100311,7 +100311,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform2iv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform2iv")] public static void ProgramUniform2(UInt32 program, Int32 location, Int32 count, Int32[] value) { @@ -100332,7 +100332,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -100369,7 +100369,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform2iv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform2iv")] public static unsafe void ProgramUniform2(UInt32 program, Int32 location, Int32 count, Int32* value) { @@ -100384,7 +100384,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -100421,7 +100421,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform2ui")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform2ui")] public static void ProgramUniform2(UInt32 program, Int32 location, UInt32 v0, UInt32 v1) { @@ -100436,7 +100436,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -100473,7 +100473,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform2uiv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform2uiv")] public static void ProgramUniform2(UInt32 program, Int32 location, Int32 count, UInt32[] value) { @@ -100494,7 +100494,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -100531,7 +100531,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform2uiv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform2uiv")] public static void ProgramUniform2(UInt32 program, Int32 location, Int32 count, ref UInt32 value) { @@ -100552,7 +100552,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -100589,7 +100589,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform2uiv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform2uiv")] public static unsafe void ProgramUniform2(UInt32 program, Int32 location, Int32 count, UInt32* value) { @@ -100604,7 +100604,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -100640,7 +100640,7 @@ namespace OpenTK.Graphics.OpenGL /// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. /// /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform3d")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform3d")] public static void ProgramUniform3(Int32 program, Int32 location, Double v0, Double v1, Double v2) { @@ -100655,7 +100655,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -100692,7 +100692,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform3d")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform3d")] public static void ProgramUniform3(UInt32 program, Int32 location, Double v0, Double v1, Double v2) { @@ -100707,7 +100707,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -100743,7 +100743,7 @@ namespace OpenTK.Graphics.OpenGL /// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. /// /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform3dv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform3dv")] public static void ProgramUniform3(Int32 program, Int32 location, Int32 count, Double[] value) { @@ -100764,7 +100764,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -100800,7 +100800,7 @@ namespace OpenTK.Graphics.OpenGL /// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. /// /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform3dv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform3dv")] public static void ProgramUniform3(Int32 program, Int32 location, Int32 count, ref Double value) { @@ -100821,7 +100821,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -100858,7 +100858,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform3dv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform3dv")] public static unsafe void ProgramUniform3(Int32 program, Int32 location, Int32 count, Double* value) { @@ -100873,7 +100873,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -100910,7 +100910,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform3dv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform3dv")] public static void ProgramUniform3(UInt32 program, Int32 location, Int32 count, Double[] value) { @@ -100931,7 +100931,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -100968,7 +100968,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform3dv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform3dv")] public static void ProgramUniform3(UInt32 program, Int32 location, Int32 count, ref Double value) { @@ -100989,7 +100989,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -101026,7 +101026,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform3dv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform3dv")] public static unsafe void ProgramUniform3(UInt32 program, Int32 location, Int32 count, Double* value) { @@ -101041,7 +101041,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -101077,7 +101077,7 @@ namespace OpenTK.Graphics.OpenGL /// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. /// /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform3f")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform3f")] public static void ProgramUniform3(Int32 program, Int32 location, Single v0, Single v1, Single v2) { @@ -101092,7 +101092,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -101129,7 +101129,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform3f")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform3f")] public static void ProgramUniform3(UInt32 program, Int32 location, Single v0, Single v1, Single v2) { @@ -101144,7 +101144,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -101180,7 +101180,7 @@ namespace OpenTK.Graphics.OpenGL /// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. /// /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform3fv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform3fv")] public static void ProgramUniform3(Int32 program, Int32 location, Int32 count, Single[] value) { @@ -101201,7 +101201,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -101237,7 +101237,7 @@ namespace OpenTK.Graphics.OpenGL /// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. /// /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform3fv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform3fv")] public static void ProgramUniform3(Int32 program, Int32 location, Int32 count, ref Single value) { @@ -101258,7 +101258,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -101295,7 +101295,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform3fv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform3fv")] public static unsafe void ProgramUniform3(Int32 program, Int32 location, Int32 count, Single* value) { @@ -101310,7 +101310,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -101347,7 +101347,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform3fv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform3fv")] public static void ProgramUniform3(UInt32 program, Int32 location, Int32 count, Single[] value) { @@ -101368,7 +101368,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -101405,7 +101405,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform3fv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform3fv")] public static void ProgramUniform3(UInt32 program, Int32 location, Int32 count, ref Single value) { @@ -101426,7 +101426,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -101463,7 +101463,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform3fv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform3fv")] public static unsafe void ProgramUniform3(UInt32 program, Int32 location, Int32 count, Single* value) { @@ -101478,7 +101478,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -101514,7 +101514,7 @@ namespace OpenTK.Graphics.OpenGL /// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. /// /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform3i")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform3i")] public static void ProgramUniform3(Int32 program, Int32 location, Int32 v0, Int32 v1, Int32 v2) { @@ -101529,7 +101529,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -101566,7 +101566,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform3i")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform3i")] public static void ProgramUniform3(UInt32 program, Int32 location, Int32 v0, Int32 v1, Int32 v2) { @@ -101581,7 +101581,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -101617,7 +101617,7 @@ namespace OpenTK.Graphics.OpenGL /// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. /// /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform3iv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform3iv")] public static void ProgramUniform3(Int32 program, Int32 location, Int32 count, Int32[] value) { @@ -101638,7 +101638,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -101674,7 +101674,7 @@ namespace OpenTK.Graphics.OpenGL /// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. /// /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform3iv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform3iv")] public static void ProgramUniform3(Int32 program, Int32 location, Int32 count, ref Int32 value) { @@ -101695,7 +101695,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -101732,7 +101732,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform3iv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform3iv")] public static unsafe void ProgramUniform3(Int32 program, Int32 location, Int32 count, Int32* value) { @@ -101747,7 +101747,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -101784,7 +101784,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform3iv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform3iv")] public static void ProgramUniform3(UInt32 program, Int32 location, Int32 count, Int32[] value) { @@ -101805,7 +101805,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -101842,7 +101842,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform3iv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform3iv")] public static void ProgramUniform3(UInt32 program, Int32 location, Int32 count, ref Int32 value) { @@ -101863,7 +101863,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -101900,7 +101900,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform3iv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform3iv")] public static unsafe void ProgramUniform3(UInt32 program, Int32 location, Int32 count, Int32* value) { @@ -101915,7 +101915,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -101952,7 +101952,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform3ui")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform3ui")] public static void ProgramUniform3(UInt32 program, Int32 location, UInt32 v0, UInt32 v1, UInt32 v2) { @@ -101967,7 +101967,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -102004,7 +102004,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform3uiv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform3uiv")] public static void ProgramUniform3(UInt32 program, Int32 location, Int32 count, UInt32[] value) { @@ -102025,7 +102025,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -102062,7 +102062,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform3uiv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform3uiv")] public static void ProgramUniform3(UInt32 program, Int32 location, Int32 count, ref UInt32 value) { @@ -102083,7 +102083,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -102120,7 +102120,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform3uiv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform3uiv")] public static unsafe void ProgramUniform3(UInt32 program, Int32 location, Int32 count, UInt32* value) { @@ -102135,7 +102135,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -102171,7 +102171,7 @@ namespace OpenTK.Graphics.OpenGL /// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. /// /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform4d")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform4d")] public static void ProgramUniform4(Int32 program, Int32 location, Double v0, Double v1, Double v2, Double v3) { @@ -102186,7 +102186,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -102223,7 +102223,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform4d")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform4d")] public static void ProgramUniform4(UInt32 program, Int32 location, Double v0, Double v1, Double v2, Double v3) { @@ -102238,7 +102238,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -102274,7 +102274,7 @@ namespace OpenTK.Graphics.OpenGL /// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. /// /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform4dv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform4dv")] public static void ProgramUniform4(Int32 program, Int32 location, Int32 count, Double[] value) { @@ -102295,7 +102295,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -102331,7 +102331,7 @@ namespace OpenTK.Graphics.OpenGL /// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. /// /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform4dv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform4dv")] public static void ProgramUniform4(Int32 program, Int32 location, Int32 count, ref Double value) { @@ -102352,7 +102352,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -102389,7 +102389,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform4dv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform4dv")] public static unsafe void ProgramUniform4(Int32 program, Int32 location, Int32 count, Double* value) { @@ -102404,7 +102404,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -102441,7 +102441,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform4dv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform4dv")] public static void ProgramUniform4(UInt32 program, Int32 location, Int32 count, Double[] value) { @@ -102462,7 +102462,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -102499,7 +102499,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform4dv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform4dv")] public static void ProgramUniform4(UInt32 program, Int32 location, Int32 count, ref Double value) { @@ -102520,7 +102520,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -102557,7 +102557,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform4dv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform4dv")] public static unsafe void ProgramUniform4(UInt32 program, Int32 location, Int32 count, Double* value) { @@ -102572,7 +102572,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -102608,7 +102608,7 @@ namespace OpenTK.Graphics.OpenGL /// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. /// /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform4f")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform4f")] public static void ProgramUniform4(Int32 program, Int32 location, Single v0, Single v1, Single v2, Single v3) { @@ -102623,7 +102623,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -102660,7 +102660,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform4f")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform4f")] public static void ProgramUniform4(UInt32 program, Int32 location, Single v0, Single v1, Single v2, Single v3) { @@ -102675,7 +102675,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -102711,7 +102711,7 @@ namespace OpenTK.Graphics.OpenGL /// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. /// /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform4fv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform4fv")] public static void ProgramUniform4(Int32 program, Int32 location, Int32 count, Single[] value) { @@ -102732,7 +102732,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -102768,7 +102768,7 @@ namespace OpenTK.Graphics.OpenGL /// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. /// /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform4fv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform4fv")] public static void ProgramUniform4(Int32 program, Int32 location, Int32 count, ref Single value) { @@ -102789,7 +102789,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -102826,7 +102826,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform4fv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform4fv")] public static unsafe void ProgramUniform4(Int32 program, Int32 location, Int32 count, Single* value) { @@ -102841,7 +102841,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -102878,7 +102878,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform4fv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform4fv")] public static void ProgramUniform4(UInt32 program, Int32 location, Int32 count, Single[] value) { @@ -102899,7 +102899,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -102936,7 +102936,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform4fv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform4fv")] public static void ProgramUniform4(UInt32 program, Int32 location, Int32 count, ref Single value) { @@ -102957,7 +102957,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -102994,7 +102994,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform4fv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform4fv")] public static unsafe void ProgramUniform4(UInt32 program, Int32 location, Int32 count, Single* value) { @@ -103009,7 +103009,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -103045,7 +103045,7 @@ namespace OpenTK.Graphics.OpenGL /// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. /// /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform4i")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform4i")] public static void ProgramUniform4(Int32 program, Int32 location, Int32 v0, Int32 v1, Int32 v2, Int32 v3) { @@ -103060,7 +103060,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -103097,7 +103097,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform4i")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform4i")] public static void ProgramUniform4(UInt32 program, Int32 location, Int32 v0, Int32 v1, Int32 v2, Int32 v3) { @@ -103112,7 +103112,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -103148,7 +103148,7 @@ namespace OpenTK.Graphics.OpenGL /// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. /// /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform4iv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform4iv")] public static void ProgramUniform4(Int32 program, Int32 location, Int32 count, Int32[] value) { @@ -103169,7 +103169,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -103205,7 +103205,7 @@ namespace OpenTK.Graphics.OpenGL /// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. /// /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform4iv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform4iv")] public static void ProgramUniform4(Int32 program, Int32 location, Int32 count, ref Int32 value) { @@ -103226,7 +103226,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -103263,7 +103263,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform4iv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform4iv")] public static unsafe void ProgramUniform4(Int32 program, Int32 location, Int32 count, Int32* value) { @@ -103278,7 +103278,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -103315,7 +103315,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform4iv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform4iv")] public static void ProgramUniform4(UInt32 program, Int32 location, Int32 count, Int32[] value) { @@ -103336,7 +103336,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -103373,7 +103373,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform4iv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform4iv")] public static void ProgramUniform4(UInt32 program, Int32 location, Int32 count, ref Int32 value) { @@ -103394,7 +103394,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -103431,7 +103431,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform4iv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform4iv")] public static unsafe void ProgramUniform4(UInt32 program, Int32 location, Int32 count, Int32* value) { @@ -103446,7 +103446,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -103483,7 +103483,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform4ui")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform4ui")] public static void ProgramUniform4(UInt32 program, Int32 location, UInt32 v0, UInt32 v1, UInt32 v2, UInt32 v3) { @@ -103498,7 +103498,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -103535,7 +103535,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform4uiv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform4uiv")] public static void ProgramUniform4(UInt32 program, Int32 location, Int32 count, UInt32[] value) { @@ -103556,7 +103556,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -103593,7 +103593,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform4uiv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform4uiv")] public static void ProgramUniform4(UInt32 program, Int32 location, Int32 count, ref UInt32 value) { @@ -103614,7 +103614,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -103651,7 +103651,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform4uiv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform4uiv")] public static unsafe void ProgramUniform4(UInt32 program, Int32 location, Int32 count, UInt32* value) { @@ -103665,8 +103665,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix2dv")] + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix2dv")] public static void ProgramUniformMatrix2(Int32 program, Int32 location, Int32 count, bool transpose, Double[] value) { @@ -103686,8 +103686,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix2dv")] + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix2dv")] public static void ProgramUniformMatrix2(Int32 program, Int32 location, Int32 count, bool transpose, ref Double value) { @@ -103707,9 +103707,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix2dv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix2dv")] public static unsafe void ProgramUniformMatrix2(Int32 program, Int32 location, Int32 count, bool transpose, Double* value) { @@ -103723,9 +103723,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix2dv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix2dv")] public static void ProgramUniformMatrix2(UInt32 program, Int32 location, Int32 count, bool transpose, Double[] value) { @@ -103745,9 +103745,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix2dv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix2dv")] public static void ProgramUniformMatrix2(UInt32 program, Int32 location, Int32 count, bool transpose, ref Double value) { @@ -103767,9 +103767,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix2dv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix2dv")] public static unsafe void ProgramUniformMatrix2(UInt32 program, Int32 location, Int32 count, bool transpose, Double* value) { @@ -103783,8 +103783,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix2fv")] + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix2fv")] public static void ProgramUniformMatrix2(Int32 program, Int32 location, Int32 count, bool transpose, Single[] value) { @@ -103804,8 +103804,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix2fv")] + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix2fv")] public static void ProgramUniformMatrix2(Int32 program, Int32 location, Int32 count, bool transpose, ref Single value) { @@ -103825,9 +103825,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix2fv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix2fv")] public static unsafe void ProgramUniformMatrix2(Int32 program, Int32 location, Int32 count, bool transpose, Single* value) { @@ -103841,9 +103841,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix2fv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix2fv")] public static void ProgramUniformMatrix2(UInt32 program, Int32 location, Int32 count, bool transpose, Single[] value) { @@ -103863,9 +103863,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix2fv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix2fv")] public static void ProgramUniformMatrix2(UInt32 program, Int32 location, Int32 count, bool transpose, ref Single value) { @@ -103885,9 +103885,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix2fv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix2fv")] public static unsafe void ProgramUniformMatrix2(UInt32 program, Int32 location, Int32 count, bool transpose, Single* value) { @@ -103901,8 +103901,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix2x3dv")] + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix2x3dv")] public static void ProgramUniformMatrix2x3(Int32 program, Int32 location, Int32 count, bool transpose, Double[] value) { @@ -103922,8 +103922,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix2x3dv")] + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix2x3dv")] public static void ProgramUniformMatrix2x3(Int32 program, Int32 location, Int32 count, bool transpose, ref Double value) { @@ -103943,9 +103943,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix2x3dv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix2x3dv")] public static unsafe void ProgramUniformMatrix2x3(Int32 program, Int32 location, Int32 count, bool transpose, Double* value) { @@ -103959,9 +103959,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix2x3dv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix2x3dv")] public static void ProgramUniformMatrix2x3(UInt32 program, Int32 location, Int32 count, bool transpose, Double[] value) { @@ -103981,9 +103981,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix2x3dv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix2x3dv")] public static void ProgramUniformMatrix2x3(UInt32 program, Int32 location, Int32 count, bool transpose, ref Double value) { @@ -104003,9 +104003,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix2x3dv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix2x3dv")] public static unsafe void ProgramUniformMatrix2x3(UInt32 program, Int32 location, Int32 count, bool transpose, Double* value) { @@ -104019,8 +104019,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix2x3fv")] + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix2x3fv")] public static void ProgramUniformMatrix2x3(Int32 program, Int32 location, Int32 count, bool transpose, Single[] value) { @@ -104040,8 +104040,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix2x3fv")] + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix2x3fv")] public static void ProgramUniformMatrix2x3(Int32 program, Int32 location, Int32 count, bool transpose, ref Single value) { @@ -104061,9 +104061,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix2x3fv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix2x3fv")] public static unsafe void ProgramUniformMatrix2x3(Int32 program, Int32 location, Int32 count, bool transpose, Single* value) { @@ -104077,9 +104077,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix2x3fv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix2x3fv")] public static void ProgramUniformMatrix2x3(UInt32 program, Int32 location, Int32 count, bool transpose, Single[] value) { @@ -104099,9 +104099,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix2x3fv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix2x3fv")] public static void ProgramUniformMatrix2x3(UInt32 program, Int32 location, Int32 count, bool transpose, ref Single value) { @@ -104121,9 +104121,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix2x3fv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix2x3fv")] public static unsafe void ProgramUniformMatrix2x3(UInt32 program, Int32 location, Int32 count, bool transpose, Single* value) { @@ -104137,8 +104137,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix2x4dv")] + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix2x4dv")] public static void ProgramUniformMatrix2x4(Int32 program, Int32 location, Int32 count, bool transpose, Double[] value) { @@ -104158,8 +104158,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix2x4dv")] + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix2x4dv")] public static void ProgramUniformMatrix2x4(Int32 program, Int32 location, Int32 count, bool transpose, ref Double value) { @@ -104179,9 +104179,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix2x4dv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix2x4dv")] public static unsafe void ProgramUniformMatrix2x4(Int32 program, Int32 location, Int32 count, bool transpose, Double* value) { @@ -104195,9 +104195,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix2x4dv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix2x4dv")] public static void ProgramUniformMatrix2x4(UInt32 program, Int32 location, Int32 count, bool transpose, Double[] value) { @@ -104217,9 +104217,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix2x4dv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix2x4dv")] public static void ProgramUniformMatrix2x4(UInt32 program, Int32 location, Int32 count, bool transpose, ref Double value) { @@ -104239,9 +104239,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix2x4dv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix2x4dv")] public static unsafe void ProgramUniformMatrix2x4(UInt32 program, Int32 location, Int32 count, bool transpose, Double* value) { @@ -104255,8 +104255,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix2x4fv")] + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix2x4fv")] public static void ProgramUniformMatrix2x4(Int32 program, Int32 location, Int32 count, bool transpose, Single[] value) { @@ -104276,8 +104276,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix2x4fv")] + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix2x4fv")] public static void ProgramUniformMatrix2x4(Int32 program, Int32 location, Int32 count, bool transpose, ref Single value) { @@ -104297,9 +104297,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix2x4fv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix2x4fv")] public static unsafe void ProgramUniformMatrix2x4(Int32 program, Int32 location, Int32 count, bool transpose, Single* value) { @@ -104313,9 +104313,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix2x4fv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix2x4fv")] public static void ProgramUniformMatrix2x4(UInt32 program, Int32 location, Int32 count, bool transpose, Single[] value) { @@ -104335,9 +104335,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix2x4fv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix2x4fv")] public static void ProgramUniformMatrix2x4(UInt32 program, Int32 location, Int32 count, bool transpose, ref Single value) { @@ -104357,9 +104357,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix2x4fv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix2x4fv")] public static unsafe void ProgramUniformMatrix2x4(UInt32 program, Int32 location, Int32 count, bool transpose, Single* value) { @@ -104373,8 +104373,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix3dv")] + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix3dv")] public static void ProgramUniformMatrix3(Int32 program, Int32 location, Int32 count, bool transpose, Double[] value) { @@ -104394,8 +104394,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix3dv")] + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix3dv")] public static void ProgramUniformMatrix3(Int32 program, Int32 location, Int32 count, bool transpose, ref Double value) { @@ -104415,9 +104415,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix3dv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix3dv")] public static unsafe void ProgramUniformMatrix3(Int32 program, Int32 location, Int32 count, bool transpose, Double* value) { @@ -104431,9 +104431,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix3dv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix3dv")] public static void ProgramUniformMatrix3(UInt32 program, Int32 location, Int32 count, bool transpose, Double[] value) { @@ -104453,9 +104453,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix3dv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix3dv")] public static void ProgramUniformMatrix3(UInt32 program, Int32 location, Int32 count, bool transpose, ref Double value) { @@ -104475,9 +104475,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix3dv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix3dv")] public static unsafe void ProgramUniformMatrix3(UInt32 program, Int32 location, Int32 count, bool transpose, Double* value) { @@ -104491,8 +104491,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix3fv")] + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix3fv")] public static void ProgramUniformMatrix3(Int32 program, Int32 location, Int32 count, bool transpose, Single[] value) { @@ -104512,8 +104512,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix3fv")] + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix3fv")] public static void ProgramUniformMatrix3(Int32 program, Int32 location, Int32 count, bool transpose, ref Single value) { @@ -104533,9 +104533,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix3fv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix3fv")] public static unsafe void ProgramUniformMatrix3(Int32 program, Int32 location, Int32 count, bool transpose, Single* value) { @@ -104549,9 +104549,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix3fv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix3fv")] public static void ProgramUniformMatrix3(UInt32 program, Int32 location, Int32 count, bool transpose, Single[] value) { @@ -104571,9 +104571,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix3fv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix3fv")] public static void ProgramUniformMatrix3(UInt32 program, Int32 location, Int32 count, bool transpose, ref Single value) { @@ -104593,9 +104593,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix3fv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix3fv")] public static unsafe void ProgramUniformMatrix3(UInt32 program, Int32 location, Int32 count, bool transpose, Single* value) { @@ -104609,8 +104609,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix3x2dv")] + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix3x2dv")] public static void ProgramUniformMatrix3x2(Int32 program, Int32 location, Int32 count, bool transpose, Double[] value) { @@ -104630,8 +104630,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix3x2dv")] + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix3x2dv")] public static void ProgramUniformMatrix3x2(Int32 program, Int32 location, Int32 count, bool transpose, ref Double value) { @@ -104651,9 +104651,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix3x2dv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix3x2dv")] public static unsafe void ProgramUniformMatrix3x2(Int32 program, Int32 location, Int32 count, bool transpose, Double* value) { @@ -104667,9 +104667,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix3x2dv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix3x2dv")] public static void ProgramUniformMatrix3x2(UInt32 program, Int32 location, Int32 count, bool transpose, Double[] value) { @@ -104689,9 +104689,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix3x2dv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix3x2dv")] public static void ProgramUniformMatrix3x2(UInt32 program, Int32 location, Int32 count, bool transpose, ref Double value) { @@ -104711,9 +104711,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix3x2dv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix3x2dv")] public static unsafe void ProgramUniformMatrix3x2(UInt32 program, Int32 location, Int32 count, bool transpose, Double* value) { @@ -104727,8 +104727,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix3x2fv")] + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix3x2fv")] public static void ProgramUniformMatrix3x2(Int32 program, Int32 location, Int32 count, bool transpose, Single[] value) { @@ -104748,8 +104748,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix3x2fv")] + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix3x2fv")] public static void ProgramUniformMatrix3x2(Int32 program, Int32 location, Int32 count, bool transpose, ref Single value) { @@ -104769,9 +104769,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix3x2fv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix3x2fv")] public static unsafe void ProgramUniformMatrix3x2(Int32 program, Int32 location, Int32 count, bool transpose, Single* value) { @@ -104785,9 +104785,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix3x2fv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix3x2fv")] public static void ProgramUniformMatrix3x2(UInt32 program, Int32 location, Int32 count, bool transpose, Single[] value) { @@ -104807,9 +104807,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix3x2fv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix3x2fv")] public static void ProgramUniformMatrix3x2(UInt32 program, Int32 location, Int32 count, bool transpose, ref Single value) { @@ -104829,9 +104829,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix3x2fv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix3x2fv")] public static unsafe void ProgramUniformMatrix3x2(UInt32 program, Int32 location, Int32 count, bool transpose, Single* value) { @@ -104845,8 +104845,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix3x4dv")] + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix3x4dv")] public static void ProgramUniformMatrix3x4(Int32 program, Int32 location, Int32 count, bool transpose, Double[] value) { @@ -104866,8 +104866,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix3x4dv")] + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix3x4dv")] public static void ProgramUniformMatrix3x4(Int32 program, Int32 location, Int32 count, bool transpose, ref Double value) { @@ -104887,9 +104887,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix3x4dv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix3x4dv")] public static unsafe void ProgramUniformMatrix3x4(Int32 program, Int32 location, Int32 count, bool transpose, Double* value) { @@ -104903,9 +104903,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix3x4dv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix3x4dv")] public static void ProgramUniformMatrix3x4(UInt32 program, Int32 location, Int32 count, bool transpose, Double[] value) { @@ -104925,9 +104925,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix3x4dv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix3x4dv")] public static void ProgramUniformMatrix3x4(UInt32 program, Int32 location, Int32 count, bool transpose, ref Double value) { @@ -104947,9 +104947,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix3x4dv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix3x4dv")] public static unsafe void ProgramUniformMatrix3x4(UInt32 program, Int32 location, Int32 count, bool transpose, Double* value) { @@ -104963,8 +104963,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix3x4fv")] + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix3x4fv")] public static void ProgramUniformMatrix3x4(Int32 program, Int32 location, Int32 count, bool transpose, Single[] value) { @@ -104984,8 +104984,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix3x4fv")] + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix3x4fv")] public static void ProgramUniformMatrix3x4(Int32 program, Int32 location, Int32 count, bool transpose, ref Single value) { @@ -105005,9 +105005,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix3x4fv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix3x4fv")] public static unsafe void ProgramUniformMatrix3x4(Int32 program, Int32 location, Int32 count, bool transpose, Single* value) { @@ -105021,9 +105021,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix3x4fv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix3x4fv")] public static void ProgramUniformMatrix3x4(UInt32 program, Int32 location, Int32 count, bool transpose, Single[] value) { @@ -105043,9 +105043,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix3x4fv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix3x4fv")] public static void ProgramUniformMatrix3x4(UInt32 program, Int32 location, Int32 count, bool transpose, ref Single value) { @@ -105065,9 +105065,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix3x4fv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix3x4fv")] public static unsafe void ProgramUniformMatrix3x4(UInt32 program, Int32 location, Int32 count, bool transpose, Single* value) { @@ -105081,8 +105081,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix4dv")] + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix4dv")] public static void ProgramUniformMatrix4(Int32 program, Int32 location, Int32 count, bool transpose, Double[] value) { @@ -105102,8 +105102,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix4dv")] + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix4dv")] public static void ProgramUniformMatrix4(Int32 program, Int32 location, Int32 count, bool transpose, ref Double value) { @@ -105123,9 +105123,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix4dv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix4dv")] public static unsafe void ProgramUniformMatrix4(Int32 program, Int32 location, Int32 count, bool transpose, Double* value) { @@ -105139,9 +105139,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix4dv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix4dv")] public static void ProgramUniformMatrix4(UInt32 program, Int32 location, Int32 count, bool transpose, Double[] value) { @@ -105161,9 +105161,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix4dv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix4dv")] public static void ProgramUniformMatrix4(UInt32 program, Int32 location, Int32 count, bool transpose, ref Double value) { @@ -105183,9 +105183,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix4dv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix4dv")] public static unsafe void ProgramUniformMatrix4(UInt32 program, Int32 location, Int32 count, bool transpose, Double* value) { @@ -105199,8 +105199,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix4fv")] + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix4fv")] public static void ProgramUniformMatrix4(Int32 program, Int32 location, Int32 count, bool transpose, Single[] value) { @@ -105220,8 +105220,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix4fv")] + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix4fv")] public static void ProgramUniformMatrix4(Int32 program, Int32 location, Int32 count, bool transpose, ref Single value) { @@ -105241,9 +105241,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix4fv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix4fv")] public static unsafe void ProgramUniformMatrix4(Int32 program, Int32 location, Int32 count, bool transpose, Single* value) { @@ -105257,9 +105257,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix4fv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix4fv")] public static void ProgramUniformMatrix4(UInt32 program, Int32 location, Int32 count, bool transpose, Single[] value) { @@ -105279,9 +105279,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix4fv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix4fv")] public static void ProgramUniformMatrix4(UInt32 program, Int32 location, Int32 count, bool transpose, ref Single value) { @@ -105301,9 +105301,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix4fv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix4fv")] public static unsafe void ProgramUniformMatrix4(UInt32 program, Int32 location, Int32 count, bool transpose, Single* value) { @@ -105317,8 +105317,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix4x2dv")] + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix4x2dv")] public static void ProgramUniformMatrix4x2(Int32 program, Int32 location, Int32 count, bool transpose, Double[] value) { @@ -105338,8 +105338,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix4x2dv")] + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix4x2dv")] public static void ProgramUniformMatrix4x2(Int32 program, Int32 location, Int32 count, bool transpose, ref Double value) { @@ -105359,9 +105359,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix4x2dv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix4x2dv")] public static unsafe void ProgramUniformMatrix4x2(Int32 program, Int32 location, Int32 count, bool transpose, Double* value) { @@ -105375,9 +105375,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix4x2dv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix4x2dv")] public static void ProgramUniformMatrix4x2(UInt32 program, Int32 location, Int32 count, bool transpose, Double[] value) { @@ -105397,9 +105397,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix4x2dv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix4x2dv")] public static void ProgramUniformMatrix4x2(UInt32 program, Int32 location, Int32 count, bool transpose, ref Double value) { @@ -105419,9 +105419,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix4x2dv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix4x2dv")] public static unsafe void ProgramUniformMatrix4x2(UInt32 program, Int32 location, Int32 count, bool transpose, Double* value) { @@ -105435,8 +105435,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix4x2fv")] + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix4x2fv")] public static void ProgramUniformMatrix4x2(Int32 program, Int32 location, Int32 count, bool transpose, Single[] value) { @@ -105456,8 +105456,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix4x2fv")] + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix4x2fv")] public static void ProgramUniformMatrix4x2(Int32 program, Int32 location, Int32 count, bool transpose, ref Single value) { @@ -105477,9 +105477,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix4x2fv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix4x2fv")] public static unsafe void ProgramUniformMatrix4x2(Int32 program, Int32 location, Int32 count, bool transpose, Single* value) { @@ -105493,9 +105493,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix4x2fv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix4x2fv")] public static void ProgramUniformMatrix4x2(UInt32 program, Int32 location, Int32 count, bool transpose, Single[] value) { @@ -105515,9 +105515,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix4x2fv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix4x2fv")] public static void ProgramUniformMatrix4x2(UInt32 program, Int32 location, Int32 count, bool transpose, ref Single value) { @@ -105537,9 +105537,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix4x2fv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix4x2fv")] public static unsafe void ProgramUniformMatrix4x2(UInt32 program, Int32 location, Int32 count, bool transpose, Single* value) { @@ -105553,8 +105553,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix4x3dv")] + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix4x3dv")] public static void ProgramUniformMatrix4x3(Int32 program, Int32 location, Int32 count, bool transpose, Double[] value) { @@ -105574,8 +105574,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix4x3dv")] + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix4x3dv")] public static void ProgramUniformMatrix4x3(Int32 program, Int32 location, Int32 count, bool transpose, ref Double value) { @@ -105595,9 +105595,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix4x3dv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix4x3dv")] public static unsafe void ProgramUniformMatrix4x3(Int32 program, Int32 location, Int32 count, bool transpose, Double* value) { @@ -105611,9 +105611,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix4x3dv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix4x3dv")] public static void ProgramUniformMatrix4x3(UInt32 program, Int32 location, Int32 count, bool transpose, Double[] value) { @@ -105633,9 +105633,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix4x3dv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix4x3dv")] public static void ProgramUniformMatrix4x3(UInt32 program, Int32 location, Int32 count, bool transpose, ref Double value) { @@ -105655,9 +105655,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix4x3dv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix4x3dv")] public static unsafe void ProgramUniformMatrix4x3(UInt32 program, Int32 location, Int32 count, bool transpose, Double* value) { @@ -105671,8 +105671,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix4x3fv")] + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix4x3fv")] public static void ProgramUniformMatrix4x3(Int32 program, Int32 location, Int32 count, bool transpose, Single[] value) { @@ -105692,8 +105692,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix4x3fv")] + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix4x3fv")] public static void ProgramUniformMatrix4x3(Int32 program, Int32 location, Int32 count, bool transpose, ref Single value) { @@ -105713,9 +105713,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix4x3fv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix4x3fv")] public static unsafe void ProgramUniformMatrix4x3(Int32 program, Int32 location, Int32 count, bool transpose, Single* value) { @@ -105729,9 +105729,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix4x3fv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix4x3fv")] public static void ProgramUniformMatrix4x3(UInt32 program, Int32 location, Int32 count, bool transpose, Single[] value) { @@ -105751,9 +105751,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix4x3fv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix4x3fv")] public static void ProgramUniformMatrix4x3(UInt32 program, Int32 location, Int32 count, bool transpose, ref Single value) { @@ -105773,9 +105773,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix4x3fv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix4x3fv")] public static unsafe void ProgramUniformMatrix4x3(UInt32 program, Int32 location, Int32 count, bool transpose, Single* value) { @@ -105790,7 +105790,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.2 and ARB_provoking_vertex|VERSION_3_2] /// Specifiy the vertex to be used as the source of data for flat shaded varyings /// /// @@ -105798,7 +105798,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the vertex to be used as the source of data for flat shaded varyings. /// /// - [AutoGenerated(Category = "ARB_provoking_vertex|VERSION_3_2", Version = "", EntryPoint = "glProvokingVertex")] + [AutoGenerated(Category = "ARB_provoking_vertex|VERSION_3_2", Version = "3.2", EntryPoint = "glProvokingVertex")] public static void ProvokingVertex(OpenTK.Graphics.OpenGL.ProvokingVertexMode mode) { @@ -105859,7 +105859,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and KHR_debug|VERSION_4_3] /// Push a named debug group into the command stream /// /// @@ -105882,7 +105882,7 @@ namespace OpenTK.Graphics.OpenGL /// The a string containing the message to be sent to the debug output stream. /// /// - [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "", EntryPoint = "glPushDebugGroup")] + [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "4.3", EntryPoint = "glPushDebugGroup")] public static void PushDebugGroup(OpenTK.Graphics.OpenGL.DebugSourceExternal source, Int32 id, Int32 length, String message) { @@ -105897,7 +105897,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and KHR_debug|VERSION_4_3] /// Push a named debug group into the command stream /// /// @@ -105921,7 +105921,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "", EntryPoint = "glPushDebugGroup")] + [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "4.3", EntryPoint = "glPushDebugGroup")] public static void PushDebugGroup(OpenTK.Graphics.OpenGL.DebugSourceExternal source, UInt32 id, Int32 length, String message) { @@ -106001,7 +106001,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.3 and ARB_timer_query|VERSION_3_3] /// Record the GL time into a query object after all previous commands have reached the GL server but have not yet necessarily executed. /// /// @@ -106014,7 +106014,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the counter to query. target must be GL_TIMESTAMP. /// /// - [AutoGenerated(Category = "ARB_timer_query|VERSION_3_3", Version = "", EntryPoint = "glQueryCounter")] + [AutoGenerated(Category = "ARB_timer_query|VERSION_3_3", Version = "3.3", EntryPoint = "glQueryCounter")] public static void QueryCounter(Int32 id, OpenTK.Graphics.OpenGL.QueryCounterTarget target) { @@ -106029,7 +106029,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.3 and ARB_timer_query|VERSION_3_3] /// Record the GL time into a query object after all previous commands have reached the GL server but have not yet necessarily executed. /// /// @@ -106043,7 +106043,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_timer_query|VERSION_3_3", Version = "", EntryPoint = "glQueryCounter")] + [AutoGenerated(Category = "ARB_timer_query|VERSION_3_3", Version = "3.3", EntryPoint = "glQueryCounter")] public static void QueryCounter(UInt32 id, OpenTK.Graphics.OpenGL.QueryCounterTarget target) { @@ -108088,10 +108088,10 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_ES2_compatibility|VERSION_4_1] /// Release resources consumed by the implementation's shader compiler /// - [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "", EntryPoint = "glReleaseShaderCompiler")] + [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "4.1", EntryPoint = "glReleaseShaderCompiler")] public static void ReleaseShaderCompiler() { @@ -108106,7 +108106,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.0 and ARB_framebuffer_object|VERSION_3_0] /// Establish data storage, format and dimensions of a renderbuffer object's image /// /// @@ -108129,7 +108129,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the height of the renderbuffer, in pixels. /// /// - [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "", EntryPoint = "glRenderbufferStorage")] + [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "3.0", EntryPoint = "glRenderbufferStorage")] public static void RenderbufferStorage(OpenTK.Graphics.OpenGL.RenderbufferTarget target, OpenTK.Graphics.OpenGL.RenderbufferStorage internalformat, Int32 width, Int32 height) { @@ -108144,7 +108144,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.0 and ARB_framebuffer_object|VERSION_3_0] /// Establish data storage, format, dimensions and sample count of a renderbuffer object's image /// /// @@ -108172,7 +108172,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the height of the renderbuffer, in pixels. /// /// - [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "", EntryPoint = "glRenderbufferStorageMultisample")] + [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "3.0", EntryPoint = "glRenderbufferStorageMultisample")] public static void RenderbufferStorageMultisample(OpenTK.Graphics.OpenGL.RenderbufferTarget target, Int32 samples, OpenTK.Graphics.OpenGL.RenderbufferStorage internalformat, Int32 width, Int32 height) { @@ -108256,10 +108256,10 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.0 and ARB_transform_feedback2|VERSION_4_0] /// Resume transform feedback operations /// - [AutoGenerated(Category = "ARB_transform_feedback2|VERSION_4_0", Version = "", EntryPoint = "glResumeTransformFeedback")] + [AutoGenerated(Category = "ARB_transform_feedback2|VERSION_4_0", Version = "4.0", EntryPoint = "glResumeTransformFeedback")] public static void ResumeTransformFeedback() { @@ -108358,7 +108358,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.2 and ARB_texture_multisample|VERSION_3_2] /// Set the value of a sub-word of the sample mask /// /// @@ -108371,7 +108371,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new value of the mask sub-word. /// /// - [AutoGenerated(Category = "ARB_texture_multisample|VERSION_3_2", Version = "", EntryPoint = "glSampleMaski")] + [AutoGenerated(Category = "ARB_texture_multisample|VERSION_3_2", Version = "3.2", EntryPoint = "glSampleMaski")] public static void SampleMask(Int32 index, Int32 mask) { @@ -108386,7 +108386,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.2 and ARB_texture_multisample|VERSION_3_2] /// Set the value of a sub-word of the sample mask /// /// @@ -108400,7 +108400,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_texture_multisample|VERSION_3_2", Version = "", EntryPoint = "glSampleMaski")] + [AutoGenerated(Category = "ARB_texture_multisample|VERSION_3_2", Version = "3.2", EntryPoint = "glSampleMaski")] public static void SampleMask(UInt32 index, UInt32 mask) { @@ -108415,7 +108415,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.3 and ARB_sampler_objects|VERSION_3_3] /// Set sampler parameters /// /// @@ -108438,7 +108438,7 @@ namespace OpenTK.Graphics.OpenGL /// For the vector commands (glSamplerParameter*v), specifies a pointer to an array where the value or values of pname are stored. /// /// - [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "", EntryPoint = "glSamplerParameterf")] + [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "3.3", EntryPoint = "glSamplerParameterf")] public static void SamplerParameter(Int32 sampler, OpenTK.Graphics.OpenGL.SamplerParameter pname, Single param) { @@ -108453,7 +108453,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.3 and ARB_sampler_objects|VERSION_3_3] /// Set sampler parameters /// /// @@ -108477,7 +108477,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "", EntryPoint = "glSamplerParameterf")] + [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "3.3", EntryPoint = "glSamplerParameterf")] public static void SamplerParameter(UInt32 sampler, OpenTK.Graphics.OpenGL.SamplerParameter pname, Single param) { @@ -108492,7 +108492,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.3 and ARB_sampler_objects|VERSION_3_3] /// Set sampler parameters /// /// @@ -108515,7 +108515,7 @@ namespace OpenTK.Graphics.OpenGL /// For the vector commands (glSamplerParameter*v), specifies a pointer to an array where the value or values of pname are stored. /// /// - [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "", EntryPoint = "glSamplerParameterfv")] + [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "3.3", EntryPoint = "glSamplerParameterfv")] public static void SamplerParameter(Int32 sampler, OpenTK.Graphics.OpenGL.SamplerParameter pname, Single[] param) { @@ -108536,7 +108536,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.3 and ARB_sampler_objects|VERSION_3_3] /// Set sampler parameters /// /// @@ -108560,7 +108560,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "", EntryPoint = "glSamplerParameterfv")] + [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "3.3", EntryPoint = "glSamplerParameterfv")] public static unsafe void SamplerParameter(Int32 sampler, OpenTK.Graphics.OpenGL.SamplerParameter pname, Single* param) { @@ -108575,7 +108575,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.3 and ARB_sampler_objects|VERSION_3_3] /// Set sampler parameters /// /// @@ -108599,7 +108599,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "", EntryPoint = "glSamplerParameterfv")] + [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "3.3", EntryPoint = "glSamplerParameterfv")] public static void SamplerParameter(UInt32 sampler, OpenTK.Graphics.OpenGL.SamplerParameter pname, Single[] param) { @@ -108620,7 +108620,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.3 and ARB_sampler_objects|VERSION_3_3] /// Set sampler parameters /// /// @@ -108644,7 +108644,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "", EntryPoint = "glSamplerParameterfv")] + [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "3.3", EntryPoint = "glSamplerParameterfv")] public static unsafe void SamplerParameter(UInt32 sampler, OpenTK.Graphics.OpenGL.SamplerParameter pname, Single* param) { @@ -108659,7 +108659,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.3 and ARB_sampler_objects|VERSION_3_3] /// Set sampler parameters /// /// @@ -108682,7 +108682,7 @@ namespace OpenTK.Graphics.OpenGL /// For the vector commands (glSamplerParameter*v), specifies a pointer to an array where the value or values of pname are stored. /// /// - [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "", EntryPoint = "glSamplerParameteri")] + [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "3.3", EntryPoint = "glSamplerParameteri")] public static void SamplerParameter(Int32 sampler, OpenTK.Graphics.OpenGL.SamplerParameter pname, Int32 param) { @@ -108697,7 +108697,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.3 and ARB_sampler_objects|VERSION_3_3] /// Set sampler parameters /// /// @@ -108721,7 +108721,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "", EntryPoint = "glSamplerParameteri")] + [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "3.3", EntryPoint = "glSamplerParameteri")] public static void SamplerParameter(UInt32 sampler, OpenTK.Graphics.OpenGL.SamplerParameter pname, Int32 param) { @@ -108735,8 +108735,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// - [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "", EntryPoint = "glSamplerParameterIiv")] + /// [requires: v3.3 and ARB_sampler_objects|VERSION_3_3] + [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "3.3", EntryPoint = "glSamplerParameterIiv")] public static void SamplerParameterI(Int32 sampler, OpenTK.Graphics.OpenGL.All pname, Int32[] param) { @@ -108756,8 +108756,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// - [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "", EntryPoint = "glSamplerParameterIiv")] + /// [requires: v3.3 and ARB_sampler_objects|VERSION_3_3] + [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "3.3", EntryPoint = "glSamplerParameterIiv")] public static void SamplerParameterI(Int32 sampler, OpenTK.Graphics.OpenGL.All pname, ref Int32 param) { @@ -108777,9 +108777,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v3.3 and ARB_sampler_objects|VERSION_3_3] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "", EntryPoint = "glSamplerParameterIiv")] + [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "3.3", EntryPoint = "glSamplerParameterIiv")] public static unsafe void SamplerParameterI(Int32 sampler, OpenTK.Graphics.OpenGL.All pname, Int32* param) { @@ -108793,9 +108793,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v3.3 and ARB_sampler_objects|VERSION_3_3] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "", EntryPoint = "glSamplerParameterIiv")] + [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "3.3", EntryPoint = "glSamplerParameterIiv")] public static void SamplerParameterI(UInt32 sampler, OpenTK.Graphics.OpenGL.All pname, Int32[] param) { @@ -108815,9 +108815,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v3.3 and ARB_sampler_objects|VERSION_3_3] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "", EntryPoint = "glSamplerParameterIiv")] + [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "3.3", EntryPoint = "glSamplerParameterIiv")] public static void SamplerParameterI(UInt32 sampler, OpenTK.Graphics.OpenGL.All pname, ref Int32 param) { @@ -108837,9 +108837,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v3.3 and ARB_sampler_objects|VERSION_3_3] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "", EntryPoint = "glSamplerParameterIiv")] + [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "3.3", EntryPoint = "glSamplerParameterIiv")] public static unsafe void SamplerParameterI(UInt32 sampler, OpenTK.Graphics.OpenGL.All pname, Int32* param) { @@ -108853,9 +108853,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v3.3 and ARB_sampler_objects|VERSION_3_3] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "", EntryPoint = "glSamplerParameterIuiv")] + [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "3.3", EntryPoint = "glSamplerParameterIuiv")] public static void SamplerParameterI(UInt32 sampler, OpenTK.Graphics.OpenGL.All pname, UInt32[] param) { @@ -108875,9 +108875,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v3.3 and ARB_sampler_objects|VERSION_3_3] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "", EntryPoint = "glSamplerParameterIuiv")] + [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "3.3", EntryPoint = "glSamplerParameterIuiv")] public static void SamplerParameterI(UInt32 sampler, OpenTK.Graphics.OpenGL.All pname, ref UInt32 param) { @@ -108897,9 +108897,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v3.3 and ARB_sampler_objects|VERSION_3_3] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "", EntryPoint = "glSamplerParameterIuiv")] + [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "3.3", EntryPoint = "glSamplerParameterIuiv")] public static unsafe void SamplerParameterI(UInt32 sampler, OpenTK.Graphics.OpenGL.All pname, UInt32* param) { @@ -108914,7 +108914,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.3 and ARB_sampler_objects|VERSION_3_3] /// Set sampler parameters /// /// @@ -108937,7 +108937,7 @@ namespace OpenTK.Graphics.OpenGL /// For the vector commands (glSamplerParameter*v), specifies a pointer to an array where the value or values of pname are stored. /// /// - [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "", EntryPoint = "glSamplerParameteriv")] + [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "3.3", EntryPoint = "glSamplerParameteriv")] public static void SamplerParameter(Int32 sampler, OpenTK.Graphics.OpenGL.SamplerParameter pname, Int32[] param) { @@ -108958,7 +108958,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.3 and ARB_sampler_objects|VERSION_3_3] /// Set sampler parameters /// /// @@ -108982,7 +108982,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "", EntryPoint = "glSamplerParameteriv")] + [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "3.3", EntryPoint = "glSamplerParameteriv")] public static unsafe void SamplerParameter(Int32 sampler, OpenTK.Graphics.OpenGL.SamplerParameter pname, Int32* param) { @@ -108997,7 +108997,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.3 and ARB_sampler_objects|VERSION_3_3] /// Set sampler parameters /// /// @@ -109021,7 +109021,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "", EntryPoint = "glSamplerParameteriv")] + [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "3.3", EntryPoint = "glSamplerParameteriv")] public static void SamplerParameter(UInt32 sampler, OpenTK.Graphics.OpenGL.SamplerParameter pname, Int32[] param) { @@ -109042,7 +109042,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.3 and ARB_sampler_objects|VERSION_3_3] /// Set sampler parameters /// /// @@ -109066,7 +109066,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "", EntryPoint = "glSamplerParameteriv")] + [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "3.3", EntryPoint = "glSamplerParameteriv")] public static unsafe void SamplerParameter(UInt32 sampler, OpenTK.Graphics.OpenGL.SamplerParameter pname, Int32* param) { @@ -109155,7 +109155,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_viewport_array|VERSION_4_1] /// Define the scissor box for multiple viewports /// /// @@ -109173,7 +109173,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the address of an array containing the left, bottom, width and height of each scissor box, in that order. /// /// - [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "", EntryPoint = "glScissorArrayv")] + [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "4.1", EntryPoint = "glScissorArrayv")] public static void ScissorArray(Int32 first, Int32 count, Int32[] v) { @@ -109194,7 +109194,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_viewport_array|VERSION_4_1] /// Define the scissor box for multiple viewports /// /// @@ -109212,7 +109212,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the address of an array containing the left, bottom, width and height of each scissor box, in that order. /// /// - [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "", EntryPoint = "glScissorArrayv")] + [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "4.1", EntryPoint = "glScissorArrayv")] public static void ScissorArray(Int32 first, Int32 count, ref Int32 v) { @@ -109233,7 +109233,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_viewport_array|VERSION_4_1] /// Define the scissor box for multiple viewports /// /// @@ -109252,7 +109252,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "", EntryPoint = "glScissorArrayv")] + [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "4.1", EntryPoint = "glScissorArrayv")] public static unsafe void ScissorArray(Int32 first, Int32 count, Int32* v) { @@ -109267,7 +109267,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_viewport_array|VERSION_4_1] /// Define the scissor box for multiple viewports /// /// @@ -109286,7 +109286,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "", EntryPoint = "glScissorArrayv")] + [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "4.1", EntryPoint = "glScissorArrayv")] public static void ScissorArray(UInt32 first, Int32 count, Int32[] v) { @@ -109307,7 +109307,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_viewport_array|VERSION_4_1] /// Define the scissor box for multiple viewports /// /// @@ -109326,7 +109326,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "", EntryPoint = "glScissorArrayv")] + [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "4.1", EntryPoint = "glScissorArrayv")] public static void ScissorArray(UInt32 first, Int32 count, ref Int32 v) { @@ -109347,7 +109347,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_viewport_array|VERSION_4_1] /// Define the scissor box for multiple viewports /// /// @@ -109366,7 +109366,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "", EntryPoint = "glScissorArrayv")] + [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "4.1", EntryPoint = "glScissorArrayv")] public static unsafe void ScissorArray(UInt32 first, Int32 count, Int32* v) { @@ -109381,7 +109381,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_viewport_array|VERSION_4_1] /// Define the scissor box for a specific viewport /// /// @@ -109404,7 +109404,7 @@ namespace OpenTK.Graphics.OpenGL /// For glScissorIndexedv, specifies the address of an array containing the left, bottom, width and height of each scissor box, in that order. /// /// - [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "", EntryPoint = "glScissorIndexed")] + [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "4.1", EntryPoint = "glScissorIndexed")] public static void ScissorIndexed(Int32 index, Int32 left, Int32 bottom, Int32 width, Int32 height) { @@ -109419,7 +109419,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_viewport_array|VERSION_4_1] /// Define the scissor box for a specific viewport /// /// @@ -109443,7 +109443,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "", EntryPoint = "glScissorIndexed")] + [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "4.1", EntryPoint = "glScissorIndexed")] public static void ScissorIndexed(UInt32 index, Int32 left, Int32 bottom, Int32 width, Int32 height) { @@ -109458,7 +109458,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_viewport_array|VERSION_4_1] /// Define the scissor box for a specific viewport /// /// @@ -109481,7 +109481,7 @@ namespace OpenTK.Graphics.OpenGL /// For glScissorIndexedv, specifies the address of an array containing the left, bottom, width and height of each scissor box, in that order. /// /// - [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "", EntryPoint = "glScissorIndexedv")] + [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "4.1", EntryPoint = "glScissorIndexedv")] public static void ScissorIndexed(Int32 index, Int32[] v) { @@ -109502,7 +109502,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_viewport_array|VERSION_4_1] /// Define the scissor box for a specific viewport /// /// @@ -109525,7 +109525,7 @@ namespace OpenTK.Graphics.OpenGL /// For glScissorIndexedv, specifies the address of an array containing the left, bottom, width and height of each scissor box, in that order. /// /// - [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "", EntryPoint = "glScissorIndexedv")] + [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "4.1", EntryPoint = "glScissorIndexedv")] public static void ScissorIndexed(Int32 index, ref Int32 v) { @@ -109546,7 +109546,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_viewport_array|VERSION_4_1] /// Define the scissor box for a specific viewport /// /// @@ -109570,7 +109570,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "", EntryPoint = "glScissorIndexedv")] + [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "4.1", EntryPoint = "glScissorIndexedv")] public static unsafe void ScissorIndexed(Int32 index, Int32* v) { @@ -109585,7 +109585,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_viewport_array|VERSION_4_1] /// Define the scissor box for a specific viewport /// /// @@ -109609,7 +109609,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "", EntryPoint = "glScissorIndexedv")] + [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "4.1", EntryPoint = "glScissorIndexedv")] public static void ScissorIndexed(UInt32 index, Int32[] v) { @@ -109630,7 +109630,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_viewport_array|VERSION_4_1] /// Define the scissor box for a specific viewport /// /// @@ -109654,7 +109654,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "", EntryPoint = "glScissorIndexedv")] + [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "4.1", EntryPoint = "glScissorIndexedv")] public static void ScissorIndexed(UInt32 index, ref Int32 v) { @@ -109675,7 +109675,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_viewport_array|VERSION_4_1] /// Define the scissor box for a specific viewport /// /// @@ -109699,7 +109699,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "", EntryPoint = "glScissorIndexedv")] + [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "4.1", EntryPoint = "glScissorIndexedv")] public static unsafe void ScissorIndexed(UInt32 index, Int32* v) { @@ -110562,8 +110562,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// - [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "", EntryPoint = "glSecondaryColorP3ui")] + /// [requires: v3.3 and ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] + [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "3.3", EntryPoint = "glSecondaryColorP3ui")] public static void SecondaryColorP3(OpenTK.Graphics.OpenGL.PackedPointerType type, Int32 color) { @@ -110577,9 +110577,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v3.3 and ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "", EntryPoint = "glSecondaryColorP3ui")] + [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "3.3", EntryPoint = "glSecondaryColorP3ui")] public static void SecondaryColorP3(OpenTK.Graphics.OpenGL.PackedPointerType type, UInt32 color) { @@ -110593,9 +110593,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v3.3 and ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "", EntryPoint = "glSecondaryColorP3uiv")] + [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "3.3", EntryPoint = "glSecondaryColorP3uiv")] public static unsafe void SecondaryColorP3(OpenTK.Graphics.OpenGL.PackedPointerType type, Int32* color) { @@ -110609,9 +110609,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v3.3 and ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "", EntryPoint = "glSecondaryColorP3uiv")] + [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "3.3", EntryPoint = "glSecondaryColorP3uiv")] public static unsafe void SecondaryColorP3(OpenTK.Graphics.OpenGL.PackedPointerType type, UInt32* color) { @@ -111414,7 +111414,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_ES2_compatibility|VERSION_4_1] /// Load pre-compiled shader binaries /// /// @@ -111442,7 +111442,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the length of the array whose address is given in binary. /// /// - [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "", EntryPoint = "glShaderBinary")] + [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "4.1", EntryPoint = "glShaderBinary")] public static void ShaderBinary(Int32 count, Int32[] shaders, OpenTK.Graphics.OpenGL.BinaryFormat binaryformat, IntPtr binary, Int32 length) { @@ -111463,7 +111463,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_ES2_compatibility|VERSION_4_1] /// Load pre-compiled shader binaries /// /// @@ -111491,7 +111491,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the length of the array whose address is given in binary. /// /// - [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "", EntryPoint = "glShaderBinary")] + [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "4.1", EntryPoint = "glShaderBinary")] public static void ShaderBinary(Int32 count, Int32[] shaders, OpenTK.Graphics.OpenGL.BinaryFormat binaryformat, [InAttribute, OutAttribute] T3[] binary, Int32 length) where T3 : struct @@ -111521,7 +111521,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_ES2_compatibility|VERSION_4_1] /// Load pre-compiled shader binaries /// /// @@ -111549,7 +111549,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the length of the array whose address is given in binary. /// /// - [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "", EntryPoint = "glShaderBinary")] + [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "4.1", EntryPoint = "glShaderBinary")] public static void ShaderBinary(Int32 count, Int32[] shaders, OpenTK.Graphics.OpenGL.BinaryFormat binaryformat, [InAttribute, OutAttribute] T3[,] binary, Int32 length) where T3 : struct @@ -111579,7 +111579,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_ES2_compatibility|VERSION_4_1] /// Load pre-compiled shader binaries /// /// @@ -111607,7 +111607,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the length of the array whose address is given in binary. /// /// - [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "", EntryPoint = "glShaderBinary")] + [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "4.1", EntryPoint = "glShaderBinary")] public static void ShaderBinary(Int32 count, Int32[] shaders, OpenTK.Graphics.OpenGL.BinaryFormat binaryformat, [InAttribute, OutAttribute] T3[,,] binary, Int32 length) where T3 : struct @@ -111637,7 +111637,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_ES2_compatibility|VERSION_4_1] /// Load pre-compiled shader binaries /// /// @@ -111665,7 +111665,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the length of the array whose address is given in binary. /// /// - [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "", EntryPoint = "glShaderBinary")] + [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "4.1", EntryPoint = "glShaderBinary")] public static void ShaderBinary(Int32 count, Int32[] shaders, OpenTK.Graphics.OpenGL.BinaryFormat binaryformat, [InAttribute, OutAttribute] ref T3 binary, Int32 length) where T3 : struct @@ -111696,7 +111696,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_ES2_compatibility|VERSION_4_1] /// Load pre-compiled shader binaries /// /// @@ -111724,7 +111724,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the length of the array whose address is given in binary. /// /// - [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "", EntryPoint = "glShaderBinary")] + [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "4.1", EntryPoint = "glShaderBinary")] public static void ShaderBinary(Int32 count, ref Int32 shaders, OpenTK.Graphics.OpenGL.BinaryFormat binaryformat, IntPtr binary, Int32 length) { @@ -111745,7 +111745,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_ES2_compatibility|VERSION_4_1] /// Load pre-compiled shader binaries /// /// @@ -111773,7 +111773,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the length of the array whose address is given in binary. /// /// - [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "", EntryPoint = "glShaderBinary")] + [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "4.1", EntryPoint = "glShaderBinary")] public static void ShaderBinary(Int32 count, ref Int32 shaders, OpenTK.Graphics.OpenGL.BinaryFormat binaryformat, [InAttribute, OutAttribute] T3[] binary, Int32 length) where T3 : struct @@ -111803,7 +111803,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_ES2_compatibility|VERSION_4_1] /// Load pre-compiled shader binaries /// /// @@ -111831,7 +111831,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the length of the array whose address is given in binary. /// /// - [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "", EntryPoint = "glShaderBinary")] + [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "4.1", EntryPoint = "glShaderBinary")] public static void ShaderBinary(Int32 count, ref Int32 shaders, OpenTK.Graphics.OpenGL.BinaryFormat binaryformat, [InAttribute, OutAttribute] T3[,] binary, Int32 length) where T3 : struct @@ -111861,7 +111861,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_ES2_compatibility|VERSION_4_1] /// Load pre-compiled shader binaries /// /// @@ -111889,7 +111889,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the length of the array whose address is given in binary. /// /// - [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "", EntryPoint = "glShaderBinary")] + [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "4.1", EntryPoint = "glShaderBinary")] public static void ShaderBinary(Int32 count, ref Int32 shaders, OpenTK.Graphics.OpenGL.BinaryFormat binaryformat, [InAttribute, OutAttribute] T3[,,] binary, Int32 length) where T3 : struct @@ -111919,7 +111919,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_ES2_compatibility|VERSION_4_1] /// Load pre-compiled shader binaries /// /// @@ -111947,7 +111947,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the length of the array whose address is given in binary. /// /// - [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "", EntryPoint = "glShaderBinary")] + [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "4.1", EntryPoint = "glShaderBinary")] public static void ShaderBinary(Int32 count, ref Int32 shaders, OpenTK.Graphics.OpenGL.BinaryFormat binaryformat, [InAttribute, OutAttribute] ref T3 binary, Int32 length) where T3 : struct @@ -111978,7 +111978,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_ES2_compatibility|VERSION_4_1] /// Load pre-compiled shader binaries /// /// @@ -112007,7 +112007,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "", EntryPoint = "glShaderBinary")] + [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "4.1", EntryPoint = "glShaderBinary")] public static unsafe void ShaderBinary(Int32 count, Int32* shaders, OpenTK.Graphics.OpenGL.BinaryFormat binaryformat, IntPtr binary, Int32 length) { @@ -112022,7 +112022,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_ES2_compatibility|VERSION_4_1] /// Load pre-compiled shader binaries /// /// @@ -112051,7 +112051,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "", EntryPoint = "glShaderBinary")] + [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "4.1", EntryPoint = "glShaderBinary")] public static unsafe void ShaderBinary(Int32 count, Int32* shaders, OpenTK.Graphics.OpenGL.BinaryFormat binaryformat, [InAttribute, OutAttribute] T3[] binary, Int32 length) where T3 : struct @@ -112075,7 +112075,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_ES2_compatibility|VERSION_4_1] /// Load pre-compiled shader binaries /// /// @@ -112104,7 +112104,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "", EntryPoint = "glShaderBinary")] + [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "4.1", EntryPoint = "glShaderBinary")] public static unsafe void ShaderBinary(Int32 count, Int32* shaders, OpenTK.Graphics.OpenGL.BinaryFormat binaryformat, [InAttribute, OutAttribute] T3[,] binary, Int32 length) where T3 : struct @@ -112128,7 +112128,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_ES2_compatibility|VERSION_4_1] /// Load pre-compiled shader binaries /// /// @@ -112157,7 +112157,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "", EntryPoint = "glShaderBinary")] + [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "4.1", EntryPoint = "glShaderBinary")] public static unsafe void ShaderBinary(Int32 count, Int32* shaders, OpenTK.Graphics.OpenGL.BinaryFormat binaryformat, [InAttribute, OutAttribute] T3[,,] binary, Int32 length) where T3 : struct @@ -112181,7 +112181,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_ES2_compatibility|VERSION_4_1] /// Load pre-compiled shader binaries /// /// @@ -112210,7 +112210,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "", EntryPoint = "glShaderBinary")] + [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "4.1", EntryPoint = "glShaderBinary")] public static unsafe void ShaderBinary(Int32 count, Int32* shaders, OpenTK.Graphics.OpenGL.BinaryFormat binaryformat, [InAttribute, OutAttribute] ref T3 binary, Int32 length) where T3 : struct @@ -112235,7 +112235,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_ES2_compatibility|VERSION_4_1] /// Load pre-compiled shader binaries /// /// @@ -112264,7 +112264,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "", EntryPoint = "glShaderBinary")] + [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "4.1", EntryPoint = "glShaderBinary")] public static void ShaderBinary(Int32 count, UInt32[] shaders, OpenTK.Graphics.OpenGL.BinaryFormat binaryformat, IntPtr binary, Int32 length) { @@ -112285,7 +112285,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_ES2_compatibility|VERSION_4_1] /// Load pre-compiled shader binaries /// /// @@ -112314,7 +112314,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "", EntryPoint = "glShaderBinary")] + [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "4.1", EntryPoint = "glShaderBinary")] public static void ShaderBinary(Int32 count, UInt32[] shaders, OpenTK.Graphics.OpenGL.BinaryFormat binaryformat, [InAttribute, OutAttribute] T3[] binary, Int32 length) where T3 : struct @@ -112344,7 +112344,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_ES2_compatibility|VERSION_4_1] /// Load pre-compiled shader binaries /// /// @@ -112373,7 +112373,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "", EntryPoint = "glShaderBinary")] + [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "4.1", EntryPoint = "glShaderBinary")] public static void ShaderBinary(Int32 count, UInt32[] shaders, OpenTK.Graphics.OpenGL.BinaryFormat binaryformat, [InAttribute, OutAttribute] T3[,] binary, Int32 length) where T3 : struct @@ -112403,7 +112403,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_ES2_compatibility|VERSION_4_1] /// Load pre-compiled shader binaries /// /// @@ -112432,7 +112432,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "", EntryPoint = "glShaderBinary")] + [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "4.1", EntryPoint = "glShaderBinary")] public static void ShaderBinary(Int32 count, UInt32[] shaders, OpenTK.Graphics.OpenGL.BinaryFormat binaryformat, [InAttribute, OutAttribute] T3[,,] binary, Int32 length) where T3 : struct @@ -112462,7 +112462,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_ES2_compatibility|VERSION_4_1] /// Load pre-compiled shader binaries /// /// @@ -112491,7 +112491,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "", EntryPoint = "glShaderBinary")] + [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "4.1", EntryPoint = "glShaderBinary")] public static void ShaderBinary(Int32 count, UInt32[] shaders, OpenTK.Graphics.OpenGL.BinaryFormat binaryformat, [InAttribute, OutAttribute] ref T3 binary, Int32 length) where T3 : struct @@ -112522,7 +112522,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_ES2_compatibility|VERSION_4_1] /// Load pre-compiled shader binaries /// /// @@ -112551,7 +112551,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "", EntryPoint = "glShaderBinary")] + [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "4.1", EntryPoint = "glShaderBinary")] public static void ShaderBinary(Int32 count, ref UInt32 shaders, OpenTK.Graphics.OpenGL.BinaryFormat binaryformat, IntPtr binary, Int32 length) { @@ -112572,7 +112572,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_ES2_compatibility|VERSION_4_1] /// Load pre-compiled shader binaries /// /// @@ -112601,7 +112601,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "", EntryPoint = "glShaderBinary")] + [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "4.1", EntryPoint = "glShaderBinary")] public static void ShaderBinary(Int32 count, ref UInt32 shaders, OpenTK.Graphics.OpenGL.BinaryFormat binaryformat, [InAttribute, OutAttribute] T3[] binary, Int32 length) where T3 : struct @@ -112631,7 +112631,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_ES2_compatibility|VERSION_4_1] /// Load pre-compiled shader binaries /// /// @@ -112660,7 +112660,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "", EntryPoint = "glShaderBinary")] + [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "4.1", EntryPoint = "glShaderBinary")] public static void ShaderBinary(Int32 count, ref UInt32 shaders, OpenTK.Graphics.OpenGL.BinaryFormat binaryformat, [InAttribute, OutAttribute] T3[,] binary, Int32 length) where T3 : struct @@ -112690,7 +112690,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_ES2_compatibility|VERSION_4_1] /// Load pre-compiled shader binaries /// /// @@ -112719,7 +112719,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "", EntryPoint = "glShaderBinary")] + [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "4.1", EntryPoint = "glShaderBinary")] public static void ShaderBinary(Int32 count, ref UInt32 shaders, OpenTK.Graphics.OpenGL.BinaryFormat binaryformat, [InAttribute, OutAttribute] T3[,,] binary, Int32 length) where T3 : struct @@ -112749,7 +112749,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_ES2_compatibility|VERSION_4_1] /// Load pre-compiled shader binaries /// /// @@ -112778,7 +112778,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "", EntryPoint = "glShaderBinary")] + [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "4.1", EntryPoint = "glShaderBinary")] public static void ShaderBinary(Int32 count, ref UInt32 shaders, OpenTK.Graphics.OpenGL.BinaryFormat binaryformat, [InAttribute, OutAttribute] ref T3 binary, Int32 length) where T3 : struct @@ -112809,7 +112809,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_ES2_compatibility|VERSION_4_1] /// Load pre-compiled shader binaries /// /// @@ -112838,7 +112838,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "", EntryPoint = "glShaderBinary")] + [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "4.1", EntryPoint = "glShaderBinary")] public static unsafe void ShaderBinary(Int32 count, UInt32* shaders, OpenTK.Graphics.OpenGL.BinaryFormat binaryformat, IntPtr binary, Int32 length) { @@ -112853,7 +112853,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_ES2_compatibility|VERSION_4_1] /// Load pre-compiled shader binaries /// /// @@ -112882,7 +112882,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "", EntryPoint = "glShaderBinary")] + [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "4.1", EntryPoint = "glShaderBinary")] public static unsafe void ShaderBinary(Int32 count, UInt32* shaders, OpenTK.Graphics.OpenGL.BinaryFormat binaryformat, [InAttribute, OutAttribute] T3[] binary, Int32 length) where T3 : struct @@ -112906,7 +112906,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_ES2_compatibility|VERSION_4_1] /// Load pre-compiled shader binaries /// /// @@ -112935,7 +112935,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "", EntryPoint = "glShaderBinary")] + [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "4.1", EntryPoint = "glShaderBinary")] public static unsafe void ShaderBinary(Int32 count, UInt32* shaders, OpenTK.Graphics.OpenGL.BinaryFormat binaryformat, [InAttribute, OutAttribute] T3[,] binary, Int32 length) where T3 : struct @@ -112959,7 +112959,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_ES2_compatibility|VERSION_4_1] /// Load pre-compiled shader binaries /// /// @@ -112988,7 +112988,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "", EntryPoint = "glShaderBinary")] + [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "4.1", EntryPoint = "glShaderBinary")] public static unsafe void ShaderBinary(Int32 count, UInt32* shaders, OpenTK.Graphics.OpenGL.BinaryFormat binaryformat, [InAttribute, OutAttribute] T3[,,] binary, Int32 length) where T3 : struct @@ -113012,7 +113012,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_ES2_compatibility|VERSION_4_1] /// Load pre-compiled shader binaries /// /// @@ -113041,7 +113041,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "", EntryPoint = "glShaderBinary")] + [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "4.1", EntryPoint = "glShaderBinary")] public static unsafe void ShaderBinary(Int32 count, UInt32* shaders, OpenTK.Graphics.OpenGL.BinaryFormat binaryformat, [InAttribute, OutAttribute] ref T3 binary, Int32 length) where T3 : struct @@ -113322,7 +113322,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and ARB_shader_storage_buffer_object|VERSION_4_3] /// Change an active shader storage block binding /// /// @@ -113340,7 +113340,7 @@ namespace OpenTK.Graphics.OpenGL /// The index storage block binding to associate with the specified storage block. /// /// - [AutoGenerated(Category = "ARB_shader_storage_buffer_object|VERSION_4_3", Version = "", EntryPoint = "glShaderStorageBlockBinding")] + [AutoGenerated(Category = "ARB_shader_storage_buffer_object|VERSION_4_3", Version = "4.3", EntryPoint = "glShaderStorageBlockBinding")] public static void ShaderStorageBlockBinding(Int32 program, Int32 storageBlockIndex, Int32 storageBlockBinding) { @@ -113355,7 +113355,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and ARB_shader_storage_buffer_object|VERSION_4_3] /// Change an active shader storage block binding /// /// @@ -113374,7 +113374,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_shader_storage_buffer_object|VERSION_4_3", Version = "", EntryPoint = "glShaderStorageBlockBinding")] + [AutoGenerated(Category = "ARB_shader_storage_buffer_object|VERSION_4_3", Version = "4.3", EntryPoint = "glShaderStorageBlockBinding")] public static void ShaderStorageBlockBinding(UInt32 program, UInt32 storageBlockIndex, UInt32 storageBlockBinding) { @@ -113775,7 +113775,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and ARB_texture_buffer_range|VERSION_4_3] /// Bind a range of a buffer's data store to a buffer texture /// /// @@ -113803,7 +113803,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the size of the range of the buffer's data store to attach. /// /// - [AutoGenerated(Category = "ARB_texture_buffer_range|VERSION_4_3", Version = "", EntryPoint = "glTexBufferRange")] + [AutoGenerated(Category = "ARB_texture_buffer_range|VERSION_4_3", Version = "4.3", EntryPoint = "glTexBufferRange")] public static void TexBufferRange(OpenTK.Graphics.OpenGL.TextureBufferTarget target, OpenTK.Graphics.OpenGL.SizedInternalFormat internalformat, Int32 buffer, IntPtr offset, IntPtr size) { @@ -113818,7 +113818,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and ARB_texture_buffer_range|VERSION_4_3] /// Bind a range of a buffer's data store to a buffer texture /// /// @@ -113847,7 +113847,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_texture_buffer_range|VERSION_4_3", Version = "", EntryPoint = "glTexBufferRange")] + [AutoGenerated(Category = "ARB_texture_buffer_range|VERSION_4_3", Version = "4.3", EntryPoint = "glTexBufferRange")] public static void TexBufferRange(OpenTK.Graphics.OpenGL.TextureBufferTarget target, OpenTK.Graphics.OpenGL.SizedInternalFormat internalformat, UInt32 buffer, IntPtr offset, IntPtr size) { @@ -115309,8 +115309,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// - [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "", EntryPoint = "glTexCoordP1ui")] + /// [requires: v3.3 and ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] + [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "3.3", EntryPoint = "glTexCoordP1ui")] public static void TexCoordP1(OpenTK.Graphics.OpenGL.PackedPointerType type, Int32 coords) { @@ -115324,9 +115324,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v3.3 and ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "", EntryPoint = "glTexCoordP1ui")] + [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "3.3", EntryPoint = "glTexCoordP1ui")] public static void TexCoordP1(OpenTK.Graphics.OpenGL.PackedPointerType type, UInt32 coords) { @@ -115340,9 +115340,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v3.3 and ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "", EntryPoint = "glTexCoordP1uiv")] + [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "3.3", EntryPoint = "glTexCoordP1uiv")] public static unsafe void TexCoordP1(OpenTK.Graphics.OpenGL.PackedPointerType type, Int32* coords) { @@ -115356,9 +115356,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v3.3 and ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "", EntryPoint = "glTexCoordP1uiv")] + [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "3.3", EntryPoint = "glTexCoordP1uiv")] public static unsafe void TexCoordP1(OpenTK.Graphics.OpenGL.PackedPointerType type, UInt32* coords) { @@ -115372,8 +115372,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// - [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "", EntryPoint = "glTexCoordP2ui")] + /// [requires: v3.3 and ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] + [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "3.3", EntryPoint = "glTexCoordP2ui")] public static void TexCoordP2(OpenTK.Graphics.OpenGL.PackedPointerType type, Int32 coords) { @@ -115387,9 +115387,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v3.3 and ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "", EntryPoint = "glTexCoordP2ui")] + [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "3.3", EntryPoint = "glTexCoordP2ui")] public static void TexCoordP2(OpenTK.Graphics.OpenGL.PackedPointerType type, UInt32 coords) { @@ -115403,9 +115403,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v3.3 and ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "", EntryPoint = "glTexCoordP2uiv")] + [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "3.3", EntryPoint = "glTexCoordP2uiv")] public static unsafe void TexCoordP2(OpenTK.Graphics.OpenGL.PackedPointerType type, Int32* coords) { @@ -115419,9 +115419,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v3.3 and ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "", EntryPoint = "glTexCoordP2uiv")] + [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "3.3", EntryPoint = "glTexCoordP2uiv")] public static unsafe void TexCoordP2(OpenTK.Graphics.OpenGL.PackedPointerType type, UInt32* coords) { @@ -115435,8 +115435,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// - [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "", EntryPoint = "glTexCoordP3ui")] + /// [requires: v3.3 and ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] + [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "3.3", EntryPoint = "glTexCoordP3ui")] public static void TexCoordP3(OpenTK.Graphics.OpenGL.PackedPointerType type, Int32 coords) { @@ -115450,9 +115450,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v3.3 and ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "", EntryPoint = "glTexCoordP3ui")] + [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "3.3", EntryPoint = "glTexCoordP3ui")] public static void TexCoordP3(OpenTK.Graphics.OpenGL.PackedPointerType type, UInt32 coords) { @@ -115466,9 +115466,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v3.3 and ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "", EntryPoint = "glTexCoordP3uiv")] + [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "3.3", EntryPoint = "glTexCoordP3uiv")] public static unsafe void TexCoordP3(OpenTK.Graphics.OpenGL.PackedPointerType type, Int32* coords) { @@ -115482,9 +115482,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v3.3 and ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "", EntryPoint = "glTexCoordP3uiv")] + [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "3.3", EntryPoint = "glTexCoordP3uiv")] public static unsafe void TexCoordP3(OpenTK.Graphics.OpenGL.PackedPointerType type, UInt32* coords) { @@ -115498,8 +115498,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// - [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "", EntryPoint = "glTexCoordP4ui")] + /// [requires: v3.3 and ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] + [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "3.3", EntryPoint = "glTexCoordP4ui")] public static void TexCoordP4(OpenTK.Graphics.OpenGL.PackedPointerType type, Int32 coords) { @@ -115513,9 +115513,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v3.3 and ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "", EntryPoint = "glTexCoordP4ui")] + [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "3.3", EntryPoint = "glTexCoordP4ui")] public static void TexCoordP4(OpenTK.Graphics.OpenGL.PackedPointerType type, UInt32 coords) { @@ -115529,9 +115529,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v3.3 and ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "", EntryPoint = "glTexCoordP4uiv")] + [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "3.3", EntryPoint = "glTexCoordP4uiv")] public static unsafe void TexCoordP4(OpenTK.Graphics.OpenGL.PackedPointerType type, Int32* coords) { @@ -115545,9 +115545,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v3.3 and ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "", EntryPoint = "glTexCoordP4uiv")] + [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "3.3", EntryPoint = "glTexCoordP4uiv")] public static unsafe void TexCoordP4(OpenTK.Graphics.OpenGL.PackedPointerType type, UInt32* coords) { @@ -117019,7 +117019,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.2 and ARB_texture_multisample|VERSION_3_2] /// Establish the data storage, format, dimensions, and number of samples of a multisample texture's image /// /// @@ -117052,7 +117052,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies whether the image will use identical sample locations and the same number of samples for all texels in the image, and the sample locations will not depend on the internal format or size of the image. /// /// - [AutoGenerated(Category = "ARB_texture_multisample|VERSION_3_2", Version = "", EntryPoint = "glTexImage2DMultisample")] + [AutoGenerated(Category = "ARB_texture_multisample|VERSION_3_2", Version = "3.2", EntryPoint = "glTexImage2DMultisample")] public static void TexImage2DMultisample(OpenTK.Graphics.OpenGL.TextureTargetMultisample target, Int32 samples, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, Int32 height, bool fixedsamplelocations) { @@ -117444,7 +117444,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.2 and ARB_texture_multisample|VERSION_3_2] /// Establish the data storage, format, dimensions, and number of samples of a multisample texture's image /// /// @@ -117477,7 +117477,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies whether the image will use identical sample locations and the same number of samples for all texels in the image, and the sample locations will not depend on the internal format or size of the image. /// /// - [AutoGenerated(Category = "ARB_texture_multisample|VERSION_3_2", Version = "", EntryPoint = "glTexImage3DMultisample")] + [AutoGenerated(Category = "ARB_texture_multisample|VERSION_3_2", Version = "3.2", EntryPoint = "glTexImage3DMultisample")] public static void TexImage3DMultisample(OpenTK.Graphics.OpenGL.TextureTargetMultisample target, Int32 samples, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, Int32 height, Int32 depth, bool fixedsamplelocations) { @@ -117870,7 +117870,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.2 and ARB_texture_storage|VERSION_4_2] /// Simultaneously specify storage for all levels of a one-dimensional texture /// /// @@ -117893,7 +117893,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the width of the texture, in texels. /// /// - [AutoGenerated(Category = "ARB_texture_storage|VERSION_4_2", Version = "", EntryPoint = "glTexStorage1D")] + [AutoGenerated(Category = "ARB_texture_storage|VERSION_4_2", Version = "4.2", EntryPoint = "glTexStorage1D")] public static void TexStorage1D(OpenTK.Graphics.OpenGL.TextureTarget1d target, Int32 levels, OpenTK.Graphics.OpenGL.SizedInternalFormat internalformat, Int32 width) { @@ -117908,7 +117908,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.2 and ARB_texture_storage|VERSION_4_2] /// Simultaneously specify storage for all levels of a two-dimensional or one-dimensional array texture /// /// @@ -117936,7 +117936,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the height of the texture, in texels. /// /// - [AutoGenerated(Category = "ARB_texture_storage|VERSION_4_2", Version = "", EntryPoint = "glTexStorage2D")] + [AutoGenerated(Category = "ARB_texture_storage|VERSION_4_2", Version = "4.2", EntryPoint = "glTexStorage2D")] public static void TexStorage2D(OpenTK.Graphics.OpenGL.TextureTarget2d target, Int32 levels, OpenTK.Graphics.OpenGL.SizedInternalFormat internalformat, Int32 width, Int32 height) { @@ -117951,7 +117951,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and ARB_texture_storage_multisample|VERSION_4_3] /// Specify storage for a two-dimensional multisample texture /// /// @@ -117984,7 +117984,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies whether the image will use identical sample locations and the same number of samples for all texels in the image, and the sample locations will not depend on the internal format or size of the image. /// /// - [AutoGenerated(Category = "ARB_texture_storage_multisample|VERSION_4_3", Version = "", EntryPoint = "glTexStorage2DMultisample")] + [AutoGenerated(Category = "ARB_texture_storage_multisample|VERSION_4_3", Version = "4.3", EntryPoint = "glTexStorage2DMultisample")] public static void TexStorage2DMultisample(OpenTK.Graphics.OpenGL.TextureTargetMultisample2d target, Int32 samples, OpenTK.Graphics.OpenGL.SizedInternalFormat internalformat, Int32 width, Int32 height, bool fixedsamplelocations) { @@ -117999,7 +117999,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.2 and ARB_texture_storage|VERSION_4_2] /// Simultaneously specify storage for all levels of a three-dimensional, two-dimensional array or cube-map array texture /// /// @@ -118032,7 +118032,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the depth of the texture, in texels. /// /// - [AutoGenerated(Category = "ARB_texture_storage|VERSION_4_2", Version = "", EntryPoint = "glTexStorage3D")] + [AutoGenerated(Category = "ARB_texture_storage|VERSION_4_2", Version = "4.2", EntryPoint = "glTexStorage3D")] public static void TexStorage3D(OpenTK.Graphics.OpenGL.TextureTarget3d target, Int32 levels, OpenTK.Graphics.OpenGL.SizedInternalFormat internalformat, Int32 width, Int32 height, Int32 depth) { @@ -118047,7 +118047,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and ARB_texture_storage_multisample|VERSION_4_3] /// Specify storage for a two-dimensional multisample array texture /// /// @@ -118085,7 +118085,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies whether the image will use identical sample locations and the same number of samples for all texels in the image, and the sample locations will not depend on the internal format or size of the image. /// /// - [AutoGenerated(Category = "ARB_texture_storage_multisample|VERSION_4_3", Version = "", EntryPoint = "glTexStorage3DMultisample")] + [AutoGenerated(Category = "ARB_texture_storage_multisample|VERSION_4_3", Version = "4.3", EntryPoint = "glTexStorage3DMultisample")] public static void TexStorage3DMultisample(OpenTK.Graphics.OpenGL.TextureTargetMultisample3d target, Int32 samples, OpenTK.Graphics.OpenGL.SizedInternalFormat internalformat, Int32 width, Int32 height, Int32 depth, bool fixedsamplelocations) { @@ -119156,7 +119156,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and ARB_texture_view|VERSION_4_3] /// Initialize a texture as a data alias of another texture's data store /// /// @@ -119199,7 +119199,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the number of layers to include in the view. /// /// - [AutoGenerated(Category = "ARB_texture_view|VERSION_4_3", Version = "", EntryPoint = "glTextureView")] + [AutoGenerated(Category = "ARB_texture_view|VERSION_4_3", Version = "4.3", EntryPoint = "glTextureView")] public static void TextureView(Int32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 origtexture, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 minlevel, Int32 numlevels, Int32 minlayer, Int32 numlayers) { @@ -119214,7 +119214,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and ARB_texture_view|VERSION_4_3] /// Initialize a texture as a data alias of another texture's data store /// /// @@ -119258,7 +119258,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_texture_view|VERSION_4_3", Version = "", EntryPoint = "glTextureView")] + [AutoGenerated(Category = "ARB_texture_view|VERSION_4_3", Version = "4.3", EntryPoint = "glTextureView")] public static void TextureView(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, UInt32 origtexture, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, UInt32 minlevel, UInt32 numlevels, UInt32 minlayer, UInt32 numlayers) { @@ -119396,7 +119396,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.0 and ARB_gpu_shader_fp64|VERSION_4_0] /// Specify the value of a uniform variable for the current program object /// /// @@ -119427,7 +119427,7 @@ namespace OpenTK.Graphics.OpenGL /// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. /// /// - [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "", EntryPoint = "glUniform1d")] + [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniform1d")] public static void Uniform1(Int32 location, Double x) { @@ -119442,7 +119442,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.0 and ARB_gpu_shader_fp64|VERSION_4_0] /// Specify the value of a uniform variable for the current program object /// /// @@ -119473,7 +119473,7 @@ namespace OpenTK.Graphics.OpenGL /// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. /// /// - [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "", EntryPoint = "glUniform1dv")] + [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniform1dv")] public static void Uniform1(Int32 location, Int32 count, Double[] value) { @@ -119494,7 +119494,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.0 and ARB_gpu_shader_fp64|VERSION_4_0] /// Specify the value of a uniform variable for the current program object /// /// @@ -119525,7 +119525,7 @@ namespace OpenTK.Graphics.OpenGL /// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. /// /// - [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "", EntryPoint = "glUniform1dv")] + [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniform1dv")] public static void Uniform1(Int32 location, Int32 count, ref Double value) { @@ -119546,7 +119546,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.0 and ARB_gpu_shader_fp64|VERSION_4_0] /// Specify the value of a uniform variable for the current program object /// /// @@ -119578,7 +119578,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "", EntryPoint = "glUniform1dv")] + [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniform1dv")] public static unsafe void Uniform1(Int32 location, Int32 count, Double* value) { @@ -120187,7 +120187,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.0 and ARB_gpu_shader_fp64|VERSION_4_0] /// Specify the value of a uniform variable for the current program object /// /// @@ -120218,7 +120218,7 @@ namespace OpenTK.Graphics.OpenGL /// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. /// /// - [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "", EntryPoint = "glUniform2d")] + [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniform2d")] public static void Uniform2(Int32 location, Double x, Double y) { @@ -120233,7 +120233,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.0 and ARB_gpu_shader_fp64|VERSION_4_0] /// Specify the value of a uniform variable for the current program object /// /// @@ -120264,7 +120264,7 @@ namespace OpenTK.Graphics.OpenGL /// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. /// /// - [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "", EntryPoint = "glUniform2dv")] + [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniform2dv")] public static void Uniform2(Int32 location, Int32 count, Double[] value) { @@ -120285,7 +120285,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.0 and ARB_gpu_shader_fp64|VERSION_4_0] /// Specify the value of a uniform variable for the current program object /// /// @@ -120316,7 +120316,7 @@ namespace OpenTK.Graphics.OpenGL /// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. /// /// - [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "", EntryPoint = "glUniform2dv")] + [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniform2dv")] public static void Uniform2(Int32 location, Int32 count, ref Double value) { @@ -120337,7 +120337,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.0 and ARB_gpu_shader_fp64|VERSION_4_0] /// Specify the value of a uniform variable for the current program object /// /// @@ -120369,7 +120369,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "", EntryPoint = "glUniform2dv")] + [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniform2dv")] public static unsafe void Uniform2(Int32 location, Int32 count, Double* value) { @@ -120926,7 +120926,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.0 and ARB_gpu_shader_fp64|VERSION_4_0] /// Specify the value of a uniform variable for the current program object /// /// @@ -120957,7 +120957,7 @@ namespace OpenTK.Graphics.OpenGL /// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. /// /// - [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "", EntryPoint = "glUniform3d")] + [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniform3d")] public static void Uniform3(Int32 location, Double x, Double y, Double z) { @@ -120972,7 +120972,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.0 and ARB_gpu_shader_fp64|VERSION_4_0] /// Specify the value of a uniform variable for the current program object /// /// @@ -121003,7 +121003,7 @@ namespace OpenTK.Graphics.OpenGL /// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. /// /// - [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "", EntryPoint = "glUniform3dv")] + [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniform3dv")] public static void Uniform3(Int32 location, Int32 count, Double[] value) { @@ -121024,7 +121024,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.0 and ARB_gpu_shader_fp64|VERSION_4_0] /// Specify the value of a uniform variable for the current program object /// /// @@ -121055,7 +121055,7 @@ namespace OpenTK.Graphics.OpenGL /// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. /// /// - [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "", EntryPoint = "glUniform3dv")] + [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniform3dv")] public static void Uniform3(Int32 location, Int32 count, ref Double value) { @@ -121076,7 +121076,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.0 and ARB_gpu_shader_fp64|VERSION_4_0] /// Specify the value of a uniform variable for the current program object /// /// @@ -121108,7 +121108,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "", EntryPoint = "glUniform3dv")] + [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniform3dv")] public static unsafe void Uniform3(Int32 location, Int32 count, Double* value) { @@ -121717,7 +121717,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.0 and ARB_gpu_shader_fp64|VERSION_4_0] /// Specify the value of a uniform variable for the current program object /// /// @@ -121748,7 +121748,7 @@ namespace OpenTK.Graphics.OpenGL /// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. /// /// - [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "", EntryPoint = "glUniform4d")] + [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniform4d")] public static void Uniform4(Int32 location, Double x, Double y, Double z, Double w) { @@ -121763,7 +121763,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.0 and ARB_gpu_shader_fp64|VERSION_4_0] /// Specify the value of a uniform variable for the current program object /// /// @@ -121794,7 +121794,7 @@ namespace OpenTK.Graphics.OpenGL /// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. /// /// - [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "", EntryPoint = "glUniform4dv")] + [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniform4dv")] public static void Uniform4(Int32 location, Int32 count, Double[] value) { @@ -121815,7 +121815,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.0 and ARB_gpu_shader_fp64|VERSION_4_0] /// Specify the value of a uniform variable for the current program object /// /// @@ -121846,7 +121846,7 @@ namespace OpenTK.Graphics.OpenGL /// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. /// /// - [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "", EntryPoint = "glUniform4dv")] + [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniform4dv")] public static void Uniform4(Int32 location, Int32 count, ref Double value) { @@ -121867,7 +121867,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.0 and ARB_gpu_shader_fp64|VERSION_4_0] /// Specify the value of a uniform variable for the current program object /// /// @@ -121899,7 +121899,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "", EntryPoint = "glUniform4dv")] + [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniform4dv")] public static unsafe void Uniform4(Int32 location, Int32 count, Double* value) { @@ -122508,7 +122508,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.1 and ARB_uniform_buffer_object|VERSION_3_1] /// Assign a binding point to an active uniform block /// /// @@ -122526,7 +122526,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the binding point to which to bind the uniform block with index uniformBlockIndex within program. /// /// - [AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "", EntryPoint = "glUniformBlockBinding")] + [AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "3.1", EntryPoint = "glUniformBlockBinding")] public static void UniformBlockBinding(Int32 program, Int32 uniformBlockIndex, Int32 uniformBlockBinding) { @@ -122541,7 +122541,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.1 and ARB_uniform_buffer_object|VERSION_3_1] /// Assign a binding point to an active uniform block /// /// @@ -122560,7 +122560,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "", EntryPoint = "glUniformBlockBinding")] + [AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "3.1", EntryPoint = "glUniformBlockBinding")] public static void UniformBlockBinding(UInt32 program, UInt32 uniformBlockIndex, UInt32 uniformBlockBinding) { @@ -122574,8 +122574,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// - [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "", EntryPoint = "glUniformMatrix2dv")] + /// [requires: v4.0 and ARB_gpu_shader_fp64|VERSION_4_0] + [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniformMatrix2dv")] public static void UniformMatrix2(Int32 location, Int32 count, bool transpose, Double[] value) { @@ -122595,8 +122595,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// - [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "", EntryPoint = "glUniformMatrix2dv")] + /// [requires: v4.0 and ARB_gpu_shader_fp64|VERSION_4_0] + [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniformMatrix2dv")] public static void UniformMatrix2(Int32 location, Int32 count, bool transpose, ref Double value) { @@ -122616,9 +122616,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v4.0 and ARB_gpu_shader_fp64|VERSION_4_0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "", EntryPoint = "glUniformMatrix2dv")] + [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniformMatrix2dv")] public static unsafe void UniformMatrix2(Int32 location, Int32 count, bool transpose, Double* value) { @@ -122690,8 +122690,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// - [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "", EntryPoint = "glUniformMatrix2x3dv")] + /// [requires: v4.0 and ARB_gpu_shader_fp64|VERSION_4_0] + [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniformMatrix2x3dv")] public static void UniformMatrix2x3(Int32 location, Int32 count, bool transpose, Double[] value) { @@ -122711,8 +122711,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// - [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "", EntryPoint = "glUniformMatrix2x3dv")] + /// [requires: v4.0 and ARB_gpu_shader_fp64|VERSION_4_0] + [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniformMatrix2x3dv")] public static void UniformMatrix2x3(Int32 location, Int32 count, bool transpose, ref Double value) { @@ -122732,9 +122732,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v4.0 and ARB_gpu_shader_fp64|VERSION_4_0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "", EntryPoint = "glUniformMatrix2x3dv")] + [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniformMatrix2x3dv")] public static unsafe void UniformMatrix2x3(Int32 location, Int32 count, bool transpose, Double* value) { @@ -122806,8 +122806,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// - [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "", EntryPoint = "glUniformMatrix2x4dv")] + /// [requires: v4.0 and ARB_gpu_shader_fp64|VERSION_4_0] + [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniformMatrix2x4dv")] public static void UniformMatrix2x4(Int32 location, Int32 count, bool transpose, Double[] value) { @@ -122827,8 +122827,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// - [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "", EntryPoint = "glUniformMatrix2x4dv")] + /// [requires: v4.0 and ARB_gpu_shader_fp64|VERSION_4_0] + [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniformMatrix2x4dv")] public static void UniformMatrix2x4(Int32 location, Int32 count, bool transpose, ref Double value) { @@ -122848,9 +122848,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v4.0 and ARB_gpu_shader_fp64|VERSION_4_0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "", EntryPoint = "glUniformMatrix2x4dv")] + [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniformMatrix2x4dv")] public static unsafe void UniformMatrix2x4(Int32 location, Int32 count, bool transpose, Double* value) { @@ -122922,8 +122922,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// - [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "", EntryPoint = "glUniformMatrix3dv")] + /// [requires: v4.0 and ARB_gpu_shader_fp64|VERSION_4_0] + [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniformMatrix3dv")] public static void UniformMatrix3(Int32 location, Int32 count, bool transpose, Double[] value) { @@ -122943,8 +122943,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// - [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "", EntryPoint = "glUniformMatrix3dv")] + /// [requires: v4.0 and ARB_gpu_shader_fp64|VERSION_4_0] + [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniformMatrix3dv")] public static void UniformMatrix3(Int32 location, Int32 count, bool transpose, ref Double value) { @@ -122964,9 +122964,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v4.0 and ARB_gpu_shader_fp64|VERSION_4_0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "", EntryPoint = "glUniformMatrix3dv")] + [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniformMatrix3dv")] public static unsafe void UniformMatrix3(Int32 location, Int32 count, bool transpose, Double* value) { @@ -123038,8 +123038,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// - [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "", EntryPoint = "glUniformMatrix3x2dv")] + /// [requires: v4.0 and ARB_gpu_shader_fp64|VERSION_4_0] + [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniformMatrix3x2dv")] public static void UniformMatrix3x2(Int32 location, Int32 count, bool transpose, Double[] value) { @@ -123059,8 +123059,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// - [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "", EntryPoint = "glUniformMatrix3x2dv")] + /// [requires: v4.0 and ARB_gpu_shader_fp64|VERSION_4_0] + [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniformMatrix3x2dv")] public static void UniformMatrix3x2(Int32 location, Int32 count, bool transpose, ref Double value) { @@ -123080,9 +123080,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v4.0 and ARB_gpu_shader_fp64|VERSION_4_0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "", EntryPoint = "glUniformMatrix3x2dv")] + [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniformMatrix3x2dv")] public static unsafe void UniformMatrix3x2(Int32 location, Int32 count, bool transpose, Double* value) { @@ -123154,8 +123154,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// - [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "", EntryPoint = "glUniformMatrix3x4dv")] + /// [requires: v4.0 and ARB_gpu_shader_fp64|VERSION_4_0] + [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniformMatrix3x4dv")] public static void UniformMatrix3x4(Int32 location, Int32 count, bool transpose, Double[] value) { @@ -123175,8 +123175,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// - [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "", EntryPoint = "glUniformMatrix3x4dv")] + /// [requires: v4.0 and ARB_gpu_shader_fp64|VERSION_4_0] + [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniformMatrix3x4dv")] public static void UniformMatrix3x4(Int32 location, Int32 count, bool transpose, ref Double value) { @@ -123196,9 +123196,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v4.0 and ARB_gpu_shader_fp64|VERSION_4_0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "", EntryPoint = "glUniformMatrix3x4dv")] + [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniformMatrix3x4dv")] public static unsafe void UniformMatrix3x4(Int32 location, Int32 count, bool transpose, Double* value) { @@ -123270,8 +123270,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// - [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "", EntryPoint = "glUniformMatrix4dv")] + /// [requires: v4.0 and ARB_gpu_shader_fp64|VERSION_4_0] + [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniformMatrix4dv")] public static void UniformMatrix4(Int32 location, Int32 count, bool transpose, Double[] value) { @@ -123291,8 +123291,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// - [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "", EntryPoint = "glUniformMatrix4dv")] + /// [requires: v4.0 and ARB_gpu_shader_fp64|VERSION_4_0] + [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniformMatrix4dv")] public static void UniformMatrix4(Int32 location, Int32 count, bool transpose, ref Double value) { @@ -123312,9 +123312,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v4.0 and ARB_gpu_shader_fp64|VERSION_4_0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "", EntryPoint = "glUniformMatrix4dv")] + [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniformMatrix4dv")] public static unsafe void UniformMatrix4(Int32 location, Int32 count, bool transpose, Double* value) { @@ -123386,8 +123386,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// - [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "", EntryPoint = "glUniformMatrix4x2dv")] + /// [requires: v4.0 and ARB_gpu_shader_fp64|VERSION_4_0] + [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniformMatrix4x2dv")] public static void UniformMatrix4x2(Int32 location, Int32 count, bool transpose, Double[] value) { @@ -123407,8 +123407,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// - [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "", EntryPoint = "glUniformMatrix4x2dv")] + /// [requires: v4.0 and ARB_gpu_shader_fp64|VERSION_4_0] + [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniformMatrix4x2dv")] public static void UniformMatrix4x2(Int32 location, Int32 count, bool transpose, ref Double value) { @@ -123428,9 +123428,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v4.0 and ARB_gpu_shader_fp64|VERSION_4_0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "", EntryPoint = "glUniformMatrix4x2dv")] + [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniformMatrix4x2dv")] public static unsafe void UniformMatrix4x2(Int32 location, Int32 count, bool transpose, Double* value) { @@ -123502,8 +123502,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// - [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "", EntryPoint = "glUniformMatrix4x3dv")] + /// [requires: v4.0 and ARB_gpu_shader_fp64|VERSION_4_0] + [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniformMatrix4x3dv")] public static void UniformMatrix4x3(Int32 location, Int32 count, bool transpose, Double[] value) { @@ -123523,8 +123523,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// - [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "", EntryPoint = "glUniformMatrix4x3dv")] + /// [requires: v4.0 and ARB_gpu_shader_fp64|VERSION_4_0] + [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniformMatrix4x3dv")] public static void UniformMatrix4x3(Int32 location, Int32 count, bool transpose, ref Double value) { @@ -123544,9 +123544,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v4.0 and ARB_gpu_shader_fp64|VERSION_4_0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "", EntryPoint = "glUniformMatrix4x3dv")] + [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniformMatrix4x3dv")] public static unsafe void UniformMatrix4x3(Int32 location, Int32 count, bool transpose, Double* value) { @@ -123619,7 +123619,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.0 and ARB_shader_subroutine|VERSION_4_0] /// Load active subroutine uniforms /// /// @@ -123637,7 +123637,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the address of an array holding the indices to load into the shader subroutine variables. /// /// - [AutoGenerated(Category = "ARB_shader_subroutine|VERSION_4_0", Version = "", EntryPoint = "glUniformSubroutinesuiv")] + [AutoGenerated(Category = "ARB_shader_subroutine|VERSION_4_0", Version = "4.0", EntryPoint = "glUniformSubroutinesuiv")] public static void UniformSubroutines(OpenTK.Graphics.OpenGL.ShaderType shadertype, Int32 count, Int32[] indices) { @@ -123658,7 +123658,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.0 and ARB_shader_subroutine|VERSION_4_0] /// Load active subroutine uniforms /// /// @@ -123676,7 +123676,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the address of an array holding the indices to load into the shader subroutine variables. /// /// - [AutoGenerated(Category = "ARB_shader_subroutine|VERSION_4_0", Version = "", EntryPoint = "glUniformSubroutinesuiv")] + [AutoGenerated(Category = "ARB_shader_subroutine|VERSION_4_0", Version = "4.0", EntryPoint = "glUniformSubroutinesuiv")] public static void UniformSubroutines(OpenTK.Graphics.OpenGL.ShaderType shadertype, Int32 count, ref Int32 indices) { @@ -123697,7 +123697,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.0 and ARB_shader_subroutine|VERSION_4_0] /// Load active subroutine uniforms /// /// @@ -123716,7 +123716,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_shader_subroutine|VERSION_4_0", Version = "", EntryPoint = "glUniformSubroutinesuiv")] + [AutoGenerated(Category = "ARB_shader_subroutine|VERSION_4_0", Version = "4.0", EntryPoint = "glUniformSubroutinesuiv")] public static unsafe void UniformSubroutines(OpenTK.Graphics.OpenGL.ShaderType shadertype, Int32 count, Int32* indices) { @@ -123731,7 +123731,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.0 and ARB_shader_subroutine|VERSION_4_0] /// Load active subroutine uniforms /// /// @@ -123750,7 +123750,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_shader_subroutine|VERSION_4_0", Version = "", EntryPoint = "glUniformSubroutinesuiv")] + [AutoGenerated(Category = "ARB_shader_subroutine|VERSION_4_0", Version = "4.0", EntryPoint = "glUniformSubroutinesuiv")] public static void UniformSubroutines(OpenTK.Graphics.OpenGL.ShaderType shadertype, Int32 count, UInt32[] indices) { @@ -123771,7 +123771,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.0 and ARB_shader_subroutine|VERSION_4_0] /// Load active subroutine uniforms /// /// @@ -123790,7 +123790,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_shader_subroutine|VERSION_4_0", Version = "", EntryPoint = "glUniformSubroutinesuiv")] + [AutoGenerated(Category = "ARB_shader_subroutine|VERSION_4_0", Version = "4.0", EntryPoint = "glUniformSubroutinesuiv")] public static void UniformSubroutines(OpenTK.Graphics.OpenGL.ShaderType shadertype, Int32 count, ref UInt32 indices) { @@ -123811,7 +123811,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.0 and ARB_shader_subroutine|VERSION_4_0] /// Load active subroutine uniforms /// /// @@ -123830,7 +123830,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_shader_subroutine|VERSION_4_0", Version = "", EntryPoint = "glUniformSubroutinesuiv")] + [AutoGenerated(Category = "ARB_shader_subroutine|VERSION_4_0", Version = "4.0", EntryPoint = "glUniformSubroutinesuiv")] public static unsafe void UniformSubroutines(OpenTK.Graphics.OpenGL.ShaderType shadertype, Int32 count, UInt32* indices) { @@ -123907,7 +123907,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Bind stages of a program object to a program pipeline /// /// @@ -123925,7 +123925,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the program object containing the shader executables to use in pipeline. /// /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glUseProgramStages")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glUseProgramStages")] public static void UseProgramStages(Int32 pipeline, OpenTK.Graphics.OpenGL.ProgramStageMask stages, Int32 program) { @@ -123940,7 +123940,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Bind stages of a program object to a program pipeline /// /// @@ -123959,7 +123959,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glUseProgramStages")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glUseProgramStages")] public static void UseProgramStages(UInt32 pipeline, OpenTK.Graphics.OpenGL.ProgramStageMask stages, UInt32 program) { @@ -124021,7 +124021,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Validate a program pipeline object against current GL state /// /// @@ -124029,7 +124029,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the name of a program pipeline object to validate. /// /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glValidateProgramPipeline")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glValidateProgramPipeline")] public static void ValidateProgramPipeline(Int32 pipeline) { @@ -124044,7 +124044,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Validate a program pipeline object against current GL state /// /// @@ -124053,7 +124053,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glValidateProgramPipeline")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glValidateProgramPipeline")] public static void ValidateProgramPipeline(UInt32 pipeline) { @@ -131304,7 +131304,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and ARB_vertex_attrib_binding|VERSION_4_3] /// Associate a vertex attribute and a vertex buffer binding /// /// @@ -131317,7 +131317,7 @@ namespace OpenTK.Graphics.OpenGL /// The index of the vertex buffer binding with which to associate the generic vertex attribute. /// /// - [AutoGenerated(Category = "ARB_vertex_attrib_binding|VERSION_4_3", Version = "", EntryPoint = "glVertexAttribBinding")] + [AutoGenerated(Category = "ARB_vertex_attrib_binding|VERSION_4_3", Version = "4.3", EntryPoint = "glVertexAttribBinding")] public static void VertexAttribBinding(Int32 attribindex, Int32 bindingindex) { @@ -131332,7 +131332,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and ARB_vertex_attrib_binding|VERSION_4_3] /// Associate a vertex attribute and a vertex buffer binding /// /// @@ -131346,7 +131346,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_attrib_binding|VERSION_4_3", Version = "", EntryPoint = "glVertexAttribBinding")] + [AutoGenerated(Category = "ARB_vertex_attrib_binding|VERSION_4_3", Version = "4.3", EntryPoint = "glVertexAttribBinding")] public static void VertexAttribBinding(UInt32 attribindex, UInt32 bindingindex) { @@ -131418,7 +131418,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and ARB_vertex_attrib_binding|VERSION_4_3] /// Specify the organization of vertex arrays /// /// @@ -131446,7 +131446,7 @@ namespace OpenTK.Graphics.OpenGL /// The distance between elements within the buffer. /// /// - [AutoGenerated(Category = "ARB_vertex_attrib_binding|VERSION_4_3", Version = "", EntryPoint = "glVertexAttribFormat")] + [AutoGenerated(Category = "ARB_vertex_attrib_binding|VERSION_4_3", Version = "4.3", EntryPoint = "glVertexAttribFormat")] public static void VertexAttribFormat(Int32 attribindex, Int32 size, OpenTK.Graphics.OpenGL.VertexAttribType type, bool normalized, Int32 relativeoffset) { @@ -131461,7 +131461,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and ARB_vertex_attrib_binding|VERSION_4_3] /// Specify the organization of vertex arrays /// /// @@ -131490,7 +131490,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_attrib_binding|VERSION_4_3", Version = "", EntryPoint = "glVertexAttribFormat")] + [AutoGenerated(Category = "ARB_vertex_attrib_binding|VERSION_4_3", Version = "4.3", EntryPoint = "glVertexAttribFormat")] public static void VertexAttribFormat(UInt32 attribindex, Int32 size, OpenTK.Graphics.OpenGL.VertexAttribType type, bool normalized, UInt32 relativeoffset) { @@ -132630,8 +132630,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// - [AutoGenerated(Category = "ARB_vertex_attrib_binding|VERSION_4_3", Version = "", EntryPoint = "glVertexAttribIFormat")] + /// [requires: v4.3 and ARB_vertex_attrib_binding|VERSION_4_3] + [AutoGenerated(Category = "ARB_vertex_attrib_binding|VERSION_4_3", Version = "4.3", EntryPoint = "glVertexAttribIFormat")] public static void VertexAttribIFormat(Int32 attribindex, Int32 size, OpenTK.Graphics.OpenGL.VertexAttribIntegerType type, Int32 relativeoffset) { @@ -132645,9 +132645,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v4.3 and ARB_vertex_attrib_binding|VERSION_4_3] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_attrib_binding|VERSION_4_3", Version = "", EntryPoint = "glVertexAttribIFormat")] + [AutoGenerated(Category = "ARB_vertex_attrib_binding|VERSION_4_3", Version = "4.3", EntryPoint = "glVertexAttribIFormat")] public static void VertexAttribIFormat(UInt32 attribindex, Int32 size, OpenTK.Graphics.OpenGL.VertexAttribIntegerType type, UInt32 relativeoffset) { @@ -132890,8 +132890,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// - [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "", EntryPoint = "glVertexAttribL1d")] + /// [requires: v4.1 and ARB_vertex_attrib_64bit|VERSION_4_1] + [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "4.1", EntryPoint = "glVertexAttribL1d")] public static void VertexAttribL1(Int32 index, Double x) { @@ -132905,9 +132905,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v4.1 and ARB_vertex_attrib_64bit|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "", EntryPoint = "glVertexAttribL1d")] + [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "4.1", EntryPoint = "glVertexAttribL1d")] public static void VertexAttribL1(UInt32 index, Double x) { @@ -132921,9 +132921,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v4.1 and ARB_vertex_attrib_64bit|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "", EntryPoint = "glVertexAttribL1dv")] + [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "4.1", EntryPoint = "glVertexAttribL1dv")] public static unsafe void VertexAttribL1(Int32 index, Double* v) { @@ -132937,9 +132937,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v4.1 and ARB_vertex_attrib_64bit|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "", EntryPoint = "glVertexAttribL1dv")] + [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "4.1", EntryPoint = "glVertexAttribL1dv")] public static unsafe void VertexAttribL1(UInt32 index, Double* v) { @@ -132953,8 +132953,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// - [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "", EntryPoint = "glVertexAttribL2d")] + /// [requires: v4.1 and ARB_vertex_attrib_64bit|VERSION_4_1] + [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "4.1", EntryPoint = "glVertexAttribL2d")] public static void VertexAttribL2(Int32 index, Double x, Double y) { @@ -132968,9 +132968,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v4.1 and ARB_vertex_attrib_64bit|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "", EntryPoint = "glVertexAttribL2d")] + [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "4.1", EntryPoint = "glVertexAttribL2d")] public static void VertexAttribL2(UInt32 index, Double x, Double y) { @@ -132984,8 +132984,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// - [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "", EntryPoint = "glVertexAttribL2dv")] + /// [requires: v4.1 and ARB_vertex_attrib_64bit|VERSION_4_1] + [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "4.1", EntryPoint = "glVertexAttribL2dv")] public static void VertexAttribL2(Int32 index, Double[] v) { @@ -133005,8 +133005,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// - [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "", EntryPoint = "glVertexAttribL2dv")] + /// [requires: v4.1 and ARB_vertex_attrib_64bit|VERSION_4_1] + [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "4.1", EntryPoint = "glVertexAttribL2dv")] public static void VertexAttribL2(Int32 index, ref Double v) { @@ -133026,9 +133026,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v4.1 and ARB_vertex_attrib_64bit|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "", EntryPoint = "glVertexAttribL2dv")] + [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "4.1", EntryPoint = "glVertexAttribL2dv")] public static unsafe void VertexAttribL2(Int32 index, Double* v) { @@ -133042,9 +133042,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v4.1 and ARB_vertex_attrib_64bit|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "", EntryPoint = "glVertexAttribL2dv")] + [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "4.1", EntryPoint = "glVertexAttribL2dv")] public static void VertexAttribL2(UInt32 index, Double[] v) { @@ -133064,9 +133064,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v4.1 and ARB_vertex_attrib_64bit|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "", EntryPoint = "glVertexAttribL2dv")] + [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "4.1", EntryPoint = "glVertexAttribL2dv")] public static void VertexAttribL2(UInt32 index, ref Double v) { @@ -133086,9 +133086,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v4.1 and ARB_vertex_attrib_64bit|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "", EntryPoint = "glVertexAttribL2dv")] + [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "4.1", EntryPoint = "glVertexAttribL2dv")] public static unsafe void VertexAttribL2(UInt32 index, Double* v) { @@ -133102,8 +133102,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// - [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "", EntryPoint = "glVertexAttribL3d")] + /// [requires: v4.1 and ARB_vertex_attrib_64bit|VERSION_4_1] + [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "4.1", EntryPoint = "glVertexAttribL3d")] public static void VertexAttribL3(Int32 index, Double x, Double y, Double z) { @@ -133117,9 +133117,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v4.1 and ARB_vertex_attrib_64bit|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "", EntryPoint = "glVertexAttribL3d")] + [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "4.1", EntryPoint = "glVertexAttribL3d")] public static void VertexAttribL3(UInt32 index, Double x, Double y, Double z) { @@ -133133,8 +133133,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// - [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "", EntryPoint = "glVertexAttribL3dv")] + /// [requires: v4.1 and ARB_vertex_attrib_64bit|VERSION_4_1] + [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "4.1", EntryPoint = "glVertexAttribL3dv")] public static void VertexAttribL3(Int32 index, Double[] v) { @@ -133154,8 +133154,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// - [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "", EntryPoint = "glVertexAttribL3dv")] + /// [requires: v4.1 and ARB_vertex_attrib_64bit|VERSION_4_1] + [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "4.1", EntryPoint = "glVertexAttribL3dv")] public static void VertexAttribL3(Int32 index, ref Double v) { @@ -133175,9 +133175,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v4.1 and ARB_vertex_attrib_64bit|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "", EntryPoint = "glVertexAttribL3dv")] + [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "4.1", EntryPoint = "glVertexAttribL3dv")] public static unsafe void VertexAttribL3(Int32 index, Double* v) { @@ -133191,9 +133191,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v4.1 and ARB_vertex_attrib_64bit|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "", EntryPoint = "glVertexAttribL3dv")] + [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "4.1", EntryPoint = "glVertexAttribL3dv")] public static void VertexAttribL3(UInt32 index, Double[] v) { @@ -133213,9 +133213,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v4.1 and ARB_vertex_attrib_64bit|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "", EntryPoint = "glVertexAttribL3dv")] + [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "4.1", EntryPoint = "glVertexAttribL3dv")] public static void VertexAttribL3(UInt32 index, ref Double v) { @@ -133235,9 +133235,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v4.1 and ARB_vertex_attrib_64bit|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "", EntryPoint = "glVertexAttribL3dv")] + [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "4.1", EntryPoint = "glVertexAttribL3dv")] public static unsafe void VertexAttribL3(UInt32 index, Double* v) { @@ -133251,8 +133251,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// - [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "", EntryPoint = "glVertexAttribL4d")] + /// [requires: v4.1 and ARB_vertex_attrib_64bit|VERSION_4_1] + [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "4.1", EntryPoint = "glVertexAttribL4d")] public static void VertexAttribL4(Int32 index, Double x, Double y, Double z, Double w) { @@ -133266,9 +133266,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v4.1 and ARB_vertex_attrib_64bit|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "", EntryPoint = "glVertexAttribL4d")] + [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "4.1", EntryPoint = "glVertexAttribL4d")] public static void VertexAttribL4(UInt32 index, Double x, Double y, Double z, Double w) { @@ -133282,8 +133282,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// - [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "", EntryPoint = "glVertexAttribL4dv")] + /// [requires: v4.1 and ARB_vertex_attrib_64bit|VERSION_4_1] + [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "4.1", EntryPoint = "glVertexAttribL4dv")] public static void VertexAttribL4(Int32 index, Double[] v) { @@ -133303,8 +133303,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// - [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "", EntryPoint = "glVertexAttribL4dv")] + /// [requires: v4.1 and ARB_vertex_attrib_64bit|VERSION_4_1] + [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "4.1", EntryPoint = "glVertexAttribL4dv")] public static void VertexAttribL4(Int32 index, ref Double v) { @@ -133324,9 +133324,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v4.1 and ARB_vertex_attrib_64bit|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "", EntryPoint = "glVertexAttribL4dv")] + [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "4.1", EntryPoint = "glVertexAttribL4dv")] public static unsafe void VertexAttribL4(Int32 index, Double* v) { @@ -133340,9 +133340,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v4.1 and ARB_vertex_attrib_64bit|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "", EntryPoint = "glVertexAttribL4dv")] + [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "4.1", EntryPoint = "glVertexAttribL4dv")] public static void VertexAttribL4(UInt32 index, Double[] v) { @@ -133362,9 +133362,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v4.1 and ARB_vertex_attrib_64bit|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "", EntryPoint = "glVertexAttribL4dv")] + [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "4.1", EntryPoint = "glVertexAttribL4dv")] public static void VertexAttribL4(UInt32 index, ref Double v) { @@ -133384,9 +133384,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v4.1 and ARB_vertex_attrib_64bit|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "", EntryPoint = "glVertexAttribL4dv")] + [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "4.1", EntryPoint = "glVertexAttribL4dv")] public static unsafe void VertexAttribL4(UInt32 index, Double* v) { @@ -133400,8 +133400,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// - [AutoGenerated(Category = "ARB_vertex_attrib_binding|VERSION_4_3", Version = "", EntryPoint = "glVertexAttribLFormat")] + /// [requires: v4.3 and ARB_vertex_attrib_binding|VERSION_4_3] + [AutoGenerated(Category = "ARB_vertex_attrib_binding|VERSION_4_3", Version = "4.3", EntryPoint = "glVertexAttribLFormat")] public static void VertexAttribLFormat(Int32 attribindex, Int32 size, OpenTK.Graphics.OpenGL.VertexAttribDoubleType type, Int32 relativeoffset) { @@ -133415,9 +133415,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v4.3 and ARB_vertex_attrib_binding|VERSION_4_3] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_attrib_binding|VERSION_4_3", Version = "", EntryPoint = "glVertexAttribLFormat")] + [AutoGenerated(Category = "ARB_vertex_attrib_binding|VERSION_4_3", Version = "4.3", EntryPoint = "glVertexAttribLFormat")] public static void VertexAttribLFormat(UInt32 attribindex, Int32 size, OpenTK.Graphics.OpenGL.VertexAttribDoubleType type, UInt32 relativeoffset) { @@ -133431,8 +133431,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// - [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "", EntryPoint = "glVertexAttribLPointer")] + /// [requires: v4.1 and ARB_vertex_attrib_64bit|VERSION_4_1] + [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "4.1", EntryPoint = "glVertexAttribLPointer")] public static void VertexAttribLPointer(Int32 index, Int32 size, OpenTK.Graphics.OpenGL.VertexAttribDoubleType type, Int32 stride, IntPtr pointer) { @@ -133446,8 +133446,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// - [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "", EntryPoint = "glVertexAttribLPointer")] + /// [requires: v4.1 and ARB_vertex_attrib_64bit|VERSION_4_1] + [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "4.1", EntryPoint = "glVertexAttribLPointer")] public static void VertexAttribLPointer(Int32 index, Int32 size, OpenTK.Graphics.OpenGL.VertexAttribDoubleType type, Int32 stride, [InAttribute, OutAttribute] T4[] pointer) where T4 : struct @@ -133470,8 +133470,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// - [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "", EntryPoint = "glVertexAttribLPointer")] + /// [requires: v4.1 and ARB_vertex_attrib_64bit|VERSION_4_1] + [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "4.1", EntryPoint = "glVertexAttribLPointer")] public static void VertexAttribLPointer(Int32 index, Int32 size, OpenTK.Graphics.OpenGL.VertexAttribDoubleType type, Int32 stride, [InAttribute, OutAttribute] T4[,] pointer) where T4 : struct @@ -133494,8 +133494,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// - [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "", EntryPoint = "glVertexAttribLPointer")] + /// [requires: v4.1 and ARB_vertex_attrib_64bit|VERSION_4_1] + [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "4.1", EntryPoint = "glVertexAttribLPointer")] public static void VertexAttribLPointer(Int32 index, Int32 size, OpenTK.Graphics.OpenGL.VertexAttribDoubleType type, Int32 stride, [InAttribute, OutAttribute] T4[,,] pointer) where T4 : struct @@ -133518,8 +133518,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// - [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "", EntryPoint = "glVertexAttribLPointer")] + /// [requires: v4.1 and ARB_vertex_attrib_64bit|VERSION_4_1] + [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "4.1", EntryPoint = "glVertexAttribLPointer")] public static void VertexAttribLPointer(Int32 index, Int32 size, OpenTK.Graphics.OpenGL.VertexAttribDoubleType type, Int32 stride, [InAttribute, OutAttribute] ref T4 pointer) where T4 : struct @@ -133543,9 +133543,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v4.1 and ARB_vertex_attrib_64bit|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "", EntryPoint = "glVertexAttribLPointer")] + [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "4.1", EntryPoint = "glVertexAttribLPointer")] public static void VertexAttribLPointer(UInt32 index, Int32 size, OpenTK.Graphics.OpenGL.VertexAttribDoubleType type, Int32 stride, IntPtr pointer) { @@ -133559,9 +133559,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v4.1 and ARB_vertex_attrib_64bit|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "", EntryPoint = "glVertexAttribLPointer")] + [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "4.1", EntryPoint = "glVertexAttribLPointer")] public static void VertexAttribLPointer(UInt32 index, Int32 size, OpenTK.Graphics.OpenGL.VertexAttribDoubleType type, Int32 stride, [InAttribute, OutAttribute] T4[] pointer) where T4 : struct @@ -133584,9 +133584,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v4.1 and ARB_vertex_attrib_64bit|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "", EntryPoint = "glVertexAttribLPointer")] + [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "4.1", EntryPoint = "glVertexAttribLPointer")] public static void VertexAttribLPointer(UInt32 index, Int32 size, OpenTK.Graphics.OpenGL.VertexAttribDoubleType type, Int32 stride, [InAttribute, OutAttribute] T4[,] pointer) where T4 : struct @@ -133609,9 +133609,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v4.1 and ARB_vertex_attrib_64bit|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "", EntryPoint = "glVertexAttribLPointer")] + [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "4.1", EntryPoint = "glVertexAttribLPointer")] public static void VertexAttribLPointer(UInt32 index, Int32 size, OpenTK.Graphics.OpenGL.VertexAttribDoubleType type, Int32 stride, [InAttribute, OutAttribute] T4[,,] pointer) where T4 : struct @@ -133634,9 +133634,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v4.1 and ARB_vertex_attrib_64bit|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "", EntryPoint = "glVertexAttribLPointer")] + [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "4.1", EntryPoint = "glVertexAttribLPointer")] public static void VertexAttribLPointer(UInt32 index, Int32 size, OpenTK.Graphics.OpenGL.VertexAttribDoubleType type, Int32 stride, [InAttribute, OutAttribute] ref T4 pointer) where T4 : struct @@ -134472,7 +134472,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and ARB_vertex_attrib_binding|VERSION_4_3] /// Modify the rate at which generic vertex attributes advance /// /// @@ -134485,7 +134485,7 @@ namespace OpenTK.Graphics.OpenGL /// The new value for the instance step rate to apply. /// /// - [AutoGenerated(Category = "ARB_vertex_attrib_binding|VERSION_4_3", Version = "", EntryPoint = "glVertexBindingDivisor")] + [AutoGenerated(Category = "ARB_vertex_attrib_binding|VERSION_4_3", Version = "4.3", EntryPoint = "glVertexBindingDivisor")] public static void VertexBindingDivisor(Int32 bindingindex, Int32 divisor) { @@ -134500,7 +134500,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.3 and ARB_vertex_attrib_binding|VERSION_4_3] /// Modify the rate at which generic vertex attributes advance /// /// @@ -134514,7 +134514,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_attrib_binding|VERSION_4_3", Version = "", EntryPoint = "glVertexBindingDivisor")] + [AutoGenerated(Category = "ARB_vertex_attrib_binding|VERSION_4_3", Version = "4.3", EntryPoint = "glVertexBindingDivisor")] public static void VertexBindingDivisor(UInt32 bindingindex, UInt32 divisor) { @@ -134528,8 +134528,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// - [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "", EntryPoint = "glVertexP2ui")] + /// [requires: v3.3 and ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] + [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "3.3", EntryPoint = "glVertexP2ui")] public static void VertexP2(OpenTK.Graphics.OpenGL.PackedPointerType type, Int32 value) { @@ -134543,9 +134543,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v3.3 and ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "", EntryPoint = "glVertexP2ui")] + [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "3.3", EntryPoint = "glVertexP2ui")] public static void VertexP2(OpenTK.Graphics.OpenGL.PackedPointerType type, UInt32 value) { @@ -134559,9 +134559,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v3.3 and ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "", EntryPoint = "glVertexP2uiv")] + [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "3.3", EntryPoint = "glVertexP2uiv")] public static unsafe void VertexP2(OpenTK.Graphics.OpenGL.PackedPointerType type, Int32* value) { @@ -134575,9 +134575,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v3.3 and ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "", EntryPoint = "glVertexP2uiv")] + [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "3.3", EntryPoint = "glVertexP2uiv")] public static unsafe void VertexP2(OpenTK.Graphics.OpenGL.PackedPointerType type, UInt32* value) { @@ -134591,8 +134591,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// - [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "", EntryPoint = "glVertexP3ui")] + /// [requires: v3.3 and ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] + [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "3.3", EntryPoint = "glVertexP3ui")] public static void VertexP3(OpenTK.Graphics.OpenGL.PackedPointerType type, Int32 value) { @@ -134606,9 +134606,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v3.3 and ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "", EntryPoint = "glVertexP3ui")] + [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "3.3", EntryPoint = "glVertexP3ui")] public static void VertexP3(OpenTK.Graphics.OpenGL.PackedPointerType type, UInt32 value) { @@ -134622,9 +134622,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v3.3 and ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "", EntryPoint = "glVertexP3uiv")] + [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "3.3", EntryPoint = "glVertexP3uiv")] public static unsafe void VertexP3(OpenTK.Graphics.OpenGL.PackedPointerType type, Int32* value) { @@ -134638,9 +134638,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v3.3 and ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "", EntryPoint = "glVertexP3uiv")] + [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "3.3", EntryPoint = "glVertexP3uiv")] public static unsafe void VertexP3(OpenTK.Graphics.OpenGL.PackedPointerType type, UInt32* value) { @@ -134654,8 +134654,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// - [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "", EntryPoint = "glVertexP4ui")] + /// [requires: v3.3 and ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] + [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "3.3", EntryPoint = "glVertexP4ui")] public static void VertexP4(OpenTK.Graphics.OpenGL.PackedPointerType type, Int32 value) { @@ -134669,9 +134669,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v3.3 and ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "", EntryPoint = "glVertexP4ui")] + [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "3.3", EntryPoint = "glVertexP4ui")] public static void VertexP4(OpenTK.Graphics.OpenGL.PackedPointerType type, UInt32 value) { @@ -134685,9 +134685,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v3.3 and ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "", EntryPoint = "glVertexP4uiv")] + [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "3.3", EntryPoint = "glVertexP4uiv")] public static unsafe void VertexP4(OpenTK.Graphics.OpenGL.PackedPointerType type, Int32* value) { @@ -134701,9 +134701,9 @@ namespace OpenTK.Graphics.OpenGL #endif } - /// + /// [requires: v3.3 and ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "", EntryPoint = "glVertexP4uiv")] + [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "3.3", EntryPoint = "glVertexP4uiv")] public static unsafe void VertexP4(OpenTK.Graphics.OpenGL.PackedPointerType type, UInt32* value) { @@ -134973,7 +134973,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_viewport_array|VERSION_4_1] /// Set multiple viewports /// /// @@ -134991,7 +134991,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the address of an array containing the viewport parameters. /// /// - [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "", EntryPoint = "glViewportArrayv")] + [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "4.1", EntryPoint = "glViewportArrayv")] public static void ViewportArray(Int32 first, Int32 count, Single[] v) { @@ -135012,7 +135012,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_viewport_array|VERSION_4_1] /// Set multiple viewports /// /// @@ -135030,7 +135030,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the address of an array containing the viewport parameters. /// /// - [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "", EntryPoint = "glViewportArrayv")] + [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "4.1", EntryPoint = "glViewportArrayv")] public static void ViewportArray(Int32 first, Int32 count, ref Single v) { @@ -135051,7 +135051,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_viewport_array|VERSION_4_1] /// Set multiple viewports /// /// @@ -135070,7 +135070,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "", EntryPoint = "glViewportArrayv")] + [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "4.1", EntryPoint = "glViewportArrayv")] public static unsafe void ViewportArray(Int32 first, Int32 count, Single* v) { @@ -135085,7 +135085,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_viewport_array|VERSION_4_1] /// Set multiple viewports /// /// @@ -135104,7 +135104,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "", EntryPoint = "glViewportArrayv")] + [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "4.1", EntryPoint = "glViewportArrayv")] public static void ViewportArray(UInt32 first, Int32 count, Single[] v) { @@ -135125,7 +135125,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_viewport_array|VERSION_4_1] /// Set multiple viewports /// /// @@ -135144,7 +135144,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "", EntryPoint = "glViewportArrayv")] + [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "4.1", EntryPoint = "glViewportArrayv")] public static void ViewportArray(UInt32 first, Int32 count, ref Single v) { @@ -135165,7 +135165,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_viewport_array|VERSION_4_1] /// Set multiple viewports /// /// @@ -135184,7 +135184,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "", EntryPoint = "glViewportArrayv")] + [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "4.1", EntryPoint = "glViewportArrayv")] public static unsafe void ViewportArray(UInt32 first, Int32 count, Single* v) { @@ -135199,7 +135199,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_viewport_array|VERSION_4_1] /// Set a specified viewport /// /// @@ -135222,7 +135222,7 @@ namespace OpenTK.Graphics.OpenGL /// For glViewportIndexedfv, specifies the address of an array containing the viewport parameters. /// /// - [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "", EntryPoint = "glViewportIndexedf")] + [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "4.1", EntryPoint = "glViewportIndexedf")] public static void ViewportIndexed(Int32 index, Single x, Single y, Single w, Single h) { @@ -135237,7 +135237,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_viewport_array|VERSION_4_1] /// Set a specified viewport /// /// @@ -135261,7 +135261,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "", EntryPoint = "glViewportIndexedf")] + [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "4.1", EntryPoint = "glViewportIndexedf")] public static void ViewportIndexed(UInt32 index, Single x, Single y, Single w, Single h) { @@ -135276,7 +135276,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_viewport_array|VERSION_4_1] /// Set a specified viewport /// /// @@ -135299,7 +135299,7 @@ namespace OpenTK.Graphics.OpenGL /// For glViewportIndexedfv, specifies the address of an array containing the viewport parameters. /// /// - [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "", EntryPoint = "glViewportIndexedfv")] + [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "4.1", EntryPoint = "glViewportIndexedfv")] public static void ViewportIndexed(Int32 index, Single[] v) { @@ -135320,7 +135320,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_viewport_array|VERSION_4_1] /// Set a specified viewport /// /// @@ -135343,7 +135343,7 @@ namespace OpenTK.Graphics.OpenGL /// For glViewportIndexedfv, specifies the address of an array containing the viewport parameters. /// /// - [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "", EntryPoint = "glViewportIndexedfv")] + [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "4.1", EntryPoint = "glViewportIndexedfv")] public static void ViewportIndexed(Int32 index, ref Single v) { @@ -135364,7 +135364,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_viewport_array|VERSION_4_1] /// Set a specified viewport /// /// @@ -135388,7 +135388,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "", EntryPoint = "glViewportIndexedfv")] + [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "4.1", EntryPoint = "glViewportIndexedfv")] public static unsafe void ViewportIndexed(Int32 index, Single* v) { @@ -135403,7 +135403,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_viewport_array|VERSION_4_1] /// Set a specified viewport /// /// @@ -135427,7 +135427,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "", EntryPoint = "glViewportIndexedfv")] + [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "4.1", EntryPoint = "glViewportIndexedfv")] public static void ViewportIndexed(UInt32 index, Single[] v) { @@ -135448,7 +135448,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_viewport_array|VERSION_4_1] /// Set a specified viewport /// /// @@ -135472,7 +135472,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "", EntryPoint = "glViewportIndexedfv")] + [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "4.1", EntryPoint = "glViewportIndexedfv")] public static void ViewportIndexed(UInt32 index, ref Single v) { @@ -135493,7 +135493,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v4.1 and ARB_viewport_array|VERSION_4_1] /// Set a specified viewport /// /// @@ -135517,7 +135517,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "", EntryPoint = "glViewportIndexedfv")] + [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "4.1", EntryPoint = "glViewportIndexedfv")] public static unsafe void ViewportIndexed(UInt32 index, Single* v) { @@ -135532,7 +135532,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.2 and ARB_sync|VERSION_3_2] /// Instruct the GL server to block until the specified sync object becomes signaled /// /// @@ -135550,7 +135550,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the timeout that the server should wait before continuing. timeout must be GL_TIMEOUT_IGNORED. /// /// - [AutoGenerated(Category = "ARB_sync|VERSION_3_2", Version = "", EntryPoint = "glWaitSync")] + [AutoGenerated(Category = "ARB_sync|VERSION_3_2", Version = "3.2", EntryPoint = "glWaitSync")] public static OpenTK.Graphics.OpenGL.WaitSyncStatus WaitSync(IntPtr sync, OpenTK.Graphics.OpenGL.WaitSyncFlags flags, Int64 timeout) { @@ -135565,7 +135565,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.2 and ARB_sync|VERSION_3_2] /// Instruct the GL server to block until the specified sync object becomes signaled /// /// @@ -135584,7 +135584,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_sync|VERSION_3_2", Version = "", EntryPoint = "glWaitSync")] + [AutoGenerated(Category = "ARB_sync|VERSION_3_2", Version = "3.2", EntryPoint = "glWaitSync")] public static OpenTK.Graphics.OpenGL.WaitSyncStatus WaitSync(IntPtr sync, OpenTK.Graphics.OpenGL.WaitSyncFlags flags, UInt64 timeout) { diff --git a/Source/OpenTK/Graphics/OpenGL4/GL4.cs b/Source/OpenTK/Graphics/OpenGL4/GL4.cs index 43a05e2c..93f75044 100644 --- a/Source/OpenTK/Graphics/OpenGL4/GL4.cs +++ b/Source/OpenTK/Graphics/OpenGL4/GL4.cs @@ -4606,7 +4606,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Set the active program object for a program pipeline object /// /// @@ -4619,7 +4619,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the program object to set as the active program pipeline object pipeline. /// /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glActiveShaderProgram")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glActiveShaderProgram")] public static void ActiveShaderProgram(Int32 pipeline, Int32 program) { @@ -4634,7 +4634,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Set the active program object for a program pipeline object /// /// @@ -4648,7 +4648,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glActiveShaderProgram")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glActiveShaderProgram")] public static void ActiveShaderProgram(UInt32 pipeline, UInt32 program) { @@ -4857,7 +4857,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.0 and ARB_transform_feedback3|VERSION_4_0] /// Delimit the boundaries of a query object on an indexed target /// /// @@ -4875,7 +4875,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the name of a query object. /// /// - [AutoGenerated(Category = "ARB_transform_feedback3|VERSION_4_0", Version = "", EntryPoint = "glBeginQueryIndexed")] + [AutoGenerated(Category = "ARB_transform_feedback3|VERSION_4_0", Version = "4.0", EntryPoint = "glBeginQueryIndexed")] public static void BeginQueryIndexed(OpenTK.Graphics.OpenGL4.QueryTarget target, Int32 index, Int32 id) { @@ -4890,7 +4890,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.0 and ARB_transform_feedback3|VERSION_4_0] /// Delimit the boundaries of a query object on an indexed target /// /// @@ -4909,7 +4909,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_transform_feedback3|VERSION_4_0", Version = "", EntryPoint = "glBeginQueryIndexed")] + [AutoGenerated(Category = "ARB_transform_feedback3|VERSION_4_0", Version = "4.0", EntryPoint = "glBeginQueryIndexed")] public static void BeginQueryIndexed(OpenTK.Graphics.OpenGL4.QueryTarget target, UInt32 index, UInt32 id) { @@ -5225,7 +5225,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.4 and ARB_multi_bind|VERSION_4_4] /// Bind one or more buffer objects to a sequence of indexed buffer targets /// /// @@ -5248,7 +5248,7 @@ namespace OpenTK.Graphics.OpenGL4 /// A pointer to an array of names of buffer objects to bind to the targets on the specified binding point, or NULL. /// /// - [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "", EntryPoint = "glBindBuffersBase")] + [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "4.4", EntryPoint = "glBindBuffersBase")] public static void BindBuffersBase(OpenTK.Graphics.OpenGL4.BufferRangeTarget target, Int32 first, Int32 count, Int32[] buffers) { @@ -5269,7 +5269,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.4 and ARB_multi_bind|VERSION_4_4] /// Bind one or more buffer objects to a sequence of indexed buffer targets /// /// @@ -5292,7 +5292,7 @@ namespace OpenTK.Graphics.OpenGL4 /// A pointer to an array of names of buffer objects to bind to the targets on the specified binding point, or NULL. /// /// - [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "", EntryPoint = "glBindBuffersBase")] + [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "4.4", EntryPoint = "glBindBuffersBase")] public static void BindBuffersBase(OpenTK.Graphics.OpenGL4.BufferRangeTarget target, Int32 first, Int32 count, ref Int32 buffers) { @@ -5313,7 +5313,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.4 and ARB_multi_bind|VERSION_4_4] /// Bind one or more buffer objects to a sequence of indexed buffer targets /// /// @@ -5337,7 +5337,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "", EntryPoint = "glBindBuffersBase")] + [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "4.4", EntryPoint = "glBindBuffersBase")] public static unsafe void BindBuffersBase(OpenTK.Graphics.OpenGL4.BufferRangeTarget target, Int32 first, Int32 count, Int32* buffers) { @@ -5352,7 +5352,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.4 and ARB_multi_bind|VERSION_4_4] /// Bind one or more buffer objects to a sequence of indexed buffer targets /// /// @@ -5376,7 +5376,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "", EntryPoint = "glBindBuffersBase")] + [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "4.4", EntryPoint = "glBindBuffersBase")] public static void BindBuffersBase(OpenTK.Graphics.OpenGL4.BufferRangeTarget target, UInt32 first, Int32 count, UInt32[] buffers) { @@ -5397,7 +5397,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.4 and ARB_multi_bind|VERSION_4_4] /// Bind one or more buffer objects to a sequence of indexed buffer targets /// /// @@ -5421,7 +5421,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "", EntryPoint = "glBindBuffersBase")] + [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "4.4", EntryPoint = "glBindBuffersBase")] public static void BindBuffersBase(OpenTK.Graphics.OpenGL4.BufferRangeTarget target, UInt32 first, Int32 count, ref UInt32 buffers) { @@ -5442,7 +5442,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.4 and ARB_multi_bind|VERSION_4_4] /// Bind one or more buffer objects to a sequence of indexed buffer targets /// /// @@ -5466,7 +5466,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "", EntryPoint = "glBindBuffersBase")] + [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "4.4", EntryPoint = "glBindBuffersBase")] public static unsafe void BindBuffersBase(OpenTK.Graphics.OpenGL4.BufferRangeTarget target, UInt32 first, Int32 count, UInt32* buffers) { @@ -5481,7 +5481,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.4 and ARB_multi_bind|VERSION_4_4] /// Bind ranges of one or more buffer objects to a sequence of indexed buffer targets /// /// @@ -5504,7 +5504,7 @@ namespace OpenTK.Graphics.OpenGL4 /// A pointer to an array of names of buffer objects to bind to the targets on the specified binding point, or NULL. /// /// - [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "", EntryPoint = "glBindBuffersRange")] + [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "4.4", EntryPoint = "glBindBuffersRange")] public static void BindBuffersRange(OpenTK.Graphics.OpenGL4.BufferRangeTarget target, Int32 first, Int32 count, Int32[] buffers, IntPtr[] offsets, IntPtr[] sizes) { @@ -5527,7 +5527,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.4 and ARB_multi_bind|VERSION_4_4] /// Bind ranges of one or more buffer objects to a sequence of indexed buffer targets /// /// @@ -5550,7 +5550,7 @@ namespace OpenTK.Graphics.OpenGL4 /// A pointer to an array of names of buffer objects to bind to the targets on the specified binding point, or NULL. /// /// - [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "", EntryPoint = "glBindBuffersRange")] + [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "4.4", EntryPoint = "glBindBuffersRange")] public static void BindBuffersRange(OpenTK.Graphics.OpenGL4.BufferRangeTarget target, Int32 first, Int32 count, ref Int32 buffers, ref IntPtr offsets, ref IntPtr sizes) { @@ -5573,7 +5573,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.4 and ARB_multi_bind|VERSION_4_4] /// Bind ranges of one or more buffer objects to a sequence of indexed buffer targets /// /// @@ -5597,7 +5597,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "", EntryPoint = "glBindBuffersRange")] + [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "4.4", EntryPoint = "glBindBuffersRange")] public static unsafe void BindBuffersRange(OpenTK.Graphics.OpenGL4.BufferRangeTarget target, Int32 first, Int32 count, Int32* buffers, IntPtr* offsets, IntPtr* sizes) { @@ -5612,7 +5612,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.4 and ARB_multi_bind|VERSION_4_4] /// Bind ranges of one or more buffer objects to a sequence of indexed buffer targets /// /// @@ -5636,7 +5636,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "", EntryPoint = "glBindBuffersRange")] + [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "4.4", EntryPoint = "glBindBuffersRange")] public static void BindBuffersRange(OpenTK.Graphics.OpenGL4.BufferRangeTarget target, UInt32 first, Int32 count, UInt32[] buffers, IntPtr[] offsets, IntPtr[] sizes) { @@ -5659,7 +5659,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.4 and ARB_multi_bind|VERSION_4_4] /// Bind ranges of one or more buffer objects to a sequence of indexed buffer targets /// /// @@ -5683,7 +5683,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "", EntryPoint = "glBindBuffersRange")] + [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "4.4", EntryPoint = "glBindBuffersRange")] public static void BindBuffersRange(OpenTK.Graphics.OpenGL4.BufferRangeTarget target, UInt32 first, Int32 count, ref UInt32 buffers, ref IntPtr offsets, ref IntPtr sizes) { @@ -5706,7 +5706,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.4 and ARB_multi_bind|VERSION_4_4] /// Bind ranges of one or more buffer objects to a sequence of indexed buffer targets /// /// @@ -5730,7 +5730,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "", EntryPoint = "glBindBuffersRange")] + [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "4.4", EntryPoint = "glBindBuffersRange")] public static unsafe void BindBuffersRange(OpenTK.Graphics.OpenGL4.BufferRangeTarget target, UInt32 first, Int32 count, UInt32* buffers, IntPtr* offsets, IntPtr* sizes) { @@ -5812,7 +5812,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.3 and ARB_blend_func_extended|VERSION_3_3] /// Bind a user-defined varying out variable to a fragment shader color number and index /// /// @@ -5835,7 +5835,7 @@ namespace OpenTK.Graphics.OpenGL4 /// The name of the user-defined varying out variable whose binding to modify /// /// - [AutoGenerated(Category = "ARB_blend_func_extended|VERSION_3_3", Version = "", EntryPoint = "glBindFragDataLocationIndexed")] + [AutoGenerated(Category = "ARB_blend_func_extended|VERSION_3_3", Version = "3.3", EntryPoint = "glBindFragDataLocationIndexed")] public static void BindFragDataLocationIndexed(Int32 program, Int32 colorNumber, Int32 index, String name) { @@ -5850,7 +5850,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.3 and ARB_blend_func_extended|VERSION_3_3] /// Bind a user-defined varying out variable to a fragment shader color number and index /// /// @@ -5874,7 +5874,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_blend_func_extended|VERSION_3_3", Version = "", EntryPoint = "glBindFragDataLocationIndexed")] + [AutoGenerated(Category = "ARB_blend_func_extended|VERSION_3_3", Version = "3.3", EntryPoint = "glBindFragDataLocationIndexed")] public static void BindFragDataLocationIndexed(UInt32 program, UInt32 colorNumber, UInt32 index, String name) { @@ -5889,7 +5889,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.0 and ARB_framebuffer_object|VERSION_3_0] /// Bind a framebuffer to a framebuffer target /// /// @@ -5902,7 +5902,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the name of the framebuffer object to bind. /// /// - [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "", EntryPoint = "glBindFramebuffer")] + [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "3.0", EntryPoint = "glBindFramebuffer")] public static void BindFramebuffer(OpenTK.Graphics.OpenGL4.FramebufferTarget target, Int32 framebuffer) { @@ -5917,7 +5917,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.0 and ARB_framebuffer_object|VERSION_3_0] /// Bind a framebuffer to a framebuffer target /// /// @@ -5931,7 +5931,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "", EntryPoint = "glBindFramebuffer")] + [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "3.0", EntryPoint = "glBindFramebuffer")] public static void BindFramebuffer(OpenTK.Graphics.OpenGL4.FramebufferTarget target, UInt32 framebuffer) { @@ -5946,7 +5946,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.2 and ARB_shader_image_load_store|VERSION_4_2] /// Bind a level of a texture to an image unit /// /// @@ -5984,7 +5984,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the format that the elements of the image will be treated as for the purposes of formatted stores. /// /// - [AutoGenerated(Category = "ARB_shader_image_load_store|VERSION_4_2", Version = "", EntryPoint = "glBindImageTexture")] + [AutoGenerated(Category = "ARB_shader_image_load_store|VERSION_4_2", Version = "4.2", EntryPoint = "glBindImageTexture")] public static void BindImageTexture(Int32 unit, Int32 texture, Int32 level, bool layered, Int32 layer, OpenTK.Graphics.OpenGL4.TextureAccess access, OpenTK.Graphics.OpenGL4.SizedInternalFormat format) { @@ -5999,7 +5999,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.2 and ARB_shader_image_load_store|VERSION_4_2] /// Bind a level of a texture to an image unit /// /// @@ -6038,7 +6038,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_shader_image_load_store|VERSION_4_2", Version = "", EntryPoint = "glBindImageTexture")] + [AutoGenerated(Category = "ARB_shader_image_load_store|VERSION_4_2", Version = "4.2", EntryPoint = "glBindImageTexture")] public static void BindImageTexture(UInt32 unit, UInt32 texture, Int32 level, bool layered, Int32 layer, OpenTK.Graphics.OpenGL4.TextureAccess access, OpenTK.Graphics.OpenGL4.SizedInternalFormat format) { @@ -6053,7 +6053,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.4 and ARB_multi_bind|VERSION_4_4] /// Bind one or more named texture images to a sequence of consecutive image units /// /// @@ -6071,7 +6071,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the address of an array of names of existing texture objects. /// /// - [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "", EntryPoint = "glBindImageTextures")] + [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "4.4", EntryPoint = "glBindImageTextures")] public static void BindImageTextures(Int32 first, Int32 count, Int32[] textures) { @@ -6092,7 +6092,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.4 and ARB_multi_bind|VERSION_4_4] /// Bind one or more named texture images to a sequence of consecutive image units /// /// @@ -6110,7 +6110,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the address of an array of names of existing texture objects. /// /// - [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "", EntryPoint = "glBindImageTextures")] + [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "4.4", EntryPoint = "glBindImageTextures")] public static void BindImageTextures(Int32 first, Int32 count, ref Int32 textures) { @@ -6131,7 +6131,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.4 and ARB_multi_bind|VERSION_4_4] /// Bind one or more named texture images to a sequence of consecutive image units /// /// @@ -6150,7 +6150,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "", EntryPoint = "glBindImageTextures")] + [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "4.4", EntryPoint = "glBindImageTextures")] public static unsafe void BindImageTextures(Int32 first, Int32 count, Int32* textures) { @@ -6165,7 +6165,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.4 and ARB_multi_bind|VERSION_4_4] /// Bind one or more named texture images to a sequence of consecutive image units /// /// @@ -6184,7 +6184,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "", EntryPoint = "glBindImageTextures")] + [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "4.4", EntryPoint = "glBindImageTextures")] public static void BindImageTextures(UInt32 first, Int32 count, UInt32[] textures) { @@ -6205,7 +6205,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.4 and ARB_multi_bind|VERSION_4_4] /// Bind one or more named texture images to a sequence of consecutive image units /// /// @@ -6224,7 +6224,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "", EntryPoint = "glBindImageTextures")] + [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "4.4", EntryPoint = "glBindImageTextures")] public static void BindImageTextures(UInt32 first, Int32 count, ref UInt32 textures) { @@ -6245,7 +6245,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.4 and ARB_multi_bind|VERSION_4_4] /// Bind one or more named texture images to a sequence of consecutive image units /// /// @@ -6264,7 +6264,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "", EntryPoint = "glBindImageTextures")] + [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "4.4", EntryPoint = "glBindImageTextures")] public static unsafe void BindImageTextures(UInt32 first, Int32 count, UInt32* textures) { @@ -6279,7 +6279,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Bind a program pipeline to the current context /// /// @@ -6287,7 +6287,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the name of the pipeline object to bind to the context. /// /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glBindProgramPipeline")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glBindProgramPipeline")] public static void BindProgramPipeline(Int32 pipeline) { @@ -6302,7 +6302,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Bind a program pipeline to the current context /// /// @@ -6311,7 +6311,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glBindProgramPipeline")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glBindProgramPipeline")] public static void BindProgramPipeline(UInt32 pipeline) { @@ -6326,7 +6326,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.0 and ARB_framebuffer_object|VERSION_3_0] /// Bind a renderbuffer to a renderbuffer target /// /// @@ -6339,7 +6339,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the name of the renderbuffer object to bind. /// /// - [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "", EntryPoint = "glBindRenderbuffer")] + [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "3.0", EntryPoint = "glBindRenderbuffer")] public static void BindRenderbuffer(OpenTK.Graphics.OpenGL4.RenderbufferTarget target, Int32 renderbuffer) { @@ -6354,7 +6354,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.0 and ARB_framebuffer_object|VERSION_3_0] /// Bind a renderbuffer to a renderbuffer target /// /// @@ -6368,7 +6368,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "", EntryPoint = "glBindRenderbuffer")] + [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "3.0", EntryPoint = "glBindRenderbuffer")] public static void BindRenderbuffer(OpenTK.Graphics.OpenGL4.RenderbufferTarget target, UInt32 renderbuffer) { @@ -6383,7 +6383,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.3 and ARB_sampler_objects|VERSION_3_3] /// Bind a named sampler to a texturing target /// /// @@ -6396,7 +6396,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the name of a sampler. /// /// - [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "", EntryPoint = "glBindSampler")] + [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "3.3", EntryPoint = "glBindSampler")] public static void BindSampler(Int32 unit, Int32 sampler) { @@ -6411,7 +6411,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.3 and ARB_sampler_objects|VERSION_3_3] /// Bind a named sampler to a texturing target /// /// @@ -6425,7 +6425,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "", EntryPoint = "glBindSampler")] + [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "3.3", EntryPoint = "glBindSampler")] public static void BindSampler(UInt32 unit, UInt32 sampler) { @@ -6440,7 +6440,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.4 and ARB_multi_bind|VERSION_4_4] /// Bind one or more named sampler objects to a sequence of consecutive sampler units /// /// @@ -6458,7 +6458,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the address of an array of names of existing sampler objects. /// /// - [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "", EntryPoint = "glBindSamplers")] + [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "4.4", EntryPoint = "glBindSamplers")] public static void BindSamplers(Int32 first, Int32 count, Int32[] samplers) { @@ -6479,7 +6479,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.4 and ARB_multi_bind|VERSION_4_4] /// Bind one or more named sampler objects to a sequence of consecutive sampler units /// /// @@ -6497,7 +6497,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the address of an array of names of existing sampler objects. /// /// - [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "", EntryPoint = "glBindSamplers")] + [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "4.4", EntryPoint = "glBindSamplers")] public static void BindSamplers(Int32 first, Int32 count, ref Int32 samplers) { @@ -6518,7 +6518,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.4 and ARB_multi_bind|VERSION_4_4] /// Bind one or more named sampler objects to a sequence of consecutive sampler units /// /// @@ -6537,7 +6537,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "", EntryPoint = "glBindSamplers")] + [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "4.4", EntryPoint = "glBindSamplers")] public static unsafe void BindSamplers(Int32 first, Int32 count, Int32* samplers) { @@ -6552,7 +6552,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.4 and ARB_multi_bind|VERSION_4_4] /// Bind one or more named sampler objects to a sequence of consecutive sampler units /// /// @@ -6571,7 +6571,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "", EntryPoint = "glBindSamplers")] + [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "4.4", EntryPoint = "glBindSamplers")] public static void BindSamplers(UInt32 first, Int32 count, UInt32[] samplers) { @@ -6592,7 +6592,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.4 and ARB_multi_bind|VERSION_4_4] /// Bind one or more named sampler objects to a sequence of consecutive sampler units /// /// @@ -6611,7 +6611,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "", EntryPoint = "glBindSamplers")] + [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "4.4", EntryPoint = "glBindSamplers")] public static void BindSamplers(UInt32 first, Int32 count, ref UInt32 samplers) { @@ -6632,7 +6632,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.4 and ARB_multi_bind|VERSION_4_4] /// Bind one or more named sampler objects to a sequence of consecutive sampler units /// /// @@ -6651,7 +6651,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "", EntryPoint = "glBindSamplers")] + [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "4.4", EntryPoint = "glBindSamplers")] public static unsafe void BindSamplers(UInt32 first, Int32 count, UInt32* samplers) { @@ -6723,7 +6723,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.4 and ARB_multi_bind|VERSION_4_4] /// Bind one or more named textures to a sequence of consecutive texture units /// /// @@ -6741,7 +6741,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the address of an array of names of existing texture objects. /// /// - [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "", EntryPoint = "glBindTextures")] + [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "4.4", EntryPoint = "glBindTextures")] public static void BindTextures(Int32 first, Int32 count, Int32[] textures) { @@ -6762,7 +6762,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.4 and ARB_multi_bind|VERSION_4_4] /// Bind one or more named textures to a sequence of consecutive texture units /// /// @@ -6780,7 +6780,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the address of an array of names of existing texture objects. /// /// - [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "", EntryPoint = "glBindTextures")] + [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "4.4", EntryPoint = "glBindTextures")] public static void BindTextures(Int32 first, Int32 count, ref Int32 textures) { @@ -6801,7 +6801,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.4 and ARB_multi_bind|VERSION_4_4] /// Bind one or more named textures to a sequence of consecutive texture units /// /// @@ -6820,7 +6820,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "", EntryPoint = "glBindTextures")] + [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "4.4", EntryPoint = "glBindTextures")] public static unsafe void BindTextures(Int32 first, Int32 count, Int32* textures) { @@ -6835,7 +6835,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.4 and ARB_multi_bind|VERSION_4_4] /// Bind one or more named textures to a sequence of consecutive texture units /// /// @@ -6854,7 +6854,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "", EntryPoint = "glBindTextures")] + [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "4.4", EntryPoint = "glBindTextures")] public static void BindTextures(UInt32 first, Int32 count, UInt32[] textures) { @@ -6875,7 +6875,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.4 and ARB_multi_bind|VERSION_4_4] /// Bind one or more named textures to a sequence of consecutive texture units /// /// @@ -6894,7 +6894,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "", EntryPoint = "glBindTextures")] + [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "4.4", EntryPoint = "glBindTextures")] public static void BindTextures(UInt32 first, Int32 count, ref UInt32 textures) { @@ -6915,7 +6915,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.4 and ARB_multi_bind|VERSION_4_4] /// Bind one or more named textures to a sequence of consecutive texture units /// /// @@ -6934,7 +6934,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "", EntryPoint = "glBindTextures")] + [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "4.4", EntryPoint = "glBindTextures")] public static unsafe void BindTextures(UInt32 first, Int32 count, UInt32* textures) { @@ -6949,7 +6949,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.0 and ARB_transform_feedback2|VERSION_4_0] /// Bind a transform feedback object /// /// @@ -6962,7 +6962,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the name of a transform feedback object reserved by glGenTransformFeedbacks. /// /// - [AutoGenerated(Category = "ARB_transform_feedback2|VERSION_4_0", Version = "", EntryPoint = "glBindTransformFeedback")] + [AutoGenerated(Category = "ARB_transform_feedback2|VERSION_4_0", Version = "4.0", EntryPoint = "glBindTransformFeedback")] public static void BindTransformFeedback(OpenTK.Graphics.OpenGL4.TransformFeedbackTarget target, Int32 id) { @@ -6977,7 +6977,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.0 and ARB_transform_feedback2|VERSION_4_0] /// Bind a transform feedback object /// /// @@ -6991,7 +6991,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_transform_feedback2|VERSION_4_0", Version = "", EntryPoint = "glBindTransformFeedback")] + [AutoGenerated(Category = "ARB_transform_feedback2|VERSION_4_0", Version = "4.0", EntryPoint = "glBindTransformFeedback")] public static void BindTransformFeedback(OpenTK.Graphics.OpenGL4.TransformFeedbackTarget target, UInt32 id) { @@ -7006,7 +7006,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.0 and ARB_vertex_array_object|VERSION_3_0] /// Bind a vertex array object /// /// @@ -7014,7 +7014,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the name of the vertex array to bind. /// /// - [AutoGenerated(Category = "ARB_vertex_array_object|VERSION_3_0", Version = "", EntryPoint = "glBindVertexArray")] + [AutoGenerated(Category = "ARB_vertex_array_object|VERSION_3_0", Version = "3.0", EntryPoint = "glBindVertexArray")] public static void BindVertexArray(Int32 array) { @@ -7029,7 +7029,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.0 and ARB_vertex_array_object|VERSION_3_0] /// Bind a vertex array object /// /// @@ -7038,7 +7038,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_array_object|VERSION_3_0", Version = "", EntryPoint = "glBindVertexArray")] + [AutoGenerated(Category = "ARB_vertex_array_object|VERSION_3_0", Version = "3.0", EntryPoint = "glBindVertexArray")] public static void BindVertexArray(UInt32 array) { @@ -7053,7 +7053,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and ARB_vertex_attrib_binding|VERSION_4_3] /// Bind a buffer to a vertex buffer bind point /// /// @@ -7076,7 +7076,7 @@ namespace OpenTK.Graphics.OpenGL4 /// The distance between elements within the buffer. /// /// - [AutoGenerated(Category = "ARB_vertex_attrib_binding|VERSION_4_3", Version = "", EntryPoint = "glBindVertexBuffer")] + [AutoGenerated(Category = "ARB_vertex_attrib_binding|VERSION_4_3", Version = "4.3", EntryPoint = "glBindVertexBuffer")] public static void BindVertexBuffer(Int32 bindingindex, Int32 buffer, IntPtr offset, Int32 stride) { @@ -7091,7 +7091,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and ARB_vertex_attrib_binding|VERSION_4_3] /// Bind a buffer to a vertex buffer bind point /// /// @@ -7115,7 +7115,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_attrib_binding|VERSION_4_3", Version = "", EntryPoint = "glBindVertexBuffer")] + [AutoGenerated(Category = "ARB_vertex_attrib_binding|VERSION_4_3", Version = "4.3", EntryPoint = "glBindVertexBuffer")] public static void BindVertexBuffer(UInt32 bindingindex, UInt32 buffer, IntPtr offset, Int32 stride) { @@ -7130,7 +7130,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.4 and ARB_multi_bind|VERSION_4_4] /// Bind one or more named buffer objects to a sequence of consecutive vertex buffer binding points /// /// @@ -7158,7 +7158,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the address of an array of strides to associate with the binding points. /// /// - [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "", EntryPoint = "glBindVertexBuffers")] + [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "4.4", EntryPoint = "glBindVertexBuffers")] public static void BindVertexBuffers(Int32 first, Int32 count, Int32[] buffers, IntPtr[] offsets, Int32[] strides) { @@ -7181,7 +7181,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.4 and ARB_multi_bind|VERSION_4_4] /// Bind one or more named buffer objects to a sequence of consecutive vertex buffer binding points /// /// @@ -7209,7 +7209,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the address of an array of strides to associate with the binding points. /// /// - [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "", EntryPoint = "glBindVertexBuffers")] + [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "4.4", EntryPoint = "glBindVertexBuffers")] public static void BindVertexBuffers(Int32 first, Int32 count, ref Int32 buffers, ref IntPtr offsets, ref Int32 strides) { @@ -7232,7 +7232,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.4 and ARB_multi_bind|VERSION_4_4] /// Bind one or more named buffer objects to a sequence of consecutive vertex buffer binding points /// /// @@ -7261,7 +7261,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "", EntryPoint = "glBindVertexBuffers")] + [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "4.4", EntryPoint = "glBindVertexBuffers")] public static unsafe void BindVertexBuffers(Int32 first, Int32 count, Int32* buffers, IntPtr* offsets, Int32* strides) { @@ -7276,7 +7276,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.4 and ARB_multi_bind|VERSION_4_4] /// Bind one or more named buffer objects to a sequence of consecutive vertex buffer binding points /// /// @@ -7305,7 +7305,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "", EntryPoint = "glBindVertexBuffers")] + [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "4.4", EntryPoint = "glBindVertexBuffers")] public static void BindVertexBuffers(UInt32 first, Int32 count, UInt32[] buffers, IntPtr[] offsets, Int32[] strides) { @@ -7328,7 +7328,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.4 and ARB_multi_bind|VERSION_4_4] /// Bind one or more named buffer objects to a sequence of consecutive vertex buffer binding points /// /// @@ -7357,7 +7357,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "", EntryPoint = "glBindVertexBuffers")] + [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "4.4", EntryPoint = "glBindVertexBuffers")] public static void BindVertexBuffers(UInt32 first, Int32 count, ref UInt32 buffers, ref IntPtr offsets, ref Int32 strides) { @@ -7380,7 +7380,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.4 and ARB_multi_bind|VERSION_4_4] /// Bind one or more named buffer objects to a sequence of consecutive vertex buffer binding points /// /// @@ -7409,7 +7409,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "", EntryPoint = "glBindVertexBuffers")] + [AutoGenerated(Category = "ARB_multi_bind|VERSION_4_4", Version = "4.4", EntryPoint = "glBindVertexBuffers")] public static unsafe void BindVertexBuffers(UInt32 first, Int32 count, UInt32* buffers, IntPtr* offsets, Int32* strides) { @@ -7424,7 +7424,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v1.4 and ARB_imaging|VERSION_1_4] /// Set the blend color /// /// @@ -7432,7 +7432,7 @@ namespace OpenTK.Graphics.OpenGL4 /// specify the components of GL_BLEND_COLOR /// /// - [AutoGenerated(Category = "ARB_imaging|VERSION_1_4", Version = "", EntryPoint = "glBlendColor")] + [AutoGenerated(Category = "ARB_imaging|VERSION_1_4", Version = "1.4", EntryPoint = "glBlendColor")] public static void BlendColor(Single red, Single green, Single blue, Single alpha) { @@ -7447,7 +7447,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v1.4 and ARB_imaging|VERSION_1_4] /// Specify the equation used for both the RGB blend equation and the Alpha blend equation /// /// @@ -7460,7 +7460,7 @@ namespace OpenTK.Graphics.OpenGL4 /// specifies how source and destination colors are combined. It must be GL_FUNC_ADD, GL_FUNC_SUBTRACT, GL_FUNC_REVERSE_SUBTRACT, GL_MIN, GL_MAX. /// /// - [AutoGenerated(Category = "ARB_imaging|VERSION_1_4", Version = "", EntryPoint = "glBlendEquation")] + [AutoGenerated(Category = "ARB_imaging|VERSION_1_4", Version = "1.4", EntryPoint = "glBlendEquation")] public static void BlendEquation(OpenTK.Graphics.OpenGL4.BlendEquationMode mode) { @@ -7862,7 +7862,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.0 and ARB_framebuffer_object|VERSION_3_0] /// Copy a block of pixels from the read framebuffer to the draw framebuffer /// /// @@ -7885,7 +7885,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the interpolation to be applied if the image is stretched. Must be GL_NEAREST or GL_LINEAR. /// /// - [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "", EntryPoint = "glBlitFramebuffer")] + [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "3.0", EntryPoint = "glBlitFramebuffer")] public static void BlitFramebuffer(Int32 srcX0, Int32 srcY0, Int32 srcX1, Int32 srcY1, Int32 dstX0, Int32 dstY0, Int32 dstX1, Int32 dstY1, OpenTK.Graphics.OpenGL4.ClearBufferMask mask, OpenTK.Graphics.OpenGL4.BlitFramebufferFilter filter) { @@ -8127,7 +8127,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.4 and ARB_buffer_storage|VERSION_4_4] /// Creates and initializes a buffer object's immutable data store /// /// @@ -8150,7 +8150,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the intended usage of the buffer's data store. Must be a bitwise combination of the following flags. GL_DYNAMIC_STORAGE_BIT, GL_MAP_READ_BIT GL_MAP_WRITE_BIT, GL_MAP_PERSISTENT_BIT, GL_MAP_COHERENT_BIT, and GL_CLIENT_STORAGE_BIT. /// /// - [AutoGenerated(Category = "ARB_buffer_storage|VERSION_4_4", Version = "", EntryPoint = "glBufferStorage")] + [AutoGenerated(Category = "ARB_buffer_storage|VERSION_4_4", Version = "4.4", EntryPoint = "glBufferStorage")] public static void BufferStorage(OpenTK.Graphics.OpenGL4.BufferTarget target, IntPtr size, IntPtr data, OpenTK.Graphics.OpenGL4.BufferStorageFlags flags) { @@ -8165,7 +8165,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.4 and ARB_buffer_storage|VERSION_4_4] /// Creates and initializes a buffer object's immutable data store /// /// @@ -8188,7 +8188,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the intended usage of the buffer's data store. Must be a bitwise combination of the following flags. GL_DYNAMIC_STORAGE_BIT, GL_MAP_READ_BIT GL_MAP_WRITE_BIT, GL_MAP_PERSISTENT_BIT, GL_MAP_COHERENT_BIT, and GL_CLIENT_STORAGE_BIT. /// /// - [AutoGenerated(Category = "ARB_buffer_storage|VERSION_4_4", Version = "", EntryPoint = "glBufferStorage")] + [AutoGenerated(Category = "ARB_buffer_storage|VERSION_4_4", Version = "4.4", EntryPoint = "glBufferStorage")] public static void BufferStorage(OpenTK.Graphics.OpenGL4.BufferTarget target, IntPtr size, [InAttribute, OutAttribute] T2[] data, OpenTK.Graphics.OpenGL4.BufferStorageFlags flags) where T2 : struct @@ -8212,7 +8212,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.4 and ARB_buffer_storage|VERSION_4_4] /// Creates and initializes a buffer object's immutable data store /// /// @@ -8235,7 +8235,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the intended usage of the buffer's data store. Must be a bitwise combination of the following flags. GL_DYNAMIC_STORAGE_BIT, GL_MAP_READ_BIT GL_MAP_WRITE_BIT, GL_MAP_PERSISTENT_BIT, GL_MAP_COHERENT_BIT, and GL_CLIENT_STORAGE_BIT. /// /// - [AutoGenerated(Category = "ARB_buffer_storage|VERSION_4_4", Version = "", EntryPoint = "glBufferStorage")] + [AutoGenerated(Category = "ARB_buffer_storage|VERSION_4_4", Version = "4.4", EntryPoint = "glBufferStorage")] public static void BufferStorage(OpenTK.Graphics.OpenGL4.BufferTarget target, IntPtr size, [InAttribute, OutAttribute] T2[,] data, OpenTK.Graphics.OpenGL4.BufferStorageFlags flags) where T2 : struct @@ -8259,7 +8259,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.4 and ARB_buffer_storage|VERSION_4_4] /// Creates and initializes a buffer object's immutable data store /// /// @@ -8282,7 +8282,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the intended usage of the buffer's data store. Must be a bitwise combination of the following flags. GL_DYNAMIC_STORAGE_BIT, GL_MAP_READ_BIT GL_MAP_WRITE_BIT, GL_MAP_PERSISTENT_BIT, GL_MAP_COHERENT_BIT, and GL_CLIENT_STORAGE_BIT. /// /// - [AutoGenerated(Category = "ARB_buffer_storage|VERSION_4_4", Version = "", EntryPoint = "glBufferStorage")] + [AutoGenerated(Category = "ARB_buffer_storage|VERSION_4_4", Version = "4.4", EntryPoint = "glBufferStorage")] public static void BufferStorage(OpenTK.Graphics.OpenGL4.BufferTarget target, IntPtr size, [InAttribute, OutAttribute] T2[,,] data, OpenTK.Graphics.OpenGL4.BufferStorageFlags flags) where T2 : struct @@ -8306,7 +8306,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.4 and ARB_buffer_storage|VERSION_4_4] /// Creates and initializes a buffer object's immutable data store /// /// @@ -8329,7 +8329,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the intended usage of the buffer's data store. Must be a bitwise combination of the following flags. GL_DYNAMIC_STORAGE_BIT, GL_MAP_READ_BIT GL_MAP_WRITE_BIT, GL_MAP_PERSISTENT_BIT, GL_MAP_COHERENT_BIT, and GL_CLIENT_STORAGE_BIT. /// /// - [AutoGenerated(Category = "ARB_buffer_storage|VERSION_4_4", Version = "", EntryPoint = "glBufferStorage")] + [AutoGenerated(Category = "ARB_buffer_storage|VERSION_4_4", Version = "4.4", EntryPoint = "glBufferStorage")] public static void BufferStorage(OpenTK.Graphics.OpenGL4.BufferTarget target, IntPtr size, [InAttribute, OutAttribute] ref T2 data, OpenTK.Graphics.OpenGL4.BufferStorageFlags flags) where T2 : struct @@ -8581,7 +8581,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.0 and ARB_framebuffer_object|VERSION_3_0] /// Check the completeness status of a framebuffer /// /// @@ -8589,7 +8589,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specify the target of the framebuffer completeness check. /// /// - [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "", EntryPoint = "glCheckFramebufferStatus")] + [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "3.0", EntryPoint = "glCheckFramebufferStatus")] public static OpenTK.Graphics.OpenGL4.FramebufferErrorCode CheckFramebufferStatus(OpenTK.Graphics.OpenGL4.FramebufferTarget target) { @@ -8655,7 +8655,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and ARB_clear_buffer_object|VERSION_4_3] /// Fill a buffer object's data store with a fixed value /// /// @@ -8688,7 +8688,7 @@ namespace OpenTK.Graphics.OpenGL4 /// The address of a memory location storing the data to be replicated into the buffer's data store. /// /// - [AutoGenerated(Category = "ARB_clear_buffer_object|VERSION_4_3", Version = "", EntryPoint = "glClearBufferData")] + [AutoGenerated(Category = "ARB_clear_buffer_object|VERSION_4_3", Version = "4.3", EntryPoint = "glClearBufferData")] public static void ClearBufferData(OpenTK.Graphics.OpenGL4.BufferTarget target, OpenTK.Graphics.OpenGL4.PixelInternalFormat internalformat, OpenTK.Graphics.OpenGL4.PixelFormat format, OpenTK.Graphics.OpenGL4.All type, IntPtr data) { @@ -8703,7 +8703,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and ARB_clear_buffer_object|VERSION_4_3] /// Fill a buffer object's data store with a fixed value /// /// @@ -8736,7 +8736,7 @@ namespace OpenTK.Graphics.OpenGL4 /// The address of a memory location storing the data to be replicated into the buffer's data store. /// /// - [AutoGenerated(Category = "ARB_clear_buffer_object|VERSION_4_3", Version = "", EntryPoint = "glClearBufferData")] + [AutoGenerated(Category = "ARB_clear_buffer_object|VERSION_4_3", Version = "4.3", EntryPoint = "glClearBufferData")] public static void ClearBufferData(OpenTK.Graphics.OpenGL4.BufferTarget target, OpenTK.Graphics.OpenGL4.PixelInternalFormat internalformat, OpenTK.Graphics.OpenGL4.PixelFormat format, OpenTK.Graphics.OpenGL4.All type, [InAttribute, OutAttribute] T4[] data) where T4 : struct @@ -8760,7 +8760,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and ARB_clear_buffer_object|VERSION_4_3] /// Fill a buffer object's data store with a fixed value /// /// @@ -8793,7 +8793,7 @@ namespace OpenTK.Graphics.OpenGL4 /// The address of a memory location storing the data to be replicated into the buffer's data store. /// /// - [AutoGenerated(Category = "ARB_clear_buffer_object|VERSION_4_3", Version = "", EntryPoint = "glClearBufferData")] + [AutoGenerated(Category = "ARB_clear_buffer_object|VERSION_4_3", Version = "4.3", EntryPoint = "glClearBufferData")] public static void ClearBufferData(OpenTK.Graphics.OpenGL4.BufferTarget target, OpenTK.Graphics.OpenGL4.PixelInternalFormat internalformat, OpenTK.Graphics.OpenGL4.PixelFormat format, OpenTK.Graphics.OpenGL4.All type, [InAttribute, OutAttribute] T4[,] data) where T4 : struct @@ -8817,7 +8817,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and ARB_clear_buffer_object|VERSION_4_3] /// Fill a buffer object's data store with a fixed value /// /// @@ -8850,7 +8850,7 @@ namespace OpenTK.Graphics.OpenGL4 /// The address of a memory location storing the data to be replicated into the buffer's data store. /// /// - [AutoGenerated(Category = "ARB_clear_buffer_object|VERSION_4_3", Version = "", EntryPoint = "glClearBufferData")] + [AutoGenerated(Category = "ARB_clear_buffer_object|VERSION_4_3", Version = "4.3", EntryPoint = "glClearBufferData")] public static void ClearBufferData(OpenTK.Graphics.OpenGL4.BufferTarget target, OpenTK.Graphics.OpenGL4.PixelInternalFormat internalformat, OpenTK.Graphics.OpenGL4.PixelFormat format, OpenTK.Graphics.OpenGL4.All type, [InAttribute, OutAttribute] T4[,,] data) where T4 : struct @@ -8874,7 +8874,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and ARB_clear_buffer_object|VERSION_4_3] /// Fill a buffer object's data store with a fixed value /// /// @@ -8907,7 +8907,7 @@ namespace OpenTK.Graphics.OpenGL4 /// The address of a memory location storing the data to be replicated into the buffer's data store. /// /// - [AutoGenerated(Category = "ARB_clear_buffer_object|VERSION_4_3", Version = "", EntryPoint = "glClearBufferData")] + [AutoGenerated(Category = "ARB_clear_buffer_object|VERSION_4_3", Version = "4.3", EntryPoint = "glClearBufferData")] public static void ClearBufferData(OpenTK.Graphics.OpenGL4.BufferTarget target, OpenTK.Graphics.OpenGL4.PixelInternalFormat internalformat, OpenTK.Graphics.OpenGL4.PixelFormat format, OpenTK.Graphics.OpenGL4.All type, [InAttribute, OutAttribute] ref T4 data) where T4 : struct @@ -9259,7 +9259,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and ARB_clear_buffer_object|VERSION_4_3] /// Fill all or part of buffer object's data store with a fixed value /// /// @@ -9297,7 +9297,7 @@ namespace OpenTK.Graphics.OpenGL4 /// The address of a memory location storing the data to be replicated into the buffer's data store. /// /// - [AutoGenerated(Category = "ARB_clear_buffer_object|VERSION_4_3", Version = "", EntryPoint = "glClearBufferSubData")] + [AutoGenerated(Category = "ARB_clear_buffer_object|VERSION_4_3", Version = "4.3", EntryPoint = "glClearBufferSubData")] public static void ClearBufferSubData(OpenTK.Graphics.OpenGL4.BufferTarget target, OpenTK.Graphics.OpenGL4.PixelInternalFormat internalformat, IntPtr offset, IntPtr size, OpenTK.Graphics.OpenGL4.PixelFormat format, OpenTK.Graphics.OpenGL4.All type, IntPtr data) { @@ -9312,7 +9312,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and ARB_clear_buffer_object|VERSION_4_3] /// Fill all or part of buffer object's data store with a fixed value /// /// @@ -9350,7 +9350,7 @@ namespace OpenTK.Graphics.OpenGL4 /// The address of a memory location storing the data to be replicated into the buffer's data store. /// /// - [AutoGenerated(Category = "ARB_clear_buffer_object|VERSION_4_3", Version = "", EntryPoint = "glClearBufferSubData")] + [AutoGenerated(Category = "ARB_clear_buffer_object|VERSION_4_3", Version = "4.3", EntryPoint = "glClearBufferSubData")] public static void ClearBufferSubData(OpenTK.Graphics.OpenGL4.BufferTarget target, OpenTK.Graphics.OpenGL4.PixelInternalFormat internalformat, IntPtr offset, IntPtr size, OpenTK.Graphics.OpenGL4.PixelFormat format, OpenTK.Graphics.OpenGL4.All type, [InAttribute, OutAttribute] T6[] data) where T6 : struct @@ -9374,7 +9374,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and ARB_clear_buffer_object|VERSION_4_3] /// Fill all or part of buffer object's data store with a fixed value /// /// @@ -9412,7 +9412,7 @@ namespace OpenTK.Graphics.OpenGL4 /// The address of a memory location storing the data to be replicated into the buffer's data store. /// /// - [AutoGenerated(Category = "ARB_clear_buffer_object|VERSION_4_3", Version = "", EntryPoint = "glClearBufferSubData")] + [AutoGenerated(Category = "ARB_clear_buffer_object|VERSION_4_3", Version = "4.3", EntryPoint = "glClearBufferSubData")] public static void ClearBufferSubData(OpenTK.Graphics.OpenGL4.BufferTarget target, OpenTK.Graphics.OpenGL4.PixelInternalFormat internalformat, IntPtr offset, IntPtr size, OpenTK.Graphics.OpenGL4.PixelFormat format, OpenTK.Graphics.OpenGL4.All type, [InAttribute, OutAttribute] T6[,] data) where T6 : struct @@ -9436,7 +9436,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and ARB_clear_buffer_object|VERSION_4_3] /// Fill all or part of buffer object's data store with a fixed value /// /// @@ -9474,7 +9474,7 @@ namespace OpenTK.Graphics.OpenGL4 /// The address of a memory location storing the data to be replicated into the buffer's data store. /// /// - [AutoGenerated(Category = "ARB_clear_buffer_object|VERSION_4_3", Version = "", EntryPoint = "glClearBufferSubData")] + [AutoGenerated(Category = "ARB_clear_buffer_object|VERSION_4_3", Version = "4.3", EntryPoint = "glClearBufferSubData")] public static void ClearBufferSubData(OpenTK.Graphics.OpenGL4.BufferTarget target, OpenTK.Graphics.OpenGL4.PixelInternalFormat internalformat, IntPtr offset, IntPtr size, OpenTK.Graphics.OpenGL4.PixelFormat format, OpenTK.Graphics.OpenGL4.All type, [InAttribute, OutAttribute] T6[,,] data) where T6 : struct @@ -9498,7 +9498,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and ARB_clear_buffer_object|VERSION_4_3] /// Fill all or part of buffer object's data store with a fixed value /// /// @@ -9536,7 +9536,7 @@ namespace OpenTK.Graphics.OpenGL4 /// The address of a memory location storing the data to be replicated into the buffer's data store. /// /// - [AutoGenerated(Category = "ARB_clear_buffer_object|VERSION_4_3", Version = "", EntryPoint = "glClearBufferSubData")] + [AutoGenerated(Category = "ARB_clear_buffer_object|VERSION_4_3", Version = "4.3", EntryPoint = "glClearBufferSubData")] public static void ClearBufferSubData(OpenTK.Graphics.OpenGL4.BufferTarget target, OpenTK.Graphics.OpenGL4.PixelInternalFormat internalformat, IntPtr offset, IntPtr size, OpenTK.Graphics.OpenGL4.PixelFormat format, OpenTK.Graphics.OpenGL4.All type, [InAttribute, OutAttribute] ref T6 data) where T6 : struct @@ -9751,7 +9751,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_ES2_compatibility|VERSION_4_1] /// Specify the clear value for the depth buffer /// /// @@ -9759,7 +9759,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the depth value used when the depth buffer is cleared. The initial value is 1. /// /// - [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "", EntryPoint = "glClearDepthf")] + [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "4.1", EntryPoint = "glClearDepthf")] public static void ClearDepth(Single d) { @@ -9797,7 +9797,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.4 and ARB_clear_texture|VERSION_4_4] /// Fills all a texture image with a constant value /// /// @@ -9825,7 +9825,7 @@ namespace OpenTK.Graphics.OpenGL4 /// The address in memory of the data to be used to clear the specified region. /// /// - [AutoGenerated(Category = "ARB_clear_texture|VERSION_4_4", Version = "", EntryPoint = "glClearTexImage")] + [AutoGenerated(Category = "ARB_clear_texture|VERSION_4_4", Version = "4.4", EntryPoint = "glClearTexImage")] public static void ClearTexImage(Int32 texture, Int32 level, OpenTK.Graphics.OpenGL4.PixelFormat format, OpenTK.Graphics.OpenGL4.PixelType type, IntPtr data) { @@ -9840,7 +9840,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.4 and ARB_clear_texture|VERSION_4_4] /// Fills all a texture image with a constant value /// /// @@ -9868,7 +9868,7 @@ namespace OpenTK.Graphics.OpenGL4 /// The address in memory of the data to be used to clear the specified region. /// /// - [AutoGenerated(Category = "ARB_clear_texture|VERSION_4_4", Version = "", EntryPoint = "glClearTexImage")] + [AutoGenerated(Category = "ARB_clear_texture|VERSION_4_4", Version = "4.4", EntryPoint = "glClearTexImage")] public static void ClearTexImage(Int32 texture, Int32 level, OpenTK.Graphics.OpenGL4.PixelFormat format, OpenTK.Graphics.OpenGL4.PixelType type, [InAttribute, OutAttribute] T4[] data) where T4 : struct @@ -9892,7 +9892,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.4 and ARB_clear_texture|VERSION_4_4] /// Fills all a texture image with a constant value /// /// @@ -9920,7 +9920,7 @@ namespace OpenTK.Graphics.OpenGL4 /// The address in memory of the data to be used to clear the specified region. /// /// - [AutoGenerated(Category = "ARB_clear_texture|VERSION_4_4", Version = "", EntryPoint = "glClearTexImage")] + [AutoGenerated(Category = "ARB_clear_texture|VERSION_4_4", Version = "4.4", EntryPoint = "glClearTexImage")] public static void ClearTexImage(Int32 texture, Int32 level, OpenTK.Graphics.OpenGL4.PixelFormat format, OpenTK.Graphics.OpenGL4.PixelType type, [InAttribute, OutAttribute] T4[,] data) where T4 : struct @@ -9944,7 +9944,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.4 and ARB_clear_texture|VERSION_4_4] /// Fills all a texture image with a constant value /// /// @@ -9972,7 +9972,7 @@ namespace OpenTK.Graphics.OpenGL4 /// The address in memory of the data to be used to clear the specified region. /// /// - [AutoGenerated(Category = "ARB_clear_texture|VERSION_4_4", Version = "", EntryPoint = "glClearTexImage")] + [AutoGenerated(Category = "ARB_clear_texture|VERSION_4_4", Version = "4.4", EntryPoint = "glClearTexImage")] public static void ClearTexImage(Int32 texture, Int32 level, OpenTK.Graphics.OpenGL4.PixelFormat format, OpenTK.Graphics.OpenGL4.PixelType type, [InAttribute, OutAttribute] T4[,,] data) where T4 : struct @@ -9996,7 +9996,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.4 and ARB_clear_texture|VERSION_4_4] /// Fills all a texture image with a constant value /// /// @@ -10024,7 +10024,7 @@ namespace OpenTK.Graphics.OpenGL4 /// The address in memory of the data to be used to clear the specified region. /// /// - [AutoGenerated(Category = "ARB_clear_texture|VERSION_4_4", Version = "", EntryPoint = "glClearTexImage")] + [AutoGenerated(Category = "ARB_clear_texture|VERSION_4_4", Version = "4.4", EntryPoint = "glClearTexImage")] public static void ClearTexImage(Int32 texture, Int32 level, OpenTK.Graphics.OpenGL4.PixelFormat format, OpenTK.Graphics.OpenGL4.PixelType type, [InAttribute, OutAttribute] ref T4 data) where T4 : struct @@ -10049,7 +10049,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.4 and ARB_clear_texture|VERSION_4_4] /// Fills all a texture image with a constant value /// /// @@ -10078,7 +10078,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_clear_texture|VERSION_4_4", Version = "", EntryPoint = "glClearTexImage")] + [AutoGenerated(Category = "ARB_clear_texture|VERSION_4_4", Version = "4.4", EntryPoint = "glClearTexImage")] public static void ClearTexImage(UInt32 texture, Int32 level, OpenTK.Graphics.OpenGL4.PixelFormat format, OpenTK.Graphics.OpenGL4.PixelType type, IntPtr data) { @@ -10093,7 +10093,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.4 and ARB_clear_texture|VERSION_4_4] /// Fills all a texture image with a constant value /// /// @@ -10122,7 +10122,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_clear_texture|VERSION_4_4", Version = "", EntryPoint = "glClearTexImage")] + [AutoGenerated(Category = "ARB_clear_texture|VERSION_4_4", Version = "4.4", EntryPoint = "glClearTexImage")] public static void ClearTexImage(UInt32 texture, Int32 level, OpenTK.Graphics.OpenGL4.PixelFormat format, OpenTK.Graphics.OpenGL4.PixelType type, [InAttribute, OutAttribute] T4[] data) where T4 : struct @@ -10146,7 +10146,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.4 and ARB_clear_texture|VERSION_4_4] /// Fills all a texture image with a constant value /// /// @@ -10175,7 +10175,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_clear_texture|VERSION_4_4", Version = "", EntryPoint = "glClearTexImage")] + [AutoGenerated(Category = "ARB_clear_texture|VERSION_4_4", Version = "4.4", EntryPoint = "glClearTexImage")] public static void ClearTexImage(UInt32 texture, Int32 level, OpenTK.Graphics.OpenGL4.PixelFormat format, OpenTK.Graphics.OpenGL4.PixelType type, [InAttribute, OutAttribute] T4[,] data) where T4 : struct @@ -10199,7 +10199,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.4 and ARB_clear_texture|VERSION_4_4] /// Fills all a texture image with a constant value /// /// @@ -10228,7 +10228,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_clear_texture|VERSION_4_4", Version = "", EntryPoint = "glClearTexImage")] + [AutoGenerated(Category = "ARB_clear_texture|VERSION_4_4", Version = "4.4", EntryPoint = "glClearTexImage")] public static void ClearTexImage(UInt32 texture, Int32 level, OpenTK.Graphics.OpenGL4.PixelFormat format, OpenTK.Graphics.OpenGL4.PixelType type, [InAttribute, OutAttribute] T4[,,] data) where T4 : struct @@ -10252,7 +10252,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.4 and ARB_clear_texture|VERSION_4_4] /// Fills all a texture image with a constant value /// /// @@ -10281,7 +10281,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_clear_texture|VERSION_4_4", Version = "", EntryPoint = "glClearTexImage")] + [AutoGenerated(Category = "ARB_clear_texture|VERSION_4_4", Version = "4.4", EntryPoint = "glClearTexImage")] public static void ClearTexImage(UInt32 texture, Int32 level, OpenTK.Graphics.OpenGL4.PixelFormat format, OpenTK.Graphics.OpenGL4.PixelType type, [InAttribute, OutAttribute] ref T4 data) where T4 : struct @@ -10306,7 +10306,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.4 and ARB_clear_texture|VERSION_4_4] /// Fills all or part of a texture image with a constant value /// /// @@ -10364,7 +10364,7 @@ namespace OpenTK.Graphics.OpenGL4 /// The address in memory of the data to be used to clear the specified region. /// /// - [AutoGenerated(Category = "ARB_clear_texture|VERSION_4_4", Version = "", EntryPoint = "glClearTexSubImage")] + [AutoGenerated(Category = "ARB_clear_texture|VERSION_4_4", Version = "4.4", EntryPoint = "glClearTexSubImage")] public static void ClearTexSubImage(Int32 texture, Int32 level, Int32 xoffset, Int32 yoffset, Int32 zoffset, Int32 width, Int32 height, Int32 depth, OpenTK.Graphics.OpenGL4.PixelFormat format, OpenTK.Graphics.OpenGL4.PixelType type, IntPtr data) { @@ -10379,7 +10379,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.4 and ARB_clear_texture|VERSION_4_4] /// Fills all or part of a texture image with a constant value /// /// @@ -10437,7 +10437,7 @@ namespace OpenTK.Graphics.OpenGL4 /// The address in memory of the data to be used to clear the specified region. /// /// - [AutoGenerated(Category = "ARB_clear_texture|VERSION_4_4", Version = "", EntryPoint = "glClearTexSubImage")] + [AutoGenerated(Category = "ARB_clear_texture|VERSION_4_4", Version = "4.4", EntryPoint = "glClearTexSubImage")] public static void ClearTexSubImage(Int32 texture, Int32 level, Int32 xoffset, Int32 yoffset, Int32 zoffset, Int32 width, Int32 height, Int32 depth, OpenTK.Graphics.OpenGL4.PixelFormat format, OpenTK.Graphics.OpenGL4.PixelType type, [InAttribute, OutAttribute] T10[] data) where T10 : struct @@ -10461,7 +10461,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.4 and ARB_clear_texture|VERSION_4_4] /// Fills all or part of a texture image with a constant value /// /// @@ -10519,7 +10519,7 @@ namespace OpenTK.Graphics.OpenGL4 /// The address in memory of the data to be used to clear the specified region. /// /// - [AutoGenerated(Category = "ARB_clear_texture|VERSION_4_4", Version = "", EntryPoint = "glClearTexSubImage")] + [AutoGenerated(Category = "ARB_clear_texture|VERSION_4_4", Version = "4.4", EntryPoint = "glClearTexSubImage")] public static void ClearTexSubImage(Int32 texture, Int32 level, Int32 xoffset, Int32 yoffset, Int32 zoffset, Int32 width, Int32 height, Int32 depth, OpenTK.Graphics.OpenGL4.PixelFormat format, OpenTK.Graphics.OpenGL4.PixelType type, [InAttribute, OutAttribute] T10[,] data) where T10 : struct @@ -10543,7 +10543,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.4 and ARB_clear_texture|VERSION_4_4] /// Fills all or part of a texture image with a constant value /// /// @@ -10601,7 +10601,7 @@ namespace OpenTK.Graphics.OpenGL4 /// The address in memory of the data to be used to clear the specified region. /// /// - [AutoGenerated(Category = "ARB_clear_texture|VERSION_4_4", Version = "", EntryPoint = "glClearTexSubImage")] + [AutoGenerated(Category = "ARB_clear_texture|VERSION_4_4", Version = "4.4", EntryPoint = "glClearTexSubImage")] public static void ClearTexSubImage(Int32 texture, Int32 level, Int32 xoffset, Int32 yoffset, Int32 zoffset, Int32 width, Int32 height, Int32 depth, OpenTK.Graphics.OpenGL4.PixelFormat format, OpenTK.Graphics.OpenGL4.PixelType type, [InAttribute, OutAttribute] T10[,,] data) where T10 : struct @@ -10625,7 +10625,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.4 and ARB_clear_texture|VERSION_4_4] /// Fills all or part of a texture image with a constant value /// /// @@ -10683,7 +10683,7 @@ namespace OpenTK.Graphics.OpenGL4 /// The address in memory of the data to be used to clear the specified region. /// /// - [AutoGenerated(Category = "ARB_clear_texture|VERSION_4_4", Version = "", EntryPoint = "glClearTexSubImage")] + [AutoGenerated(Category = "ARB_clear_texture|VERSION_4_4", Version = "4.4", EntryPoint = "glClearTexSubImage")] public static void ClearTexSubImage(Int32 texture, Int32 level, Int32 xoffset, Int32 yoffset, Int32 zoffset, Int32 width, Int32 height, Int32 depth, OpenTK.Graphics.OpenGL4.PixelFormat format, OpenTK.Graphics.OpenGL4.PixelType type, [InAttribute, OutAttribute] ref T10 data) where T10 : struct @@ -10708,7 +10708,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.4 and ARB_clear_texture|VERSION_4_4] /// Fills all or part of a texture image with a constant value /// /// @@ -10767,7 +10767,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_clear_texture|VERSION_4_4", Version = "", EntryPoint = "glClearTexSubImage")] + [AutoGenerated(Category = "ARB_clear_texture|VERSION_4_4", Version = "4.4", EntryPoint = "glClearTexSubImage")] public static void ClearTexSubImage(UInt32 texture, Int32 level, Int32 xoffset, Int32 yoffset, Int32 zoffset, Int32 width, Int32 height, Int32 depth, OpenTK.Graphics.OpenGL4.PixelFormat format, OpenTK.Graphics.OpenGL4.PixelType type, IntPtr data) { @@ -10782,7 +10782,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.4 and ARB_clear_texture|VERSION_4_4] /// Fills all or part of a texture image with a constant value /// /// @@ -10841,7 +10841,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_clear_texture|VERSION_4_4", Version = "", EntryPoint = "glClearTexSubImage")] + [AutoGenerated(Category = "ARB_clear_texture|VERSION_4_4", Version = "4.4", EntryPoint = "glClearTexSubImage")] public static void ClearTexSubImage(UInt32 texture, Int32 level, Int32 xoffset, Int32 yoffset, Int32 zoffset, Int32 width, Int32 height, Int32 depth, OpenTK.Graphics.OpenGL4.PixelFormat format, OpenTK.Graphics.OpenGL4.PixelType type, [InAttribute, OutAttribute] T10[] data) where T10 : struct @@ -10865,7 +10865,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.4 and ARB_clear_texture|VERSION_4_4] /// Fills all or part of a texture image with a constant value /// /// @@ -10924,7 +10924,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_clear_texture|VERSION_4_4", Version = "", EntryPoint = "glClearTexSubImage")] + [AutoGenerated(Category = "ARB_clear_texture|VERSION_4_4", Version = "4.4", EntryPoint = "glClearTexSubImage")] public static void ClearTexSubImage(UInt32 texture, Int32 level, Int32 xoffset, Int32 yoffset, Int32 zoffset, Int32 width, Int32 height, Int32 depth, OpenTK.Graphics.OpenGL4.PixelFormat format, OpenTK.Graphics.OpenGL4.PixelType type, [InAttribute, OutAttribute] T10[,] data) where T10 : struct @@ -10948,7 +10948,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.4 and ARB_clear_texture|VERSION_4_4] /// Fills all or part of a texture image with a constant value /// /// @@ -11007,7 +11007,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_clear_texture|VERSION_4_4", Version = "", EntryPoint = "glClearTexSubImage")] + [AutoGenerated(Category = "ARB_clear_texture|VERSION_4_4", Version = "4.4", EntryPoint = "glClearTexSubImage")] public static void ClearTexSubImage(UInt32 texture, Int32 level, Int32 xoffset, Int32 yoffset, Int32 zoffset, Int32 width, Int32 height, Int32 depth, OpenTK.Graphics.OpenGL4.PixelFormat format, OpenTK.Graphics.OpenGL4.PixelType type, [InAttribute, OutAttribute] T10[,,] data) where T10 : struct @@ -11031,7 +11031,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.4 and ARB_clear_texture|VERSION_4_4] /// Fills all or part of a texture image with a constant value /// /// @@ -11090,7 +11090,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_clear_texture|VERSION_4_4", Version = "", EntryPoint = "glClearTexSubImage")] + [AutoGenerated(Category = "ARB_clear_texture|VERSION_4_4", Version = "4.4", EntryPoint = "glClearTexSubImage")] public static void ClearTexSubImage(UInt32 texture, Int32 level, Int32 xoffset, Int32 yoffset, Int32 zoffset, Int32 width, Int32 height, Int32 depth, OpenTK.Graphics.OpenGL4.PixelFormat format, OpenTK.Graphics.OpenGL4.PixelType type, [InAttribute, OutAttribute] ref T10 data) where T10 : struct @@ -11115,7 +11115,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.2 and ARB_sync|VERSION_3_2] /// Block and wait for a sync object to become signaled /// /// @@ -11133,7 +11133,7 @@ namespace OpenTK.Graphics.OpenGL4 /// The timeout, specified in nanoseconds, for which the implementation should wait for sync to become signaled. /// /// - [AutoGenerated(Category = "ARB_sync|VERSION_3_2", Version = "", EntryPoint = "glClientWaitSync")] + [AutoGenerated(Category = "ARB_sync|VERSION_3_2", Version = "3.2", EntryPoint = "glClientWaitSync")] public static OpenTK.Graphics.OpenGL4.WaitSyncStatus ClientWaitSync(IntPtr sync, OpenTK.Graphics.OpenGL4.WaitSyncFlags flags, Int64 timeout) { @@ -11148,7 +11148,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.2 and ARB_sync|VERSION_3_2] /// Block and wait for a sync object to become signaled /// /// @@ -11167,7 +11167,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_sync|VERSION_3_2", Version = "", EntryPoint = "glClientWaitSync")] + [AutoGenerated(Category = "ARB_sync|VERSION_3_2", Version = "3.2", EntryPoint = "glClientWaitSync")] public static OpenTK.Graphics.OpenGL4.WaitSyncStatus ClientWaitSync(IntPtr sync, OpenTK.Graphics.OpenGL4.WaitSyncFlags flags, UInt64 timeout) { @@ -11266,8 +11266,8 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// - [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "", EntryPoint = "glColorP3ui")] + /// [requires: v3.3 and ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] + [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "3.3", EntryPoint = "glColorP3ui")] public static void ColorP3(OpenTK.Graphics.OpenGL4.PackedPointerType type, Int32 color) { @@ -11281,9 +11281,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v3.3 and ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "", EntryPoint = "glColorP3ui")] + [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "3.3", EntryPoint = "glColorP3ui")] public static void ColorP3(OpenTK.Graphics.OpenGL4.PackedPointerType type, UInt32 color) { @@ -11297,9 +11297,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v3.3 and ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "", EntryPoint = "glColorP3uiv")] + [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "3.3", EntryPoint = "glColorP3uiv")] public static unsafe void ColorP3(OpenTK.Graphics.OpenGL4.PackedPointerType type, Int32* color) { @@ -11313,9 +11313,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v3.3 and ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "", EntryPoint = "glColorP3uiv")] + [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "3.3", EntryPoint = "glColorP3uiv")] public static unsafe void ColorP3(OpenTK.Graphics.OpenGL4.PackedPointerType type, UInt32* color) { @@ -11329,8 +11329,8 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// - [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "", EntryPoint = "glColorP4ui")] + /// [requires: v3.3 and ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] + [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "3.3", EntryPoint = "glColorP4ui")] public static void ColorP4(OpenTK.Graphics.OpenGL4.PackedPointerType type, Int32 color) { @@ -11344,9 +11344,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v3.3 and ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "", EntryPoint = "glColorP4ui")] + [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "3.3", EntryPoint = "glColorP4ui")] public static void ColorP4(OpenTK.Graphics.OpenGL4.PackedPointerType type, UInt32 color) { @@ -11360,9 +11360,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v3.3 and ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "", EntryPoint = "glColorP4uiv")] + [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "3.3", EntryPoint = "glColorP4uiv")] public static unsafe void ColorP4(OpenTK.Graphics.OpenGL4.PackedPointerType type, Int32* color) { @@ -11376,9 +11376,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v3.3 and ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "", EntryPoint = "glColorP4uiv")] + [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "3.3", EntryPoint = "glColorP4uiv")] public static unsafe void ColorP4(OpenTK.Graphics.OpenGL4.PackedPointerType type, UInt32* color) { @@ -15039,7 +15039,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.1 and ARB_copy_buffer|VERSION_3_1] /// Copy part of the data store of a buffer object to the data store of another buffer object /// /// @@ -15067,7 +15067,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the size, in basic machine units, of the data to be copied from readtarget to writetarget. /// /// - [AutoGenerated(Category = "ARB_copy_buffer|VERSION_3_1", Version = "", EntryPoint = "glCopyBufferSubData")] + [AutoGenerated(Category = "ARB_copy_buffer|VERSION_3_1", Version = "3.1", EntryPoint = "glCopyBufferSubData")] public static void CopyBufferSubData(OpenTK.Graphics.OpenGL4.BufferTarget readTarget, OpenTK.Graphics.OpenGL4.BufferTarget writeTarget, IntPtr readOffset, IntPtr writeOffset, IntPtr size) { @@ -15244,7 +15244,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and ARB_copy_image|VERSION_4_3] /// Perform a raw data copy between two images /// /// @@ -15317,7 +15317,7 @@ namespace OpenTK.Graphics.OpenGL4 /// The depth of the region to be copied. /// /// - [AutoGenerated(Category = "ARB_copy_image|VERSION_4_3", Version = "", EntryPoint = "glCopyImageSubData")] + [AutoGenerated(Category = "ARB_copy_image|VERSION_4_3", Version = "4.3", EntryPoint = "glCopyImageSubData")] public static void CopyImageSubData(Int32 srcName, OpenTK.Graphics.OpenGL4.ImageTarget srcTarget, Int32 srcLevel, Int32 srcX, Int32 srcY, Int32 srcZ, Int32 dstName, OpenTK.Graphics.OpenGL4.ImageTarget dstTarget, Int32 dstLevel, Int32 dstX, Int32 dstY, Int32 dstZ, Int32 srcWidth, Int32 srcHeight, Int32 srcDepth) { @@ -15332,7 +15332,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and ARB_copy_image|VERSION_4_3] /// Perform a raw data copy between two images /// /// @@ -15406,7 +15406,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_copy_image|VERSION_4_3", Version = "", EntryPoint = "glCopyImageSubData")] + [AutoGenerated(Category = "ARB_copy_image|VERSION_4_3", Version = "4.3", EntryPoint = "glCopyImageSubData")] public static void CopyImageSubData(UInt32 srcName, OpenTK.Graphics.OpenGL4.ImageTarget srcTarget, Int32 srcLevel, Int32 srcX, Int32 srcY, Int32 srcZ, UInt32 dstName, OpenTK.Graphics.OpenGL4.ImageTarget dstTarget, Int32 dstLevel, Int32 dstX, Int32 dstY, Int32 dstZ, Int32 srcWidth, Int32 srcHeight, Int32 srcDepth) { @@ -15717,7 +15717,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Create a stand-alone program from an array of null-terminated source code strings /// /// @@ -15735,7 +15735,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the address of an array of pointers to source code strings from which to create the program object. /// /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glCreateShaderProgramv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glCreateShaderProgramv")] public static Int32 CreateShaderProgram(OpenTK.Graphics.OpenGL4.ShaderType type, Int32 count, String[] strings) { @@ -15773,7 +15773,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and KHR_debug|VERSION_4_3] /// Specify a callback to receive debugging messages from the GL /// /// @@ -15786,7 +15786,7 @@ namespace OpenTK.Graphics.OpenGL4 /// A user supplied pointer that will be passed on each invocation of callback. /// /// - [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "", EntryPoint = "glDebugMessageCallback")] + [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "4.3", EntryPoint = "glDebugMessageCallback")] public static void DebugMessageCallback(DebugProc callback, IntPtr userParam) { @@ -15801,7 +15801,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and KHR_debug|VERSION_4_3] /// Specify a callback to receive debugging messages from the GL /// /// @@ -15814,7 +15814,7 @@ namespace OpenTK.Graphics.OpenGL4 /// A user supplied pointer that will be passed on each invocation of callback. /// /// - [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "", EntryPoint = "glDebugMessageCallback")] + [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "4.3", EntryPoint = "glDebugMessageCallback")] public static void DebugMessageCallback(DebugProc callback, [InAttribute, OutAttribute] T1[] userParam) where T1 : struct @@ -15838,7 +15838,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and KHR_debug|VERSION_4_3] /// Specify a callback to receive debugging messages from the GL /// /// @@ -15851,7 +15851,7 @@ namespace OpenTK.Graphics.OpenGL4 /// A user supplied pointer that will be passed on each invocation of callback. /// /// - [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "", EntryPoint = "glDebugMessageCallback")] + [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "4.3", EntryPoint = "glDebugMessageCallback")] public static void DebugMessageCallback(DebugProc callback, [InAttribute, OutAttribute] T1[,] userParam) where T1 : struct @@ -15875,7 +15875,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and KHR_debug|VERSION_4_3] /// Specify a callback to receive debugging messages from the GL /// /// @@ -15888,7 +15888,7 @@ namespace OpenTK.Graphics.OpenGL4 /// A user supplied pointer that will be passed on each invocation of callback. /// /// - [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "", EntryPoint = "glDebugMessageCallback")] + [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "4.3", EntryPoint = "glDebugMessageCallback")] public static void DebugMessageCallback(DebugProc callback, [InAttribute, OutAttribute] T1[,,] userParam) where T1 : struct @@ -15912,7 +15912,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and KHR_debug|VERSION_4_3] /// Specify a callback to receive debugging messages from the GL /// /// @@ -15925,7 +15925,7 @@ namespace OpenTK.Graphics.OpenGL4 /// A user supplied pointer that will be passed on each invocation of callback. /// /// - [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "", EntryPoint = "glDebugMessageCallback")] + [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "4.3", EntryPoint = "glDebugMessageCallback")] public static void DebugMessageCallback(DebugProc callback, [InAttribute, OutAttribute] ref T1 userParam) where T1 : struct @@ -15950,7 +15950,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and KHR_debug|VERSION_4_3] /// Control the reporting of debug messages in a debug context /// /// @@ -15983,7 +15983,7 @@ namespace OpenTK.Graphics.OpenGL4 /// A Boolean flag determining whether the selected messages should be enabled or disabled. /// /// - [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "", EntryPoint = "glDebugMessageControl")] + [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "4.3", EntryPoint = "glDebugMessageControl")] public static void DebugMessageControl(OpenTK.Graphics.OpenGL4.DebugSourceControl source, OpenTK.Graphics.OpenGL4.DebugTypeControl type, OpenTK.Graphics.OpenGL4.DebugSeverityControl severity, Int32 count, Int32[] ids, bool enabled) { @@ -16004,7 +16004,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and KHR_debug|VERSION_4_3] /// Control the reporting of debug messages in a debug context /// /// @@ -16037,7 +16037,7 @@ namespace OpenTK.Graphics.OpenGL4 /// A Boolean flag determining whether the selected messages should be enabled or disabled. /// /// - [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "", EntryPoint = "glDebugMessageControl")] + [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "4.3", EntryPoint = "glDebugMessageControl")] public static void DebugMessageControl(OpenTK.Graphics.OpenGL4.DebugSourceControl source, OpenTK.Graphics.OpenGL4.DebugTypeControl type, OpenTK.Graphics.OpenGL4.DebugSeverityControl severity, Int32 count, ref Int32 ids, bool enabled) { @@ -16058,7 +16058,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and KHR_debug|VERSION_4_3] /// Control the reporting of debug messages in a debug context /// /// @@ -16092,7 +16092,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "", EntryPoint = "glDebugMessageControl")] + [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "4.3", EntryPoint = "glDebugMessageControl")] public static unsafe void DebugMessageControl(OpenTK.Graphics.OpenGL4.DebugSourceControl source, OpenTK.Graphics.OpenGL4.DebugTypeControl type, OpenTK.Graphics.OpenGL4.DebugSeverityControl severity, Int32 count, Int32* ids, bool enabled) { @@ -16107,7 +16107,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and KHR_debug|VERSION_4_3] /// Control the reporting of debug messages in a debug context /// /// @@ -16141,7 +16141,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "", EntryPoint = "glDebugMessageControl")] + [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "4.3", EntryPoint = "glDebugMessageControl")] public static void DebugMessageControl(OpenTK.Graphics.OpenGL4.DebugSourceControl source, OpenTK.Graphics.OpenGL4.DebugTypeControl type, OpenTK.Graphics.OpenGL4.DebugSeverityControl severity, Int32 count, UInt32[] ids, bool enabled) { @@ -16162,7 +16162,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and KHR_debug|VERSION_4_3] /// Control the reporting of debug messages in a debug context /// /// @@ -16196,7 +16196,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "", EntryPoint = "glDebugMessageControl")] + [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "4.3", EntryPoint = "glDebugMessageControl")] public static void DebugMessageControl(OpenTK.Graphics.OpenGL4.DebugSourceControl source, OpenTK.Graphics.OpenGL4.DebugTypeControl type, OpenTK.Graphics.OpenGL4.DebugSeverityControl severity, Int32 count, ref UInt32 ids, bool enabled) { @@ -16217,7 +16217,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and KHR_debug|VERSION_4_3] /// Control the reporting of debug messages in a debug context /// /// @@ -16251,7 +16251,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "", EntryPoint = "glDebugMessageControl")] + [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "4.3", EntryPoint = "glDebugMessageControl")] public static unsafe void DebugMessageControl(OpenTK.Graphics.OpenGL4.DebugSourceControl source, OpenTK.Graphics.OpenGL4.DebugTypeControl type, OpenTK.Graphics.OpenGL4.DebugSeverityControl severity, Int32 count, UInt32* ids, bool enabled) { @@ -16266,7 +16266,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and KHR_debug|VERSION_4_3] /// Inject an application-supplied message into the debug message queue /// /// @@ -16299,7 +16299,7 @@ namespace OpenTK.Graphics.OpenGL4 /// The address of a character array containing the message to insert. /// /// - [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "", EntryPoint = "glDebugMessageInsert")] + [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "4.3", EntryPoint = "glDebugMessageInsert")] public static void DebugMessageInsert(OpenTK.Graphics.OpenGL4.DebugSourceExternal source, OpenTK.Graphics.OpenGL4.DebugType type, Int32 id, OpenTK.Graphics.OpenGL4.DebugSeverity severity, Int32 length, String buf) { @@ -16314,7 +16314,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and KHR_debug|VERSION_4_3] /// Inject an application-supplied message into the debug message queue /// /// @@ -16348,7 +16348,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "", EntryPoint = "glDebugMessageInsert")] + [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "4.3", EntryPoint = "glDebugMessageInsert")] public static void DebugMessageInsert(OpenTK.Graphics.OpenGL4.DebugSourceExternal source, OpenTK.Graphics.OpenGL4.DebugType type, UInt32 id, OpenTK.Graphics.OpenGL4.DebugSeverity severity, Int32 length, String buf) { @@ -16559,7 +16559,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.0 and ARB_framebuffer_object|VERSION_3_0] /// Delete framebuffer objects /// /// @@ -16572,7 +16572,7 @@ namespace OpenTK.Graphics.OpenGL4 /// A pointer to an array containing n framebuffer objects to be deleted. /// /// - [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "", EntryPoint = "glDeleteFramebuffers")] + [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "3.0", EntryPoint = "glDeleteFramebuffers")] public static void DeleteFramebuffers(Int32 n, Int32[] framebuffers) { @@ -16593,7 +16593,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.0 and ARB_framebuffer_object|VERSION_3_0] /// Delete framebuffer objects /// /// @@ -16606,7 +16606,7 @@ namespace OpenTK.Graphics.OpenGL4 /// A pointer to an array containing n framebuffer objects to be deleted. /// /// - [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "", EntryPoint = "glDeleteFramebuffers")] + [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "3.0", EntryPoint = "glDeleteFramebuffers")] public static void DeleteFramebuffers(Int32 n, ref Int32 framebuffers) { @@ -16627,7 +16627,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.0 and ARB_framebuffer_object|VERSION_3_0] /// Delete framebuffer objects /// /// @@ -16641,7 +16641,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "", EntryPoint = "glDeleteFramebuffers")] + [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "3.0", EntryPoint = "glDeleteFramebuffers")] public static unsafe void DeleteFramebuffers(Int32 n, Int32* framebuffers) { @@ -16656,7 +16656,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.0 and ARB_framebuffer_object|VERSION_3_0] /// Delete framebuffer objects /// /// @@ -16670,7 +16670,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "", EntryPoint = "glDeleteFramebuffers")] + [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "3.0", EntryPoint = "glDeleteFramebuffers")] public static void DeleteFramebuffers(Int32 n, UInt32[] framebuffers) { @@ -16691,7 +16691,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.0 and ARB_framebuffer_object|VERSION_3_0] /// Delete framebuffer objects /// /// @@ -16705,7 +16705,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "", EntryPoint = "glDeleteFramebuffers")] + [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "3.0", EntryPoint = "glDeleteFramebuffers")] public static void DeleteFramebuffers(Int32 n, ref UInt32 framebuffers) { @@ -16726,7 +16726,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.0 and ARB_framebuffer_object|VERSION_3_0] /// Delete framebuffer objects /// /// @@ -16740,7 +16740,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "", EntryPoint = "glDeleteFramebuffers")] + [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "3.0", EntryPoint = "glDeleteFramebuffers")] public static unsafe void DeleteFramebuffers(Int32 n, UInt32* framebuffers) { @@ -16802,7 +16802,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Delete program pipeline objects /// /// @@ -16815,7 +16815,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies an array of names of program pipeline objects to delete. /// /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glDeleteProgramPipelines")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glDeleteProgramPipelines")] public static void DeleteProgramPipelines(Int32 n, Int32[] pipelines) { @@ -16836,7 +16836,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Delete program pipeline objects /// /// @@ -16849,7 +16849,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies an array of names of program pipeline objects to delete. /// /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glDeleteProgramPipelines")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glDeleteProgramPipelines")] public static void DeleteProgramPipelines(Int32 n, ref Int32 pipelines) { @@ -16870,7 +16870,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Delete program pipeline objects /// /// @@ -16884,7 +16884,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glDeleteProgramPipelines")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glDeleteProgramPipelines")] public static unsafe void DeleteProgramPipelines(Int32 n, Int32* pipelines) { @@ -16899,7 +16899,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Delete program pipeline objects /// /// @@ -16913,7 +16913,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glDeleteProgramPipelines")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glDeleteProgramPipelines")] public static void DeleteProgramPipelines(Int32 n, UInt32[] pipelines) { @@ -16934,7 +16934,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Delete program pipeline objects /// /// @@ -16948,7 +16948,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glDeleteProgramPipelines")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glDeleteProgramPipelines")] public static void DeleteProgramPipelines(Int32 n, ref UInt32 pipelines) { @@ -16969,7 +16969,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Delete program pipeline objects /// /// @@ -16983,7 +16983,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glDeleteProgramPipelines")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glDeleteProgramPipelines")] public static unsafe void DeleteProgramPipelines(Int32 n, UInt32* pipelines) { @@ -17194,7 +17194,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.0 and ARB_framebuffer_object|VERSION_3_0] /// Delete renderbuffer objects /// /// @@ -17207,7 +17207,7 @@ namespace OpenTK.Graphics.OpenGL4 /// A pointer to an array containing n renderbuffer objects to be deleted. /// /// - [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "", EntryPoint = "glDeleteRenderbuffers")] + [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "3.0", EntryPoint = "glDeleteRenderbuffers")] public static void DeleteRenderbuffers(Int32 n, Int32[] renderbuffers) { @@ -17228,7 +17228,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.0 and ARB_framebuffer_object|VERSION_3_0] /// Delete renderbuffer objects /// /// @@ -17241,7 +17241,7 @@ namespace OpenTK.Graphics.OpenGL4 /// A pointer to an array containing n renderbuffer objects to be deleted. /// /// - [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "", EntryPoint = "glDeleteRenderbuffers")] + [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "3.0", EntryPoint = "glDeleteRenderbuffers")] public static void DeleteRenderbuffers(Int32 n, ref Int32 renderbuffers) { @@ -17262,7 +17262,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.0 and ARB_framebuffer_object|VERSION_3_0] /// Delete renderbuffer objects /// /// @@ -17276,7 +17276,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "", EntryPoint = "glDeleteRenderbuffers")] + [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "3.0", EntryPoint = "glDeleteRenderbuffers")] public static unsafe void DeleteRenderbuffers(Int32 n, Int32* renderbuffers) { @@ -17291,7 +17291,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.0 and ARB_framebuffer_object|VERSION_3_0] /// Delete renderbuffer objects /// /// @@ -17305,7 +17305,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "", EntryPoint = "glDeleteRenderbuffers")] + [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "3.0", EntryPoint = "glDeleteRenderbuffers")] public static void DeleteRenderbuffers(Int32 n, UInt32[] renderbuffers) { @@ -17326,7 +17326,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.0 and ARB_framebuffer_object|VERSION_3_0] /// Delete renderbuffer objects /// /// @@ -17340,7 +17340,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "", EntryPoint = "glDeleteRenderbuffers")] + [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "3.0", EntryPoint = "glDeleteRenderbuffers")] public static void DeleteRenderbuffers(Int32 n, ref UInt32 renderbuffers) { @@ -17361,7 +17361,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.0 and ARB_framebuffer_object|VERSION_3_0] /// Delete renderbuffer objects /// /// @@ -17375,7 +17375,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "", EntryPoint = "glDeleteRenderbuffers")] + [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "3.0", EntryPoint = "glDeleteRenderbuffers")] public static unsafe void DeleteRenderbuffers(Int32 n, UInt32* renderbuffers) { @@ -17390,7 +17390,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.3 and ARB_sampler_objects|VERSION_3_3] /// Delete named sampler objects /// /// @@ -17403,7 +17403,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies an array of sampler objects to be deleted. /// /// - [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "", EntryPoint = "glDeleteSamplers")] + [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "3.3", EntryPoint = "glDeleteSamplers")] public static void DeleteSamplers(Int32 count, Int32[] samplers) { @@ -17424,7 +17424,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.3 and ARB_sampler_objects|VERSION_3_3] /// Delete named sampler objects /// /// @@ -17437,7 +17437,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies an array of sampler objects to be deleted. /// /// - [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "", EntryPoint = "glDeleteSamplers")] + [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "3.3", EntryPoint = "glDeleteSamplers")] public static void DeleteSamplers(Int32 count, ref Int32 samplers) { @@ -17458,7 +17458,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.3 and ARB_sampler_objects|VERSION_3_3] /// Delete named sampler objects /// /// @@ -17472,7 +17472,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "", EntryPoint = "glDeleteSamplers")] + [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "3.3", EntryPoint = "glDeleteSamplers")] public static unsafe void DeleteSamplers(Int32 count, Int32* samplers) { @@ -17487,7 +17487,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.3 and ARB_sampler_objects|VERSION_3_3] /// Delete named sampler objects /// /// @@ -17501,7 +17501,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "", EntryPoint = "glDeleteSamplers")] + [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "3.3", EntryPoint = "glDeleteSamplers")] public static void DeleteSamplers(Int32 count, UInt32[] samplers) { @@ -17522,7 +17522,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.3 and ARB_sampler_objects|VERSION_3_3] /// Delete named sampler objects /// /// @@ -17536,7 +17536,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "", EntryPoint = "glDeleteSamplers")] + [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "3.3", EntryPoint = "glDeleteSamplers")] public static void DeleteSamplers(Int32 count, ref UInt32 samplers) { @@ -17557,7 +17557,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.3 and ARB_sampler_objects|VERSION_3_3] /// Delete named sampler objects /// /// @@ -17571,7 +17571,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "", EntryPoint = "glDeleteSamplers")] + [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "3.3", EntryPoint = "glDeleteSamplers")] public static unsafe void DeleteSamplers(Int32 count, UInt32* samplers) { @@ -17633,7 +17633,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.2 and ARB_sync|VERSION_3_2] /// Delete a sync object /// /// @@ -17641,7 +17641,7 @@ namespace OpenTK.Graphics.OpenGL4 /// The sync object to be deleted. /// /// - [AutoGenerated(Category = "ARB_sync|VERSION_3_2", Version = "", EntryPoint = "glDeleteSync")] + [AutoGenerated(Category = "ARB_sync|VERSION_3_2", Version = "3.2", EntryPoint = "glDeleteSync")] public static void DeleteSync(IntPtr sync) { @@ -17852,7 +17852,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.0 and ARB_transform_feedback2|VERSION_4_0] /// Delete transform feedback objects /// /// @@ -17865,7 +17865,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies an array of names of transform feedback objects to delete. /// /// - [AutoGenerated(Category = "ARB_transform_feedback2|VERSION_4_0", Version = "", EntryPoint = "glDeleteTransformFeedbacks")] + [AutoGenerated(Category = "ARB_transform_feedback2|VERSION_4_0", Version = "4.0", EntryPoint = "glDeleteTransformFeedbacks")] public static void DeleteTransformFeedback(Int32 n, Int32[] ids) { @@ -17886,7 +17886,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.0 and ARB_transform_feedback2|VERSION_4_0] /// Delete transform feedback objects /// /// @@ -17899,7 +17899,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies an array of names of transform feedback objects to delete. /// /// - [AutoGenerated(Category = "ARB_transform_feedback2|VERSION_4_0", Version = "", EntryPoint = "glDeleteTransformFeedbacks")] + [AutoGenerated(Category = "ARB_transform_feedback2|VERSION_4_0", Version = "4.0", EntryPoint = "glDeleteTransformFeedbacks")] public static void DeleteTransformFeedback(Int32 n, ref Int32 ids) { @@ -17920,7 +17920,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.0 and ARB_transform_feedback2|VERSION_4_0] /// Delete transform feedback objects /// /// @@ -17934,7 +17934,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_transform_feedback2|VERSION_4_0", Version = "", EntryPoint = "glDeleteTransformFeedbacks")] + [AutoGenerated(Category = "ARB_transform_feedback2|VERSION_4_0", Version = "4.0", EntryPoint = "glDeleteTransformFeedbacks")] public static unsafe void DeleteTransformFeedback(Int32 n, Int32* ids) { @@ -17949,7 +17949,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.0 and ARB_transform_feedback2|VERSION_4_0] /// Delete transform feedback objects /// /// @@ -17963,7 +17963,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_transform_feedback2|VERSION_4_0", Version = "", EntryPoint = "glDeleteTransformFeedbacks")] + [AutoGenerated(Category = "ARB_transform_feedback2|VERSION_4_0", Version = "4.0", EntryPoint = "glDeleteTransformFeedbacks")] public static void DeleteTransformFeedback(Int32 n, UInt32[] ids) { @@ -17984,7 +17984,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.0 and ARB_transform_feedback2|VERSION_4_0] /// Delete transform feedback objects /// /// @@ -17998,7 +17998,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_transform_feedback2|VERSION_4_0", Version = "", EntryPoint = "glDeleteTransformFeedbacks")] + [AutoGenerated(Category = "ARB_transform_feedback2|VERSION_4_0", Version = "4.0", EntryPoint = "glDeleteTransformFeedbacks")] public static void DeleteTransformFeedback(Int32 n, ref UInt32 ids) { @@ -18019,7 +18019,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.0 and ARB_transform_feedback2|VERSION_4_0] /// Delete transform feedback objects /// /// @@ -18033,7 +18033,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_transform_feedback2|VERSION_4_0", Version = "", EntryPoint = "glDeleteTransformFeedbacks")] + [AutoGenerated(Category = "ARB_transform_feedback2|VERSION_4_0", Version = "4.0", EntryPoint = "glDeleteTransformFeedbacks")] public static unsafe void DeleteTransformFeedback(Int32 n, UInt32* ids) { @@ -18048,7 +18048,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.0 and ARB_vertex_array_object|VERSION_3_0] /// Delete vertex array objects /// /// @@ -18061,7 +18061,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the address of an array containing the n names of the objects to be deleted. /// /// - [AutoGenerated(Category = "ARB_vertex_array_object|VERSION_3_0", Version = "", EntryPoint = "glDeleteVertexArrays")] + [AutoGenerated(Category = "ARB_vertex_array_object|VERSION_3_0", Version = "3.0", EntryPoint = "glDeleteVertexArrays")] public static void DeleteVertexArrays(Int32 n, Int32[] arrays) { @@ -18082,7 +18082,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.0 and ARB_vertex_array_object|VERSION_3_0] /// Delete vertex array objects /// /// @@ -18095,7 +18095,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the address of an array containing the n names of the objects to be deleted. /// /// - [AutoGenerated(Category = "ARB_vertex_array_object|VERSION_3_0", Version = "", EntryPoint = "glDeleteVertexArrays")] + [AutoGenerated(Category = "ARB_vertex_array_object|VERSION_3_0", Version = "3.0", EntryPoint = "glDeleteVertexArrays")] public static void DeleteVertexArrays(Int32 n, ref Int32 arrays) { @@ -18116,7 +18116,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.0 and ARB_vertex_array_object|VERSION_3_0] /// Delete vertex array objects /// /// @@ -18130,7 +18130,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_array_object|VERSION_3_0", Version = "", EntryPoint = "glDeleteVertexArrays")] + [AutoGenerated(Category = "ARB_vertex_array_object|VERSION_3_0", Version = "3.0", EntryPoint = "glDeleteVertexArrays")] public static unsafe void DeleteVertexArrays(Int32 n, Int32* arrays) { @@ -18145,7 +18145,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.0 and ARB_vertex_array_object|VERSION_3_0] /// Delete vertex array objects /// /// @@ -18159,7 +18159,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_array_object|VERSION_3_0", Version = "", EntryPoint = "glDeleteVertexArrays")] + [AutoGenerated(Category = "ARB_vertex_array_object|VERSION_3_0", Version = "3.0", EntryPoint = "glDeleteVertexArrays")] public static void DeleteVertexArrays(Int32 n, UInt32[] arrays) { @@ -18180,7 +18180,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.0 and ARB_vertex_array_object|VERSION_3_0] /// Delete vertex array objects /// /// @@ -18194,7 +18194,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_array_object|VERSION_3_0", Version = "", EntryPoint = "glDeleteVertexArrays")] + [AutoGenerated(Category = "ARB_vertex_array_object|VERSION_3_0", Version = "3.0", EntryPoint = "glDeleteVertexArrays")] public static void DeleteVertexArrays(Int32 n, ref UInt32 arrays) { @@ -18215,7 +18215,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.0 and ARB_vertex_array_object|VERSION_3_0] /// Delete vertex array objects /// /// @@ -18229,7 +18229,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_array_object|VERSION_3_0", Version = "", EntryPoint = "glDeleteVertexArrays")] + [AutoGenerated(Category = "ARB_vertex_array_object|VERSION_3_0", Version = "3.0", EntryPoint = "glDeleteVertexArrays")] public static unsafe void DeleteVertexArrays(Int32 n, UInt32* arrays) { @@ -18318,7 +18318,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_viewport_array|VERSION_4_1] /// Specify mapping of depth values from normalized device coordinates to window coordinates for a specified set of viewports /// /// @@ -18336,7 +18336,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the address of an array containing the near and far values for the depth range of each modified viewport. /// /// - [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "", EntryPoint = "glDepthRangeArrayv")] + [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "4.1", EntryPoint = "glDepthRangeArrayv")] public static void DepthRangeArray(Int32 first, Int32 count, Double[] v) { @@ -18357,7 +18357,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_viewport_array|VERSION_4_1] /// Specify mapping of depth values from normalized device coordinates to window coordinates for a specified set of viewports /// /// @@ -18375,7 +18375,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the address of an array containing the near and far values for the depth range of each modified viewport. /// /// - [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "", EntryPoint = "glDepthRangeArrayv")] + [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "4.1", EntryPoint = "glDepthRangeArrayv")] public static void DepthRangeArray(Int32 first, Int32 count, ref Double v) { @@ -18396,7 +18396,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_viewport_array|VERSION_4_1] /// Specify mapping of depth values from normalized device coordinates to window coordinates for a specified set of viewports /// /// @@ -18415,7 +18415,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "", EntryPoint = "glDepthRangeArrayv")] + [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "4.1", EntryPoint = "glDepthRangeArrayv")] public static unsafe void DepthRangeArray(Int32 first, Int32 count, Double* v) { @@ -18430,7 +18430,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_viewport_array|VERSION_4_1] /// Specify mapping of depth values from normalized device coordinates to window coordinates for a specified set of viewports /// /// @@ -18449,7 +18449,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "", EntryPoint = "glDepthRangeArrayv")] + [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "4.1", EntryPoint = "glDepthRangeArrayv")] public static void DepthRangeArray(UInt32 first, Int32 count, Double[] v) { @@ -18470,7 +18470,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_viewport_array|VERSION_4_1] /// Specify mapping of depth values from normalized device coordinates to window coordinates for a specified set of viewports /// /// @@ -18489,7 +18489,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "", EntryPoint = "glDepthRangeArrayv")] + [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "4.1", EntryPoint = "glDepthRangeArrayv")] public static void DepthRangeArray(UInt32 first, Int32 count, ref Double v) { @@ -18510,7 +18510,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_viewport_array|VERSION_4_1] /// Specify mapping of depth values from normalized device coordinates to window coordinates for a specified set of viewports /// /// @@ -18529,7 +18529,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "", EntryPoint = "glDepthRangeArrayv")] + [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "4.1", EntryPoint = "glDepthRangeArrayv")] public static unsafe void DepthRangeArray(UInt32 first, Int32 count, Double* v) { @@ -18544,7 +18544,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_ES2_compatibility|VERSION_4_1] /// Specify mapping of depth values from normalized device coordinates to window coordinates /// /// @@ -18557,7 +18557,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the mapping of the far clipping plane to window coordinates. The initial value is 1. /// /// - [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "", EntryPoint = "glDepthRangef")] + [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "4.1", EntryPoint = "glDepthRangef")] public static void DepthRange(Single n, Single f) { @@ -18572,7 +18572,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_viewport_array|VERSION_4_1] /// Specify mapping of depth values from normalized device coordinates to window coordinates for a specified viewport /// /// @@ -18590,7 +18590,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the mapping of the far clipping plane to window coordinates. The initial value is 1. /// /// - [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "", EntryPoint = "glDepthRangeIndexed")] + [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "4.1", EntryPoint = "glDepthRangeIndexed")] public static void DepthRangeIndexed(Int32 index, Double n, Double f) { @@ -18605,7 +18605,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_viewport_array|VERSION_4_1] /// Specify mapping of depth values from normalized device coordinates to window coordinates for a specified viewport /// /// @@ -18624,7 +18624,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "", EntryPoint = "glDepthRangeIndexed")] + [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "4.1", EntryPoint = "glDepthRangeIndexed")] public static void DepthRangeIndexed(UInt32 index, Double n, Double f) { @@ -18773,7 +18773,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and ARB_compute_shader|VERSION_4_3] /// Launch one or more compute work groups /// /// @@ -18791,7 +18791,7 @@ namespace OpenTK.Graphics.OpenGL4 /// The number of work groups to be launched in the Z dimension. /// /// - [AutoGenerated(Category = "ARB_compute_shader|VERSION_4_3", Version = "", EntryPoint = "glDispatchCompute")] + [AutoGenerated(Category = "ARB_compute_shader|VERSION_4_3", Version = "4.3", EntryPoint = "glDispatchCompute")] public static void DispatchCompute(Int32 num_groups_x, Int32 num_groups_y, Int32 num_groups_z) { @@ -18806,7 +18806,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and ARB_compute_shader|VERSION_4_3] /// Launch one or more compute work groups /// /// @@ -18825,7 +18825,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_compute_shader|VERSION_4_3", Version = "", EntryPoint = "glDispatchCompute")] + [AutoGenerated(Category = "ARB_compute_shader|VERSION_4_3", Version = "4.3", EntryPoint = "glDispatchCompute")] public static void DispatchCompute(UInt32 num_groups_x, UInt32 num_groups_y, UInt32 num_groups_z) { @@ -18840,7 +18840,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and ARB_compute_shader|VERSION_4_3] /// Launch one or more compute work groups using parameters stored in a buffer /// /// @@ -18848,7 +18848,7 @@ namespace OpenTK.Graphics.OpenGL4 /// The offset into the buffer object currently bound to the GL_DISPATCH_INDIRECT_BUFFER buffer target at which the dispatch parameters are stored. /// /// - [AutoGenerated(Category = "ARB_compute_shader|VERSION_4_3", Version = "", EntryPoint = "glDispatchComputeIndirect")] + [AutoGenerated(Category = "ARB_compute_shader|VERSION_4_3", Version = "4.3", EntryPoint = "glDispatchComputeIndirect")] public static void DispatchComputeIndirect(IntPtr indirect) { @@ -18896,7 +18896,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.0 and ARB_draw_indirect|VERSION_4_0] /// Render primitives from array data, taking parameters from memory /// /// @@ -18909,7 +18909,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the address of a structure containing the draw parameters. /// /// - [AutoGenerated(Category = "ARB_draw_indirect|VERSION_4_0", Version = "", EntryPoint = "glDrawArraysIndirect")] + [AutoGenerated(Category = "ARB_draw_indirect|VERSION_4_0", Version = "4.0", EntryPoint = "glDrawArraysIndirect")] public static void DrawArraysIndirect(OpenTK.Graphics.OpenGL4.PrimitiveType mode, IntPtr indirect) { @@ -18924,7 +18924,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.0 and ARB_draw_indirect|VERSION_4_0] /// Render primitives from array data, taking parameters from memory /// /// @@ -18937,7 +18937,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the address of a structure containing the draw parameters. /// /// - [AutoGenerated(Category = "ARB_draw_indirect|VERSION_4_0", Version = "", EntryPoint = "glDrawArraysIndirect")] + [AutoGenerated(Category = "ARB_draw_indirect|VERSION_4_0", Version = "4.0", EntryPoint = "glDrawArraysIndirect")] public static void DrawArraysIndirect(OpenTK.Graphics.OpenGL4.PrimitiveType mode, [InAttribute, OutAttribute] T1[] indirect) where T1 : struct @@ -18961,7 +18961,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.0 and ARB_draw_indirect|VERSION_4_0] /// Render primitives from array data, taking parameters from memory /// /// @@ -18974,7 +18974,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the address of a structure containing the draw parameters. /// /// - [AutoGenerated(Category = "ARB_draw_indirect|VERSION_4_0", Version = "", EntryPoint = "glDrawArraysIndirect")] + [AutoGenerated(Category = "ARB_draw_indirect|VERSION_4_0", Version = "4.0", EntryPoint = "glDrawArraysIndirect")] public static void DrawArraysIndirect(OpenTK.Graphics.OpenGL4.PrimitiveType mode, [InAttribute, OutAttribute] T1[,] indirect) where T1 : struct @@ -18998,7 +18998,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.0 and ARB_draw_indirect|VERSION_4_0] /// Render primitives from array data, taking parameters from memory /// /// @@ -19011,7 +19011,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the address of a structure containing the draw parameters. /// /// - [AutoGenerated(Category = "ARB_draw_indirect|VERSION_4_0", Version = "", EntryPoint = "glDrawArraysIndirect")] + [AutoGenerated(Category = "ARB_draw_indirect|VERSION_4_0", Version = "4.0", EntryPoint = "glDrawArraysIndirect")] public static void DrawArraysIndirect(OpenTK.Graphics.OpenGL4.PrimitiveType mode, [InAttribute, OutAttribute] T1[,,] indirect) where T1 : struct @@ -19035,7 +19035,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.0 and ARB_draw_indirect|VERSION_4_0] /// Render primitives from array data, taking parameters from memory /// /// @@ -19048,7 +19048,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the address of a structure containing the draw parameters. /// /// - [AutoGenerated(Category = "ARB_draw_indirect|VERSION_4_0", Version = "", EntryPoint = "glDrawArraysIndirect")] + [AutoGenerated(Category = "ARB_draw_indirect|VERSION_4_0", Version = "4.0", EntryPoint = "glDrawArraysIndirect")] public static void DrawArraysIndirect(OpenTK.Graphics.OpenGL4.PrimitiveType mode, [InAttribute, OutAttribute] ref T1 indirect) where T1 : struct @@ -19111,7 +19111,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.2 and ARB_base_instance|VERSION_4_2] /// Draw multiple instances of a range of elements with offset applied to instanced attributes /// /// @@ -19139,7 +19139,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the base instance for use in fetching instanced vertex attributes. /// /// - [AutoGenerated(Category = "ARB_base_instance|VERSION_4_2", Version = "", EntryPoint = "glDrawArraysInstancedBaseInstance")] + [AutoGenerated(Category = "ARB_base_instance|VERSION_4_2", Version = "4.2", EntryPoint = "glDrawArraysInstancedBaseInstance")] public static void DrawArraysInstancedBaseInstance(OpenTK.Graphics.OpenGL4.PrimitiveType mode, Int32 first, Int32 count, Int32 instancecount, Int32 baseinstance) { @@ -19154,7 +19154,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.2 and ARB_base_instance|VERSION_4_2] /// Draw multiple instances of a range of elements with offset applied to instanced attributes /// /// @@ -19183,7 +19183,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_base_instance|VERSION_4_2", Version = "", EntryPoint = "glDrawArraysInstancedBaseInstance")] + [AutoGenerated(Category = "ARB_base_instance|VERSION_4_2", Version = "4.2", EntryPoint = "glDrawArraysInstancedBaseInstance")] public static void DrawArraysInstancedBaseInstance(OpenTK.Graphics.OpenGL4.PrimitiveType mode, Int32 first, Int32 count, Int32 instancecount, UInt32 baseinstance) { @@ -19797,7 +19797,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.0 and ARB_draw_indirect|VERSION_4_0] /// Render indexed primitives from array data, taking parameters from memory /// /// @@ -19815,7 +19815,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the address of a structure containing the draw parameters. /// /// - [AutoGenerated(Category = "ARB_draw_indirect|VERSION_4_0", Version = "", EntryPoint = "glDrawElementsIndirect")] + [AutoGenerated(Category = "ARB_draw_indirect|VERSION_4_0", Version = "4.0", EntryPoint = "glDrawElementsIndirect")] public static void DrawElementsIndirect(OpenTK.Graphics.OpenGL4.PrimitiveType mode, OpenTK.Graphics.OpenGL4.All type, IntPtr indirect) { @@ -19830,7 +19830,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.0 and ARB_draw_indirect|VERSION_4_0] /// Render indexed primitives from array data, taking parameters from memory /// /// @@ -19848,7 +19848,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the address of a structure containing the draw parameters. /// /// - [AutoGenerated(Category = "ARB_draw_indirect|VERSION_4_0", Version = "", EntryPoint = "glDrawElementsIndirect")] + [AutoGenerated(Category = "ARB_draw_indirect|VERSION_4_0", Version = "4.0", EntryPoint = "glDrawElementsIndirect")] public static void DrawElementsIndirect(OpenTK.Graphics.OpenGL4.PrimitiveType mode, OpenTK.Graphics.OpenGL4.All type, [InAttribute, OutAttribute] T2[] indirect) where T2 : struct @@ -19872,7 +19872,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.0 and ARB_draw_indirect|VERSION_4_0] /// Render indexed primitives from array data, taking parameters from memory /// /// @@ -19890,7 +19890,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the address of a structure containing the draw parameters. /// /// - [AutoGenerated(Category = "ARB_draw_indirect|VERSION_4_0", Version = "", EntryPoint = "glDrawElementsIndirect")] + [AutoGenerated(Category = "ARB_draw_indirect|VERSION_4_0", Version = "4.0", EntryPoint = "glDrawElementsIndirect")] public static void DrawElementsIndirect(OpenTK.Graphics.OpenGL4.PrimitiveType mode, OpenTK.Graphics.OpenGL4.All type, [InAttribute, OutAttribute] T2[,] indirect) where T2 : struct @@ -19914,7 +19914,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.0 and ARB_draw_indirect|VERSION_4_0] /// Render indexed primitives from array data, taking parameters from memory /// /// @@ -19932,7 +19932,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the address of a structure containing the draw parameters. /// /// - [AutoGenerated(Category = "ARB_draw_indirect|VERSION_4_0", Version = "", EntryPoint = "glDrawElementsIndirect")] + [AutoGenerated(Category = "ARB_draw_indirect|VERSION_4_0", Version = "4.0", EntryPoint = "glDrawElementsIndirect")] public static void DrawElementsIndirect(OpenTK.Graphics.OpenGL4.PrimitiveType mode, OpenTK.Graphics.OpenGL4.All type, [InAttribute, OutAttribute] T2[,,] indirect) where T2 : struct @@ -19956,7 +19956,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.0 and ARB_draw_indirect|VERSION_4_0] /// Render indexed primitives from array data, taking parameters from memory /// /// @@ -19974,7 +19974,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the address of a structure containing the draw parameters. /// /// - [AutoGenerated(Category = "ARB_draw_indirect|VERSION_4_0", Version = "", EntryPoint = "glDrawElementsIndirect")] + [AutoGenerated(Category = "ARB_draw_indirect|VERSION_4_0", Version = "4.0", EntryPoint = "glDrawElementsIndirect")] public static void DrawElementsIndirect(OpenTK.Graphics.OpenGL4.PrimitiveType mode, OpenTK.Graphics.OpenGL4.All type, [InAttribute, OutAttribute] ref T2 indirect) where T2 : struct @@ -20251,7 +20251,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.2 and ARB_base_instance|VERSION_4_2] /// Draw multiple instances of a set of elements with offset applied to instanced attributes /// /// @@ -20284,7 +20284,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the base instance for use in fetching instanced vertex attributes. /// /// - [AutoGenerated(Category = "ARB_base_instance|VERSION_4_2", Version = "", EntryPoint = "glDrawElementsInstancedBaseInstance")] + [AutoGenerated(Category = "ARB_base_instance|VERSION_4_2", Version = "4.2", EntryPoint = "glDrawElementsInstancedBaseInstance")] public static void DrawElementsInstancedBaseInstance(OpenTK.Graphics.OpenGL4.PrimitiveType mode, Int32 count, OpenTK.Graphics.OpenGL4.DrawElementsType type, IntPtr indices, Int32 instancecount, Int32 baseinstance) { @@ -20299,7 +20299,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.2 and ARB_base_instance|VERSION_4_2] /// Draw multiple instances of a set of elements with offset applied to instanced attributes /// /// @@ -20333,7 +20333,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_base_instance|VERSION_4_2", Version = "", EntryPoint = "glDrawElementsInstancedBaseInstance")] + [AutoGenerated(Category = "ARB_base_instance|VERSION_4_2", Version = "4.2", EntryPoint = "glDrawElementsInstancedBaseInstance")] public static void DrawElementsInstancedBaseInstance(OpenTK.Graphics.OpenGL4.PrimitiveType mode, Int32 count, OpenTK.Graphics.OpenGL4.DrawElementsType type, IntPtr indices, Int32 instancecount, UInt32 baseinstance) { @@ -20348,7 +20348,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.2 and ARB_base_instance|VERSION_4_2] /// Draw multiple instances of a set of elements with offset applied to instanced attributes /// /// @@ -20381,7 +20381,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the base instance for use in fetching instanced vertex attributes. /// /// - [AutoGenerated(Category = "ARB_base_instance|VERSION_4_2", Version = "", EntryPoint = "glDrawElementsInstancedBaseInstance")] + [AutoGenerated(Category = "ARB_base_instance|VERSION_4_2", Version = "4.2", EntryPoint = "glDrawElementsInstancedBaseInstance")] public static void DrawElementsInstancedBaseInstance(OpenTK.Graphics.OpenGL4.PrimitiveType mode, Int32 count, OpenTK.Graphics.OpenGL4.DrawElementsType type, [InAttribute, OutAttribute] T3[] indices, Int32 instancecount, Int32 baseinstance) where T3 : struct @@ -20405,7 +20405,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.2 and ARB_base_instance|VERSION_4_2] /// Draw multiple instances of a set of elements with offset applied to instanced attributes /// /// @@ -20439,7 +20439,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_base_instance|VERSION_4_2", Version = "", EntryPoint = "glDrawElementsInstancedBaseInstance")] + [AutoGenerated(Category = "ARB_base_instance|VERSION_4_2", Version = "4.2", EntryPoint = "glDrawElementsInstancedBaseInstance")] public static void DrawElementsInstancedBaseInstance(OpenTK.Graphics.OpenGL4.PrimitiveType mode, Int32 count, OpenTK.Graphics.OpenGL4.DrawElementsType type, [InAttribute, OutAttribute] T3[] indices, Int32 instancecount, UInt32 baseinstance) where T3 : struct @@ -20463,7 +20463,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.2 and ARB_base_instance|VERSION_4_2] /// Draw multiple instances of a set of elements with offset applied to instanced attributes /// /// @@ -20496,7 +20496,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the base instance for use in fetching instanced vertex attributes. /// /// - [AutoGenerated(Category = "ARB_base_instance|VERSION_4_2", Version = "", EntryPoint = "glDrawElementsInstancedBaseInstance")] + [AutoGenerated(Category = "ARB_base_instance|VERSION_4_2", Version = "4.2", EntryPoint = "glDrawElementsInstancedBaseInstance")] public static void DrawElementsInstancedBaseInstance(OpenTK.Graphics.OpenGL4.PrimitiveType mode, Int32 count, OpenTK.Graphics.OpenGL4.DrawElementsType type, [InAttribute, OutAttribute] T3[,] indices, Int32 instancecount, Int32 baseinstance) where T3 : struct @@ -20520,7 +20520,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.2 and ARB_base_instance|VERSION_4_2] /// Draw multiple instances of a set of elements with offset applied to instanced attributes /// /// @@ -20554,7 +20554,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_base_instance|VERSION_4_2", Version = "", EntryPoint = "glDrawElementsInstancedBaseInstance")] + [AutoGenerated(Category = "ARB_base_instance|VERSION_4_2", Version = "4.2", EntryPoint = "glDrawElementsInstancedBaseInstance")] public static void DrawElementsInstancedBaseInstance(OpenTK.Graphics.OpenGL4.PrimitiveType mode, Int32 count, OpenTK.Graphics.OpenGL4.DrawElementsType type, [InAttribute, OutAttribute] T3[,] indices, Int32 instancecount, UInt32 baseinstance) where T3 : struct @@ -20578,7 +20578,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.2 and ARB_base_instance|VERSION_4_2] /// Draw multiple instances of a set of elements with offset applied to instanced attributes /// /// @@ -20611,7 +20611,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the base instance for use in fetching instanced vertex attributes. /// /// - [AutoGenerated(Category = "ARB_base_instance|VERSION_4_2", Version = "", EntryPoint = "glDrawElementsInstancedBaseInstance")] + [AutoGenerated(Category = "ARB_base_instance|VERSION_4_2", Version = "4.2", EntryPoint = "glDrawElementsInstancedBaseInstance")] public static void DrawElementsInstancedBaseInstance(OpenTK.Graphics.OpenGL4.PrimitiveType mode, Int32 count, OpenTK.Graphics.OpenGL4.DrawElementsType type, [InAttribute, OutAttribute] T3[,,] indices, Int32 instancecount, Int32 baseinstance) where T3 : struct @@ -20635,7 +20635,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.2 and ARB_base_instance|VERSION_4_2] /// Draw multiple instances of a set of elements with offset applied to instanced attributes /// /// @@ -20669,7 +20669,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_base_instance|VERSION_4_2", Version = "", EntryPoint = "glDrawElementsInstancedBaseInstance")] + [AutoGenerated(Category = "ARB_base_instance|VERSION_4_2", Version = "4.2", EntryPoint = "glDrawElementsInstancedBaseInstance")] public static void DrawElementsInstancedBaseInstance(OpenTK.Graphics.OpenGL4.PrimitiveType mode, Int32 count, OpenTK.Graphics.OpenGL4.DrawElementsType type, [InAttribute, OutAttribute] T3[,,] indices, Int32 instancecount, UInt32 baseinstance) where T3 : struct @@ -20693,7 +20693,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.2 and ARB_base_instance|VERSION_4_2] /// Draw multiple instances of a set of elements with offset applied to instanced attributes /// /// @@ -20726,7 +20726,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the base instance for use in fetching instanced vertex attributes. /// /// - [AutoGenerated(Category = "ARB_base_instance|VERSION_4_2", Version = "", EntryPoint = "glDrawElementsInstancedBaseInstance")] + [AutoGenerated(Category = "ARB_base_instance|VERSION_4_2", Version = "4.2", EntryPoint = "glDrawElementsInstancedBaseInstance")] public static void DrawElementsInstancedBaseInstance(OpenTK.Graphics.OpenGL4.PrimitiveType mode, Int32 count, OpenTK.Graphics.OpenGL4.DrawElementsType type, [InAttribute, OutAttribute] ref T3 indices, Int32 instancecount, Int32 baseinstance) where T3 : struct @@ -20751,7 +20751,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.2 and ARB_base_instance|VERSION_4_2] /// Draw multiple instances of a set of elements with offset applied to instanced attributes /// /// @@ -20785,7 +20785,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_base_instance|VERSION_4_2", Version = "", EntryPoint = "glDrawElementsInstancedBaseInstance")] + [AutoGenerated(Category = "ARB_base_instance|VERSION_4_2", Version = "4.2", EntryPoint = "glDrawElementsInstancedBaseInstance")] public static void DrawElementsInstancedBaseInstance(OpenTK.Graphics.OpenGL4.PrimitiveType mode, Int32 count, OpenTK.Graphics.OpenGL4.DrawElementsType type, [InAttribute, OutAttribute] ref T3 indices, Int32 instancecount, UInt32 baseinstance) where T3 : struct @@ -21087,7 +21087,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.2 and ARB_base_instance|VERSION_4_2] /// Render multiple instances of a set of primitives from array data with a per-element offset /// /// @@ -21125,7 +21125,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the base instance for use in fetching instanced vertex attributes. /// /// - [AutoGenerated(Category = "ARB_base_instance|VERSION_4_2", Version = "", EntryPoint = "glDrawElementsInstancedBaseVertexBaseInstance")] + [AutoGenerated(Category = "ARB_base_instance|VERSION_4_2", Version = "4.2", EntryPoint = "glDrawElementsInstancedBaseVertexBaseInstance")] public static void DrawElementsInstancedBaseVertexBaseInstance(OpenTK.Graphics.OpenGL4.PrimitiveType mode, Int32 count, OpenTK.Graphics.OpenGL4.DrawElementsType type, IntPtr indices, Int32 instancecount, Int32 basevertex, Int32 baseinstance) { @@ -21140,7 +21140,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.2 and ARB_base_instance|VERSION_4_2] /// Render multiple instances of a set of primitives from array data with a per-element offset /// /// @@ -21179,7 +21179,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_base_instance|VERSION_4_2", Version = "", EntryPoint = "glDrawElementsInstancedBaseVertexBaseInstance")] + [AutoGenerated(Category = "ARB_base_instance|VERSION_4_2", Version = "4.2", EntryPoint = "glDrawElementsInstancedBaseVertexBaseInstance")] public static void DrawElementsInstancedBaseVertexBaseInstance(OpenTK.Graphics.OpenGL4.PrimitiveType mode, Int32 count, OpenTK.Graphics.OpenGL4.DrawElementsType type, IntPtr indices, Int32 instancecount, Int32 basevertex, UInt32 baseinstance) { @@ -21194,7 +21194,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.2 and ARB_base_instance|VERSION_4_2] /// Render multiple instances of a set of primitives from array data with a per-element offset /// /// @@ -21232,7 +21232,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the base instance for use in fetching instanced vertex attributes. /// /// - [AutoGenerated(Category = "ARB_base_instance|VERSION_4_2", Version = "", EntryPoint = "glDrawElementsInstancedBaseVertexBaseInstance")] + [AutoGenerated(Category = "ARB_base_instance|VERSION_4_2", Version = "4.2", EntryPoint = "glDrawElementsInstancedBaseVertexBaseInstance")] public static void DrawElementsInstancedBaseVertexBaseInstance(OpenTK.Graphics.OpenGL4.PrimitiveType mode, Int32 count, OpenTK.Graphics.OpenGL4.DrawElementsType type, [InAttribute, OutAttribute] T3[] indices, Int32 instancecount, Int32 basevertex, Int32 baseinstance) where T3 : struct @@ -21256,7 +21256,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.2 and ARB_base_instance|VERSION_4_2] /// Render multiple instances of a set of primitives from array data with a per-element offset /// /// @@ -21295,7 +21295,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_base_instance|VERSION_4_2", Version = "", EntryPoint = "glDrawElementsInstancedBaseVertexBaseInstance")] + [AutoGenerated(Category = "ARB_base_instance|VERSION_4_2", Version = "4.2", EntryPoint = "glDrawElementsInstancedBaseVertexBaseInstance")] public static void DrawElementsInstancedBaseVertexBaseInstance(OpenTK.Graphics.OpenGL4.PrimitiveType mode, Int32 count, OpenTK.Graphics.OpenGL4.DrawElementsType type, [InAttribute, OutAttribute] T3[] indices, Int32 instancecount, Int32 basevertex, UInt32 baseinstance) where T3 : struct @@ -21319,7 +21319,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.2 and ARB_base_instance|VERSION_4_2] /// Render multiple instances of a set of primitives from array data with a per-element offset /// /// @@ -21357,7 +21357,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the base instance for use in fetching instanced vertex attributes. /// /// - [AutoGenerated(Category = "ARB_base_instance|VERSION_4_2", Version = "", EntryPoint = "glDrawElementsInstancedBaseVertexBaseInstance")] + [AutoGenerated(Category = "ARB_base_instance|VERSION_4_2", Version = "4.2", EntryPoint = "glDrawElementsInstancedBaseVertexBaseInstance")] public static void DrawElementsInstancedBaseVertexBaseInstance(OpenTK.Graphics.OpenGL4.PrimitiveType mode, Int32 count, OpenTK.Graphics.OpenGL4.DrawElementsType type, [InAttribute, OutAttribute] T3[,] indices, Int32 instancecount, Int32 basevertex, Int32 baseinstance) where T3 : struct @@ -21381,7 +21381,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.2 and ARB_base_instance|VERSION_4_2] /// Render multiple instances of a set of primitives from array data with a per-element offset /// /// @@ -21420,7 +21420,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_base_instance|VERSION_4_2", Version = "", EntryPoint = "glDrawElementsInstancedBaseVertexBaseInstance")] + [AutoGenerated(Category = "ARB_base_instance|VERSION_4_2", Version = "4.2", EntryPoint = "glDrawElementsInstancedBaseVertexBaseInstance")] public static void DrawElementsInstancedBaseVertexBaseInstance(OpenTK.Graphics.OpenGL4.PrimitiveType mode, Int32 count, OpenTK.Graphics.OpenGL4.DrawElementsType type, [InAttribute, OutAttribute] T3[,] indices, Int32 instancecount, Int32 basevertex, UInt32 baseinstance) where T3 : struct @@ -21444,7 +21444,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.2 and ARB_base_instance|VERSION_4_2] /// Render multiple instances of a set of primitives from array data with a per-element offset /// /// @@ -21482,7 +21482,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the base instance for use in fetching instanced vertex attributes. /// /// - [AutoGenerated(Category = "ARB_base_instance|VERSION_4_2", Version = "", EntryPoint = "glDrawElementsInstancedBaseVertexBaseInstance")] + [AutoGenerated(Category = "ARB_base_instance|VERSION_4_2", Version = "4.2", EntryPoint = "glDrawElementsInstancedBaseVertexBaseInstance")] public static void DrawElementsInstancedBaseVertexBaseInstance(OpenTK.Graphics.OpenGL4.PrimitiveType mode, Int32 count, OpenTK.Graphics.OpenGL4.DrawElementsType type, [InAttribute, OutAttribute] T3[,,] indices, Int32 instancecount, Int32 basevertex, Int32 baseinstance) where T3 : struct @@ -21506,7 +21506,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.2 and ARB_base_instance|VERSION_4_2] /// Render multiple instances of a set of primitives from array data with a per-element offset /// /// @@ -21545,7 +21545,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_base_instance|VERSION_4_2", Version = "", EntryPoint = "glDrawElementsInstancedBaseVertexBaseInstance")] + [AutoGenerated(Category = "ARB_base_instance|VERSION_4_2", Version = "4.2", EntryPoint = "glDrawElementsInstancedBaseVertexBaseInstance")] public static void DrawElementsInstancedBaseVertexBaseInstance(OpenTK.Graphics.OpenGL4.PrimitiveType mode, Int32 count, OpenTK.Graphics.OpenGL4.DrawElementsType type, [InAttribute, OutAttribute] T3[,,] indices, Int32 instancecount, Int32 basevertex, UInt32 baseinstance) where T3 : struct @@ -21569,7 +21569,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.2 and ARB_base_instance|VERSION_4_2] /// Render multiple instances of a set of primitives from array data with a per-element offset /// /// @@ -21607,7 +21607,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the base instance for use in fetching instanced vertex attributes. /// /// - [AutoGenerated(Category = "ARB_base_instance|VERSION_4_2", Version = "", EntryPoint = "glDrawElementsInstancedBaseVertexBaseInstance")] + [AutoGenerated(Category = "ARB_base_instance|VERSION_4_2", Version = "4.2", EntryPoint = "glDrawElementsInstancedBaseVertexBaseInstance")] public static void DrawElementsInstancedBaseVertexBaseInstance(OpenTK.Graphics.OpenGL4.PrimitiveType mode, Int32 count, OpenTK.Graphics.OpenGL4.DrawElementsType type, [InAttribute, OutAttribute] ref T3 indices, Int32 instancecount, Int32 basevertex, Int32 baseinstance) where T3 : struct @@ -21632,7 +21632,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.2 and ARB_base_instance|VERSION_4_2] /// Render multiple instances of a set of primitives from array data with a per-element offset /// /// @@ -21671,7 +21671,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_base_instance|VERSION_4_2", Version = "", EntryPoint = "glDrawElementsInstancedBaseVertexBaseInstance")] + [AutoGenerated(Category = "ARB_base_instance|VERSION_4_2", Version = "4.2", EntryPoint = "glDrawElementsInstancedBaseVertexBaseInstance")] public static void DrawElementsInstancedBaseVertexBaseInstance(OpenTK.Graphics.OpenGL4.PrimitiveType mode, Int32 count, OpenTK.Graphics.OpenGL4.DrawElementsType type, [InAttribute, OutAttribute] ref T3 indices, Int32 instancecount, Int32 basevertex, UInt32 baseinstance) where T3 : struct @@ -22921,7 +22921,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.2 and ARB_transform_feedback_instanced|VERSION_4_2] /// Render multiple instances of primitives using a count derived from a transform feedback object /// /// @@ -22939,7 +22939,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the number of instances of the geometry to render. /// /// - [AutoGenerated(Category = "ARB_transform_feedback_instanced|VERSION_4_2", Version = "", EntryPoint = "glDrawTransformFeedbackInstanced")] + [AutoGenerated(Category = "ARB_transform_feedback_instanced|VERSION_4_2", Version = "4.2", EntryPoint = "glDrawTransformFeedbackInstanced")] public static void DrawTransformFeedbackInstanced(OpenTK.Graphics.OpenGL4.PrimitiveType mode, Int32 id, Int32 instancecount) { @@ -22954,7 +22954,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.2 and ARB_transform_feedback_instanced|VERSION_4_2] /// Render multiple instances of primitives using a count derived from a transform feedback object /// /// @@ -22973,7 +22973,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_transform_feedback_instanced|VERSION_4_2", Version = "", EntryPoint = "glDrawTransformFeedbackInstanced")] + [AutoGenerated(Category = "ARB_transform_feedback_instanced|VERSION_4_2", Version = "4.2", EntryPoint = "glDrawTransformFeedbackInstanced")] public static void DrawTransformFeedbackInstanced(OpenTK.Graphics.OpenGL4.PrimitiveType mode, UInt32 id, Int32 instancecount) { @@ -23055,7 +23055,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.2 and ARB_transform_feedback_instanced|VERSION_4_2] /// Render multiple instances of primitives using a count derived from a specifed stream of a transform feedback object /// /// @@ -23078,7 +23078,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the number of instances of the geometry to render. /// /// - [AutoGenerated(Category = "ARB_transform_feedback_instanced|VERSION_4_2", Version = "", EntryPoint = "glDrawTransformFeedbackStreamInstanced")] + [AutoGenerated(Category = "ARB_transform_feedback_instanced|VERSION_4_2", Version = "4.2", EntryPoint = "glDrawTransformFeedbackStreamInstanced")] public static void DrawTransformFeedbackStreamInstanced(OpenTK.Graphics.OpenGL4.PrimitiveType mode, Int32 id, Int32 stream, Int32 instancecount) { @@ -23093,7 +23093,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.2 and ARB_transform_feedback_instanced|VERSION_4_2] /// Render multiple instances of primitives using a count derived from a specifed stream of a transform feedback object /// /// @@ -23117,7 +23117,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_transform_feedback_instanced|VERSION_4_2", Version = "", EntryPoint = "glDrawTransformFeedbackStreamInstanced")] + [AutoGenerated(Category = "ARB_transform_feedback_instanced|VERSION_4_2", Version = "4.2", EntryPoint = "glDrawTransformFeedbackStreamInstanced")] public static void DrawTransformFeedbackStreamInstanced(OpenTK.Graphics.OpenGL4.PrimitiveType mode, UInt32 id, UInt32 stream, Int32 instancecount) { @@ -23293,8 +23293,8 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// - [AutoGenerated(Category = "ARB_transform_feedback3|VERSION_4_0", Version = "", EntryPoint = "glEndQueryIndexed")] + /// [requires: v4.0 and ARB_transform_feedback3|VERSION_4_0] + [AutoGenerated(Category = "ARB_transform_feedback3|VERSION_4_0", Version = "4.0", EntryPoint = "glEndQueryIndexed")] public static void EndQueryIndexed(OpenTK.Graphics.OpenGL4.QueryTarget target, Int32 index) { @@ -23308,9 +23308,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v4.0 and ARB_transform_feedback3|VERSION_4_0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_transform_feedback3|VERSION_4_0", Version = "", EntryPoint = "glEndQueryIndexed")] + [AutoGenerated(Category = "ARB_transform_feedback3|VERSION_4_0", Version = "4.0", EntryPoint = "glEndQueryIndexed")] public static void EndQueryIndexed(OpenTK.Graphics.OpenGL4.QueryTarget target, UInt32 index) { @@ -23340,7 +23340,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.2 and ARB_sync|VERSION_3_2] /// Create a new sync object and insert it into the GL command stream /// /// @@ -23353,7 +23353,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies a bitwise combination of flags controlling the behavior of the sync object. No flags are presently defined for this operation and flags must be zero. flags is a placeholder for anticipated future extensions of fence sync object capabilities. /// /// - [AutoGenerated(Category = "ARB_sync|VERSION_3_2", Version = "", EntryPoint = "glFenceSync")] + [AutoGenerated(Category = "ARB_sync|VERSION_3_2", Version = "3.2", EntryPoint = "glFenceSync")] public static IntPtr FenceSync(OpenTK.Graphics.OpenGL4.SyncCondition condition, Int32 flags) { @@ -23368,7 +23368,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.2 and ARB_sync|VERSION_3_2] /// Create a new sync object and insert it into the GL command stream /// /// @@ -23382,7 +23382,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_sync|VERSION_3_2", Version = "", EntryPoint = "glFenceSync")] + [AutoGenerated(Category = "ARB_sync|VERSION_3_2", Version = "3.2", EntryPoint = "glFenceSync")] public static IntPtr FenceSync(OpenTK.Graphics.OpenGL4.SyncCondition condition, UInt32 flags) { @@ -23433,7 +23433,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.0 and ARB_map_buffer_range|VERSION_3_0] /// Indicate modifications to a range of a mapped buffer /// /// @@ -23451,7 +23451,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the length of the buffer subrange, in basic machine units. /// /// - [AutoGenerated(Category = "ARB_map_buffer_range|VERSION_3_0", Version = "", EntryPoint = "glFlushMappedBufferRange")] + [AutoGenerated(Category = "ARB_map_buffer_range|VERSION_3_0", Version = "3.0", EntryPoint = "glFlushMappedBufferRange")] public static void FlushMappedBufferRange(OpenTK.Graphics.OpenGL4.BufferTarget target, IntPtr offset, IntPtr length) { @@ -23466,7 +23466,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and ARB_framebuffer_no_attachments|VERSION_4_3] /// Set a named parameter of a framebuffer /// /// @@ -23484,7 +23484,7 @@ namespace OpenTK.Graphics.OpenGL4 /// The new value for the parameter named pname. /// /// - [AutoGenerated(Category = "ARB_framebuffer_no_attachments|VERSION_4_3", Version = "", EntryPoint = "glFramebufferParameteri")] + [AutoGenerated(Category = "ARB_framebuffer_no_attachments|VERSION_4_3", Version = "4.3", EntryPoint = "glFramebufferParameteri")] public static void FramebufferParameter(OpenTK.Graphics.OpenGL4.FramebufferTarget target, OpenTK.Graphics.OpenGL4.FramebufferDefaultParameter pname, Int32 param) { @@ -23499,7 +23499,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.0 and ARB_framebuffer_object|VERSION_3_0] /// Attach a renderbuffer as a logical buffer to the currently bound framebuffer object /// /// @@ -23522,7 +23522,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the name of an existing renderbuffer object of type renderbuffertarget to attach. /// /// - [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "", EntryPoint = "glFramebufferRenderbuffer")] + [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "3.0", EntryPoint = "glFramebufferRenderbuffer")] public static void FramebufferRenderbuffer(OpenTK.Graphics.OpenGL4.FramebufferTarget target, OpenTK.Graphics.OpenGL4.FramebufferAttachment attachment, OpenTK.Graphics.OpenGL4.RenderbufferTarget renderbuffertarget, Int32 renderbuffer) { @@ -23537,7 +23537,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.0 and ARB_framebuffer_object|VERSION_3_0] /// Attach a renderbuffer as a logical buffer to the currently bound framebuffer object /// /// @@ -23561,7 +23561,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "", EntryPoint = "glFramebufferRenderbuffer")] + [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "3.0", EntryPoint = "glFramebufferRenderbuffer")] public static void FramebufferRenderbuffer(OpenTK.Graphics.OpenGL4.FramebufferTarget target, OpenTK.Graphics.OpenGL4.FramebufferAttachment attachment, OpenTK.Graphics.OpenGL4.RenderbufferTarget renderbuffertarget, UInt32 renderbuffer) { @@ -23662,8 +23662,8 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// - [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "", EntryPoint = "glFramebufferTexture1D")] + /// [requires: v3.0 and ARB_framebuffer_object|VERSION_3_0] + [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "3.0", EntryPoint = "glFramebufferTexture1D")] public static void FramebufferTexture1D(OpenTK.Graphics.OpenGL4.FramebufferTarget target, OpenTK.Graphics.OpenGL4.FramebufferAttachment attachment, OpenTK.Graphics.OpenGL4.TextureTarget textarget, Int32 texture, Int32 level) { @@ -23677,9 +23677,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v3.0 and ARB_framebuffer_object|VERSION_3_0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "", EntryPoint = "glFramebufferTexture1D")] + [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "3.0", EntryPoint = "glFramebufferTexture1D")] public static void FramebufferTexture1D(OpenTK.Graphics.OpenGL4.FramebufferTarget target, OpenTK.Graphics.OpenGL4.FramebufferAttachment attachment, OpenTK.Graphics.OpenGL4.TextureTarget textarget, UInt32 texture, Int32 level) { @@ -23693,8 +23693,8 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// - [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "", EntryPoint = "glFramebufferTexture2D")] + /// [requires: v3.0 and ARB_framebuffer_object|VERSION_3_0] + [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "3.0", EntryPoint = "glFramebufferTexture2D")] public static void FramebufferTexture2D(OpenTK.Graphics.OpenGL4.FramebufferTarget target, OpenTK.Graphics.OpenGL4.FramebufferAttachment attachment, OpenTK.Graphics.OpenGL4.TextureTarget textarget, Int32 texture, Int32 level) { @@ -23708,9 +23708,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v3.0 and ARB_framebuffer_object|VERSION_3_0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "", EntryPoint = "glFramebufferTexture2D")] + [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "3.0", EntryPoint = "glFramebufferTexture2D")] public static void FramebufferTexture2D(OpenTK.Graphics.OpenGL4.FramebufferTarget target, OpenTK.Graphics.OpenGL4.FramebufferAttachment attachment, OpenTK.Graphics.OpenGL4.TextureTarget textarget, UInt32 texture, Int32 level) { @@ -23724,8 +23724,8 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// - [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "", EntryPoint = "glFramebufferTexture3D")] + /// [requires: v3.0 and ARB_framebuffer_object|VERSION_3_0] + [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "3.0", EntryPoint = "glFramebufferTexture3D")] public static void FramebufferTexture3D(OpenTK.Graphics.OpenGL4.FramebufferTarget target, OpenTK.Graphics.OpenGL4.FramebufferAttachment attachment, OpenTK.Graphics.OpenGL4.TextureTarget textarget, Int32 texture, Int32 level, Int32 zoffset) { @@ -23739,9 +23739,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v3.0 and ARB_framebuffer_object|VERSION_3_0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "", EntryPoint = "glFramebufferTexture3D")] + [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "3.0", EntryPoint = "glFramebufferTexture3D")] public static void FramebufferTexture3D(OpenTK.Graphics.OpenGL4.FramebufferTarget target, OpenTK.Graphics.OpenGL4.FramebufferAttachment attachment, OpenTK.Graphics.OpenGL4.TextureTarget textarget, UInt32 texture, Int32 level, Int32 zoffset) { @@ -23756,7 +23756,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.0 and ARB_framebuffer_object|VERSION_3_0] /// Attach a single layer of a texture to a framebuffer /// /// @@ -23784,7 +23784,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the layer of texture to attach. /// /// - [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "", EntryPoint = "glFramebufferTextureLayer")] + [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "3.0", EntryPoint = "glFramebufferTextureLayer")] public static void FramebufferTextureLayer(OpenTK.Graphics.OpenGL4.FramebufferTarget target, OpenTK.Graphics.OpenGL4.FramebufferAttachment attachment, Int32 texture, Int32 level, Int32 layer) { @@ -23799,7 +23799,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.0 and ARB_framebuffer_object|VERSION_3_0] /// Attach a single layer of a texture to a framebuffer /// /// @@ -23828,7 +23828,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "", EntryPoint = "glFramebufferTextureLayer")] + [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "3.0", EntryPoint = "glFramebufferTextureLayer")] public static void FramebufferTextureLayer(OpenTK.Graphics.OpenGL4.FramebufferTarget target, OpenTK.Graphics.OpenGL4.FramebufferAttachment attachment, UInt32 texture, Int32 level, Int32 layer) { @@ -24064,7 +24064,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.0 and ARB_framebuffer_object|VERSION_3_0] /// Generate mipmaps for a specified texture target /// /// @@ -24072,7 +24072,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the target to which the texture whose mimaps to generate is bound. target must be GL_TEXTURE_1D, GL_TEXTURE_2D, GL_TEXTURE_3D, GL_TEXTURE_1D_ARRAY, GL_TEXTURE_2D_ARRAY or GL_TEXTURE_CUBE_MAP. /// /// - [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "", EntryPoint = "glGenerateMipmap")] + [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "3.0", EntryPoint = "glGenerateMipmap")] public static void GenerateMipmap(OpenTK.Graphics.OpenGL4.GenerateMipmapTarget target) { @@ -24087,7 +24087,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.0 and ARB_framebuffer_object|VERSION_3_0] /// Generate framebuffer object names /// /// @@ -24100,7 +24100,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies an array in which the generated framebuffer object names are stored. /// /// - [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "", EntryPoint = "glGenFramebuffers")] + [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "3.0", EntryPoint = "glGenFramebuffers")] public static void GenFramebuffers(Int32 n, [OutAttribute] Int32[] framebuffers) { @@ -24121,7 +24121,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.0 and ARB_framebuffer_object|VERSION_3_0] /// Generate framebuffer object names /// /// @@ -24134,7 +24134,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies an array in which the generated framebuffer object names are stored. /// /// - [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "", EntryPoint = "glGenFramebuffers")] + [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "3.0", EntryPoint = "glGenFramebuffers")] public static void GenFramebuffers(Int32 n, [OutAttribute] out Int32 framebuffers) { @@ -24156,7 +24156,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.0 and ARB_framebuffer_object|VERSION_3_0] /// Generate framebuffer object names /// /// @@ -24170,7 +24170,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "", EntryPoint = "glGenFramebuffers")] + [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "3.0", EntryPoint = "glGenFramebuffers")] public static unsafe void GenFramebuffers(Int32 n, [OutAttribute] Int32* framebuffers) { @@ -24185,7 +24185,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.0 and ARB_framebuffer_object|VERSION_3_0] /// Generate framebuffer object names /// /// @@ -24199,7 +24199,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "", EntryPoint = "glGenFramebuffers")] + [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "3.0", EntryPoint = "glGenFramebuffers")] public static void GenFramebuffers(Int32 n, [OutAttribute] UInt32[] framebuffers) { @@ -24220,7 +24220,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.0 and ARB_framebuffer_object|VERSION_3_0] /// Generate framebuffer object names /// /// @@ -24234,7 +24234,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "", EntryPoint = "glGenFramebuffers")] + [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "3.0", EntryPoint = "glGenFramebuffers")] public static void GenFramebuffers(Int32 n, [OutAttribute] out UInt32 framebuffers) { @@ -24256,7 +24256,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.0 and ARB_framebuffer_object|VERSION_3_0] /// Generate framebuffer object names /// /// @@ -24270,7 +24270,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "", EntryPoint = "glGenFramebuffers")] + [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "3.0", EntryPoint = "glGenFramebuffers")] public static unsafe void GenFramebuffers(Int32 n, [OutAttribute] UInt32* framebuffers) { @@ -24285,7 +24285,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Reserve program pipeline object names /// /// @@ -24298,7 +24298,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies an array of into which the reserved names will be written. /// /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glGenProgramPipelines")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glGenProgramPipelines")] public static void GenProgramPipelines(Int32 n, [OutAttribute] Int32[] pipelines) { @@ -24319,7 +24319,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Reserve program pipeline object names /// /// @@ -24332,7 +24332,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies an array of into which the reserved names will be written. /// /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glGenProgramPipelines")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glGenProgramPipelines")] public static void GenProgramPipelines(Int32 n, [OutAttribute] out Int32 pipelines) { @@ -24354,7 +24354,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Reserve program pipeline object names /// /// @@ -24368,7 +24368,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glGenProgramPipelines")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glGenProgramPipelines")] public static unsafe void GenProgramPipelines(Int32 n, [OutAttribute] Int32* pipelines) { @@ -24383,7 +24383,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Reserve program pipeline object names /// /// @@ -24397,7 +24397,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glGenProgramPipelines")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glGenProgramPipelines")] public static void GenProgramPipelines(Int32 n, [OutAttribute] UInt32[] pipelines) { @@ -24418,7 +24418,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Reserve program pipeline object names /// /// @@ -24432,7 +24432,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glGenProgramPipelines")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glGenProgramPipelines")] public static void GenProgramPipelines(Int32 n, [OutAttribute] out UInt32 pipelines) { @@ -24454,7 +24454,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Reserve program pipeline object names /// /// @@ -24468,7 +24468,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glGenProgramPipelines")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glGenProgramPipelines")] public static unsafe void GenProgramPipelines(Int32 n, [OutAttribute] UInt32* pipelines) { @@ -24681,7 +24681,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.0 and ARB_framebuffer_object|VERSION_3_0] /// Generate renderbuffer object names /// /// @@ -24694,7 +24694,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies an array in which the generated renderbuffer object names are stored. /// /// - [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "", EntryPoint = "glGenRenderbuffers")] + [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "3.0", EntryPoint = "glGenRenderbuffers")] public static void GenRenderbuffers(Int32 n, [OutAttribute] Int32[] renderbuffers) { @@ -24715,7 +24715,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.0 and ARB_framebuffer_object|VERSION_3_0] /// Generate renderbuffer object names /// /// @@ -24728,7 +24728,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies an array in which the generated renderbuffer object names are stored. /// /// - [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "", EntryPoint = "glGenRenderbuffers")] + [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "3.0", EntryPoint = "glGenRenderbuffers")] public static void GenRenderbuffers(Int32 n, [OutAttribute] out Int32 renderbuffers) { @@ -24750,7 +24750,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.0 and ARB_framebuffer_object|VERSION_3_0] /// Generate renderbuffer object names /// /// @@ -24764,7 +24764,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "", EntryPoint = "glGenRenderbuffers")] + [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "3.0", EntryPoint = "glGenRenderbuffers")] public static unsafe void GenRenderbuffers(Int32 n, [OutAttribute] Int32* renderbuffers) { @@ -24779,7 +24779,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.0 and ARB_framebuffer_object|VERSION_3_0] /// Generate renderbuffer object names /// /// @@ -24793,7 +24793,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "", EntryPoint = "glGenRenderbuffers")] + [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "3.0", EntryPoint = "glGenRenderbuffers")] public static void GenRenderbuffers(Int32 n, [OutAttribute] UInt32[] renderbuffers) { @@ -24814,7 +24814,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.0 and ARB_framebuffer_object|VERSION_3_0] /// Generate renderbuffer object names /// /// @@ -24828,7 +24828,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "", EntryPoint = "glGenRenderbuffers")] + [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "3.0", EntryPoint = "glGenRenderbuffers")] public static void GenRenderbuffers(Int32 n, [OutAttribute] out UInt32 renderbuffers) { @@ -24850,7 +24850,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.0 and ARB_framebuffer_object|VERSION_3_0] /// Generate renderbuffer object names /// /// @@ -24864,7 +24864,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "", EntryPoint = "glGenRenderbuffers")] + [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "3.0", EntryPoint = "glGenRenderbuffers")] public static unsafe void GenRenderbuffers(Int32 n, [OutAttribute] UInt32* renderbuffers) { @@ -24879,7 +24879,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.3 and ARB_sampler_objects|VERSION_3_3] /// Generate sampler object names /// /// @@ -24892,7 +24892,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies an array in which the generated sampler object names are stored. /// /// - [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "", EntryPoint = "glGenSamplers")] + [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "3.3", EntryPoint = "glGenSamplers")] public static void GenSamplers(Int32 count, [OutAttribute] Int32[] samplers) { @@ -24913,7 +24913,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.3 and ARB_sampler_objects|VERSION_3_3] /// Generate sampler object names /// /// @@ -24926,7 +24926,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies an array in which the generated sampler object names are stored. /// /// - [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "", EntryPoint = "glGenSamplers")] + [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "3.3", EntryPoint = "glGenSamplers")] public static void GenSamplers(Int32 count, [OutAttribute] out Int32 samplers) { @@ -24948,7 +24948,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.3 and ARB_sampler_objects|VERSION_3_3] /// Generate sampler object names /// /// @@ -24962,7 +24962,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "", EntryPoint = "glGenSamplers")] + [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "3.3", EntryPoint = "glGenSamplers")] public static unsafe void GenSamplers(Int32 count, [OutAttribute] Int32* samplers) { @@ -24977,7 +24977,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.3 and ARB_sampler_objects|VERSION_3_3] /// Generate sampler object names /// /// @@ -24991,7 +24991,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "", EntryPoint = "glGenSamplers")] + [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "3.3", EntryPoint = "glGenSamplers")] public static void GenSamplers(Int32 count, [OutAttribute] UInt32[] samplers) { @@ -25012,7 +25012,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.3 and ARB_sampler_objects|VERSION_3_3] /// Generate sampler object names /// /// @@ -25026,7 +25026,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "", EntryPoint = "glGenSamplers")] + [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "3.3", EntryPoint = "glGenSamplers")] public static void GenSamplers(Int32 count, [OutAttribute] out UInt32 samplers) { @@ -25048,7 +25048,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.3 and ARB_sampler_objects|VERSION_3_3] /// Generate sampler object names /// /// @@ -25062,7 +25062,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "", EntryPoint = "glGenSamplers")] + [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "3.3", EntryPoint = "glGenSamplers")] public static unsafe void GenSamplers(Int32 count, [OutAttribute] UInt32* samplers) { @@ -25275,7 +25275,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.0 and ARB_transform_feedback2|VERSION_4_0] /// Reserve transform feedback object names /// /// @@ -25288,7 +25288,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies an array of into which the reserved names will be written. /// /// - [AutoGenerated(Category = "ARB_transform_feedback2|VERSION_4_0", Version = "", EntryPoint = "glGenTransformFeedbacks")] + [AutoGenerated(Category = "ARB_transform_feedback2|VERSION_4_0", Version = "4.0", EntryPoint = "glGenTransformFeedbacks")] public static void GenTransformFeedback(Int32 n, [OutAttribute] Int32[] ids) { @@ -25309,7 +25309,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.0 and ARB_transform_feedback2|VERSION_4_0] /// Reserve transform feedback object names /// /// @@ -25322,7 +25322,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies an array of into which the reserved names will be written. /// /// - [AutoGenerated(Category = "ARB_transform_feedback2|VERSION_4_0", Version = "", EntryPoint = "glGenTransformFeedbacks")] + [AutoGenerated(Category = "ARB_transform_feedback2|VERSION_4_0", Version = "4.0", EntryPoint = "glGenTransformFeedbacks")] public static void GenTransformFeedback(Int32 n, [OutAttribute] out Int32 ids) { @@ -25344,7 +25344,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.0 and ARB_transform_feedback2|VERSION_4_0] /// Reserve transform feedback object names /// /// @@ -25358,7 +25358,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_transform_feedback2|VERSION_4_0", Version = "", EntryPoint = "glGenTransformFeedbacks")] + [AutoGenerated(Category = "ARB_transform_feedback2|VERSION_4_0", Version = "4.0", EntryPoint = "glGenTransformFeedbacks")] public static unsafe void GenTransformFeedback(Int32 n, [OutAttribute] Int32* ids) { @@ -25373,7 +25373,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.0 and ARB_transform_feedback2|VERSION_4_0] /// Reserve transform feedback object names /// /// @@ -25387,7 +25387,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_transform_feedback2|VERSION_4_0", Version = "", EntryPoint = "glGenTransformFeedbacks")] + [AutoGenerated(Category = "ARB_transform_feedback2|VERSION_4_0", Version = "4.0", EntryPoint = "glGenTransformFeedbacks")] public static void GenTransformFeedback(Int32 n, [OutAttribute] UInt32[] ids) { @@ -25408,7 +25408,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.0 and ARB_transform_feedback2|VERSION_4_0] /// Reserve transform feedback object names /// /// @@ -25422,7 +25422,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_transform_feedback2|VERSION_4_0", Version = "", EntryPoint = "glGenTransformFeedbacks")] + [AutoGenerated(Category = "ARB_transform_feedback2|VERSION_4_0", Version = "4.0", EntryPoint = "glGenTransformFeedbacks")] public static void GenTransformFeedback(Int32 n, [OutAttribute] out UInt32 ids) { @@ -25444,7 +25444,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.0 and ARB_transform_feedback2|VERSION_4_0] /// Reserve transform feedback object names /// /// @@ -25458,7 +25458,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_transform_feedback2|VERSION_4_0", Version = "", EntryPoint = "glGenTransformFeedbacks")] + [AutoGenerated(Category = "ARB_transform_feedback2|VERSION_4_0", Version = "4.0", EntryPoint = "glGenTransformFeedbacks")] public static unsafe void GenTransformFeedback(Int32 n, [OutAttribute] UInt32* ids) { @@ -25473,7 +25473,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.0 and ARB_vertex_array_object|VERSION_3_0] /// Generate vertex array object names /// /// @@ -25486,7 +25486,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies an array in which the generated vertex array object names are stored. /// /// - [AutoGenerated(Category = "ARB_vertex_array_object|VERSION_3_0", Version = "", EntryPoint = "glGenVertexArrays")] + [AutoGenerated(Category = "ARB_vertex_array_object|VERSION_3_0", Version = "3.0", EntryPoint = "glGenVertexArrays")] public static void GenVertexArrays(Int32 n, [OutAttribute] Int32[] arrays) { @@ -25507,7 +25507,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.0 and ARB_vertex_array_object|VERSION_3_0] /// Generate vertex array object names /// /// @@ -25520,7 +25520,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies an array in which the generated vertex array object names are stored. /// /// - [AutoGenerated(Category = "ARB_vertex_array_object|VERSION_3_0", Version = "", EntryPoint = "glGenVertexArrays")] + [AutoGenerated(Category = "ARB_vertex_array_object|VERSION_3_0", Version = "3.0", EntryPoint = "glGenVertexArrays")] public static void GenVertexArrays(Int32 n, [OutAttribute] out Int32 arrays) { @@ -25542,7 +25542,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.0 and ARB_vertex_array_object|VERSION_3_0] /// Generate vertex array object names /// /// @@ -25556,7 +25556,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_array_object|VERSION_3_0", Version = "", EntryPoint = "glGenVertexArrays")] + [AutoGenerated(Category = "ARB_vertex_array_object|VERSION_3_0", Version = "3.0", EntryPoint = "glGenVertexArrays")] public static unsafe void GenVertexArrays(Int32 n, [OutAttribute] Int32* arrays) { @@ -25571,7 +25571,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.0 and ARB_vertex_array_object|VERSION_3_0] /// Generate vertex array object names /// /// @@ -25585,7 +25585,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_array_object|VERSION_3_0", Version = "", EntryPoint = "glGenVertexArrays")] + [AutoGenerated(Category = "ARB_vertex_array_object|VERSION_3_0", Version = "3.0", EntryPoint = "glGenVertexArrays")] public static void GenVertexArrays(Int32 n, [OutAttribute] UInt32[] arrays) { @@ -25606,7 +25606,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.0 and ARB_vertex_array_object|VERSION_3_0] /// Generate vertex array object names /// /// @@ -25620,7 +25620,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_array_object|VERSION_3_0", Version = "", EntryPoint = "glGenVertexArrays")] + [AutoGenerated(Category = "ARB_vertex_array_object|VERSION_3_0", Version = "3.0", EntryPoint = "glGenVertexArrays")] public static void GenVertexArrays(Int32 n, [OutAttribute] out UInt32 arrays) { @@ -25642,7 +25642,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.0 and ARB_vertex_array_object|VERSION_3_0] /// Generate vertex array object names /// /// @@ -25656,7 +25656,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_array_object|VERSION_3_0", Version = "", EntryPoint = "glGenVertexArrays")] + [AutoGenerated(Category = "ARB_vertex_array_object|VERSION_3_0", Version = "3.0", EntryPoint = "glGenVertexArrays")] public static unsafe void GenVertexArrays(Int32 n, [OutAttribute] UInt32* arrays) { @@ -25671,7 +25671,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.2 and ARB_shader_atomic_counters|VERSION_4_2] /// Retrieve information about the set of active atomic counter buffers for a program /// /// @@ -25694,7 +25694,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the address of a variable into which to write the retrieved information. /// /// - [AutoGenerated(Category = "ARB_shader_atomic_counters|VERSION_4_2", Version = "", EntryPoint = "glGetActiveAtomicCounterBufferiv")] + [AutoGenerated(Category = "ARB_shader_atomic_counters|VERSION_4_2", Version = "4.2", EntryPoint = "glGetActiveAtomicCounterBufferiv")] public static void GetActiveAtomicCounterBuffer(Int32 program, Int32 bufferIndex, OpenTK.Graphics.OpenGL4.AtomicCounterBufferParameter pname, [OutAttribute] Int32[] @params) { @@ -25715,7 +25715,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.2 and ARB_shader_atomic_counters|VERSION_4_2] /// Retrieve information about the set of active atomic counter buffers for a program /// /// @@ -25738,7 +25738,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the address of a variable into which to write the retrieved information. /// /// - [AutoGenerated(Category = "ARB_shader_atomic_counters|VERSION_4_2", Version = "", EntryPoint = "glGetActiveAtomicCounterBufferiv")] + [AutoGenerated(Category = "ARB_shader_atomic_counters|VERSION_4_2", Version = "4.2", EntryPoint = "glGetActiveAtomicCounterBufferiv")] public static void GetActiveAtomicCounterBuffer(Int32 program, Int32 bufferIndex, OpenTK.Graphics.OpenGL4.AtomicCounterBufferParameter pname, [OutAttribute] out Int32 @params) { @@ -25760,7 +25760,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.2 and ARB_shader_atomic_counters|VERSION_4_2] /// Retrieve information about the set of active atomic counter buffers for a program /// /// @@ -25784,7 +25784,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_shader_atomic_counters|VERSION_4_2", Version = "", EntryPoint = "glGetActiveAtomicCounterBufferiv")] + [AutoGenerated(Category = "ARB_shader_atomic_counters|VERSION_4_2", Version = "4.2", EntryPoint = "glGetActiveAtomicCounterBufferiv")] public static unsafe void GetActiveAtomicCounterBuffer(Int32 program, Int32 bufferIndex, OpenTK.Graphics.OpenGL4.AtomicCounterBufferParameter pname, [OutAttribute] Int32* @params) { @@ -25799,7 +25799,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.2 and ARB_shader_atomic_counters|VERSION_4_2] /// Retrieve information about the set of active atomic counter buffers for a program /// /// @@ -25823,7 +25823,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_shader_atomic_counters|VERSION_4_2", Version = "", EntryPoint = "glGetActiveAtomicCounterBufferiv")] + [AutoGenerated(Category = "ARB_shader_atomic_counters|VERSION_4_2", Version = "4.2", EntryPoint = "glGetActiveAtomicCounterBufferiv")] public static void GetActiveAtomicCounterBuffer(UInt32 program, UInt32 bufferIndex, OpenTK.Graphics.OpenGL4.AtomicCounterBufferParameter pname, [OutAttribute] Int32[] @params) { @@ -25844,7 +25844,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.2 and ARB_shader_atomic_counters|VERSION_4_2] /// Retrieve information about the set of active atomic counter buffers for a program /// /// @@ -25868,7 +25868,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_shader_atomic_counters|VERSION_4_2", Version = "", EntryPoint = "glGetActiveAtomicCounterBufferiv")] + [AutoGenerated(Category = "ARB_shader_atomic_counters|VERSION_4_2", Version = "4.2", EntryPoint = "glGetActiveAtomicCounterBufferiv")] public static void GetActiveAtomicCounterBuffer(UInt32 program, UInt32 bufferIndex, OpenTK.Graphics.OpenGL4.AtomicCounterBufferParameter pname, [OutAttribute] out Int32 @params) { @@ -25890,7 +25890,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.2 and ARB_shader_atomic_counters|VERSION_4_2] /// Retrieve information about the set of active atomic counter buffers for a program /// /// @@ -25914,7 +25914,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_shader_atomic_counters|VERSION_4_2", Version = "", EntryPoint = "glGetActiveAtomicCounterBufferiv")] + [AutoGenerated(Category = "ARB_shader_atomic_counters|VERSION_4_2", Version = "4.2", EntryPoint = "glGetActiveAtomicCounterBufferiv")] public static unsafe void GetActiveAtomicCounterBuffer(UInt32 program, UInt32 bufferIndex, OpenTK.Graphics.OpenGL4.AtomicCounterBufferParameter pname, [OutAttribute] Int32* @params) { @@ -26166,7 +26166,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.0 and ARB_shader_subroutine|VERSION_4_0] /// Query the name of an active shader subroutine /// /// @@ -26199,7 +26199,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the address of an array into which the name of the shader subroutine uniform will be written. /// /// - [AutoGenerated(Category = "ARB_shader_subroutine|VERSION_4_0", Version = "", EntryPoint = "glGetActiveSubroutineName")] + [AutoGenerated(Category = "ARB_shader_subroutine|VERSION_4_0", Version = "4.0", EntryPoint = "glGetActiveSubroutineName")] public static void GetActiveSubroutineName(Int32 program, OpenTK.Graphics.OpenGL4.ShaderType shadertype, Int32 index, Int32 bufsize, [OutAttribute] out Int32 length, [OutAttribute] StringBuilder name) { @@ -26221,7 +26221,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.0 and ARB_shader_subroutine|VERSION_4_0] /// Query the name of an active shader subroutine /// /// @@ -26255,7 +26255,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_shader_subroutine|VERSION_4_0", Version = "", EntryPoint = "glGetActiveSubroutineName")] + [AutoGenerated(Category = "ARB_shader_subroutine|VERSION_4_0", Version = "4.0", EntryPoint = "glGetActiveSubroutineName")] public static unsafe void GetActiveSubroutineName(Int32 program, OpenTK.Graphics.OpenGL4.ShaderType shadertype, Int32 index, Int32 bufsize, [OutAttribute] Int32* length, [OutAttribute] StringBuilder name) { @@ -26270,7 +26270,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.0 and ARB_shader_subroutine|VERSION_4_0] /// Query the name of an active shader subroutine /// /// @@ -26304,7 +26304,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_shader_subroutine|VERSION_4_0", Version = "", EntryPoint = "glGetActiveSubroutineName")] + [AutoGenerated(Category = "ARB_shader_subroutine|VERSION_4_0", Version = "4.0", EntryPoint = "glGetActiveSubroutineName")] public static void GetActiveSubroutineName(UInt32 program, OpenTK.Graphics.OpenGL4.ShaderType shadertype, UInt32 index, Int32 bufsize, [OutAttribute] out Int32 length, [OutAttribute] StringBuilder name) { @@ -26326,7 +26326,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.0 and ARB_shader_subroutine|VERSION_4_0] /// Query the name of an active shader subroutine /// /// @@ -26360,7 +26360,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_shader_subroutine|VERSION_4_0", Version = "", EntryPoint = "glGetActiveSubroutineName")] + [AutoGenerated(Category = "ARB_shader_subroutine|VERSION_4_0", Version = "4.0", EntryPoint = "glGetActiveSubroutineName")] public static unsafe void GetActiveSubroutineName(UInt32 program, OpenTK.Graphics.OpenGL4.ShaderType shadertype, UInt32 index, Int32 bufsize, [OutAttribute] Int32* length, [OutAttribute] StringBuilder name) { @@ -26375,7 +26375,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.0 and ARB_shader_subroutine|VERSION_4_0] /// Query a property of an active shader subroutine uniform /// /// @@ -26403,7 +26403,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the address of a into which the queried value or values will be placed. /// /// - [AutoGenerated(Category = "ARB_shader_subroutine|VERSION_4_0", Version = "", EntryPoint = "glGetActiveSubroutineUniformiv")] + [AutoGenerated(Category = "ARB_shader_subroutine|VERSION_4_0", Version = "4.0", EntryPoint = "glGetActiveSubroutineUniformiv")] public static void GetActiveSubroutineUniform(Int32 program, OpenTK.Graphics.OpenGL4.ShaderType shadertype, Int32 index, OpenTK.Graphics.OpenGL4.ActiveSubroutineUniformParameter pname, [OutAttribute] Int32[] values) { @@ -26424,7 +26424,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.0 and ARB_shader_subroutine|VERSION_4_0] /// Query a property of an active shader subroutine uniform /// /// @@ -26452,7 +26452,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the address of a into which the queried value or values will be placed. /// /// - [AutoGenerated(Category = "ARB_shader_subroutine|VERSION_4_0", Version = "", EntryPoint = "glGetActiveSubroutineUniformiv")] + [AutoGenerated(Category = "ARB_shader_subroutine|VERSION_4_0", Version = "4.0", EntryPoint = "glGetActiveSubroutineUniformiv")] public static void GetActiveSubroutineUniform(Int32 program, OpenTK.Graphics.OpenGL4.ShaderType shadertype, Int32 index, OpenTK.Graphics.OpenGL4.ActiveSubroutineUniformParameter pname, [OutAttribute] out Int32 values) { @@ -26474,7 +26474,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.0 and ARB_shader_subroutine|VERSION_4_0] /// Query a property of an active shader subroutine uniform /// /// @@ -26503,7 +26503,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_shader_subroutine|VERSION_4_0", Version = "", EntryPoint = "glGetActiveSubroutineUniformiv")] + [AutoGenerated(Category = "ARB_shader_subroutine|VERSION_4_0", Version = "4.0", EntryPoint = "glGetActiveSubroutineUniformiv")] public static unsafe void GetActiveSubroutineUniform(Int32 program, OpenTK.Graphics.OpenGL4.ShaderType shadertype, Int32 index, OpenTK.Graphics.OpenGL4.ActiveSubroutineUniformParameter pname, [OutAttribute] Int32* values) { @@ -26518,7 +26518,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.0 and ARB_shader_subroutine|VERSION_4_0] /// Query a property of an active shader subroutine uniform /// /// @@ -26547,7 +26547,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_shader_subroutine|VERSION_4_0", Version = "", EntryPoint = "glGetActiveSubroutineUniformiv")] + [AutoGenerated(Category = "ARB_shader_subroutine|VERSION_4_0", Version = "4.0", EntryPoint = "glGetActiveSubroutineUniformiv")] public static void GetActiveSubroutineUniform(UInt32 program, OpenTK.Graphics.OpenGL4.ShaderType shadertype, UInt32 index, OpenTK.Graphics.OpenGL4.ActiveSubroutineUniformParameter pname, [OutAttribute] Int32[] values) { @@ -26568,7 +26568,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.0 and ARB_shader_subroutine|VERSION_4_0] /// Query a property of an active shader subroutine uniform /// /// @@ -26597,7 +26597,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_shader_subroutine|VERSION_4_0", Version = "", EntryPoint = "glGetActiveSubroutineUniformiv")] + [AutoGenerated(Category = "ARB_shader_subroutine|VERSION_4_0", Version = "4.0", EntryPoint = "glGetActiveSubroutineUniformiv")] public static void GetActiveSubroutineUniform(UInt32 program, OpenTK.Graphics.OpenGL4.ShaderType shadertype, UInt32 index, OpenTK.Graphics.OpenGL4.ActiveSubroutineUniformParameter pname, [OutAttribute] out Int32 values) { @@ -26619,7 +26619,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.0 and ARB_shader_subroutine|VERSION_4_0] /// Query a property of an active shader subroutine uniform /// /// @@ -26648,7 +26648,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_shader_subroutine|VERSION_4_0", Version = "", EntryPoint = "glGetActiveSubroutineUniformiv")] + [AutoGenerated(Category = "ARB_shader_subroutine|VERSION_4_0", Version = "4.0", EntryPoint = "glGetActiveSubroutineUniformiv")] public static unsafe void GetActiveSubroutineUniform(UInt32 program, OpenTK.Graphics.OpenGL4.ShaderType shadertype, UInt32 index, OpenTK.Graphics.OpenGL4.ActiveSubroutineUniformParameter pname, [OutAttribute] Int32* values) { @@ -26663,7 +26663,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.0 and ARB_shader_subroutine|VERSION_4_0] /// Query the name of an active shader subroutine uniform /// /// @@ -26696,7 +26696,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the address of a buffer that will receive the name of the specified shader subroutine uniform. /// /// - [AutoGenerated(Category = "ARB_shader_subroutine|VERSION_4_0", Version = "", EntryPoint = "glGetActiveSubroutineUniformName")] + [AutoGenerated(Category = "ARB_shader_subroutine|VERSION_4_0", Version = "4.0", EntryPoint = "glGetActiveSubroutineUniformName")] public static void GetActiveSubroutineUniformName(Int32 program, OpenTK.Graphics.OpenGL4.ShaderType shadertype, Int32 index, Int32 bufsize, [OutAttribute] out Int32 length, [OutAttribute] StringBuilder name) { @@ -26718,7 +26718,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.0 and ARB_shader_subroutine|VERSION_4_0] /// Query the name of an active shader subroutine uniform /// /// @@ -26752,7 +26752,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_shader_subroutine|VERSION_4_0", Version = "", EntryPoint = "glGetActiveSubroutineUniformName")] + [AutoGenerated(Category = "ARB_shader_subroutine|VERSION_4_0", Version = "4.0", EntryPoint = "glGetActiveSubroutineUniformName")] public static unsafe void GetActiveSubroutineUniformName(Int32 program, OpenTK.Graphics.OpenGL4.ShaderType shadertype, Int32 index, Int32 bufsize, [OutAttribute] Int32* length, [OutAttribute] StringBuilder name) { @@ -26767,7 +26767,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.0 and ARB_shader_subroutine|VERSION_4_0] /// Query the name of an active shader subroutine uniform /// /// @@ -26801,7 +26801,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_shader_subroutine|VERSION_4_0", Version = "", EntryPoint = "glGetActiveSubroutineUniformName")] + [AutoGenerated(Category = "ARB_shader_subroutine|VERSION_4_0", Version = "4.0", EntryPoint = "glGetActiveSubroutineUniformName")] public static void GetActiveSubroutineUniformName(UInt32 program, OpenTK.Graphics.OpenGL4.ShaderType shadertype, UInt32 index, Int32 bufsize, [OutAttribute] out Int32 length, [OutAttribute] StringBuilder name) { @@ -26823,7 +26823,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.0 and ARB_shader_subroutine|VERSION_4_0] /// Query the name of an active shader subroutine uniform /// /// @@ -26857,7 +26857,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_shader_subroutine|VERSION_4_0", Version = "", EntryPoint = "glGetActiveSubroutineUniformName")] + [AutoGenerated(Category = "ARB_shader_subroutine|VERSION_4_0", Version = "4.0", EntryPoint = "glGetActiveSubroutineUniformName")] public static unsafe void GetActiveSubroutineUniformName(UInt32 program, OpenTK.Graphics.OpenGL4.ShaderType shadertype, UInt32 index, Int32 bufsize, [OutAttribute] Int32* length, [OutAttribute] StringBuilder name) { @@ -27109,7 +27109,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.1 and ARB_uniform_buffer_object|VERSION_3_1] /// Query information about an active uniform block /// /// @@ -27132,7 +27132,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the address of a variable to receive the result of the query. /// /// - [AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "", EntryPoint = "glGetActiveUniformBlockiv")] + [AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "3.1", EntryPoint = "glGetActiveUniformBlockiv")] public static void GetActiveUniformBlock(Int32 program, Int32 uniformBlockIndex, OpenTK.Graphics.OpenGL4.ActiveUniformBlockParameter pname, [OutAttribute] Int32[] @params) { @@ -27153,7 +27153,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.1 and ARB_uniform_buffer_object|VERSION_3_1] /// Query information about an active uniform block /// /// @@ -27176,7 +27176,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the address of a variable to receive the result of the query. /// /// - [AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "", EntryPoint = "glGetActiveUniformBlockiv")] + [AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "3.1", EntryPoint = "glGetActiveUniformBlockiv")] public static void GetActiveUniformBlock(Int32 program, Int32 uniformBlockIndex, OpenTK.Graphics.OpenGL4.ActiveUniformBlockParameter pname, [OutAttribute] out Int32 @params) { @@ -27198,7 +27198,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.1 and ARB_uniform_buffer_object|VERSION_3_1] /// Query information about an active uniform block /// /// @@ -27222,7 +27222,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "", EntryPoint = "glGetActiveUniformBlockiv")] + [AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "3.1", EntryPoint = "glGetActiveUniformBlockiv")] public static unsafe void GetActiveUniformBlock(Int32 program, Int32 uniformBlockIndex, OpenTK.Graphics.OpenGL4.ActiveUniformBlockParameter pname, [OutAttribute] Int32* @params) { @@ -27237,7 +27237,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.1 and ARB_uniform_buffer_object|VERSION_3_1] /// Query information about an active uniform block /// /// @@ -27261,7 +27261,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "", EntryPoint = "glGetActiveUniformBlockiv")] + [AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "3.1", EntryPoint = "glGetActiveUniformBlockiv")] public static void GetActiveUniformBlock(UInt32 program, UInt32 uniformBlockIndex, OpenTK.Graphics.OpenGL4.ActiveUniformBlockParameter pname, [OutAttribute] Int32[] @params) { @@ -27282,7 +27282,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.1 and ARB_uniform_buffer_object|VERSION_3_1] /// Query information about an active uniform block /// /// @@ -27306,7 +27306,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "", EntryPoint = "glGetActiveUniformBlockiv")] + [AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "3.1", EntryPoint = "glGetActiveUniformBlockiv")] public static void GetActiveUniformBlock(UInt32 program, UInt32 uniformBlockIndex, OpenTK.Graphics.OpenGL4.ActiveUniformBlockParameter pname, [OutAttribute] out Int32 @params) { @@ -27328,7 +27328,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.1 and ARB_uniform_buffer_object|VERSION_3_1] /// Query information about an active uniform block /// /// @@ -27352,7 +27352,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "", EntryPoint = "glGetActiveUniformBlockiv")] + [AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "3.1", EntryPoint = "glGetActiveUniformBlockiv")] public static unsafe void GetActiveUniformBlock(UInt32 program, UInt32 uniformBlockIndex, OpenTK.Graphics.OpenGL4.ActiveUniformBlockParameter pname, [OutAttribute] Int32* @params) { @@ -27367,7 +27367,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.1 and ARB_uniform_buffer_object|VERSION_3_1] /// Retrieve the name of an active uniform block /// /// @@ -27395,7 +27395,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the address an array of characters to receive the name of the uniform block at uniformBlockIndex. /// /// - [AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "", EntryPoint = "glGetActiveUniformBlockName")] + [AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "3.1", EntryPoint = "glGetActiveUniformBlockName")] public static void GetActiveUniformBlockName(Int32 program, Int32 uniformBlockIndex, Int32 bufSize, [OutAttribute] out Int32 length, [OutAttribute] StringBuilder uniformBlockName) { @@ -27417,7 +27417,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.1 and ARB_uniform_buffer_object|VERSION_3_1] /// Retrieve the name of an active uniform block /// /// @@ -27446,7 +27446,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "", EntryPoint = "glGetActiveUniformBlockName")] + [AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "3.1", EntryPoint = "glGetActiveUniformBlockName")] public static unsafe void GetActiveUniformBlockName(Int32 program, Int32 uniformBlockIndex, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] StringBuilder uniformBlockName) { @@ -27461,7 +27461,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.1 and ARB_uniform_buffer_object|VERSION_3_1] /// Retrieve the name of an active uniform block /// /// @@ -27490,7 +27490,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "", EntryPoint = "glGetActiveUniformBlockName")] + [AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "3.1", EntryPoint = "glGetActiveUniformBlockName")] public static void GetActiveUniformBlockName(UInt32 program, UInt32 uniformBlockIndex, Int32 bufSize, [OutAttribute] out Int32 length, [OutAttribute] StringBuilder uniformBlockName) { @@ -27512,7 +27512,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.1 and ARB_uniform_buffer_object|VERSION_3_1] /// Retrieve the name of an active uniform block /// /// @@ -27541,7 +27541,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "", EntryPoint = "glGetActiveUniformBlockName")] + [AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "3.1", EntryPoint = "glGetActiveUniformBlockName")] public static unsafe void GetActiveUniformBlockName(UInt32 program, UInt32 uniformBlockIndex, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] StringBuilder uniformBlockName) { @@ -27556,7 +27556,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.1 and ARB_uniform_buffer_object|VERSION_3_1] /// Query the name of an active uniform /// /// @@ -27584,7 +27584,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the address of a buffer into which the GL will place the name of the active uniform at uniformIndex within program. /// /// - [AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "", EntryPoint = "glGetActiveUniformName")] + [AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "3.1", EntryPoint = "glGetActiveUniformName")] public static void GetActiveUniformName(Int32 program, Int32 uniformIndex, Int32 bufSize, [OutAttribute] out Int32 length, [OutAttribute] StringBuilder uniformName) { @@ -27606,7 +27606,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.1 and ARB_uniform_buffer_object|VERSION_3_1] /// Query the name of an active uniform /// /// @@ -27635,7 +27635,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "", EntryPoint = "glGetActiveUniformName")] + [AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "3.1", EntryPoint = "glGetActiveUniformName")] public static unsafe void GetActiveUniformName(Int32 program, Int32 uniformIndex, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] StringBuilder uniformName) { @@ -27650,7 +27650,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.1 and ARB_uniform_buffer_object|VERSION_3_1] /// Query the name of an active uniform /// /// @@ -27679,7 +27679,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "", EntryPoint = "glGetActiveUniformName")] + [AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "3.1", EntryPoint = "glGetActiveUniformName")] public static void GetActiveUniformName(UInt32 program, UInt32 uniformIndex, Int32 bufSize, [OutAttribute] out Int32 length, [OutAttribute] StringBuilder uniformName) { @@ -27701,7 +27701,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.1 and ARB_uniform_buffer_object|VERSION_3_1] /// Query the name of an active uniform /// /// @@ -27730,7 +27730,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "", EntryPoint = "glGetActiveUniformName")] + [AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "3.1", EntryPoint = "glGetActiveUniformName")] public static unsafe void GetActiveUniformName(UInt32 program, UInt32 uniformIndex, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] StringBuilder uniformName) { @@ -27745,7 +27745,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.1 and ARB_uniform_buffer_object|VERSION_3_1] /// Returns information about several active uniform variables for the specified program object /// /// @@ -27773,7 +27773,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the address of an array of uniformCount integers which are to receive the value of pname for each uniform in uniformIndices. /// /// - [AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "", EntryPoint = "glGetActiveUniformsiv")] + [AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "3.1", EntryPoint = "glGetActiveUniformsiv")] public static void GetActiveUniforms(Int32 program, Int32 uniformCount, Int32[] uniformIndices, OpenTK.Graphics.OpenGL4.ActiveUniformParameter pname, [OutAttribute] Int32[] @params) { @@ -27795,7 +27795,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.1 and ARB_uniform_buffer_object|VERSION_3_1] /// Returns information about several active uniform variables for the specified program object /// /// @@ -27823,7 +27823,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the address of an array of uniformCount integers which are to receive the value of pname for each uniform in uniformIndices. /// /// - [AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "", EntryPoint = "glGetActiveUniformsiv")] + [AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "3.1", EntryPoint = "glGetActiveUniformsiv")] public static void GetActiveUniforms(Int32 program, Int32 uniformCount, ref Int32 uniformIndices, OpenTK.Graphics.OpenGL4.ActiveUniformParameter pname, [OutAttribute] out Int32 @params) { @@ -27846,7 +27846,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.1 and ARB_uniform_buffer_object|VERSION_3_1] /// Returns information about several active uniform variables for the specified program object /// /// @@ -27875,7 +27875,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "", EntryPoint = "glGetActiveUniformsiv")] + [AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "3.1", EntryPoint = "glGetActiveUniformsiv")] public static unsafe void GetActiveUniforms(Int32 program, Int32 uniformCount, Int32* uniformIndices, OpenTK.Graphics.OpenGL4.ActiveUniformParameter pname, [OutAttribute] Int32* @params) { @@ -27890,7 +27890,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.1 and ARB_uniform_buffer_object|VERSION_3_1] /// Returns information about several active uniform variables for the specified program object /// /// @@ -27919,7 +27919,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "", EntryPoint = "glGetActiveUniformsiv")] + [AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "3.1", EntryPoint = "glGetActiveUniformsiv")] public static void GetActiveUniforms(UInt32 program, Int32 uniformCount, UInt32[] uniformIndices, OpenTK.Graphics.OpenGL4.ActiveUniformParameter pname, [OutAttribute] Int32[] @params) { @@ -27941,7 +27941,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.1 and ARB_uniform_buffer_object|VERSION_3_1] /// Returns information about several active uniform variables for the specified program object /// /// @@ -27970,7 +27970,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "", EntryPoint = "glGetActiveUniformsiv")] + [AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "3.1", EntryPoint = "glGetActiveUniformsiv")] public static void GetActiveUniforms(UInt32 program, Int32 uniformCount, ref UInt32 uniformIndices, OpenTK.Graphics.OpenGL4.ActiveUniformParameter pname, [OutAttribute] out Int32 @params) { @@ -27993,7 +27993,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.1 and ARB_uniform_buffer_object|VERSION_3_1] /// Returns information about several active uniform variables for the specified program object /// /// @@ -28022,7 +28022,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "", EntryPoint = "glGetActiveUniformsiv")] + [AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "3.1", EntryPoint = "glGetActiveUniformsiv")] public static unsafe void GetActiveUniforms(UInt32 program, Int32 uniformCount, UInt32* uniformIndices, OpenTK.Graphics.OpenGL4.ActiveUniformParameter pname, [OutAttribute] Int32* @params) { @@ -30302,7 +30302,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and KHR_debug|VERSION_4_3] /// Retrieve messages from the debug message log /// /// @@ -30345,7 +30345,7 @@ namespace OpenTK.Graphics.OpenGL4 /// The address of an array of characters that will receive the messages. /// /// - [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "", EntryPoint = "glGetDebugMessageLog")] + [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "4.3", EntryPoint = "glGetDebugMessageLog")] public static Int32 GetDebugMessageLog(Int32 count, Int32 bufSize, [OutAttribute] OpenTK.Graphics.OpenGL4.All[] sources, [OutAttribute] OpenTK.Graphics.OpenGL4.All[] types, [OutAttribute] Int32[] ids, [OutAttribute] OpenTK.Graphics.OpenGL4.All[] severities, [OutAttribute] Int32[] lengths, [OutAttribute] StringBuilder messageLog) { @@ -30370,7 +30370,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and KHR_debug|VERSION_4_3] /// Retrieve messages from the debug message log /// /// @@ -30413,7 +30413,7 @@ namespace OpenTK.Graphics.OpenGL4 /// The address of an array of characters that will receive the messages. /// /// - [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "", EntryPoint = "glGetDebugMessageLog")] + [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "4.3", EntryPoint = "glGetDebugMessageLog")] public static Int32 GetDebugMessageLog(Int32 count, Int32 bufSize, [OutAttribute] out OpenTK.Graphics.OpenGL4.All sources, [OutAttribute] out OpenTK.Graphics.OpenGL4.All types, [OutAttribute] out Int32 ids, [OutAttribute] out OpenTK.Graphics.OpenGL4.All severities, [OutAttribute] out Int32 lengths, [OutAttribute] StringBuilder messageLog) { @@ -30444,7 +30444,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and KHR_debug|VERSION_4_3] /// Retrieve messages from the debug message log /// /// @@ -30488,7 +30488,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "", EntryPoint = "glGetDebugMessageLog")] + [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "4.3", EntryPoint = "glGetDebugMessageLog")] public static unsafe Int32 GetDebugMessageLog(Int32 count, Int32 bufSize, [OutAttribute] OpenTK.Graphics.OpenGL4.All* sources, [OutAttribute] OpenTK.Graphics.OpenGL4.All* types, [OutAttribute] Int32* ids, [OutAttribute] OpenTK.Graphics.OpenGL4.All* severities, [OutAttribute] Int32* lengths, [OutAttribute] StringBuilder messageLog) { @@ -30503,7 +30503,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and KHR_debug|VERSION_4_3] /// Retrieve messages from the debug message log /// /// @@ -30547,7 +30547,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "", EntryPoint = "glGetDebugMessageLog")] + [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "4.3", EntryPoint = "glGetDebugMessageLog")] public static Int32 GetDebugMessageLog(UInt32 count, Int32 bufSize, [OutAttribute] OpenTK.Graphics.OpenGL4.All[] sources, [OutAttribute] OpenTK.Graphics.OpenGL4.All[] types, [OutAttribute] UInt32[] ids, [OutAttribute] OpenTK.Graphics.OpenGL4.All[] severities, [OutAttribute] Int32[] lengths, [OutAttribute] StringBuilder messageLog) { @@ -30572,7 +30572,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and KHR_debug|VERSION_4_3] /// Retrieve messages from the debug message log /// /// @@ -30616,7 +30616,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "", EntryPoint = "glGetDebugMessageLog")] + [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "4.3", EntryPoint = "glGetDebugMessageLog")] public static Int32 GetDebugMessageLog(UInt32 count, Int32 bufSize, [OutAttribute] out OpenTK.Graphics.OpenGL4.All sources, [OutAttribute] out OpenTK.Graphics.OpenGL4.All types, [OutAttribute] out UInt32 ids, [OutAttribute] out OpenTK.Graphics.OpenGL4.All severities, [OutAttribute] out Int32 lengths, [OutAttribute] StringBuilder messageLog) { @@ -30647,7 +30647,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and KHR_debug|VERSION_4_3] /// Retrieve messages from the debug message log /// /// @@ -30691,7 +30691,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "", EntryPoint = "glGetDebugMessageLog")] + [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "4.3", EntryPoint = "glGetDebugMessageLog")] public static unsafe Int32 GetDebugMessageLog(UInt32 count, Int32 bufSize, [OutAttribute] OpenTK.Graphics.OpenGL4.All* sources, [OutAttribute] OpenTK.Graphics.OpenGL4.All* types, [OutAttribute] UInt32* ids, [OutAttribute] OpenTK.Graphics.OpenGL4.All* severities, [OutAttribute] Int32* lengths, [OutAttribute] StringBuilder messageLog) { @@ -30705,8 +30705,8 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// - [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "", EntryPoint = "glGetDoublei_v")] + /// [requires: v4.1 and ARB_viewport_array|VERSION_4_1] + [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "4.1", EntryPoint = "glGetDoublei_v")] public static void GetDouble(OpenTK.Graphics.OpenGL4.GetIndexedPName target, Int32 index, [OutAttribute] Double[] data) { @@ -30726,8 +30726,8 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// - [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "", EntryPoint = "glGetDoublei_v")] + /// [requires: v4.1 and ARB_viewport_array|VERSION_4_1] + [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "4.1", EntryPoint = "glGetDoublei_v")] public static void GetDouble(OpenTK.Graphics.OpenGL4.GetIndexedPName target, Int32 index, [OutAttribute] out Double data) { @@ -30748,9 +30748,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v4.1 and ARB_viewport_array|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "", EntryPoint = "glGetDoublei_v")] + [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "4.1", EntryPoint = "glGetDoublei_v")] public static unsafe void GetDouble(OpenTK.Graphics.OpenGL4.GetIndexedPName target, Int32 index, [OutAttribute] Double* data) { @@ -30764,9 +30764,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v4.1 and ARB_viewport_array|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "", EntryPoint = "glGetDoublei_v")] + [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "4.1", EntryPoint = "glGetDoublei_v")] public static void GetDouble(OpenTK.Graphics.OpenGL4.GetIndexedPName target, UInt32 index, [OutAttribute] Double[] data) { @@ -30786,9 +30786,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v4.1 and ARB_viewport_array|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "", EntryPoint = "glGetDoublei_v")] + [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "4.1", EntryPoint = "glGetDoublei_v")] public static void GetDouble(OpenTK.Graphics.OpenGL4.GetIndexedPName target, UInt32 index, [OutAttribute] out Double data) { @@ -30809,9 +30809,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v4.1 and ARB_viewport_array|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "", EntryPoint = "glGetDoublei_v")] + [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "4.1", EntryPoint = "glGetDoublei_v")] public static unsafe void GetDouble(OpenTK.Graphics.OpenGL4.GetIndexedPName target, UInt32 index, [OutAttribute] Double* data) { @@ -30895,8 +30895,8 @@ namespace OpenTK.Graphics.OpenGL4 return Delegates.glGetError(); } - /// - [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "", EntryPoint = "glGetFloati_v")] + /// [requires: v4.1 and ARB_viewport_array|VERSION_4_1] + [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "4.1", EntryPoint = "glGetFloati_v")] public static void GetFloat(OpenTK.Graphics.OpenGL4.GetIndexedPName target, Int32 index, [OutAttribute] Single[] data) { @@ -30916,8 +30916,8 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// - [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "", EntryPoint = "glGetFloati_v")] + /// [requires: v4.1 and ARB_viewport_array|VERSION_4_1] + [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "4.1", EntryPoint = "glGetFloati_v")] public static void GetFloat(OpenTK.Graphics.OpenGL4.GetIndexedPName target, Int32 index, [OutAttribute] out Single data) { @@ -30938,9 +30938,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v4.1 and ARB_viewport_array|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "", EntryPoint = "glGetFloati_v")] + [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "4.1", EntryPoint = "glGetFloati_v")] public static unsafe void GetFloat(OpenTK.Graphics.OpenGL4.GetIndexedPName target, Int32 index, [OutAttribute] Single* data) { @@ -30954,9 +30954,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v4.1 and ARB_viewport_array|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "", EntryPoint = "glGetFloati_v")] + [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "4.1", EntryPoint = "glGetFloati_v")] public static void GetFloat(OpenTK.Graphics.OpenGL4.GetIndexedPName target, UInt32 index, [OutAttribute] Single[] data) { @@ -30976,9 +30976,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v4.1 and ARB_viewport_array|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "", EntryPoint = "glGetFloati_v")] + [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "4.1", EntryPoint = "glGetFloati_v")] public static void GetFloat(OpenTK.Graphics.OpenGL4.GetIndexedPName target, UInt32 index, [OutAttribute] out Single data) { @@ -30999,9 +30999,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v4.1 and ARB_viewport_array|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "", EntryPoint = "glGetFloati_v")] + [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "4.1", EntryPoint = "glGetFloati_v")] public static unsafe void GetFloat(OpenTK.Graphics.OpenGL4.GetIndexedPName target, UInt32 index, [OutAttribute] Single* data) { @@ -31075,7 +31075,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.3 and ARB_blend_func_extended|VERSION_3_3] /// Query the bindings of color indices to user-defined varying out variables /// /// @@ -31088,7 +31088,7 @@ namespace OpenTK.Graphics.OpenGL4 /// The name of the user-defined varying out variable whose index to query /// /// - [AutoGenerated(Category = "ARB_blend_func_extended|VERSION_3_3", Version = "", EntryPoint = "glGetFragDataIndex")] + [AutoGenerated(Category = "ARB_blend_func_extended|VERSION_3_3", Version = "3.3", EntryPoint = "glGetFragDataIndex")] public static Int32 GetFragDataIndex(Int32 program, String name) { @@ -31103,7 +31103,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.3 and ARB_blend_func_extended|VERSION_3_3] /// Query the bindings of color indices to user-defined varying out variables /// /// @@ -31117,7 +31117,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_blend_func_extended|VERSION_3_3", Version = "", EntryPoint = "glGetFragDataIndex")] + [AutoGenerated(Category = "ARB_blend_func_extended|VERSION_3_3", Version = "3.3", EntryPoint = "glGetFragDataIndex")] public static Int32 GetFragDataIndex(UInt32 program, String name) { @@ -31189,7 +31189,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.0 and ARB_framebuffer_object|VERSION_3_0] /// Retrieve information about attachments of a bound framebuffer object /// /// @@ -31212,7 +31212,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the address of a variable receive the value of pname for attachment. /// /// - [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "", EntryPoint = "glGetFramebufferAttachmentParameteriv")] + [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "3.0", EntryPoint = "glGetFramebufferAttachmentParameteriv")] public static void GetFramebufferAttachmentParameter(OpenTK.Graphics.OpenGL4.FramebufferTarget target, OpenTK.Graphics.OpenGL4.FramebufferAttachment attachment, OpenTK.Graphics.OpenGL4.FramebufferParameterName pname, [OutAttribute] Int32[] @params) { @@ -31233,7 +31233,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.0 and ARB_framebuffer_object|VERSION_3_0] /// Retrieve information about attachments of a bound framebuffer object /// /// @@ -31256,7 +31256,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the address of a variable receive the value of pname for attachment. /// /// - [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "", EntryPoint = "glGetFramebufferAttachmentParameteriv")] + [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "3.0", EntryPoint = "glGetFramebufferAttachmentParameteriv")] public static void GetFramebufferAttachmentParameter(OpenTK.Graphics.OpenGL4.FramebufferTarget target, OpenTK.Graphics.OpenGL4.FramebufferAttachment attachment, OpenTK.Graphics.OpenGL4.FramebufferParameterName pname, [OutAttribute] out Int32 @params) { @@ -31278,7 +31278,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.0 and ARB_framebuffer_object|VERSION_3_0] /// Retrieve information about attachments of a bound framebuffer object /// /// @@ -31302,7 +31302,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "", EntryPoint = "glGetFramebufferAttachmentParameteriv")] + [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "3.0", EntryPoint = "glGetFramebufferAttachmentParameteriv")] public static unsafe void GetFramebufferAttachmentParameter(OpenTK.Graphics.OpenGL4.FramebufferTarget target, OpenTK.Graphics.OpenGL4.FramebufferAttachment attachment, OpenTK.Graphics.OpenGL4.FramebufferParameterName pname, [OutAttribute] Int32* @params) { @@ -31317,7 +31317,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and ARB_framebuffer_no_attachments|VERSION_4_3] /// Retrieve a named parameter from a framebuffer /// /// @@ -31335,7 +31335,7 @@ namespace OpenTK.Graphics.OpenGL4 /// The address of a variable to receive the value of the parameter named pname. /// /// - [AutoGenerated(Category = "ARB_framebuffer_no_attachments|VERSION_4_3", Version = "", EntryPoint = "glGetFramebufferParameteriv")] + [AutoGenerated(Category = "ARB_framebuffer_no_attachments|VERSION_4_3", Version = "4.3", EntryPoint = "glGetFramebufferParameteriv")] public static void GetFramebufferParameter(OpenTK.Graphics.OpenGL4.FramebufferTarget target, OpenTK.Graphics.OpenGL4.FramebufferDefaultParameter pname, [OutAttribute] Int32[] @params) { @@ -31356,7 +31356,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and ARB_framebuffer_no_attachments|VERSION_4_3] /// Retrieve a named parameter from a framebuffer /// /// @@ -31374,7 +31374,7 @@ namespace OpenTK.Graphics.OpenGL4 /// The address of a variable to receive the value of the parameter named pname. /// /// - [AutoGenerated(Category = "ARB_framebuffer_no_attachments|VERSION_4_3", Version = "", EntryPoint = "glGetFramebufferParameteriv")] + [AutoGenerated(Category = "ARB_framebuffer_no_attachments|VERSION_4_3", Version = "4.3", EntryPoint = "glGetFramebufferParameteriv")] public static void GetFramebufferParameter(OpenTK.Graphics.OpenGL4.FramebufferTarget target, OpenTK.Graphics.OpenGL4.FramebufferDefaultParameter pname, [OutAttribute] out Int32 @params) { @@ -31396,7 +31396,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and ARB_framebuffer_no_attachments|VERSION_4_3] /// Retrieve a named parameter from a framebuffer /// /// @@ -31415,7 +31415,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_framebuffer_no_attachments|VERSION_4_3", Version = "", EntryPoint = "glGetFramebufferParameteriv")] + [AutoGenerated(Category = "ARB_framebuffer_no_attachments|VERSION_4_3", Version = "4.3", EntryPoint = "glGetFramebufferParameteriv")] public static unsafe void GetFramebufferParameter(OpenTK.Graphics.OpenGL4.FramebufferTarget target, OpenTK.Graphics.OpenGL4.FramebufferDefaultParameter pname, [OutAttribute] Int32* @params) { @@ -32027,8 +32027,8 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// - [AutoGenerated(Category = "ARB_sync|VERSION_3_2", Version = "", EntryPoint = "glGetInteger64v")] + /// [requires: v3.2 and ARB_sync|VERSION_3_2] + [AutoGenerated(Category = "ARB_sync|VERSION_3_2", Version = "3.2", EntryPoint = "glGetInteger64v")] public static void GetInteger64(OpenTK.Graphics.OpenGL4.All pname, [OutAttribute] Int64[] data) { @@ -32048,8 +32048,8 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// - [AutoGenerated(Category = "ARB_sync|VERSION_3_2", Version = "", EntryPoint = "glGetInteger64v")] + /// [requires: v3.2 and ARB_sync|VERSION_3_2] + [AutoGenerated(Category = "ARB_sync|VERSION_3_2", Version = "3.2", EntryPoint = "glGetInteger64v")] public static void GetInteger64(OpenTK.Graphics.OpenGL4.All pname, [OutAttribute] out Int64 data) { @@ -32070,9 +32070,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v3.2 and ARB_sync|VERSION_3_2] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_sync|VERSION_3_2", Version = "", EntryPoint = "glGetInteger64v")] + [AutoGenerated(Category = "ARB_sync|VERSION_3_2", Version = "3.2", EntryPoint = "glGetInteger64v")] public static unsafe void GetInteger64(OpenTK.Graphics.OpenGL4.All pname, [OutAttribute] Int64* data) { @@ -32265,8 +32265,8 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// - [AutoGenerated(Category = "ARB_internalformat_query2|VERSION_4_3", Version = "", EntryPoint = "glGetInternalformati64v")] + /// [requires: v4.3 and ARB_internalformat_query2|VERSION_4_3] + [AutoGenerated(Category = "ARB_internalformat_query2|VERSION_4_3", Version = "4.3", EntryPoint = "glGetInternalformati64v")] public static void GetInternalformat(OpenTK.Graphics.OpenGL4.ImageTarget target, OpenTK.Graphics.OpenGL4.All internalformat, OpenTK.Graphics.OpenGL4.InternalFormatParameter pname, Int32 bufSize, [OutAttribute] Int64[] @params) { @@ -32286,8 +32286,8 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// - [AutoGenerated(Category = "ARB_internalformat_query2|VERSION_4_3", Version = "", EntryPoint = "glGetInternalformati64v")] + /// [requires: v4.3 and ARB_internalformat_query2|VERSION_4_3] + [AutoGenerated(Category = "ARB_internalformat_query2|VERSION_4_3", Version = "4.3", EntryPoint = "glGetInternalformati64v")] public static void GetInternalformat(OpenTK.Graphics.OpenGL4.ImageTarget target, OpenTK.Graphics.OpenGL4.All internalformat, OpenTK.Graphics.OpenGL4.InternalFormatParameter pname, Int32 bufSize, [OutAttribute] out Int64 @params) { @@ -32308,9 +32308,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v4.3 and ARB_internalformat_query2|VERSION_4_3] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_internalformat_query2|VERSION_4_3", Version = "", EntryPoint = "glGetInternalformati64v")] + [AutoGenerated(Category = "ARB_internalformat_query2|VERSION_4_3", Version = "4.3", EntryPoint = "glGetInternalformati64v")] public static unsafe void GetInternalformat(OpenTK.Graphics.OpenGL4.ImageTarget target, OpenTK.Graphics.OpenGL4.All internalformat, OpenTK.Graphics.OpenGL4.InternalFormatParameter pname, Int32 bufSize, [OutAttribute] Int64* @params) { @@ -32325,7 +32325,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.2 and ARB_internalformat_query|VERSION_4_2] /// Retrieve information about implementation-dependent support for internal formats /// /// @@ -32353,7 +32353,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the address of a variable into which to write the retrieved information. /// /// - [AutoGenerated(Category = "ARB_internalformat_query|VERSION_4_2", Version = "", EntryPoint = "glGetInternalformativ")] + [AutoGenerated(Category = "ARB_internalformat_query|VERSION_4_2", Version = "4.2", EntryPoint = "glGetInternalformativ")] public static void GetInternalformat(OpenTK.Graphics.OpenGL4.ImageTarget target, OpenTK.Graphics.OpenGL4.All internalformat, OpenTK.Graphics.OpenGL4.InternalFormatParameter pname, Int32 bufSize, [OutAttribute] Int32[] @params) { @@ -32374,7 +32374,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.2 and ARB_internalformat_query|VERSION_4_2] /// Retrieve information about implementation-dependent support for internal formats /// /// @@ -32402,7 +32402,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the address of a variable into which to write the retrieved information. /// /// - [AutoGenerated(Category = "ARB_internalformat_query|VERSION_4_2", Version = "", EntryPoint = "glGetInternalformativ")] + [AutoGenerated(Category = "ARB_internalformat_query|VERSION_4_2", Version = "4.2", EntryPoint = "glGetInternalformativ")] public static void GetInternalformat(OpenTK.Graphics.OpenGL4.ImageTarget target, OpenTK.Graphics.OpenGL4.All internalformat, OpenTK.Graphics.OpenGL4.InternalFormatParameter pname, Int32 bufSize, [OutAttribute] out Int32 @params) { @@ -32424,7 +32424,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.2 and ARB_internalformat_query|VERSION_4_2] /// Retrieve information about implementation-dependent support for internal formats /// /// @@ -32453,7 +32453,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_internalformat_query|VERSION_4_2", Version = "", EntryPoint = "glGetInternalformativ")] + [AutoGenerated(Category = "ARB_internalformat_query|VERSION_4_2", Version = "4.2", EntryPoint = "glGetInternalformativ")] public static unsafe void GetInternalformat(OpenTK.Graphics.OpenGL4.ImageTarget target, OpenTK.Graphics.OpenGL4.All internalformat, OpenTK.Graphics.OpenGL4.InternalFormatParameter pname, Int32 bufSize, [OutAttribute] Int32* @params) { @@ -32946,7 +32946,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.2 and ARB_texture_multisample|VERSION_3_2] /// Retrieve the location of a sample /// /// @@ -32964,7 +32964,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the address of an array to receive the position of the sample. /// /// - [AutoGenerated(Category = "ARB_texture_multisample|VERSION_3_2", Version = "", EntryPoint = "glGetMultisamplefv")] + [AutoGenerated(Category = "ARB_texture_multisample|VERSION_3_2", Version = "3.2", EntryPoint = "glGetMultisamplefv")] public static void GetMultisample(OpenTK.Graphics.OpenGL4.GetMultisamplePName pname, Int32 index, [OutAttribute] Single[] val) { @@ -32985,7 +32985,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.2 and ARB_texture_multisample|VERSION_3_2] /// Retrieve the location of a sample /// /// @@ -33003,7 +33003,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the address of an array to receive the position of the sample. /// /// - [AutoGenerated(Category = "ARB_texture_multisample|VERSION_3_2", Version = "", EntryPoint = "glGetMultisamplefv")] + [AutoGenerated(Category = "ARB_texture_multisample|VERSION_3_2", Version = "3.2", EntryPoint = "glGetMultisamplefv")] public static void GetMultisample(OpenTK.Graphics.OpenGL4.GetMultisamplePName pname, Int32 index, [OutAttribute] out Single val) { @@ -33025,7 +33025,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.2 and ARB_texture_multisample|VERSION_3_2] /// Retrieve the location of a sample /// /// @@ -33044,7 +33044,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_texture_multisample|VERSION_3_2", Version = "", EntryPoint = "glGetMultisamplefv")] + [AutoGenerated(Category = "ARB_texture_multisample|VERSION_3_2", Version = "3.2", EntryPoint = "glGetMultisamplefv")] public static unsafe void GetMultisample(OpenTK.Graphics.OpenGL4.GetMultisamplePName pname, Int32 index, [OutAttribute] Single* val) { @@ -33059,7 +33059,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.2 and ARB_texture_multisample|VERSION_3_2] /// Retrieve the location of a sample /// /// @@ -33078,7 +33078,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_texture_multisample|VERSION_3_2", Version = "", EntryPoint = "glGetMultisamplefv")] + [AutoGenerated(Category = "ARB_texture_multisample|VERSION_3_2", Version = "3.2", EntryPoint = "glGetMultisamplefv")] public static void GetMultisample(OpenTK.Graphics.OpenGL4.GetMultisamplePName pname, UInt32 index, [OutAttribute] Single[] val) { @@ -33099,7 +33099,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.2 and ARB_texture_multisample|VERSION_3_2] /// Retrieve the location of a sample /// /// @@ -33118,7 +33118,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_texture_multisample|VERSION_3_2", Version = "", EntryPoint = "glGetMultisamplefv")] + [AutoGenerated(Category = "ARB_texture_multisample|VERSION_3_2", Version = "3.2", EntryPoint = "glGetMultisamplefv")] public static void GetMultisample(OpenTK.Graphics.OpenGL4.GetMultisamplePName pname, UInt32 index, [OutAttribute] out Single val) { @@ -33140,7 +33140,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.2 and ARB_texture_multisample|VERSION_3_2] /// Retrieve the location of a sample /// /// @@ -33159,7 +33159,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_texture_multisample|VERSION_3_2", Version = "", EntryPoint = "glGetMultisamplefv")] + [AutoGenerated(Category = "ARB_texture_multisample|VERSION_3_2", Version = "3.2", EntryPoint = "glGetMultisamplefv")] public static unsafe void GetMultisample(OpenTK.Graphics.OpenGL4.GetMultisamplePName pname, UInt32 index, [OutAttribute] Single* val) { @@ -33174,7 +33174,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and KHR_debug|VERSION_4_3] /// Retrieve the label of a named object identified within a namespace /// /// @@ -33202,7 +33202,7 @@ namespace OpenTK.Graphics.OpenGL4 /// The address of a string that will receive the object label. /// /// - [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "", EntryPoint = "glGetObjectLabel")] + [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "4.3", EntryPoint = "glGetObjectLabel")] public static void GetObjectLabel(OpenTK.Graphics.OpenGL4.ObjectLabelIdentifier identifier, Int32 name, Int32 bufSize, [OutAttribute] Int32[] length, [OutAttribute] StringBuilder label) { @@ -33223,7 +33223,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and KHR_debug|VERSION_4_3] /// Retrieve the label of a named object identified within a namespace /// /// @@ -33251,7 +33251,7 @@ namespace OpenTK.Graphics.OpenGL4 /// The address of a string that will receive the object label. /// /// - [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "", EntryPoint = "glGetObjectLabel")] + [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "4.3", EntryPoint = "glGetObjectLabel")] public static void GetObjectLabel(OpenTK.Graphics.OpenGL4.ObjectLabelIdentifier identifier, Int32 name, Int32 bufSize, [OutAttribute] out Int32 length, [OutAttribute] StringBuilder label) { @@ -33273,7 +33273,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and KHR_debug|VERSION_4_3] /// Retrieve the label of a named object identified within a namespace /// /// @@ -33302,7 +33302,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "", EntryPoint = "glGetObjectLabel")] + [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "4.3", EntryPoint = "glGetObjectLabel")] public static unsafe void GetObjectLabel(OpenTK.Graphics.OpenGL4.ObjectLabelIdentifier identifier, Int32 name, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] StringBuilder label) { @@ -33317,7 +33317,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and KHR_debug|VERSION_4_3] /// Retrieve the label of a named object identified within a namespace /// /// @@ -33346,7 +33346,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "", EntryPoint = "glGetObjectLabel")] + [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "4.3", EntryPoint = "glGetObjectLabel")] public static void GetObjectLabel(OpenTK.Graphics.OpenGL4.ObjectLabelIdentifier identifier, UInt32 name, Int32 bufSize, [OutAttribute] Int32[] length, [OutAttribute] StringBuilder label) { @@ -33367,7 +33367,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and KHR_debug|VERSION_4_3] /// Retrieve the label of a named object identified within a namespace /// /// @@ -33396,7 +33396,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "", EntryPoint = "glGetObjectLabel")] + [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "4.3", EntryPoint = "glGetObjectLabel")] public static void GetObjectLabel(OpenTK.Graphics.OpenGL4.ObjectLabelIdentifier identifier, UInt32 name, Int32 bufSize, [OutAttribute] out Int32 length, [OutAttribute] StringBuilder label) { @@ -33418,7 +33418,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and KHR_debug|VERSION_4_3] /// Retrieve the label of a named object identified within a namespace /// /// @@ -33447,7 +33447,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "", EntryPoint = "glGetObjectLabel")] + [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "4.3", EntryPoint = "glGetObjectLabel")] public static unsafe void GetObjectLabel(OpenTK.Graphics.OpenGL4.ObjectLabelIdentifier identifier, UInt32 name, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] StringBuilder label) { @@ -33462,7 +33462,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and KHR_debug|VERSION_4_3] /// Retrieve the label of a sync object identified by a pointer /// /// @@ -33485,7 +33485,7 @@ namespace OpenTK.Graphics.OpenGL4 /// The address of a string that will receive the object label. /// /// - [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "", EntryPoint = "glGetObjectPtrLabel")] + [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "4.3", EntryPoint = "glGetObjectPtrLabel")] public static void GetObjectPtrLabel(IntPtr ptr, Int32 bufSize, [OutAttribute] Int32[] length, [OutAttribute] StringBuilder label) { @@ -33506,7 +33506,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and KHR_debug|VERSION_4_3] /// Retrieve the label of a sync object identified by a pointer /// /// @@ -33529,7 +33529,7 @@ namespace OpenTK.Graphics.OpenGL4 /// The address of a string that will receive the object label. /// /// - [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "", EntryPoint = "glGetObjectPtrLabel")] + [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "4.3", EntryPoint = "glGetObjectPtrLabel")] public static void GetObjectPtrLabel(IntPtr ptr, Int32 bufSize, [OutAttribute] out Int32 length, [OutAttribute] StringBuilder label) { @@ -33551,7 +33551,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and KHR_debug|VERSION_4_3] /// Retrieve the label of a sync object identified by a pointer /// /// @@ -33575,7 +33575,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "", EntryPoint = "glGetObjectPtrLabel")] + [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "4.3", EntryPoint = "glGetObjectPtrLabel")] public static unsafe void GetObjectPtrLabel(IntPtr ptr, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] StringBuilder label) { @@ -33590,7 +33590,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and KHR_debug|VERSION_4_3] /// Retrieve the label of a sync object identified by a pointer /// /// @@ -33613,7 +33613,7 @@ namespace OpenTK.Graphics.OpenGL4 /// The address of a string that will receive the object label. /// /// - [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "", EntryPoint = "glGetObjectPtrLabel")] + [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "4.3", EntryPoint = "glGetObjectPtrLabel")] public static void GetObjectPtrLabel([InAttribute, OutAttribute] T0[] ptr, Int32 bufSize, [OutAttribute] Int32[] length, [OutAttribute] StringBuilder label) where T0 : struct @@ -33643,7 +33643,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and KHR_debug|VERSION_4_3] /// Retrieve the label of a sync object identified by a pointer /// /// @@ -33666,7 +33666,7 @@ namespace OpenTK.Graphics.OpenGL4 /// The address of a string that will receive the object label. /// /// - [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "", EntryPoint = "glGetObjectPtrLabel")] + [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "4.3", EntryPoint = "glGetObjectPtrLabel")] public static void GetObjectPtrLabel([InAttribute, OutAttribute] T0[] ptr, Int32 bufSize, [OutAttribute] out Int32 length, [OutAttribute] StringBuilder label) where T0 : struct @@ -33697,7 +33697,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and KHR_debug|VERSION_4_3] /// Retrieve the label of a sync object identified by a pointer /// /// @@ -33721,7 +33721,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "", EntryPoint = "glGetObjectPtrLabel")] + [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "4.3", EntryPoint = "glGetObjectPtrLabel")] public static unsafe void GetObjectPtrLabel([InAttribute, OutAttribute] T0[] ptr, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] StringBuilder label) where T0 : struct @@ -33745,7 +33745,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and KHR_debug|VERSION_4_3] /// Retrieve the label of a sync object identified by a pointer /// /// @@ -33768,7 +33768,7 @@ namespace OpenTK.Graphics.OpenGL4 /// The address of a string that will receive the object label. /// /// - [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "", EntryPoint = "glGetObjectPtrLabel")] + [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "4.3", EntryPoint = "glGetObjectPtrLabel")] public static void GetObjectPtrLabel([InAttribute, OutAttribute] T0[,] ptr, Int32 bufSize, [OutAttribute] Int32[] length, [OutAttribute] StringBuilder label) where T0 : struct @@ -33798,7 +33798,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and KHR_debug|VERSION_4_3] /// Retrieve the label of a sync object identified by a pointer /// /// @@ -33821,7 +33821,7 @@ namespace OpenTK.Graphics.OpenGL4 /// The address of a string that will receive the object label. /// /// - [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "", EntryPoint = "glGetObjectPtrLabel")] + [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "4.3", EntryPoint = "glGetObjectPtrLabel")] public static void GetObjectPtrLabel([InAttribute, OutAttribute] T0[,] ptr, Int32 bufSize, [OutAttribute] out Int32 length, [OutAttribute] StringBuilder label) where T0 : struct @@ -33852,7 +33852,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and KHR_debug|VERSION_4_3] /// Retrieve the label of a sync object identified by a pointer /// /// @@ -33876,7 +33876,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "", EntryPoint = "glGetObjectPtrLabel")] + [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "4.3", EntryPoint = "glGetObjectPtrLabel")] public static unsafe void GetObjectPtrLabel([InAttribute, OutAttribute] T0[,] ptr, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] StringBuilder label) where T0 : struct @@ -33900,7 +33900,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and KHR_debug|VERSION_4_3] /// Retrieve the label of a sync object identified by a pointer /// /// @@ -33923,7 +33923,7 @@ namespace OpenTK.Graphics.OpenGL4 /// The address of a string that will receive the object label. /// /// - [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "", EntryPoint = "glGetObjectPtrLabel")] + [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "4.3", EntryPoint = "glGetObjectPtrLabel")] public static void GetObjectPtrLabel([InAttribute, OutAttribute] T0[,,] ptr, Int32 bufSize, [OutAttribute] Int32[] length, [OutAttribute] StringBuilder label) where T0 : struct @@ -33953,7 +33953,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and KHR_debug|VERSION_4_3] /// Retrieve the label of a sync object identified by a pointer /// /// @@ -33976,7 +33976,7 @@ namespace OpenTK.Graphics.OpenGL4 /// The address of a string that will receive the object label. /// /// - [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "", EntryPoint = "glGetObjectPtrLabel")] + [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "4.3", EntryPoint = "glGetObjectPtrLabel")] public static void GetObjectPtrLabel([InAttribute, OutAttribute] T0[,,] ptr, Int32 bufSize, [OutAttribute] out Int32 length, [OutAttribute] StringBuilder label) where T0 : struct @@ -34007,7 +34007,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and KHR_debug|VERSION_4_3] /// Retrieve the label of a sync object identified by a pointer /// /// @@ -34031,7 +34031,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "", EntryPoint = "glGetObjectPtrLabel")] + [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "4.3", EntryPoint = "glGetObjectPtrLabel")] public static unsafe void GetObjectPtrLabel([InAttribute, OutAttribute] T0[,,] ptr, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] StringBuilder label) where T0 : struct @@ -34055,7 +34055,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and KHR_debug|VERSION_4_3] /// Retrieve the label of a sync object identified by a pointer /// /// @@ -34078,7 +34078,7 @@ namespace OpenTK.Graphics.OpenGL4 /// The address of a string that will receive the object label. /// /// - [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "", EntryPoint = "glGetObjectPtrLabel")] + [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "4.3", EntryPoint = "glGetObjectPtrLabel")] public static void GetObjectPtrLabel([InAttribute, OutAttribute] ref T0 ptr, Int32 bufSize, [OutAttribute] Int32[] length, [OutAttribute] StringBuilder label) where T0 : struct @@ -34109,7 +34109,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and KHR_debug|VERSION_4_3] /// Retrieve the label of a sync object identified by a pointer /// /// @@ -34132,7 +34132,7 @@ namespace OpenTK.Graphics.OpenGL4 /// The address of a string that will receive the object label. /// /// - [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "", EntryPoint = "glGetObjectPtrLabel")] + [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "4.3", EntryPoint = "glGetObjectPtrLabel")] public static void GetObjectPtrLabel([InAttribute, OutAttribute] ref T0 ptr, Int32 bufSize, [OutAttribute] out Int32 length, [OutAttribute] StringBuilder label) where T0 : struct @@ -34164,7 +34164,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and KHR_debug|VERSION_4_3] /// Retrieve the label of a sync object identified by a pointer /// /// @@ -34188,7 +34188,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "", EntryPoint = "glGetObjectPtrLabel")] + [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "4.3", EntryPoint = "glGetObjectPtrLabel")] public static unsafe void GetObjectPtrLabel([InAttribute, OutAttribute] ref T0 ptr, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] StringBuilder label) where T0 : struct @@ -34213,7 +34213,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and KHR_debug|VERSION_4_3|VERSION_4_3] /// Return the address of the specified pointer /// /// @@ -34226,7 +34226,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Returns the pointer value specified by pname. /// /// - [AutoGenerated(Category = "KHR_debug|VERSION_4_3|VERSION_4_3", Version = "", EntryPoint = "glGetPointerv")] + [AutoGenerated(Category = "KHR_debug|VERSION_4_3|VERSION_4_3", Version = "4.3", EntryPoint = "glGetPointerv")] public static void GetPointer(OpenTK.Graphics.OpenGL4.GetPointervPName pname, [OutAttribute] IntPtr @params) { @@ -34241,7 +34241,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and KHR_debug|VERSION_4_3|VERSION_4_3] /// Return the address of the specified pointer /// /// @@ -34254,7 +34254,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Returns the pointer value specified by pname. /// /// - [AutoGenerated(Category = "KHR_debug|VERSION_4_3|VERSION_4_3", Version = "", EntryPoint = "glGetPointerv")] + [AutoGenerated(Category = "KHR_debug|VERSION_4_3|VERSION_4_3", Version = "4.3", EntryPoint = "glGetPointerv")] public static void GetPointer(OpenTK.Graphics.OpenGL4.GetPointervPName pname, [InAttribute, OutAttribute] T1[] @params) where T1 : struct @@ -34278,7 +34278,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and KHR_debug|VERSION_4_3|VERSION_4_3] /// Return the address of the specified pointer /// /// @@ -34291,7 +34291,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Returns the pointer value specified by pname. /// /// - [AutoGenerated(Category = "KHR_debug|VERSION_4_3|VERSION_4_3", Version = "", EntryPoint = "glGetPointerv")] + [AutoGenerated(Category = "KHR_debug|VERSION_4_3|VERSION_4_3", Version = "4.3", EntryPoint = "glGetPointerv")] public static void GetPointer(OpenTK.Graphics.OpenGL4.GetPointervPName pname, [InAttribute, OutAttribute] T1[,] @params) where T1 : struct @@ -34315,7 +34315,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and KHR_debug|VERSION_4_3|VERSION_4_3] /// Return the address of the specified pointer /// /// @@ -34328,7 +34328,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Returns the pointer value specified by pname. /// /// - [AutoGenerated(Category = "KHR_debug|VERSION_4_3|VERSION_4_3", Version = "", EntryPoint = "glGetPointerv")] + [AutoGenerated(Category = "KHR_debug|VERSION_4_3|VERSION_4_3", Version = "4.3", EntryPoint = "glGetPointerv")] public static void GetPointer(OpenTK.Graphics.OpenGL4.GetPointervPName pname, [InAttribute, OutAttribute] T1[,,] @params) where T1 : struct @@ -34352,7 +34352,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and KHR_debug|VERSION_4_3|VERSION_4_3] /// Return the address of the specified pointer /// /// @@ -34365,7 +34365,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Returns the pointer value specified by pname. /// /// - [AutoGenerated(Category = "KHR_debug|VERSION_4_3|VERSION_4_3", Version = "", EntryPoint = "glGetPointerv")] + [AutoGenerated(Category = "KHR_debug|VERSION_4_3|VERSION_4_3", Version = "4.3", EntryPoint = "glGetPointerv")] public static void GetPointer(OpenTK.Graphics.OpenGL4.GetPointervPName pname, [InAttribute, OutAttribute] ref T1 @params) where T1 : struct @@ -34390,7 +34390,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_get_program_binary|VERSION_4_1] /// Return a binary representation of a program object's compiled and linked executable source /// /// @@ -34418,7 +34418,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the address an array into which the GL will return program's binary representation. /// /// - [AutoGenerated(Category = "ARB_get_program_binary|VERSION_4_1", Version = "", EntryPoint = "glGetProgramBinary")] + [AutoGenerated(Category = "ARB_get_program_binary|VERSION_4_1", Version = "4.1", EntryPoint = "glGetProgramBinary")] public static void GetProgramBinary(Int32 program, Int32 bufSize, [OutAttribute] out Int32 length, [OutAttribute] out OpenTK.Graphics.OpenGL4.BinaryFormat binaryFormat, [OutAttribute] IntPtr binary) { @@ -34442,7 +34442,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_get_program_binary|VERSION_4_1] /// Return a binary representation of a program object's compiled and linked executable source /// /// @@ -34470,7 +34470,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the address an array into which the GL will return program's binary representation. /// /// - [AutoGenerated(Category = "ARB_get_program_binary|VERSION_4_1", Version = "", EntryPoint = "glGetProgramBinary")] + [AutoGenerated(Category = "ARB_get_program_binary|VERSION_4_1", Version = "4.1", EntryPoint = "glGetProgramBinary")] public static void GetProgramBinary(Int32 program, Int32 bufSize, [OutAttribute] out Int32 length, [OutAttribute] out OpenTK.Graphics.OpenGL4.BinaryFormat binaryFormat, [InAttribute, OutAttribute] T4[] binary) where T4 : struct @@ -34503,7 +34503,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_get_program_binary|VERSION_4_1] /// Return a binary representation of a program object's compiled and linked executable source /// /// @@ -34531,7 +34531,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the address an array into which the GL will return program's binary representation. /// /// - [AutoGenerated(Category = "ARB_get_program_binary|VERSION_4_1", Version = "", EntryPoint = "glGetProgramBinary")] + [AutoGenerated(Category = "ARB_get_program_binary|VERSION_4_1", Version = "4.1", EntryPoint = "glGetProgramBinary")] public static void GetProgramBinary(Int32 program, Int32 bufSize, [OutAttribute] out Int32 length, [OutAttribute] out OpenTK.Graphics.OpenGL4.BinaryFormat binaryFormat, [InAttribute, OutAttribute] T4[,] binary) where T4 : struct @@ -34564,7 +34564,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_get_program_binary|VERSION_4_1] /// Return a binary representation of a program object's compiled and linked executable source /// /// @@ -34592,7 +34592,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the address an array into which the GL will return program's binary representation. /// /// - [AutoGenerated(Category = "ARB_get_program_binary|VERSION_4_1", Version = "", EntryPoint = "glGetProgramBinary")] + [AutoGenerated(Category = "ARB_get_program_binary|VERSION_4_1", Version = "4.1", EntryPoint = "glGetProgramBinary")] public static void GetProgramBinary(Int32 program, Int32 bufSize, [OutAttribute] out Int32 length, [OutAttribute] out OpenTK.Graphics.OpenGL4.BinaryFormat binaryFormat, [InAttribute, OutAttribute] T4[,,] binary) where T4 : struct @@ -34625,7 +34625,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_get_program_binary|VERSION_4_1] /// Return a binary representation of a program object's compiled and linked executable source /// /// @@ -34653,7 +34653,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the address an array into which the GL will return program's binary representation. /// /// - [AutoGenerated(Category = "ARB_get_program_binary|VERSION_4_1", Version = "", EntryPoint = "glGetProgramBinary")] + [AutoGenerated(Category = "ARB_get_program_binary|VERSION_4_1", Version = "4.1", EntryPoint = "glGetProgramBinary")] public static void GetProgramBinary(Int32 program, Int32 bufSize, [OutAttribute] out Int32 length, [OutAttribute] out OpenTK.Graphics.OpenGL4.BinaryFormat binaryFormat, [InAttribute, OutAttribute] ref T4 binary) where T4 : struct @@ -34687,7 +34687,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_get_program_binary|VERSION_4_1] /// Return a binary representation of a program object's compiled and linked executable source /// /// @@ -34716,7 +34716,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_get_program_binary|VERSION_4_1", Version = "", EntryPoint = "glGetProgramBinary")] + [AutoGenerated(Category = "ARB_get_program_binary|VERSION_4_1", Version = "4.1", EntryPoint = "glGetProgramBinary")] public static unsafe void GetProgramBinary(Int32 program, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] OpenTK.Graphics.OpenGL4.BinaryFormat* binaryFormat, [OutAttribute] IntPtr binary) { @@ -34731,7 +34731,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_get_program_binary|VERSION_4_1] /// Return a binary representation of a program object's compiled and linked executable source /// /// @@ -34760,7 +34760,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_get_program_binary|VERSION_4_1", Version = "", EntryPoint = "glGetProgramBinary")] + [AutoGenerated(Category = "ARB_get_program_binary|VERSION_4_1", Version = "4.1", EntryPoint = "glGetProgramBinary")] public static unsafe void GetProgramBinary(Int32 program, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] OpenTK.Graphics.OpenGL4.BinaryFormat* binaryFormat, [InAttribute, OutAttribute] T4[] binary) where T4 : struct @@ -34784,7 +34784,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_get_program_binary|VERSION_4_1] /// Return a binary representation of a program object's compiled and linked executable source /// /// @@ -34813,7 +34813,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_get_program_binary|VERSION_4_1", Version = "", EntryPoint = "glGetProgramBinary")] + [AutoGenerated(Category = "ARB_get_program_binary|VERSION_4_1", Version = "4.1", EntryPoint = "glGetProgramBinary")] public static unsafe void GetProgramBinary(Int32 program, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] OpenTK.Graphics.OpenGL4.BinaryFormat* binaryFormat, [InAttribute, OutAttribute] T4[,] binary) where T4 : struct @@ -34837,7 +34837,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_get_program_binary|VERSION_4_1] /// Return a binary representation of a program object's compiled and linked executable source /// /// @@ -34866,7 +34866,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_get_program_binary|VERSION_4_1", Version = "", EntryPoint = "glGetProgramBinary")] + [AutoGenerated(Category = "ARB_get_program_binary|VERSION_4_1", Version = "4.1", EntryPoint = "glGetProgramBinary")] public static unsafe void GetProgramBinary(Int32 program, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] OpenTK.Graphics.OpenGL4.BinaryFormat* binaryFormat, [InAttribute, OutAttribute] T4[,,] binary) where T4 : struct @@ -34890,7 +34890,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_get_program_binary|VERSION_4_1] /// Return a binary representation of a program object's compiled and linked executable source /// /// @@ -34919,7 +34919,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_get_program_binary|VERSION_4_1", Version = "", EntryPoint = "glGetProgramBinary")] + [AutoGenerated(Category = "ARB_get_program_binary|VERSION_4_1", Version = "4.1", EntryPoint = "glGetProgramBinary")] public static unsafe void GetProgramBinary(Int32 program, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] OpenTK.Graphics.OpenGL4.BinaryFormat* binaryFormat, [InAttribute, OutAttribute] ref T4 binary) where T4 : struct @@ -34944,7 +34944,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_get_program_binary|VERSION_4_1] /// Return a binary representation of a program object's compiled and linked executable source /// /// @@ -34973,7 +34973,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_get_program_binary|VERSION_4_1", Version = "", EntryPoint = "glGetProgramBinary")] + [AutoGenerated(Category = "ARB_get_program_binary|VERSION_4_1", Version = "4.1", EntryPoint = "glGetProgramBinary")] public static void GetProgramBinary(UInt32 program, Int32 bufSize, [OutAttribute] out Int32 length, [OutAttribute] out OpenTK.Graphics.OpenGL4.BinaryFormat binaryFormat, [OutAttribute] IntPtr binary) { @@ -34997,7 +34997,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_get_program_binary|VERSION_4_1] /// Return a binary representation of a program object's compiled and linked executable source /// /// @@ -35026,7 +35026,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_get_program_binary|VERSION_4_1", Version = "", EntryPoint = "glGetProgramBinary")] + [AutoGenerated(Category = "ARB_get_program_binary|VERSION_4_1", Version = "4.1", EntryPoint = "glGetProgramBinary")] public static void GetProgramBinary(UInt32 program, Int32 bufSize, [OutAttribute] out Int32 length, [OutAttribute] out OpenTK.Graphics.OpenGL4.BinaryFormat binaryFormat, [InAttribute, OutAttribute] T4[] binary) where T4 : struct @@ -35059,7 +35059,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_get_program_binary|VERSION_4_1] /// Return a binary representation of a program object's compiled and linked executable source /// /// @@ -35088,7 +35088,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_get_program_binary|VERSION_4_1", Version = "", EntryPoint = "glGetProgramBinary")] + [AutoGenerated(Category = "ARB_get_program_binary|VERSION_4_1", Version = "4.1", EntryPoint = "glGetProgramBinary")] public static void GetProgramBinary(UInt32 program, Int32 bufSize, [OutAttribute] out Int32 length, [OutAttribute] out OpenTK.Graphics.OpenGL4.BinaryFormat binaryFormat, [InAttribute, OutAttribute] T4[,] binary) where T4 : struct @@ -35121,7 +35121,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_get_program_binary|VERSION_4_1] /// Return a binary representation of a program object's compiled and linked executable source /// /// @@ -35150,7 +35150,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_get_program_binary|VERSION_4_1", Version = "", EntryPoint = "glGetProgramBinary")] + [AutoGenerated(Category = "ARB_get_program_binary|VERSION_4_1", Version = "4.1", EntryPoint = "glGetProgramBinary")] public static void GetProgramBinary(UInt32 program, Int32 bufSize, [OutAttribute] out Int32 length, [OutAttribute] out OpenTK.Graphics.OpenGL4.BinaryFormat binaryFormat, [InAttribute, OutAttribute] T4[,,] binary) where T4 : struct @@ -35183,7 +35183,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_get_program_binary|VERSION_4_1] /// Return a binary representation of a program object's compiled and linked executable source /// /// @@ -35212,7 +35212,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_get_program_binary|VERSION_4_1", Version = "", EntryPoint = "glGetProgramBinary")] + [AutoGenerated(Category = "ARB_get_program_binary|VERSION_4_1", Version = "4.1", EntryPoint = "glGetProgramBinary")] public static void GetProgramBinary(UInt32 program, Int32 bufSize, [OutAttribute] out Int32 length, [OutAttribute] out OpenTK.Graphics.OpenGL4.BinaryFormat binaryFormat, [InAttribute, OutAttribute] ref T4 binary) where T4 : struct @@ -35246,7 +35246,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_get_program_binary|VERSION_4_1] /// Return a binary representation of a program object's compiled and linked executable source /// /// @@ -35275,7 +35275,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_get_program_binary|VERSION_4_1", Version = "", EntryPoint = "glGetProgramBinary")] + [AutoGenerated(Category = "ARB_get_program_binary|VERSION_4_1", Version = "4.1", EntryPoint = "glGetProgramBinary")] public static unsafe void GetProgramBinary(UInt32 program, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] OpenTK.Graphics.OpenGL4.BinaryFormat* binaryFormat, [OutAttribute] IntPtr binary) { @@ -35290,7 +35290,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_get_program_binary|VERSION_4_1] /// Return a binary representation of a program object's compiled and linked executable source /// /// @@ -35319,7 +35319,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_get_program_binary|VERSION_4_1", Version = "", EntryPoint = "glGetProgramBinary")] + [AutoGenerated(Category = "ARB_get_program_binary|VERSION_4_1", Version = "4.1", EntryPoint = "glGetProgramBinary")] public static unsafe void GetProgramBinary(UInt32 program, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] OpenTK.Graphics.OpenGL4.BinaryFormat* binaryFormat, [InAttribute, OutAttribute] T4[] binary) where T4 : struct @@ -35343,7 +35343,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_get_program_binary|VERSION_4_1] /// Return a binary representation of a program object's compiled and linked executable source /// /// @@ -35372,7 +35372,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_get_program_binary|VERSION_4_1", Version = "", EntryPoint = "glGetProgramBinary")] + [AutoGenerated(Category = "ARB_get_program_binary|VERSION_4_1", Version = "4.1", EntryPoint = "glGetProgramBinary")] public static unsafe void GetProgramBinary(UInt32 program, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] OpenTK.Graphics.OpenGL4.BinaryFormat* binaryFormat, [InAttribute, OutAttribute] T4[,] binary) where T4 : struct @@ -35396,7 +35396,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_get_program_binary|VERSION_4_1] /// Return a binary representation of a program object's compiled and linked executable source /// /// @@ -35425,7 +35425,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_get_program_binary|VERSION_4_1", Version = "", EntryPoint = "glGetProgramBinary")] + [AutoGenerated(Category = "ARB_get_program_binary|VERSION_4_1", Version = "4.1", EntryPoint = "glGetProgramBinary")] public static unsafe void GetProgramBinary(UInt32 program, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] OpenTK.Graphics.OpenGL4.BinaryFormat* binaryFormat, [InAttribute, OutAttribute] T4[,,] binary) where T4 : struct @@ -35449,7 +35449,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_get_program_binary|VERSION_4_1] /// Return a binary representation of a program object's compiled and linked executable source /// /// @@ -35478,7 +35478,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_get_program_binary|VERSION_4_1", Version = "", EntryPoint = "glGetProgramBinary")] + [AutoGenerated(Category = "ARB_get_program_binary|VERSION_4_1", Version = "4.1", EntryPoint = "glGetProgramBinary")] public static unsafe void GetProgramBinary(UInt32 program, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] OpenTK.Graphics.OpenGL4.BinaryFormat* binaryFormat, [InAttribute, OutAttribute] ref T4 binary) where T4 : struct @@ -35672,7 +35672,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and ARB_program_interface_query|VERSION_4_3] /// Query a property of an interface in a program /// /// @@ -35695,7 +35695,7 @@ namespace OpenTK.Graphics.OpenGL4 /// The address of a variable to retrieve the value of pname for the program interface. /// /// - [AutoGenerated(Category = "ARB_program_interface_query|VERSION_4_3", Version = "", EntryPoint = "glGetProgramInterfaceiv")] + [AutoGenerated(Category = "ARB_program_interface_query|VERSION_4_3", Version = "4.3", EntryPoint = "glGetProgramInterfaceiv")] public static void GetProgramInterface(Int32 program, OpenTK.Graphics.OpenGL4.ProgramInterface programInterface, OpenTK.Graphics.OpenGL4.ProgramInterfaceParameter pname, [OutAttribute] Int32[] @params) { @@ -35716,7 +35716,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and ARB_program_interface_query|VERSION_4_3] /// Query a property of an interface in a program /// /// @@ -35739,7 +35739,7 @@ namespace OpenTK.Graphics.OpenGL4 /// The address of a variable to retrieve the value of pname for the program interface. /// /// - [AutoGenerated(Category = "ARB_program_interface_query|VERSION_4_3", Version = "", EntryPoint = "glGetProgramInterfaceiv")] + [AutoGenerated(Category = "ARB_program_interface_query|VERSION_4_3", Version = "4.3", EntryPoint = "glGetProgramInterfaceiv")] public static void GetProgramInterface(Int32 program, OpenTK.Graphics.OpenGL4.ProgramInterface programInterface, OpenTK.Graphics.OpenGL4.ProgramInterfaceParameter pname, [OutAttribute] out Int32 @params) { @@ -35761,7 +35761,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and ARB_program_interface_query|VERSION_4_3] /// Query a property of an interface in a program /// /// @@ -35785,7 +35785,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_program_interface_query|VERSION_4_3", Version = "", EntryPoint = "glGetProgramInterfaceiv")] + [AutoGenerated(Category = "ARB_program_interface_query|VERSION_4_3", Version = "4.3", EntryPoint = "glGetProgramInterfaceiv")] public static unsafe void GetProgramInterface(Int32 program, OpenTK.Graphics.OpenGL4.ProgramInterface programInterface, OpenTK.Graphics.OpenGL4.ProgramInterfaceParameter pname, [OutAttribute] Int32* @params) { @@ -35800,7 +35800,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and ARB_program_interface_query|VERSION_4_3] /// Query a property of an interface in a program /// /// @@ -35824,7 +35824,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_program_interface_query|VERSION_4_3", Version = "", EntryPoint = "glGetProgramInterfaceiv")] + [AutoGenerated(Category = "ARB_program_interface_query|VERSION_4_3", Version = "4.3", EntryPoint = "glGetProgramInterfaceiv")] public static void GetProgramInterface(UInt32 program, OpenTK.Graphics.OpenGL4.ProgramInterface programInterface, OpenTK.Graphics.OpenGL4.ProgramInterfaceParameter pname, [OutAttribute] Int32[] @params) { @@ -35845,7 +35845,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and ARB_program_interface_query|VERSION_4_3] /// Query a property of an interface in a program /// /// @@ -35869,7 +35869,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_program_interface_query|VERSION_4_3", Version = "", EntryPoint = "glGetProgramInterfaceiv")] + [AutoGenerated(Category = "ARB_program_interface_query|VERSION_4_3", Version = "4.3", EntryPoint = "glGetProgramInterfaceiv")] public static void GetProgramInterface(UInt32 program, OpenTK.Graphics.OpenGL4.ProgramInterface programInterface, OpenTK.Graphics.OpenGL4.ProgramInterfaceParameter pname, [OutAttribute] out Int32 @params) { @@ -35891,7 +35891,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and ARB_program_interface_query|VERSION_4_3] /// Query a property of an interface in a program /// /// @@ -35915,7 +35915,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_program_interface_query|VERSION_4_3", Version = "", EntryPoint = "glGetProgramInterfaceiv")] + [AutoGenerated(Category = "ARB_program_interface_query|VERSION_4_3", Version = "4.3", EntryPoint = "glGetProgramInterfaceiv")] public static unsafe void GetProgramInterface(UInt32 program, OpenTK.Graphics.OpenGL4.ProgramInterface programInterface, OpenTK.Graphics.OpenGL4.ProgramInterfaceParameter pname, [OutAttribute] Int32* @params) { @@ -36158,7 +36158,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Retrieve the info log string from a program pipeline object /// /// @@ -36181,7 +36181,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the address of an array of characters into which will be written the info log for pipeline. /// /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glGetProgramPipelineInfoLog")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glGetProgramPipelineInfoLog")] public static void GetProgramPipelineInfoLog(Int32 pipeline, Int32 bufSize, [OutAttribute] out Int32 length, [OutAttribute] StringBuilder infoLog) { @@ -36203,7 +36203,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Retrieve the info log string from a program pipeline object /// /// @@ -36227,7 +36227,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glGetProgramPipelineInfoLog")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glGetProgramPipelineInfoLog")] public static unsafe void GetProgramPipelineInfoLog(Int32 pipeline, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] StringBuilder infoLog) { @@ -36242,7 +36242,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Retrieve the info log string from a program pipeline object /// /// @@ -36266,7 +36266,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glGetProgramPipelineInfoLog")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glGetProgramPipelineInfoLog")] public static void GetProgramPipelineInfoLog(UInt32 pipeline, Int32 bufSize, [OutAttribute] out Int32 length, [OutAttribute] StringBuilder infoLog) { @@ -36288,7 +36288,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Retrieve the info log string from a program pipeline object /// /// @@ -36312,7 +36312,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glGetProgramPipelineInfoLog")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glGetProgramPipelineInfoLog")] public static unsafe void GetProgramPipelineInfoLog(UInt32 pipeline, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] StringBuilder infoLog) { @@ -36327,7 +36327,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Retrieve properties of a program pipeline object /// /// @@ -36345,7 +36345,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the address of a variable into which will be written the value or values of pname for pipeline. /// /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glGetProgramPipelineiv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glGetProgramPipelineiv")] public static void GetProgramPipeline(Int32 pipeline, OpenTK.Graphics.OpenGL4.ProgramPipelineParameter pname, [OutAttribute] Int32[] @params) { @@ -36366,7 +36366,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Retrieve properties of a program pipeline object /// /// @@ -36384,7 +36384,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the address of a variable into which will be written the value or values of pname for pipeline. /// /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glGetProgramPipelineiv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glGetProgramPipelineiv")] public static void GetProgramPipeline(Int32 pipeline, OpenTK.Graphics.OpenGL4.ProgramPipelineParameter pname, [OutAttribute] out Int32 @params) { @@ -36406,7 +36406,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Retrieve properties of a program pipeline object /// /// @@ -36425,7 +36425,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glGetProgramPipelineiv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glGetProgramPipelineiv")] public static unsafe void GetProgramPipeline(Int32 pipeline, OpenTK.Graphics.OpenGL4.ProgramPipelineParameter pname, [OutAttribute] Int32* @params) { @@ -36440,7 +36440,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Retrieve properties of a program pipeline object /// /// @@ -36459,7 +36459,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glGetProgramPipelineiv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glGetProgramPipelineiv")] public static void GetProgramPipeline(UInt32 pipeline, OpenTK.Graphics.OpenGL4.ProgramPipelineParameter pname, [OutAttribute] Int32[] @params) { @@ -36480,7 +36480,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Retrieve properties of a program pipeline object /// /// @@ -36499,7 +36499,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glGetProgramPipelineiv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glGetProgramPipelineiv")] public static void GetProgramPipeline(UInt32 pipeline, OpenTK.Graphics.OpenGL4.ProgramPipelineParameter pname, [OutAttribute] out Int32 @params) { @@ -36521,7 +36521,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Retrieve properties of a program pipeline object /// /// @@ -36540,7 +36540,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glGetProgramPipelineiv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glGetProgramPipelineiv")] public static unsafe void GetProgramPipeline(UInt32 pipeline, OpenTK.Graphics.OpenGL4.ProgramPipelineParameter pname, [OutAttribute] Int32* @params) { @@ -36555,7 +36555,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and ARB_program_interface_query|VERSION_4_3] /// Query the index of a named resource within a program /// /// @@ -36573,7 +36573,7 @@ namespace OpenTK.Graphics.OpenGL4 /// The name of the resource to query the index of. /// /// - [AutoGenerated(Category = "ARB_program_interface_query|VERSION_4_3", Version = "", EntryPoint = "glGetProgramResourceIndex")] + [AutoGenerated(Category = "ARB_program_interface_query|VERSION_4_3", Version = "4.3", EntryPoint = "glGetProgramResourceIndex")] public static Int32 GetProgramResourceIndex(Int32 program, OpenTK.Graphics.OpenGL4.ProgramInterface programInterface, String name) { @@ -36588,7 +36588,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and ARB_program_interface_query|VERSION_4_3] /// Query the index of a named resource within a program /// /// @@ -36607,7 +36607,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_program_interface_query|VERSION_4_3", Version = "", EntryPoint = "glGetProgramResourceIndex")] + [AutoGenerated(Category = "ARB_program_interface_query|VERSION_4_3", Version = "4.3", EntryPoint = "glGetProgramResourceIndex")] public static Int32 GetProgramResourceIndex(UInt32 program, OpenTK.Graphics.OpenGL4.ProgramInterface programInterface, String name) { @@ -36622,7 +36622,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and ARB_program_interface_query|VERSION_4_3] /// Retrieve values for multiple properties of a single active resource within a program object /// /// @@ -36635,7 +36635,7 @@ namespace OpenTK.Graphics.OpenGL4 /// A token identifying the interface within program containing the resource named name. /// /// - [AutoGenerated(Category = "ARB_program_interface_query|VERSION_4_3", Version = "", EntryPoint = "glGetProgramResourceiv")] + [AutoGenerated(Category = "ARB_program_interface_query|VERSION_4_3", Version = "4.3", EntryPoint = "glGetProgramResourceiv")] public static void GetProgramResource(Int32 program, OpenTK.Graphics.OpenGL4.ProgramInterface programInterface, Int32 index, Int32 propCount, OpenTK.Graphics.OpenGL4.ProgramProperty[] props, Int32 bufSize, [OutAttribute] Int32[] length, [OutAttribute] Int32[] @params) { @@ -36658,7 +36658,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and ARB_program_interface_query|VERSION_4_3] /// Retrieve values for multiple properties of a single active resource within a program object /// /// @@ -36671,7 +36671,7 @@ namespace OpenTK.Graphics.OpenGL4 /// A token identifying the interface within program containing the resource named name. /// /// - [AutoGenerated(Category = "ARB_program_interface_query|VERSION_4_3", Version = "", EntryPoint = "glGetProgramResourceiv")] + [AutoGenerated(Category = "ARB_program_interface_query|VERSION_4_3", Version = "4.3", EntryPoint = "glGetProgramResourceiv")] public static void GetProgramResource(Int32 program, OpenTK.Graphics.OpenGL4.ProgramInterface programInterface, Int32 index, Int32 propCount, ref OpenTK.Graphics.OpenGL4.ProgramProperty props, Int32 bufSize, [OutAttribute] out Int32 length, [OutAttribute] out Int32 @params) { @@ -36696,7 +36696,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and ARB_program_interface_query|VERSION_4_3] /// Retrieve values for multiple properties of a single active resource within a program object /// /// @@ -36710,7 +36710,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_program_interface_query|VERSION_4_3", Version = "", EntryPoint = "glGetProgramResourceiv")] + [AutoGenerated(Category = "ARB_program_interface_query|VERSION_4_3", Version = "4.3", EntryPoint = "glGetProgramResourceiv")] public static unsafe void GetProgramResource(Int32 program, OpenTK.Graphics.OpenGL4.ProgramInterface programInterface, Int32 index, Int32 propCount, OpenTK.Graphics.OpenGL4.ProgramProperty* props, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] Int32* @params) { @@ -36725,7 +36725,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and ARB_program_interface_query|VERSION_4_3] /// Retrieve values for multiple properties of a single active resource within a program object /// /// @@ -36739,7 +36739,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_program_interface_query|VERSION_4_3", Version = "", EntryPoint = "glGetProgramResourceiv")] + [AutoGenerated(Category = "ARB_program_interface_query|VERSION_4_3", Version = "4.3", EntryPoint = "glGetProgramResourceiv")] public static void GetProgramResource(UInt32 program, OpenTK.Graphics.OpenGL4.ProgramInterface programInterface, UInt32 index, Int32 propCount, OpenTK.Graphics.OpenGL4.ProgramProperty[] props, Int32 bufSize, [OutAttribute] Int32[] length, [OutAttribute] Int32[] @params) { @@ -36762,7 +36762,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and ARB_program_interface_query|VERSION_4_3] /// Retrieve values for multiple properties of a single active resource within a program object /// /// @@ -36776,7 +36776,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_program_interface_query|VERSION_4_3", Version = "", EntryPoint = "glGetProgramResourceiv")] + [AutoGenerated(Category = "ARB_program_interface_query|VERSION_4_3", Version = "4.3", EntryPoint = "glGetProgramResourceiv")] public static void GetProgramResource(UInt32 program, OpenTK.Graphics.OpenGL4.ProgramInterface programInterface, UInt32 index, Int32 propCount, ref OpenTK.Graphics.OpenGL4.ProgramProperty props, Int32 bufSize, [OutAttribute] out Int32 length, [OutAttribute] out Int32 @params) { @@ -36801,7 +36801,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and ARB_program_interface_query|VERSION_4_3] /// Retrieve values for multiple properties of a single active resource within a program object /// /// @@ -36815,7 +36815,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_program_interface_query|VERSION_4_3", Version = "", EntryPoint = "glGetProgramResourceiv")] + [AutoGenerated(Category = "ARB_program_interface_query|VERSION_4_3", Version = "4.3", EntryPoint = "glGetProgramResourceiv")] public static unsafe void GetProgramResource(UInt32 program, OpenTK.Graphics.OpenGL4.ProgramInterface programInterface, UInt32 index, Int32 propCount, OpenTK.Graphics.OpenGL4.ProgramProperty* props, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] Int32* @params) { @@ -36830,7 +36830,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and ARB_program_interface_query|VERSION_4_3] /// Query the location of a named resource within a program /// /// @@ -36848,7 +36848,7 @@ namespace OpenTK.Graphics.OpenGL4 /// The name of the resource to query the location of. /// /// - [AutoGenerated(Category = "ARB_program_interface_query|VERSION_4_3", Version = "", EntryPoint = "glGetProgramResourceLocation")] + [AutoGenerated(Category = "ARB_program_interface_query|VERSION_4_3", Version = "4.3", EntryPoint = "glGetProgramResourceLocation")] public static Int32 GetProgramResourceLocation(Int32 program, OpenTK.Graphics.OpenGL4.ProgramInterface programInterface, String name) { @@ -36863,7 +36863,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and ARB_program_interface_query|VERSION_4_3] /// Query the location of a named resource within a program /// /// @@ -36882,7 +36882,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_program_interface_query|VERSION_4_3", Version = "", EntryPoint = "glGetProgramResourceLocation")] + [AutoGenerated(Category = "ARB_program_interface_query|VERSION_4_3", Version = "4.3", EntryPoint = "glGetProgramResourceLocation")] public static Int32 GetProgramResourceLocation(UInt32 program, OpenTK.Graphics.OpenGL4.ProgramInterface programInterface, String name) { @@ -36897,7 +36897,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and ARB_program_interface_query|VERSION_4_3] /// Query the fragment color index of a named variable within a program /// /// @@ -36915,7 +36915,7 @@ namespace OpenTK.Graphics.OpenGL4 /// The name of the resource to query the location of. /// /// - [AutoGenerated(Category = "ARB_program_interface_query|VERSION_4_3", Version = "", EntryPoint = "glGetProgramResourceLocationIndex")] + [AutoGenerated(Category = "ARB_program_interface_query|VERSION_4_3", Version = "4.3", EntryPoint = "glGetProgramResourceLocationIndex")] public static Int32 GetProgramResourceLocationIndex(Int32 program, OpenTK.Graphics.OpenGL4.ProgramInterface programInterface, String name) { @@ -36930,7 +36930,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and ARB_program_interface_query|VERSION_4_3] /// Query the fragment color index of a named variable within a program /// /// @@ -36949,7 +36949,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_program_interface_query|VERSION_4_3", Version = "", EntryPoint = "glGetProgramResourceLocationIndex")] + [AutoGenerated(Category = "ARB_program_interface_query|VERSION_4_3", Version = "4.3", EntryPoint = "glGetProgramResourceLocationIndex")] public static Int32 GetProgramResourceLocationIndex(UInt32 program, OpenTK.Graphics.OpenGL4.ProgramInterface programInterface, String name) { @@ -36964,7 +36964,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and ARB_program_interface_query|VERSION_4_3] /// Query the name of an indexed resource within a program /// /// @@ -36997,7 +36997,7 @@ namespace OpenTK.Graphics.OpenGL4 /// The address of a character array into which will be written the name of the resource. /// /// - [AutoGenerated(Category = "ARB_program_interface_query|VERSION_4_3", Version = "", EntryPoint = "glGetProgramResourceName")] + [AutoGenerated(Category = "ARB_program_interface_query|VERSION_4_3", Version = "4.3", EntryPoint = "glGetProgramResourceName")] public static void GetProgramResourceName(Int32 program, OpenTK.Graphics.OpenGL4.ProgramInterface programInterface, Int32 index, Int32 bufSize, [OutAttribute] Int32[] length, [OutAttribute] StringBuilder name) { @@ -37018,7 +37018,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and ARB_program_interface_query|VERSION_4_3] /// Query the name of an indexed resource within a program /// /// @@ -37051,7 +37051,7 @@ namespace OpenTK.Graphics.OpenGL4 /// The address of a character array into which will be written the name of the resource. /// /// - [AutoGenerated(Category = "ARB_program_interface_query|VERSION_4_3", Version = "", EntryPoint = "glGetProgramResourceName")] + [AutoGenerated(Category = "ARB_program_interface_query|VERSION_4_3", Version = "4.3", EntryPoint = "glGetProgramResourceName")] public static void GetProgramResourceName(Int32 program, OpenTK.Graphics.OpenGL4.ProgramInterface programInterface, Int32 index, Int32 bufSize, [OutAttribute] out Int32 length, [OutAttribute] StringBuilder name) { @@ -37073,7 +37073,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and ARB_program_interface_query|VERSION_4_3] /// Query the name of an indexed resource within a program /// /// @@ -37107,7 +37107,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_program_interface_query|VERSION_4_3", Version = "", EntryPoint = "glGetProgramResourceName")] + [AutoGenerated(Category = "ARB_program_interface_query|VERSION_4_3", Version = "4.3", EntryPoint = "glGetProgramResourceName")] public static unsafe void GetProgramResourceName(Int32 program, OpenTK.Graphics.OpenGL4.ProgramInterface programInterface, Int32 index, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] StringBuilder name) { @@ -37122,7 +37122,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and ARB_program_interface_query|VERSION_4_3] /// Query the name of an indexed resource within a program /// /// @@ -37156,7 +37156,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_program_interface_query|VERSION_4_3", Version = "", EntryPoint = "glGetProgramResourceName")] + [AutoGenerated(Category = "ARB_program_interface_query|VERSION_4_3", Version = "4.3", EntryPoint = "glGetProgramResourceName")] public static void GetProgramResourceName(UInt32 program, OpenTK.Graphics.OpenGL4.ProgramInterface programInterface, UInt32 index, Int32 bufSize, [OutAttribute] Int32[] length, [OutAttribute] StringBuilder name) { @@ -37177,7 +37177,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and ARB_program_interface_query|VERSION_4_3] /// Query the name of an indexed resource within a program /// /// @@ -37211,7 +37211,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_program_interface_query|VERSION_4_3", Version = "", EntryPoint = "glGetProgramResourceName")] + [AutoGenerated(Category = "ARB_program_interface_query|VERSION_4_3", Version = "4.3", EntryPoint = "glGetProgramResourceName")] public static void GetProgramResourceName(UInt32 program, OpenTK.Graphics.OpenGL4.ProgramInterface programInterface, UInt32 index, Int32 bufSize, [OutAttribute] out Int32 length, [OutAttribute] StringBuilder name) { @@ -37233,7 +37233,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and ARB_program_interface_query|VERSION_4_3] /// Query the name of an indexed resource within a program /// /// @@ -37267,7 +37267,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_program_interface_query|VERSION_4_3", Version = "", EntryPoint = "glGetProgramResourceName")] + [AutoGenerated(Category = "ARB_program_interface_query|VERSION_4_3", Version = "4.3", EntryPoint = "glGetProgramResourceName")] public static unsafe void GetProgramResourceName(UInt32 program, OpenTK.Graphics.OpenGL4.ProgramInterface programInterface, UInt32 index, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] StringBuilder name) { @@ -37282,7 +37282,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.0 and ARB_shader_subroutine|VERSION_4_0] /// Retrieve properties of a program object corresponding to a specified shader stage /// /// @@ -37305,7 +37305,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the address of a variable into which the queried value or values will be placed. /// /// - [AutoGenerated(Category = "ARB_shader_subroutine|VERSION_4_0", Version = "", EntryPoint = "glGetProgramStageiv")] + [AutoGenerated(Category = "ARB_shader_subroutine|VERSION_4_0", Version = "4.0", EntryPoint = "glGetProgramStageiv")] public static void GetProgramStage(Int32 program, OpenTK.Graphics.OpenGL4.ShaderType shadertype, OpenTK.Graphics.OpenGL4.ProgramStageParameter pname, [OutAttribute] out Int32 values) { @@ -37327,7 +37327,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.0 and ARB_shader_subroutine|VERSION_4_0] /// Retrieve properties of a program object corresponding to a specified shader stage /// /// @@ -37351,7 +37351,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_shader_subroutine|VERSION_4_0", Version = "", EntryPoint = "glGetProgramStageiv")] + [AutoGenerated(Category = "ARB_shader_subroutine|VERSION_4_0", Version = "4.0", EntryPoint = "glGetProgramStageiv")] public static unsafe void GetProgramStage(Int32 program, OpenTK.Graphics.OpenGL4.ShaderType shadertype, OpenTK.Graphics.OpenGL4.ProgramStageParameter pname, [OutAttribute] Int32* values) { @@ -37366,7 +37366,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.0 and ARB_shader_subroutine|VERSION_4_0] /// Retrieve properties of a program object corresponding to a specified shader stage /// /// @@ -37390,7 +37390,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_shader_subroutine|VERSION_4_0", Version = "", EntryPoint = "glGetProgramStageiv")] + [AutoGenerated(Category = "ARB_shader_subroutine|VERSION_4_0", Version = "4.0", EntryPoint = "glGetProgramStageiv")] public static void GetProgramStage(UInt32 program, OpenTK.Graphics.OpenGL4.ShaderType shadertype, OpenTK.Graphics.OpenGL4.ProgramStageParameter pname, [OutAttribute] out Int32 values) { @@ -37412,7 +37412,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.0 and ARB_shader_subroutine|VERSION_4_0] /// Retrieve properties of a program object corresponding to a specified shader stage /// /// @@ -37436,7 +37436,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_shader_subroutine|VERSION_4_0", Version = "", EntryPoint = "glGetProgramStageiv")] + [AutoGenerated(Category = "ARB_shader_subroutine|VERSION_4_0", Version = "4.0", EntryPoint = "glGetProgramStageiv")] public static unsafe void GetProgramStage(UInt32 program, OpenTK.Graphics.OpenGL4.ShaderType shadertype, OpenTK.Graphics.OpenGL4.ProgramStageParameter pname, [OutAttribute] Int32* values) { @@ -37451,7 +37451,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.0 and ARB_transform_feedback3|VERSION_4_0] /// Return parameters of an indexed query object target /// /// @@ -37474,7 +37474,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Returns the requested data. /// /// - [AutoGenerated(Category = "ARB_transform_feedback3|VERSION_4_0", Version = "", EntryPoint = "glGetQueryIndexediv")] + [AutoGenerated(Category = "ARB_transform_feedback3|VERSION_4_0", Version = "4.0", EntryPoint = "glGetQueryIndexediv")] public static void GetQueryIndexed(OpenTK.Graphics.OpenGL4.QueryTarget target, Int32 index, OpenTK.Graphics.OpenGL4.GetQueryParam pname, [OutAttribute] Int32[] @params) { @@ -37495,7 +37495,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.0 and ARB_transform_feedback3|VERSION_4_0] /// Return parameters of an indexed query object target /// /// @@ -37518,7 +37518,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Returns the requested data. /// /// - [AutoGenerated(Category = "ARB_transform_feedback3|VERSION_4_0", Version = "", EntryPoint = "glGetQueryIndexediv")] + [AutoGenerated(Category = "ARB_transform_feedback3|VERSION_4_0", Version = "4.0", EntryPoint = "glGetQueryIndexediv")] public static void GetQueryIndexed(OpenTK.Graphics.OpenGL4.QueryTarget target, Int32 index, OpenTK.Graphics.OpenGL4.GetQueryParam pname, [OutAttribute] out Int32 @params) { @@ -37540,7 +37540,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.0 and ARB_transform_feedback3|VERSION_4_0] /// Return parameters of an indexed query object target /// /// @@ -37564,7 +37564,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_transform_feedback3|VERSION_4_0", Version = "", EntryPoint = "glGetQueryIndexediv")] + [AutoGenerated(Category = "ARB_transform_feedback3|VERSION_4_0", Version = "4.0", EntryPoint = "glGetQueryIndexediv")] public static unsafe void GetQueryIndexed(OpenTK.Graphics.OpenGL4.QueryTarget target, Int32 index, OpenTK.Graphics.OpenGL4.GetQueryParam pname, [OutAttribute] Int32* @params) { @@ -37579,7 +37579,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.0 and ARB_transform_feedback3|VERSION_4_0] /// Return parameters of an indexed query object target /// /// @@ -37603,7 +37603,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_transform_feedback3|VERSION_4_0", Version = "", EntryPoint = "glGetQueryIndexediv")] + [AutoGenerated(Category = "ARB_transform_feedback3|VERSION_4_0", Version = "4.0", EntryPoint = "glGetQueryIndexediv")] public static void GetQueryIndexed(OpenTK.Graphics.OpenGL4.QueryTarget target, UInt32 index, OpenTK.Graphics.OpenGL4.GetQueryParam pname, [OutAttribute] Int32[] @params) { @@ -37624,7 +37624,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.0 and ARB_transform_feedback3|VERSION_4_0] /// Return parameters of an indexed query object target /// /// @@ -37648,7 +37648,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_transform_feedback3|VERSION_4_0", Version = "", EntryPoint = "glGetQueryIndexediv")] + [AutoGenerated(Category = "ARB_transform_feedback3|VERSION_4_0", Version = "4.0", EntryPoint = "glGetQueryIndexediv")] public static void GetQueryIndexed(OpenTK.Graphics.OpenGL4.QueryTarget target, UInt32 index, OpenTK.Graphics.OpenGL4.GetQueryParam pname, [OutAttribute] out Int32 @params) { @@ -37670,7 +37670,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.0 and ARB_transform_feedback3|VERSION_4_0] /// Return parameters of an indexed query object target /// /// @@ -37694,7 +37694,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_transform_feedback3|VERSION_4_0", Version = "", EntryPoint = "glGetQueryIndexediv")] + [AutoGenerated(Category = "ARB_transform_feedback3|VERSION_4_0", Version = "4.0", EntryPoint = "glGetQueryIndexediv")] public static unsafe void GetQueryIndexed(OpenTK.Graphics.OpenGL4.QueryTarget target, UInt32 index, OpenTK.Graphics.OpenGL4.GetQueryParam pname, [OutAttribute] Int32* @params) { @@ -37822,7 +37822,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.3 and ARB_timer_query|VERSION_3_3] /// Return parameters of a query object /// /// @@ -37840,7 +37840,7 @@ namespace OpenTK.Graphics.OpenGL4 /// If a buffer is bound to the GL_QUERY_RESULT_BUFFER target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to GL_QUERY_RESULT_BUFFER, then params is treated as an address in client memory of a variable to receive the resulting data. /// /// - [AutoGenerated(Category = "ARB_timer_query|VERSION_3_3", Version = "", EntryPoint = "glGetQueryObjecti64v")] + [AutoGenerated(Category = "ARB_timer_query|VERSION_3_3", Version = "3.3", EntryPoint = "glGetQueryObjecti64v")] public static void GetQueryObject(Int32 id, OpenTK.Graphics.OpenGL4.GetQueryObjectParam pname, [OutAttribute] Int64[] @params) { @@ -37861,7 +37861,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.3 and ARB_timer_query|VERSION_3_3] /// Return parameters of a query object /// /// @@ -37879,7 +37879,7 @@ namespace OpenTK.Graphics.OpenGL4 /// If a buffer is bound to the GL_QUERY_RESULT_BUFFER target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to GL_QUERY_RESULT_BUFFER, then params is treated as an address in client memory of a variable to receive the resulting data. /// /// - [AutoGenerated(Category = "ARB_timer_query|VERSION_3_3", Version = "", EntryPoint = "glGetQueryObjecti64v")] + [AutoGenerated(Category = "ARB_timer_query|VERSION_3_3", Version = "3.3", EntryPoint = "glGetQueryObjecti64v")] public static void GetQueryObject(Int32 id, OpenTK.Graphics.OpenGL4.GetQueryObjectParam pname, [OutAttribute] out Int64 @params) { @@ -37901,7 +37901,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.3 and ARB_timer_query|VERSION_3_3] /// Return parameters of a query object /// /// @@ -37920,7 +37920,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_timer_query|VERSION_3_3", Version = "", EntryPoint = "glGetQueryObjecti64v")] + [AutoGenerated(Category = "ARB_timer_query|VERSION_3_3", Version = "3.3", EntryPoint = "glGetQueryObjecti64v")] public static unsafe void GetQueryObject(Int32 id, OpenTK.Graphics.OpenGL4.GetQueryObjectParam pname, [OutAttribute] Int64* @params) { @@ -37935,7 +37935,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.3 and ARB_timer_query|VERSION_3_3] /// Return parameters of a query object /// /// @@ -37954,7 +37954,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_timer_query|VERSION_3_3", Version = "", EntryPoint = "glGetQueryObjecti64v")] + [AutoGenerated(Category = "ARB_timer_query|VERSION_3_3", Version = "3.3", EntryPoint = "glGetQueryObjecti64v")] public static void GetQueryObject(UInt32 id, OpenTK.Graphics.OpenGL4.GetQueryObjectParam pname, [OutAttribute] Int64[] @params) { @@ -37975,7 +37975,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.3 and ARB_timer_query|VERSION_3_3] /// Return parameters of a query object /// /// @@ -37994,7 +37994,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_timer_query|VERSION_3_3", Version = "", EntryPoint = "glGetQueryObjecti64v")] + [AutoGenerated(Category = "ARB_timer_query|VERSION_3_3", Version = "3.3", EntryPoint = "glGetQueryObjecti64v")] public static void GetQueryObject(UInt32 id, OpenTK.Graphics.OpenGL4.GetQueryObjectParam pname, [OutAttribute] out Int64 @params) { @@ -38016,7 +38016,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.3 and ARB_timer_query|VERSION_3_3] /// Return parameters of a query object /// /// @@ -38035,7 +38035,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_timer_query|VERSION_3_3", Version = "", EntryPoint = "glGetQueryObjecti64v")] + [AutoGenerated(Category = "ARB_timer_query|VERSION_3_3", Version = "3.3", EntryPoint = "glGetQueryObjecti64v")] public static unsafe void GetQueryObject(UInt32 id, OpenTK.Graphics.OpenGL4.GetQueryObjectParam pname, [OutAttribute] Int64* @params) { @@ -38278,7 +38278,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.3 and ARB_timer_query|VERSION_3_3] /// Return parameters of a query object /// /// @@ -38297,7 +38297,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_timer_query|VERSION_3_3", Version = "", EntryPoint = "glGetQueryObjectui64v")] + [AutoGenerated(Category = "ARB_timer_query|VERSION_3_3", Version = "3.3", EntryPoint = "glGetQueryObjectui64v")] public static void GetQueryObject(UInt32 id, OpenTK.Graphics.OpenGL4.GetQueryObjectParam pname, [OutAttribute] UInt64[] @params) { @@ -38318,7 +38318,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.3 and ARB_timer_query|VERSION_3_3] /// Return parameters of a query object /// /// @@ -38337,7 +38337,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_timer_query|VERSION_3_3", Version = "", EntryPoint = "glGetQueryObjectui64v")] + [AutoGenerated(Category = "ARB_timer_query|VERSION_3_3", Version = "3.3", EntryPoint = "glGetQueryObjectui64v")] public static void GetQueryObject(UInt32 id, OpenTK.Graphics.OpenGL4.GetQueryObjectParam pname, [OutAttribute] out UInt64 @params) { @@ -38359,7 +38359,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.3 and ARB_timer_query|VERSION_3_3] /// Return parameters of a query object /// /// @@ -38378,7 +38378,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_timer_query|VERSION_3_3", Version = "", EntryPoint = "glGetQueryObjectui64v")] + [AutoGenerated(Category = "ARB_timer_query|VERSION_3_3", Version = "3.3", EntryPoint = "glGetQueryObjectui64v")] public static unsafe void GetQueryObject(UInt32 id, OpenTK.Graphics.OpenGL4.GetQueryObjectParam pname, [OutAttribute] UInt64* @params) { @@ -38508,7 +38508,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.0 and ARB_framebuffer_object|VERSION_3_0] /// Retrieve information about a bound renderbuffer object /// /// @@ -38526,7 +38526,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the address of an array to receive the value of the queried parameter. /// /// - [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "", EntryPoint = "glGetRenderbufferParameteriv")] + [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "3.0", EntryPoint = "glGetRenderbufferParameteriv")] public static void GetRenderbufferParameter(OpenTK.Graphics.OpenGL4.RenderbufferTarget target, OpenTK.Graphics.OpenGL4.RenderbufferParameterName pname, [OutAttribute] Int32[] @params) { @@ -38547,7 +38547,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.0 and ARB_framebuffer_object|VERSION_3_0] /// Retrieve information about a bound renderbuffer object /// /// @@ -38565,7 +38565,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the address of an array to receive the value of the queried parameter. /// /// - [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "", EntryPoint = "glGetRenderbufferParameteriv")] + [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "3.0", EntryPoint = "glGetRenderbufferParameteriv")] public static void GetRenderbufferParameter(OpenTK.Graphics.OpenGL4.RenderbufferTarget target, OpenTK.Graphics.OpenGL4.RenderbufferParameterName pname, [OutAttribute] out Int32 @params) { @@ -38587,7 +38587,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.0 and ARB_framebuffer_object|VERSION_3_0] /// Retrieve information about a bound renderbuffer object /// /// @@ -38606,7 +38606,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "", EntryPoint = "glGetRenderbufferParameteriv")] + [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "3.0", EntryPoint = "glGetRenderbufferParameteriv")] public static unsafe void GetRenderbufferParameter(OpenTK.Graphics.OpenGL4.RenderbufferTarget target, OpenTK.Graphics.OpenGL4.RenderbufferParameterName pname, [OutAttribute] Int32* @params) { @@ -38621,7 +38621,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.3 and ARB_sampler_objects|VERSION_3_3] /// Return sampler parameter values /// /// @@ -38639,7 +38639,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Returns the sampler parameters. /// /// - [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "", EntryPoint = "glGetSamplerParameterfv")] + [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "3.3", EntryPoint = "glGetSamplerParameterfv")] public static void GetSamplerParameter(Int32 sampler, OpenTK.Graphics.OpenGL4.SamplerParameter pname, [OutAttribute] Single[] @params) { @@ -38660,7 +38660,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.3 and ARB_sampler_objects|VERSION_3_3] /// Return sampler parameter values /// /// @@ -38678,7 +38678,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Returns the sampler parameters. /// /// - [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "", EntryPoint = "glGetSamplerParameterfv")] + [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "3.3", EntryPoint = "glGetSamplerParameterfv")] public static void GetSamplerParameter(Int32 sampler, OpenTK.Graphics.OpenGL4.SamplerParameter pname, [OutAttribute] out Single @params) { @@ -38700,7 +38700,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.3 and ARB_sampler_objects|VERSION_3_3] /// Return sampler parameter values /// /// @@ -38719,7 +38719,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "", EntryPoint = "glGetSamplerParameterfv")] + [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "3.3", EntryPoint = "glGetSamplerParameterfv")] public static unsafe void GetSamplerParameter(Int32 sampler, OpenTK.Graphics.OpenGL4.SamplerParameter pname, [OutAttribute] Single* @params) { @@ -38734,7 +38734,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.3 and ARB_sampler_objects|VERSION_3_3] /// Return sampler parameter values /// /// @@ -38753,7 +38753,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "", EntryPoint = "glGetSamplerParameterfv")] + [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "3.3", EntryPoint = "glGetSamplerParameterfv")] public static void GetSamplerParameter(UInt32 sampler, OpenTK.Graphics.OpenGL4.SamplerParameter pname, [OutAttribute] Single[] @params) { @@ -38774,7 +38774,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.3 and ARB_sampler_objects|VERSION_3_3] /// Return sampler parameter values /// /// @@ -38793,7 +38793,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "", EntryPoint = "glGetSamplerParameterfv")] + [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "3.3", EntryPoint = "glGetSamplerParameterfv")] public static void GetSamplerParameter(UInt32 sampler, OpenTK.Graphics.OpenGL4.SamplerParameter pname, [OutAttribute] out Single @params) { @@ -38815,7 +38815,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.3 and ARB_sampler_objects|VERSION_3_3] /// Return sampler parameter values /// /// @@ -38834,7 +38834,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "", EntryPoint = "glGetSamplerParameterfv")] + [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "3.3", EntryPoint = "glGetSamplerParameterfv")] public static unsafe void GetSamplerParameter(UInt32 sampler, OpenTK.Graphics.OpenGL4.SamplerParameter pname, [OutAttribute] Single* @params) { @@ -38848,8 +38848,8 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// - [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "", EntryPoint = "glGetSamplerParameterIiv")] + /// [requires: v3.3 and ARB_sampler_objects|VERSION_3_3] + [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "3.3", EntryPoint = "glGetSamplerParameterIiv")] public static void GetSamplerParameterI(Int32 sampler, OpenTK.Graphics.OpenGL4.All pname, [OutAttribute] Int32[] @params) { @@ -38869,8 +38869,8 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// - [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "", EntryPoint = "glGetSamplerParameterIiv")] + /// [requires: v3.3 and ARB_sampler_objects|VERSION_3_3] + [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "3.3", EntryPoint = "glGetSamplerParameterIiv")] public static void GetSamplerParameterI(Int32 sampler, OpenTK.Graphics.OpenGL4.All pname, [OutAttribute] out Int32 @params) { @@ -38891,9 +38891,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v3.3 and ARB_sampler_objects|VERSION_3_3] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "", EntryPoint = "glGetSamplerParameterIiv")] + [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "3.3", EntryPoint = "glGetSamplerParameterIiv")] public static unsafe void GetSamplerParameterI(Int32 sampler, OpenTK.Graphics.OpenGL4.All pname, [OutAttribute] Int32* @params) { @@ -38907,9 +38907,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v3.3 and ARB_sampler_objects|VERSION_3_3] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "", EntryPoint = "glGetSamplerParameterIiv")] + [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "3.3", EntryPoint = "glGetSamplerParameterIiv")] public static void GetSamplerParameterI(UInt32 sampler, OpenTK.Graphics.OpenGL4.All pname, [OutAttribute] Int32[] @params) { @@ -38929,9 +38929,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v3.3 and ARB_sampler_objects|VERSION_3_3] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "", EntryPoint = "glGetSamplerParameterIiv")] + [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "3.3", EntryPoint = "glGetSamplerParameterIiv")] public static void GetSamplerParameterI(UInt32 sampler, OpenTK.Graphics.OpenGL4.All pname, [OutAttribute] out Int32 @params) { @@ -38952,9 +38952,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v3.3 and ARB_sampler_objects|VERSION_3_3] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "", EntryPoint = "glGetSamplerParameterIiv")] + [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "3.3", EntryPoint = "glGetSamplerParameterIiv")] public static unsafe void GetSamplerParameterI(UInt32 sampler, OpenTK.Graphics.OpenGL4.All pname, [OutAttribute] Int32* @params) { @@ -38968,9 +38968,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v3.3 and ARB_sampler_objects|VERSION_3_3] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "", EntryPoint = "glGetSamplerParameterIuiv")] + [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "3.3", EntryPoint = "glGetSamplerParameterIuiv")] public static void GetSamplerParameterI(UInt32 sampler, OpenTK.Graphics.OpenGL4.All pname, [OutAttribute] UInt32[] @params) { @@ -38990,9 +38990,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v3.3 and ARB_sampler_objects|VERSION_3_3] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "", EntryPoint = "glGetSamplerParameterIuiv")] + [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "3.3", EntryPoint = "glGetSamplerParameterIuiv")] public static void GetSamplerParameterI(UInt32 sampler, OpenTK.Graphics.OpenGL4.All pname, [OutAttribute] out UInt32 @params) { @@ -39013,9 +39013,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v3.3 and ARB_sampler_objects|VERSION_3_3] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "", EntryPoint = "glGetSamplerParameterIuiv")] + [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "3.3", EntryPoint = "glGetSamplerParameterIuiv")] public static unsafe void GetSamplerParameterI(UInt32 sampler, OpenTK.Graphics.OpenGL4.All pname, [OutAttribute] UInt32* @params) { @@ -39030,7 +39030,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.3 and ARB_sampler_objects|VERSION_3_3] /// Return sampler parameter values /// /// @@ -39048,7 +39048,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Returns the sampler parameters. /// /// - [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "", EntryPoint = "glGetSamplerParameteriv")] + [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "3.3", EntryPoint = "glGetSamplerParameteriv")] public static void GetSamplerParameter(Int32 sampler, OpenTK.Graphics.OpenGL4.SamplerParameter pname, [OutAttribute] Int32[] @params) { @@ -39069,7 +39069,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.3 and ARB_sampler_objects|VERSION_3_3] /// Return sampler parameter values /// /// @@ -39087,7 +39087,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Returns the sampler parameters. /// /// - [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "", EntryPoint = "glGetSamplerParameteriv")] + [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "3.3", EntryPoint = "glGetSamplerParameteriv")] public static void GetSamplerParameter(Int32 sampler, OpenTK.Graphics.OpenGL4.SamplerParameter pname, [OutAttribute] out Int32 @params) { @@ -39109,7 +39109,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.3 and ARB_sampler_objects|VERSION_3_3] /// Return sampler parameter values /// /// @@ -39128,7 +39128,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "", EntryPoint = "glGetSamplerParameteriv")] + [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "3.3", EntryPoint = "glGetSamplerParameteriv")] public static unsafe void GetSamplerParameter(Int32 sampler, OpenTK.Graphics.OpenGL4.SamplerParameter pname, [OutAttribute] Int32* @params) { @@ -39143,7 +39143,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.3 and ARB_sampler_objects|VERSION_3_3] /// Return sampler parameter values /// /// @@ -39162,7 +39162,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "", EntryPoint = "glGetSamplerParameteriv")] + [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "3.3", EntryPoint = "glGetSamplerParameteriv")] public static void GetSamplerParameter(UInt32 sampler, OpenTK.Graphics.OpenGL4.SamplerParameter pname, [OutAttribute] Int32[] @params) { @@ -39183,7 +39183,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.3 and ARB_sampler_objects|VERSION_3_3] /// Return sampler parameter values /// /// @@ -39202,7 +39202,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "", EntryPoint = "glGetSamplerParameteriv")] + [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "3.3", EntryPoint = "glGetSamplerParameteriv")] public static void GetSamplerParameter(UInt32 sampler, OpenTK.Graphics.OpenGL4.SamplerParameter pname, [OutAttribute] out Int32 @params) { @@ -39224,7 +39224,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.3 and ARB_sampler_objects|VERSION_3_3] /// Return sampler parameter values /// /// @@ -39243,7 +39243,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "", EntryPoint = "glGetSamplerParameteriv")] + [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "3.3", EntryPoint = "glGetSamplerParameteriv")] public static unsafe void GetSamplerParameter(UInt32 sampler, OpenTK.Graphics.OpenGL4.SamplerParameter pname, [OutAttribute] Int32* @params) { @@ -39958,7 +39958,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_ES2_compatibility|VERSION_4_1] /// Retrieve the range and precision for numeric formats supported by the shader compiler /// /// @@ -39981,7 +39981,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the address of an integer into which the numeric precision of the implementation is written. /// /// - [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "", EntryPoint = "glGetShaderPrecisionFormat")] + [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "4.1", EntryPoint = "glGetShaderPrecisionFormat")] public static void GetShaderPrecisionFormat(OpenTK.Graphics.OpenGL4.ShaderType shadertype, OpenTK.Graphics.OpenGL4.ShaderPrecisionType precisiontype, [OutAttribute] Int32[] range, [OutAttribute] Int32[] precision) { @@ -40003,7 +40003,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_ES2_compatibility|VERSION_4_1] /// Retrieve the range and precision for numeric formats supported by the shader compiler /// /// @@ -40026,7 +40026,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the address of an integer into which the numeric precision of the implementation is written. /// /// - [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "", EntryPoint = "glGetShaderPrecisionFormat")] + [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "4.1", EntryPoint = "glGetShaderPrecisionFormat")] public static void GetShaderPrecisionFormat(OpenTK.Graphics.OpenGL4.ShaderType shadertype, OpenTK.Graphics.OpenGL4.ShaderPrecisionType precisiontype, [OutAttribute] out Int32 range, [OutAttribute] out Int32 precision) { @@ -40050,7 +40050,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_ES2_compatibility|VERSION_4_1] /// Retrieve the range and precision for numeric formats supported by the shader compiler /// /// @@ -40074,7 +40074,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "", EntryPoint = "glGetShaderPrecisionFormat")] + [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "4.1", EntryPoint = "glGetShaderPrecisionFormat")] public static unsafe void GetShaderPrecisionFormat(OpenTK.Graphics.OpenGL4.ShaderType shadertype, OpenTK.Graphics.OpenGL4.ShaderPrecisionType precisiontype, [OutAttribute] Int32* range, [OutAttribute] Int32* precision) { @@ -40343,7 +40343,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.0 and ARB_shader_subroutine|VERSION_4_0] /// Retrieve the index of a subroutine uniform of a given shader stage within a program /// /// @@ -40361,7 +40361,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the name of the subroutine uniform whose index to query. /// /// - [AutoGenerated(Category = "ARB_shader_subroutine|VERSION_4_0", Version = "", EntryPoint = "glGetSubroutineIndex")] + [AutoGenerated(Category = "ARB_shader_subroutine|VERSION_4_0", Version = "4.0", EntryPoint = "glGetSubroutineIndex")] public static Int32 GetSubroutineIndex(Int32 program, OpenTK.Graphics.OpenGL4.ShaderType shadertype, String name) { @@ -40376,7 +40376,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.0 and ARB_shader_subroutine|VERSION_4_0] /// Retrieve the index of a subroutine uniform of a given shader stage within a program /// /// @@ -40395,7 +40395,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_shader_subroutine|VERSION_4_0", Version = "", EntryPoint = "glGetSubroutineIndex")] + [AutoGenerated(Category = "ARB_shader_subroutine|VERSION_4_0", Version = "4.0", EntryPoint = "glGetSubroutineIndex")] public static Int32 GetSubroutineIndex(UInt32 program, OpenTK.Graphics.OpenGL4.ShaderType shadertype, String name) { @@ -40410,7 +40410,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.0 and ARB_shader_subroutine|VERSION_4_0] /// Retrieve the location of a subroutine uniform of a given shader stage within a program /// /// @@ -40428,7 +40428,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the name of the subroutine uniform whose index to query. /// /// - [AutoGenerated(Category = "ARB_shader_subroutine|VERSION_4_0", Version = "", EntryPoint = "glGetSubroutineUniformLocation")] + [AutoGenerated(Category = "ARB_shader_subroutine|VERSION_4_0", Version = "4.0", EntryPoint = "glGetSubroutineUniformLocation")] public static Int32 GetSubroutineUniformLocation(Int32 program, OpenTK.Graphics.OpenGL4.ShaderType shadertype, String name) { @@ -40443,7 +40443,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.0 and ARB_shader_subroutine|VERSION_4_0] /// Retrieve the location of a subroutine uniform of a given shader stage within a program /// /// @@ -40462,7 +40462,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_shader_subroutine|VERSION_4_0", Version = "", EntryPoint = "glGetSubroutineUniformLocation")] + [AutoGenerated(Category = "ARB_shader_subroutine|VERSION_4_0", Version = "4.0", EntryPoint = "glGetSubroutineUniformLocation")] public static Int32 GetSubroutineUniformLocation(UInt32 program, OpenTK.Graphics.OpenGL4.ShaderType shadertype, String name) { @@ -40477,7 +40477,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.2 and ARB_sync|VERSION_3_2] /// Query the properties of a sync object /// /// @@ -40505,7 +40505,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the address of an array to receive the values of the queried parameter. /// /// - [AutoGenerated(Category = "ARB_sync|VERSION_3_2", Version = "", EntryPoint = "glGetSynciv")] + [AutoGenerated(Category = "ARB_sync|VERSION_3_2", Version = "3.2", EntryPoint = "glGetSynciv")] public static void GetSync(IntPtr sync, OpenTK.Graphics.OpenGL4.SyncParameter pname, Int32 bufSize, [OutAttribute] out Int32 length, [OutAttribute] Int32[] values) { @@ -40528,7 +40528,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.2 and ARB_sync|VERSION_3_2] /// Query the properties of a sync object /// /// @@ -40556,7 +40556,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the address of an array to receive the values of the queried parameter. /// /// - [AutoGenerated(Category = "ARB_sync|VERSION_3_2", Version = "", EntryPoint = "glGetSynciv")] + [AutoGenerated(Category = "ARB_sync|VERSION_3_2", Version = "3.2", EntryPoint = "glGetSynciv")] public static void GetSync(IntPtr sync, OpenTK.Graphics.OpenGL4.SyncParameter pname, Int32 bufSize, [OutAttribute] out Int32 length, [OutAttribute] out Int32 values) { @@ -40580,7 +40580,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.2 and ARB_sync|VERSION_3_2] /// Query the properties of a sync object /// /// @@ -40609,7 +40609,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_sync|VERSION_3_2", Version = "", EntryPoint = "glGetSynciv")] + [AutoGenerated(Category = "ARB_sync|VERSION_3_2", Version = "3.2", EntryPoint = "glGetSynciv")] public static unsafe void GetSync(IntPtr sync, OpenTK.Graphics.OpenGL4.SyncParameter pname, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] Int32* values) { @@ -41715,7 +41715,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.1 and ARB_uniform_buffer_object|VERSION_3_1] /// Retrieve the index of a named uniform block /// /// @@ -41728,7 +41728,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the address an array of characters to containing the name of the uniform block whose index to retrieve. /// /// - [AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "", EntryPoint = "glGetUniformBlockIndex")] + [AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "3.1", EntryPoint = "glGetUniformBlockIndex")] public static Int32 GetUniformBlockIndex(Int32 program, String uniformBlockName) { @@ -41743,7 +41743,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.1 and ARB_uniform_buffer_object|VERSION_3_1] /// Retrieve the index of a named uniform block /// /// @@ -41757,7 +41757,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "", EntryPoint = "glGetUniformBlockIndex")] + [AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "3.1", EntryPoint = "glGetUniformBlockIndex")] public static Int32 GetUniformBlockIndex(UInt32 program, String uniformBlockName) { @@ -41772,7 +41772,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.0 and ARB_gpu_shader_fp64|VERSION_4_0] /// Returns the value of a uniform variable /// /// @@ -41790,7 +41790,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Returns the value of the specified uniform variable. /// /// - [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "", EntryPoint = "glGetUniformdv")] + [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glGetUniformdv")] public static void GetUniform(Int32 program, Int32 location, [OutAttribute] Double[] @params) { @@ -41811,7 +41811,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.0 and ARB_gpu_shader_fp64|VERSION_4_0] /// Returns the value of a uniform variable /// /// @@ -41829,7 +41829,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Returns the value of the specified uniform variable. /// /// - [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "", EntryPoint = "glGetUniformdv")] + [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glGetUniformdv")] public static void GetUniform(Int32 program, Int32 location, [OutAttribute] out Double @params) { @@ -41851,7 +41851,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.0 and ARB_gpu_shader_fp64|VERSION_4_0] /// Returns the value of a uniform variable /// /// @@ -41870,7 +41870,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "", EntryPoint = "glGetUniformdv")] + [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glGetUniformdv")] public static unsafe void GetUniform(Int32 program, Int32 location, [OutAttribute] Double* @params) { @@ -41885,7 +41885,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.0 and ARB_gpu_shader_fp64|VERSION_4_0] /// Returns the value of a uniform variable /// /// @@ -41904,7 +41904,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "", EntryPoint = "glGetUniformdv")] + [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glGetUniformdv")] public static void GetUniform(UInt32 program, Int32 location, [OutAttribute] Double[] @params) { @@ -41925,7 +41925,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.0 and ARB_gpu_shader_fp64|VERSION_4_0] /// Returns the value of a uniform variable /// /// @@ -41944,7 +41944,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "", EntryPoint = "glGetUniformdv")] + [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glGetUniformdv")] public static void GetUniform(UInt32 program, Int32 location, [OutAttribute] out Double @params) { @@ -41966,7 +41966,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.0 and ARB_gpu_shader_fp64|VERSION_4_0] /// Returns the value of a uniform variable /// /// @@ -41985,7 +41985,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "", EntryPoint = "glGetUniformdv")] + [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glGetUniformdv")] public static unsafe void GetUniform(UInt32 program, Int32 location, [OutAttribute] Double* @params) { @@ -42228,7 +42228,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.1 and ARB_uniform_buffer_object|VERSION_3_1] /// Retrieve the index of a named uniform block /// /// @@ -42251,7 +42251,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the address of an array that will receive the indices of the uniforms. /// /// - [AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "", EntryPoint = "glGetUniformIndices")] + [AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "3.1", EntryPoint = "glGetUniformIndices")] public static void GetUniformIndices(Int32 program, Int32 uniformCount, String[] uniformNames, [OutAttribute] Int32[] uniformIndices) { @@ -42272,7 +42272,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.1 and ARB_uniform_buffer_object|VERSION_3_1] /// Retrieve the index of a named uniform block /// /// @@ -42295,7 +42295,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the address of an array that will receive the indices of the uniforms. /// /// - [AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "", EntryPoint = "glGetUniformIndices")] + [AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "3.1", EntryPoint = "glGetUniformIndices")] public static void GetUniformIndices(Int32 program, Int32 uniformCount, String[] uniformNames, [OutAttribute] out Int32 uniformIndices) { @@ -42317,7 +42317,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.1 and ARB_uniform_buffer_object|VERSION_3_1] /// Retrieve the index of a named uniform block /// /// @@ -42341,7 +42341,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "", EntryPoint = "glGetUniformIndices")] + [AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "3.1", EntryPoint = "glGetUniformIndices")] public static unsafe void GetUniformIndices(Int32 program, Int32 uniformCount, String[] uniformNames, [OutAttribute] Int32* uniformIndices) { @@ -42356,7 +42356,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.1 and ARB_uniform_buffer_object|VERSION_3_1] /// Retrieve the index of a named uniform block /// /// @@ -42380,7 +42380,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "", EntryPoint = "glGetUniformIndices")] + [AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "3.1", EntryPoint = "glGetUniformIndices")] public static void GetUniformIndices(UInt32 program, Int32 uniformCount, String[] uniformNames, [OutAttribute] UInt32[] uniformIndices) { @@ -42401,7 +42401,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.1 and ARB_uniform_buffer_object|VERSION_3_1] /// Retrieve the index of a named uniform block /// /// @@ -42425,7 +42425,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "", EntryPoint = "glGetUniformIndices")] + [AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "3.1", EntryPoint = "glGetUniformIndices")] public static void GetUniformIndices(UInt32 program, Int32 uniformCount, String[] uniformNames, [OutAttribute] out UInt32 uniformIndices) { @@ -42447,7 +42447,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.1 and ARB_uniform_buffer_object|VERSION_3_1] /// Retrieve the index of a named uniform block /// /// @@ -42471,7 +42471,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "", EntryPoint = "glGetUniformIndices")] + [AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "3.1", EntryPoint = "glGetUniformIndices")] public static unsafe void GetUniformIndices(UInt32 program, Int32 uniformCount, String[] uniformNames, [OutAttribute] UInt32* uniformIndices) { @@ -42771,7 +42771,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.0 and ARB_shader_subroutine|VERSION_4_0] /// Retrieve the value of a subroutine uniform of a given shader stage of the current program /// /// @@ -42789,7 +42789,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the address of a variable to receive the value or values of the subroutine uniform. /// /// - [AutoGenerated(Category = "ARB_shader_subroutine|VERSION_4_0", Version = "", EntryPoint = "glGetUniformSubroutineuiv")] + [AutoGenerated(Category = "ARB_shader_subroutine|VERSION_4_0", Version = "4.0", EntryPoint = "glGetUniformSubroutineuiv")] public static void GetUniformSubroutine(OpenTK.Graphics.OpenGL4.ShaderType shadertype, Int32 location, [OutAttribute] out Int32 @params) { @@ -42811,7 +42811,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.0 and ARB_shader_subroutine|VERSION_4_0] /// Retrieve the value of a subroutine uniform of a given shader stage of the current program /// /// @@ -42830,7 +42830,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_shader_subroutine|VERSION_4_0", Version = "", EntryPoint = "glGetUniformSubroutineuiv")] + [AutoGenerated(Category = "ARB_shader_subroutine|VERSION_4_0", Version = "4.0", EntryPoint = "glGetUniformSubroutineuiv")] public static unsafe void GetUniformSubroutine(OpenTK.Graphics.OpenGL4.ShaderType shadertype, Int32 location, [OutAttribute] Int32* @params) { @@ -42845,7 +42845,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.0 and ARB_shader_subroutine|VERSION_4_0] /// Retrieve the value of a subroutine uniform of a given shader stage of the current program /// /// @@ -42864,7 +42864,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_shader_subroutine|VERSION_4_0", Version = "", EntryPoint = "glGetUniformSubroutineuiv")] + [AutoGenerated(Category = "ARB_shader_subroutine|VERSION_4_0", Version = "4.0", EntryPoint = "glGetUniformSubroutineuiv")] public static void GetUniformSubroutine(OpenTK.Graphics.OpenGL4.ShaderType shadertype, Int32 location, [OutAttribute] out UInt32 @params) { @@ -42886,7 +42886,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.0 and ARB_shader_subroutine|VERSION_4_0] /// Retrieve the value of a subroutine uniform of a given shader stage of the current program /// /// @@ -42905,7 +42905,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_shader_subroutine|VERSION_4_0", Version = "", EntryPoint = "glGetUniformSubroutineuiv")] + [AutoGenerated(Category = "ARB_shader_subroutine|VERSION_4_0", Version = "4.0", EntryPoint = "glGetUniformSubroutineuiv")] public static unsafe void GetUniformSubroutine(OpenTK.Graphics.OpenGL4.ShaderType shadertype, Int32 location, [OutAttribute] UInt32* @params) { @@ -43834,8 +43834,8 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// - [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "", EntryPoint = "glGetVertexAttribLdv")] + /// [requires: v4.1 and ARB_vertex_attrib_64bit|VERSION_4_1] + [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "4.1", EntryPoint = "glGetVertexAttribLdv")] public static void GetVertexAttribL(Int32 index, OpenTK.Graphics.OpenGL4.VertexAttribParameter pname, [OutAttribute] Double[] @params) { @@ -43855,8 +43855,8 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// - [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "", EntryPoint = "glGetVertexAttribLdv")] + /// [requires: v4.1 and ARB_vertex_attrib_64bit|VERSION_4_1] + [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "4.1", EntryPoint = "glGetVertexAttribLdv")] public static void GetVertexAttribL(Int32 index, OpenTK.Graphics.OpenGL4.VertexAttribParameter pname, [OutAttribute] out Double @params) { @@ -43877,9 +43877,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v4.1 and ARB_vertex_attrib_64bit|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "", EntryPoint = "glGetVertexAttribLdv")] + [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "4.1", EntryPoint = "glGetVertexAttribLdv")] public static unsafe void GetVertexAttribL(Int32 index, OpenTK.Graphics.OpenGL4.VertexAttribParameter pname, [OutAttribute] Double* @params) { @@ -43893,9 +43893,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v4.1 and ARB_vertex_attrib_64bit|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "", EntryPoint = "glGetVertexAttribLdv")] + [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "4.1", EntryPoint = "glGetVertexAttribLdv")] public static void GetVertexAttribL(UInt32 index, OpenTK.Graphics.OpenGL4.VertexAttribParameter pname, [OutAttribute] Double[] @params) { @@ -43915,9 +43915,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v4.1 and ARB_vertex_attrib_64bit|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "", EntryPoint = "glGetVertexAttribLdv")] + [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "4.1", EntryPoint = "glGetVertexAttribLdv")] public static void GetVertexAttribL(UInt32 index, OpenTK.Graphics.OpenGL4.VertexAttribParameter pname, [OutAttribute] out Double @params) { @@ -43938,9 +43938,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v4.1 and ARB_vertex_attrib_64bit|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "", EntryPoint = "glGetVertexAttribLdv")] + [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "4.1", EntryPoint = "glGetVertexAttribLdv")] public static unsafe void GetVertexAttribL(UInt32 index, OpenTK.Graphics.OpenGL4.VertexAttribParameter pname, [OutAttribute] Double* @params) { @@ -44430,7 +44430,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and ARB_invalidate_subdata|VERSION_4_3] /// Invalidate the content of a buffer object's data store /// /// @@ -44438,7 +44438,7 @@ namespace OpenTK.Graphics.OpenGL4 /// The name of a buffer object whose data store to invalidate. /// /// - [AutoGenerated(Category = "ARB_invalidate_subdata|VERSION_4_3", Version = "", EntryPoint = "glInvalidateBufferData")] + [AutoGenerated(Category = "ARB_invalidate_subdata|VERSION_4_3", Version = "4.3", EntryPoint = "glInvalidateBufferData")] public static void InvalidateBufferData(Int32 buffer) { @@ -44453,7 +44453,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and ARB_invalidate_subdata|VERSION_4_3] /// Invalidate the content of a buffer object's data store /// /// @@ -44462,7 +44462,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_invalidate_subdata|VERSION_4_3", Version = "", EntryPoint = "glInvalidateBufferData")] + [AutoGenerated(Category = "ARB_invalidate_subdata|VERSION_4_3", Version = "4.3", EntryPoint = "glInvalidateBufferData")] public static void InvalidateBufferData(UInt32 buffer) { @@ -44477,7 +44477,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and ARB_invalidate_subdata|VERSION_4_3] /// Invalidate a region of a buffer object's data store /// /// @@ -44495,7 +44495,7 @@ namespace OpenTK.Graphics.OpenGL4 /// The length of the range within the buffer's data store to be invalidated. /// /// - [AutoGenerated(Category = "ARB_invalidate_subdata|VERSION_4_3", Version = "", EntryPoint = "glInvalidateBufferSubData")] + [AutoGenerated(Category = "ARB_invalidate_subdata|VERSION_4_3", Version = "4.3", EntryPoint = "glInvalidateBufferSubData")] public static void InvalidateBufferSubData(Int32 buffer, IntPtr offset, IntPtr length) { @@ -44510,7 +44510,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and ARB_invalidate_subdata|VERSION_4_3] /// Invalidate a region of a buffer object's data store /// /// @@ -44529,7 +44529,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_invalidate_subdata|VERSION_4_3", Version = "", EntryPoint = "glInvalidateBufferSubData")] + [AutoGenerated(Category = "ARB_invalidate_subdata|VERSION_4_3", Version = "4.3", EntryPoint = "glInvalidateBufferSubData")] public static void InvalidateBufferSubData(UInt32 buffer, IntPtr offset, IntPtr length) { @@ -44544,7 +44544,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and ARB_invalidate_subdata|VERSION_4_3] /// Invalidate the content some or all of a framebuffer object's attachments /// /// @@ -44562,7 +44562,7 @@ namespace OpenTK.Graphics.OpenGL4 /// The address of an array identifying the attachments to be invalidated. /// /// - [AutoGenerated(Category = "ARB_invalidate_subdata|VERSION_4_3", Version = "", EntryPoint = "glInvalidateFramebuffer")] + [AutoGenerated(Category = "ARB_invalidate_subdata|VERSION_4_3", Version = "4.3", EntryPoint = "glInvalidateFramebuffer")] public static void InvalidateFramebuffer(OpenTK.Graphics.OpenGL4.FramebufferTarget target, Int32 numAttachments, OpenTK.Graphics.OpenGL4.FramebufferAttachment[] attachments) { @@ -44583,7 +44583,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and ARB_invalidate_subdata|VERSION_4_3] /// Invalidate the content some or all of a framebuffer object's attachments /// /// @@ -44601,7 +44601,7 @@ namespace OpenTK.Graphics.OpenGL4 /// The address of an array identifying the attachments to be invalidated. /// /// - [AutoGenerated(Category = "ARB_invalidate_subdata|VERSION_4_3", Version = "", EntryPoint = "glInvalidateFramebuffer")] + [AutoGenerated(Category = "ARB_invalidate_subdata|VERSION_4_3", Version = "4.3", EntryPoint = "glInvalidateFramebuffer")] public static void InvalidateFramebuffer(OpenTK.Graphics.OpenGL4.FramebufferTarget target, Int32 numAttachments, ref OpenTK.Graphics.OpenGL4.FramebufferAttachment attachments) { @@ -44622,7 +44622,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and ARB_invalidate_subdata|VERSION_4_3] /// Invalidate the content some or all of a framebuffer object's attachments /// /// @@ -44641,7 +44641,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_invalidate_subdata|VERSION_4_3", Version = "", EntryPoint = "glInvalidateFramebuffer")] + [AutoGenerated(Category = "ARB_invalidate_subdata|VERSION_4_3", Version = "4.3", EntryPoint = "glInvalidateFramebuffer")] public static unsafe void InvalidateFramebuffer(OpenTK.Graphics.OpenGL4.FramebufferTarget target, Int32 numAttachments, OpenTK.Graphics.OpenGL4.FramebufferAttachment* attachments) { @@ -44656,7 +44656,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and ARB_invalidate_subdata|VERSION_4_3] /// Invalidate the content of a region of some or all of a framebuffer object's attachments /// /// @@ -44694,7 +44694,7 @@ namespace OpenTK.Graphics.OpenGL4 /// The height of the region to be invalidated. /// /// - [AutoGenerated(Category = "ARB_invalidate_subdata|VERSION_4_3", Version = "", EntryPoint = "glInvalidateSubFramebuffer")] + [AutoGenerated(Category = "ARB_invalidate_subdata|VERSION_4_3", Version = "4.3", EntryPoint = "glInvalidateSubFramebuffer")] public static void InvalidateSubFramebuffer(OpenTK.Graphics.OpenGL4.FramebufferTarget target, Int32 numAttachments, OpenTK.Graphics.OpenGL4.FramebufferAttachment[] attachments, Int32 x, Int32 y, Int32 width, Int32 height) { @@ -44715,7 +44715,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and ARB_invalidate_subdata|VERSION_4_3] /// Invalidate the content of a region of some or all of a framebuffer object's attachments /// /// @@ -44753,7 +44753,7 @@ namespace OpenTK.Graphics.OpenGL4 /// The height of the region to be invalidated. /// /// - [AutoGenerated(Category = "ARB_invalidate_subdata|VERSION_4_3", Version = "", EntryPoint = "glInvalidateSubFramebuffer")] + [AutoGenerated(Category = "ARB_invalidate_subdata|VERSION_4_3", Version = "4.3", EntryPoint = "glInvalidateSubFramebuffer")] public static void InvalidateSubFramebuffer(OpenTK.Graphics.OpenGL4.FramebufferTarget target, Int32 numAttachments, ref OpenTK.Graphics.OpenGL4.FramebufferAttachment attachments, Int32 x, Int32 y, Int32 width, Int32 height) { @@ -44774,7 +44774,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and ARB_invalidate_subdata|VERSION_4_3] /// Invalidate the content of a region of some or all of a framebuffer object's attachments /// /// @@ -44813,7 +44813,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_invalidate_subdata|VERSION_4_3", Version = "", EntryPoint = "glInvalidateSubFramebuffer")] + [AutoGenerated(Category = "ARB_invalidate_subdata|VERSION_4_3", Version = "4.3", EntryPoint = "glInvalidateSubFramebuffer")] public static unsafe void InvalidateSubFramebuffer(OpenTK.Graphics.OpenGL4.FramebufferTarget target, Int32 numAttachments, OpenTK.Graphics.OpenGL4.FramebufferAttachment* attachments, Int32 x, Int32 y, Int32 width, Int32 height) { @@ -44828,7 +44828,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and ARB_invalidate_subdata|VERSION_4_3] /// Invalidate the entirety a texture image /// /// @@ -44841,7 +44841,7 @@ namespace OpenTK.Graphics.OpenGL4 /// The level of detail of the texture object to invalidate. /// /// - [AutoGenerated(Category = "ARB_invalidate_subdata|VERSION_4_3", Version = "", EntryPoint = "glInvalidateTexImage")] + [AutoGenerated(Category = "ARB_invalidate_subdata|VERSION_4_3", Version = "4.3", EntryPoint = "glInvalidateTexImage")] public static void InvalidateTexImage(Int32 texture, Int32 level) { @@ -44856,7 +44856,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and ARB_invalidate_subdata|VERSION_4_3] /// Invalidate the entirety a texture image /// /// @@ -44870,7 +44870,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_invalidate_subdata|VERSION_4_3", Version = "", EntryPoint = "glInvalidateTexImage")] + [AutoGenerated(Category = "ARB_invalidate_subdata|VERSION_4_3", Version = "4.3", EntryPoint = "glInvalidateTexImage")] public static void InvalidateTexImage(UInt32 texture, Int32 level) { @@ -44885,7 +44885,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and ARB_invalidate_subdata|VERSION_4_3] /// Invalidate a region of a texture image /// /// @@ -44928,7 +44928,7 @@ namespace OpenTK.Graphics.OpenGL4 /// The depth of the region to be invalidated. /// /// - [AutoGenerated(Category = "ARB_invalidate_subdata|VERSION_4_3", Version = "", EntryPoint = "glInvalidateTexSubImage")] + [AutoGenerated(Category = "ARB_invalidate_subdata|VERSION_4_3", Version = "4.3", EntryPoint = "glInvalidateTexSubImage")] public static void InvalidateTexSubImage(Int32 texture, Int32 level, Int32 xoffset, Int32 yoffset, Int32 zoffset, Int32 width, Int32 height, Int32 depth) { @@ -44943,7 +44943,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and ARB_invalidate_subdata|VERSION_4_3] /// Invalidate a region of a texture image /// /// @@ -44987,7 +44987,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_invalidate_subdata|VERSION_4_3", Version = "", EntryPoint = "glInvalidateTexSubImage")] + [AutoGenerated(Category = "ARB_invalidate_subdata|VERSION_4_3", Version = "4.3", EntryPoint = "glInvalidateTexSubImage")] public static void InvalidateTexSubImage(UInt32 texture, Int32 level, Int32 xoffset, Int32 yoffset, Int32 zoffset, Int32 width, Int32 height, Int32 depth) { @@ -45134,7 +45134,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.0 and ARB_framebuffer_object|VERSION_3_0] /// Determine if a name corresponds to a framebuffer object /// /// @@ -45142,7 +45142,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies a value that may be the name of a framebuffer object. /// /// - [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "", EntryPoint = "glIsFramebuffer")] + [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "3.0", EntryPoint = "glIsFramebuffer")] public static bool IsFramebuffer(Int32 framebuffer) { @@ -45157,7 +45157,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.0 and ARB_framebuffer_object|VERSION_3_0] /// Determine if a name corresponds to a framebuffer object /// /// @@ -45166,7 +45166,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "", EntryPoint = "glIsFramebuffer")] + [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "3.0", EntryPoint = "glIsFramebuffer")] public static bool IsFramebuffer(UInt32 framebuffer) { @@ -45228,7 +45228,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Determine if a name corresponds to a program pipeline object /// /// @@ -45236,7 +45236,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies a value that may be the name of a program pipeline object. /// /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glIsProgramPipeline")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glIsProgramPipeline")] public static bool IsProgramPipeline(Int32 pipeline) { @@ -45251,7 +45251,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Determine if a name corresponds to a program pipeline object /// /// @@ -45260,7 +45260,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glIsProgramPipeline")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glIsProgramPipeline")] public static bool IsProgramPipeline(UInt32 pipeline) { @@ -45322,7 +45322,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.0 and ARB_framebuffer_object|VERSION_3_0] /// Determine if a name corresponds to a renderbuffer object /// /// @@ -45330,7 +45330,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies a value that may be the name of a renderbuffer object. /// /// - [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "", EntryPoint = "glIsRenderbuffer")] + [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "3.0", EntryPoint = "glIsRenderbuffer")] public static bool IsRenderbuffer(Int32 renderbuffer) { @@ -45345,7 +45345,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.0 and ARB_framebuffer_object|VERSION_3_0] /// Determine if a name corresponds to a renderbuffer object /// /// @@ -45354,7 +45354,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "", EntryPoint = "glIsRenderbuffer")] + [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "3.0", EntryPoint = "glIsRenderbuffer")] public static bool IsRenderbuffer(UInt32 renderbuffer) { @@ -45369,7 +45369,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.3 and ARB_sampler_objects|VERSION_3_3] /// Determine if a name corresponds to a sampler object /// /// @@ -45377,7 +45377,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies a value that may be the name of a sampler object. /// /// - [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "", EntryPoint = "glIsSampler")] + [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "3.3", EntryPoint = "glIsSampler")] public static bool IsSampler(Int32 sampler) { @@ -45392,7 +45392,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.3 and ARB_sampler_objects|VERSION_3_3] /// Determine if a name corresponds to a sampler object /// /// @@ -45401,7 +45401,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "", EntryPoint = "glIsSampler")] + [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "3.3", EntryPoint = "glIsSampler")] public static bool IsSampler(UInt32 sampler) { @@ -45463,7 +45463,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.2 and ARB_sync|VERSION_3_2] /// Determine if a name corresponds to a sync object /// /// @@ -45471,7 +45471,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies a value that may be the name of a sync object. /// /// - [AutoGenerated(Category = "ARB_sync|VERSION_3_2", Version = "", EntryPoint = "glIsSync")] + [AutoGenerated(Category = "ARB_sync|VERSION_3_2", Version = "3.2", EntryPoint = "glIsSync")] public static bool IsSync(IntPtr sync) { @@ -45533,7 +45533,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.0 and ARB_transform_feedback2|VERSION_4_0] /// Determine if a name corresponds to a transform feedback object /// /// @@ -45541,7 +45541,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies a value that may be the name of a transform feedback object. /// /// - [AutoGenerated(Category = "ARB_transform_feedback2|VERSION_4_0", Version = "", EntryPoint = "glIsTransformFeedback")] + [AutoGenerated(Category = "ARB_transform_feedback2|VERSION_4_0", Version = "4.0", EntryPoint = "glIsTransformFeedback")] public static bool IsTransformFeedback(Int32 id) { @@ -45556,7 +45556,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.0 and ARB_transform_feedback2|VERSION_4_0] /// Determine if a name corresponds to a transform feedback object /// /// @@ -45565,7 +45565,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_transform_feedback2|VERSION_4_0", Version = "", EntryPoint = "glIsTransformFeedback")] + [AutoGenerated(Category = "ARB_transform_feedback2|VERSION_4_0", Version = "4.0", EntryPoint = "glIsTransformFeedback")] public static bool IsTransformFeedback(UInt32 id) { @@ -45580,7 +45580,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.0 and ARB_vertex_array_object|VERSION_3_0] /// Determine if a name corresponds to a vertex array object /// /// @@ -45588,7 +45588,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies a value that may be the name of a vertex array object. /// /// - [AutoGenerated(Category = "ARB_vertex_array_object|VERSION_3_0", Version = "", EntryPoint = "glIsVertexArray")] + [AutoGenerated(Category = "ARB_vertex_array_object|VERSION_3_0", Version = "3.0", EntryPoint = "glIsVertexArray")] public static bool IsVertexArray(Int32 array) { @@ -45603,7 +45603,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.0 and ARB_vertex_array_object|VERSION_3_0] /// Determine if a name corresponds to a vertex array object /// /// @@ -45612,7 +45612,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_array_object|VERSION_3_0", Version = "", EntryPoint = "glIsVertexArray")] + [AutoGenerated(Category = "ARB_vertex_array_object|VERSION_3_0", Version = "3.0", EntryPoint = "glIsVertexArray")] public static bool IsVertexArray(UInt32 array) { @@ -45748,7 +45748,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.0 and ARB_map_buffer_range|VERSION_3_0] /// Map a section of a buffer object's data store /// /// @@ -45771,7 +45771,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies a combination of access flags indicating the desired access to the range. /// /// - [AutoGenerated(Category = "ARB_map_buffer_range|VERSION_3_0", Version = "", EntryPoint = "glMapBufferRange")] + [AutoGenerated(Category = "ARB_map_buffer_range|VERSION_3_0", Version = "3.0", EntryPoint = "glMapBufferRange")] public static IntPtr MapBufferRange(OpenTK.Graphics.OpenGL4.BufferTarget target, IntPtr offset, IntPtr length, OpenTK.Graphics.OpenGL4.BufferAccessMask access) { @@ -45786,7 +45786,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.2 and ARB_shader_image_load_store|VERSION_4_2] /// Defines a barrier ordering memory transactions /// /// @@ -45794,7 +45794,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the barriers to insert. Must be a bitwise combination of GL_VERTEX_ATTRIB_ARRAY_BARRIER_BIT, GL_ELEMENT_ARRAY_BARRIER_BIT, GL_UNIFORM_BARRIER_BIT, GL_TEXTURE_FETCH_BARRIER_BIT, GL_SHADER_IMAGE_ACCESS_BARRIER_BIT, GL_COMMAND_BARRIER_BIT, GL_PIXEL_BUFFER_BARRIER_BIT, GL_TEXTURE_UPDATE_BARRIER_BIT, GL_BUFFER_UPDATE_BARRIER_BIT, GL_FRAMEBUFFER_BARRIER_BIT, GL_TRANSFORM_FEEDBACK_BARRIER_BIT, GL_ATOMIC_COUNTER_BARRIER_BIT, or GL_SHADER_STORAGE_BARRIER_BIT. If the special value GL_ALL_BARRIER_BITS is specified, all supported barriers will be inserted. /// /// - [AutoGenerated(Category = "ARB_shader_image_load_store|VERSION_4_2", Version = "", EntryPoint = "glMemoryBarrier")] + [AutoGenerated(Category = "ARB_shader_image_load_store|VERSION_4_2", Version = "4.2", EntryPoint = "glMemoryBarrier")] public static void MemoryBarrier(OpenTK.Graphics.OpenGL4.MemoryBarrierFlags barriers) { @@ -45994,7 +45994,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and ARB_multi_draw_indirect|VERSION_4_3] /// Render multiple sets of primitives from array data, taking parameters from memory /// /// @@ -46017,7 +46017,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the distance in basic machine units between elements of the draw parameter array. /// /// - [AutoGenerated(Category = "ARB_multi_draw_indirect|VERSION_4_3", Version = "", EntryPoint = "glMultiDrawArraysIndirect")] + [AutoGenerated(Category = "ARB_multi_draw_indirect|VERSION_4_3", Version = "4.3", EntryPoint = "glMultiDrawArraysIndirect")] public static void MultiDrawArraysIndirect(OpenTK.Graphics.OpenGL4.PrimitiveType mode, IntPtr indirect, Int32 drawcount, Int32 stride) { @@ -46032,7 +46032,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and ARB_multi_draw_indirect|VERSION_4_3] /// Render multiple sets of primitives from array data, taking parameters from memory /// /// @@ -46055,7 +46055,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the distance in basic machine units between elements of the draw parameter array. /// /// - [AutoGenerated(Category = "ARB_multi_draw_indirect|VERSION_4_3", Version = "", EntryPoint = "glMultiDrawArraysIndirect")] + [AutoGenerated(Category = "ARB_multi_draw_indirect|VERSION_4_3", Version = "4.3", EntryPoint = "glMultiDrawArraysIndirect")] public static void MultiDrawArraysIndirect(OpenTK.Graphics.OpenGL4.PrimitiveType mode, [InAttribute, OutAttribute] T1[] indirect, Int32 drawcount, Int32 stride) where T1 : struct @@ -46079,7 +46079,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and ARB_multi_draw_indirect|VERSION_4_3] /// Render multiple sets of primitives from array data, taking parameters from memory /// /// @@ -46102,7 +46102,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the distance in basic machine units between elements of the draw parameter array. /// /// - [AutoGenerated(Category = "ARB_multi_draw_indirect|VERSION_4_3", Version = "", EntryPoint = "glMultiDrawArraysIndirect")] + [AutoGenerated(Category = "ARB_multi_draw_indirect|VERSION_4_3", Version = "4.3", EntryPoint = "glMultiDrawArraysIndirect")] public static void MultiDrawArraysIndirect(OpenTK.Graphics.OpenGL4.PrimitiveType mode, [InAttribute, OutAttribute] T1[,] indirect, Int32 drawcount, Int32 stride) where T1 : struct @@ -46126,7 +46126,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and ARB_multi_draw_indirect|VERSION_4_3] /// Render multiple sets of primitives from array data, taking parameters from memory /// /// @@ -46149,7 +46149,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the distance in basic machine units between elements of the draw parameter array. /// /// - [AutoGenerated(Category = "ARB_multi_draw_indirect|VERSION_4_3", Version = "", EntryPoint = "glMultiDrawArraysIndirect")] + [AutoGenerated(Category = "ARB_multi_draw_indirect|VERSION_4_3", Version = "4.3", EntryPoint = "glMultiDrawArraysIndirect")] public static void MultiDrawArraysIndirect(OpenTK.Graphics.OpenGL4.PrimitiveType mode, [InAttribute, OutAttribute] T1[,,] indirect, Int32 drawcount, Int32 stride) where T1 : struct @@ -46173,7 +46173,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and ARB_multi_draw_indirect|VERSION_4_3] /// Render multiple sets of primitives from array data, taking parameters from memory /// /// @@ -46196,7 +46196,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the distance in basic machine units between elements of the draw parameter array. /// /// - [AutoGenerated(Category = "ARB_multi_draw_indirect|VERSION_4_3", Version = "", EntryPoint = "glMultiDrawArraysIndirect")] + [AutoGenerated(Category = "ARB_multi_draw_indirect|VERSION_4_3", Version = "4.3", EntryPoint = "glMultiDrawArraysIndirect")] public static void MultiDrawArraysIndirect(OpenTK.Graphics.OpenGL4.PrimitiveType mode, [InAttribute, OutAttribute] ref T1 indirect, Int32 drawcount, Int32 stride) where T1 : struct @@ -47948,7 +47948,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and ARB_multi_draw_indirect|VERSION_4_3] /// Render indexed primitives from array data, taking parameters from memory /// /// @@ -47976,7 +47976,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the distance in basic machine units between elements of the draw parameter array. /// /// - [AutoGenerated(Category = "ARB_multi_draw_indirect|VERSION_4_3", Version = "", EntryPoint = "glMultiDrawElementsIndirect")] + [AutoGenerated(Category = "ARB_multi_draw_indirect|VERSION_4_3", Version = "4.3", EntryPoint = "glMultiDrawElementsIndirect")] public static void MultiDrawElementsIndirect(OpenTK.Graphics.OpenGL4.All mode, OpenTK.Graphics.OpenGL4.All type, IntPtr indirect, Int32 drawcount, Int32 stride) { @@ -47991,7 +47991,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and ARB_multi_draw_indirect|VERSION_4_3] /// Render indexed primitives from array data, taking parameters from memory /// /// @@ -48019,7 +48019,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the distance in basic machine units between elements of the draw parameter array. /// /// - [AutoGenerated(Category = "ARB_multi_draw_indirect|VERSION_4_3", Version = "", EntryPoint = "glMultiDrawElementsIndirect")] + [AutoGenerated(Category = "ARB_multi_draw_indirect|VERSION_4_3", Version = "4.3", EntryPoint = "glMultiDrawElementsIndirect")] public static void MultiDrawElementsIndirect(OpenTK.Graphics.OpenGL4.All mode, OpenTK.Graphics.OpenGL4.All type, [InAttribute, OutAttribute] T2[] indirect, Int32 drawcount, Int32 stride) where T2 : struct @@ -48043,7 +48043,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and ARB_multi_draw_indirect|VERSION_4_3] /// Render indexed primitives from array data, taking parameters from memory /// /// @@ -48071,7 +48071,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the distance in basic machine units between elements of the draw parameter array. /// /// - [AutoGenerated(Category = "ARB_multi_draw_indirect|VERSION_4_3", Version = "", EntryPoint = "glMultiDrawElementsIndirect")] + [AutoGenerated(Category = "ARB_multi_draw_indirect|VERSION_4_3", Version = "4.3", EntryPoint = "glMultiDrawElementsIndirect")] public static void MultiDrawElementsIndirect(OpenTK.Graphics.OpenGL4.All mode, OpenTK.Graphics.OpenGL4.All type, [InAttribute, OutAttribute] T2[,] indirect, Int32 drawcount, Int32 stride) where T2 : struct @@ -48095,7 +48095,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and ARB_multi_draw_indirect|VERSION_4_3] /// Render indexed primitives from array data, taking parameters from memory /// /// @@ -48123,7 +48123,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the distance in basic machine units between elements of the draw parameter array. /// /// - [AutoGenerated(Category = "ARB_multi_draw_indirect|VERSION_4_3", Version = "", EntryPoint = "glMultiDrawElementsIndirect")] + [AutoGenerated(Category = "ARB_multi_draw_indirect|VERSION_4_3", Version = "4.3", EntryPoint = "glMultiDrawElementsIndirect")] public static void MultiDrawElementsIndirect(OpenTK.Graphics.OpenGL4.All mode, OpenTK.Graphics.OpenGL4.All type, [InAttribute, OutAttribute] T2[,,] indirect, Int32 drawcount, Int32 stride) where T2 : struct @@ -48147,7 +48147,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and ARB_multi_draw_indirect|VERSION_4_3] /// Render indexed primitives from array data, taking parameters from memory /// /// @@ -48175,7 +48175,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the distance in basic machine units between elements of the draw parameter array. /// /// - [AutoGenerated(Category = "ARB_multi_draw_indirect|VERSION_4_3", Version = "", EntryPoint = "glMultiDrawElementsIndirect")] + [AutoGenerated(Category = "ARB_multi_draw_indirect|VERSION_4_3", Version = "4.3", EntryPoint = "glMultiDrawElementsIndirect")] public static void MultiDrawElementsIndirect(OpenTK.Graphics.OpenGL4.All mode, OpenTK.Graphics.OpenGL4.All type, [InAttribute, OutAttribute] ref T2 indirect, Int32 drawcount, Int32 stride) where T2 : struct @@ -48199,8 +48199,8 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// - [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "", EntryPoint = "glMultiTexCoordP1ui")] + /// [requires: v3.3 and ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] + [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "3.3", EntryPoint = "glMultiTexCoordP1ui")] public static void MultiTexCoordP1(OpenTK.Graphics.OpenGL4.TextureUnit texture, OpenTK.Graphics.OpenGL4.PackedPointerType type, Int32 coords) { @@ -48214,9 +48214,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v3.3 and ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "", EntryPoint = "glMultiTexCoordP1ui")] + [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "3.3", EntryPoint = "glMultiTexCoordP1ui")] public static void MultiTexCoordP1(OpenTK.Graphics.OpenGL4.TextureUnit texture, OpenTK.Graphics.OpenGL4.PackedPointerType type, UInt32 coords) { @@ -48230,9 +48230,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v3.3 and ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "", EntryPoint = "glMultiTexCoordP1uiv")] + [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "3.3", EntryPoint = "glMultiTexCoordP1uiv")] public static unsafe void MultiTexCoordP1(OpenTK.Graphics.OpenGL4.TextureUnit texture, OpenTK.Graphics.OpenGL4.PackedPointerType type, Int32* coords) { @@ -48246,9 +48246,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v3.3 and ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "", EntryPoint = "glMultiTexCoordP1uiv")] + [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "3.3", EntryPoint = "glMultiTexCoordP1uiv")] public static unsafe void MultiTexCoordP1(OpenTK.Graphics.OpenGL4.TextureUnit texture, OpenTK.Graphics.OpenGL4.PackedPointerType type, UInt32* coords) { @@ -48262,8 +48262,8 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// - [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "", EntryPoint = "glMultiTexCoordP2ui")] + /// [requires: v3.3 and ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] + [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "3.3", EntryPoint = "glMultiTexCoordP2ui")] public static void MultiTexCoordP2(OpenTK.Graphics.OpenGL4.TextureUnit texture, OpenTK.Graphics.OpenGL4.PackedPointerType type, Int32 coords) { @@ -48277,9 +48277,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v3.3 and ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "", EntryPoint = "glMultiTexCoordP2ui")] + [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "3.3", EntryPoint = "glMultiTexCoordP2ui")] public static void MultiTexCoordP2(OpenTK.Graphics.OpenGL4.TextureUnit texture, OpenTK.Graphics.OpenGL4.PackedPointerType type, UInt32 coords) { @@ -48293,9 +48293,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v3.3 and ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "", EntryPoint = "glMultiTexCoordP2uiv")] + [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "3.3", EntryPoint = "glMultiTexCoordP2uiv")] public static unsafe void MultiTexCoordP2(OpenTK.Graphics.OpenGL4.TextureUnit texture, OpenTK.Graphics.OpenGL4.PackedPointerType type, Int32* coords) { @@ -48309,9 +48309,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v3.3 and ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "", EntryPoint = "glMultiTexCoordP2uiv")] + [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "3.3", EntryPoint = "glMultiTexCoordP2uiv")] public static unsafe void MultiTexCoordP2(OpenTK.Graphics.OpenGL4.TextureUnit texture, OpenTK.Graphics.OpenGL4.PackedPointerType type, UInt32* coords) { @@ -48325,8 +48325,8 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// - [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "", EntryPoint = "glMultiTexCoordP3ui")] + /// [requires: v3.3 and ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] + [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "3.3", EntryPoint = "glMultiTexCoordP3ui")] public static void MultiTexCoordP3(OpenTK.Graphics.OpenGL4.TextureUnit texture, OpenTK.Graphics.OpenGL4.PackedPointerType type, Int32 coords) { @@ -48340,9 +48340,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v3.3 and ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "", EntryPoint = "glMultiTexCoordP3ui")] + [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "3.3", EntryPoint = "glMultiTexCoordP3ui")] public static void MultiTexCoordP3(OpenTK.Graphics.OpenGL4.TextureUnit texture, OpenTK.Graphics.OpenGL4.PackedPointerType type, UInt32 coords) { @@ -48356,9 +48356,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v3.3 and ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "", EntryPoint = "glMultiTexCoordP3uiv")] + [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "3.3", EntryPoint = "glMultiTexCoordP3uiv")] public static unsafe void MultiTexCoordP3(OpenTK.Graphics.OpenGL4.TextureUnit texture, OpenTK.Graphics.OpenGL4.PackedPointerType type, Int32* coords) { @@ -48372,9 +48372,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v3.3 and ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "", EntryPoint = "glMultiTexCoordP3uiv")] + [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "3.3", EntryPoint = "glMultiTexCoordP3uiv")] public static unsafe void MultiTexCoordP3(OpenTK.Graphics.OpenGL4.TextureUnit texture, OpenTK.Graphics.OpenGL4.PackedPointerType type, UInt32* coords) { @@ -48388,8 +48388,8 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// - [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "", EntryPoint = "glMultiTexCoordP4ui")] + /// [requires: v3.3 and ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] + [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "3.3", EntryPoint = "glMultiTexCoordP4ui")] public static void MultiTexCoordP4(OpenTK.Graphics.OpenGL4.TextureUnit texture, OpenTK.Graphics.OpenGL4.PackedPointerType type, Int32 coords) { @@ -48403,9 +48403,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v3.3 and ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "", EntryPoint = "glMultiTexCoordP4ui")] + [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "3.3", EntryPoint = "glMultiTexCoordP4ui")] public static void MultiTexCoordP4(OpenTK.Graphics.OpenGL4.TextureUnit texture, OpenTK.Graphics.OpenGL4.PackedPointerType type, UInt32 coords) { @@ -48419,9 +48419,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v3.3 and ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "", EntryPoint = "glMultiTexCoordP4uiv")] + [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "3.3", EntryPoint = "glMultiTexCoordP4uiv")] public static unsafe void MultiTexCoordP4(OpenTK.Graphics.OpenGL4.TextureUnit texture, OpenTK.Graphics.OpenGL4.PackedPointerType type, Int32* coords) { @@ -48435,9 +48435,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v3.3 and ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "", EntryPoint = "glMultiTexCoordP4uiv")] + [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "3.3", EntryPoint = "glMultiTexCoordP4uiv")] public static unsafe void MultiTexCoordP4(OpenTK.Graphics.OpenGL4.TextureUnit texture, OpenTK.Graphics.OpenGL4.PackedPointerType type, UInt32* coords) { @@ -48451,8 +48451,8 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// - [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "", EntryPoint = "glNormalP3ui")] + /// [requires: v3.3 and ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] + [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "3.3", EntryPoint = "glNormalP3ui")] public static void NormalP3(OpenTK.Graphics.OpenGL4.PackedPointerType type, Int32 coords) { @@ -48466,9 +48466,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v3.3 and ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "", EntryPoint = "glNormalP3ui")] + [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "3.3", EntryPoint = "glNormalP3ui")] public static void NormalP3(OpenTK.Graphics.OpenGL4.PackedPointerType type, UInt32 coords) { @@ -48482,9 +48482,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v3.3 and ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "", EntryPoint = "glNormalP3uiv")] + [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "3.3", EntryPoint = "glNormalP3uiv")] public static unsafe void NormalP3(OpenTK.Graphics.OpenGL4.PackedPointerType type, Int32* coords) { @@ -48498,9 +48498,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v3.3 and ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "", EntryPoint = "glNormalP3uiv")] + [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "3.3", EntryPoint = "glNormalP3uiv")] public static unsafe void NormalP3(OpenTK.Graphics.OpenGL4.PackedPointerType type, UInt32* coords) { @@ -48515,7 +48515,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and KHR_debug|VERSION_4_3] /// Label a named object identified within a namespace /// /// @@ -48538,7 +48538,7 @@ namespace OpenTK.Graphics.OpenGL4 /// The address of a string containing the label to assign to the object. /// /// - [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "", EntryPoint = "glObjectLabel")] + [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "4.3", EntryPoint = "glObjectLabel")] public static void ObjectLabel(OpenTK.Graphics.OpenGL4.ObjectLabelIdentifier identifier, Int32 name, Int32 length, String label) { @@ -48553,7 +48553,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and KHR_debug|VERSION_4_3] /// Label a named object identified within a namespace /// /// @@ -48577,7 +48577,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "", EntryPoint = "glObjectLabel")] + [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "4.3", EntryPoint = "glObjectLabel")] public static void ObjectLabel(OpenTK.Graphics.OpenGL4.ObjectLabelIdentifier identifier, UInt32 name, Int32 length, String label) { @@ -48592,7 +48592,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and KHR_debug|VERSION_4_3] /// Label a a sync object identified by a pointer /// /// @@ -48610,7 +48610,7 @@ namespace OpenTK.Graphics.OpenGL4 /// The address of a string containing the label to assign to the object. /// /// - [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "", EntryPoint = "glObjectPtrLabel")] + [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "4.3", EntryPoint = "glObjectPtrLabel")] public static void ObjectPtrLabel(IntPtr ptr, Int32 length, String label) { @@ -48625,7 +48625,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and KHR_debug|VERSION_4_3] /// Label a a sync object identified by a pointer /// /// @@ -48643,7 +48643,7 @@ namespace OpenTK.Graphics.OpenGL4 /// The address of a string containing the label to assign to the object. /// /// - [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "", EntryPoint = "glObjectPtrLabel")] + [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "4.3", EntryPoint = "glObjectPtrLabel")] public static void ObjectPtrLabel([InAttribute, OutAttribute] T0[] ptr, Int32 length, String label) where T0 : struct @@ -48667,7 +48667,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and KHR_debug|VERSION_4_3] /// Label a a sync object identified by a pointer /// /// @@ -48685,7 +48685,7 @@ namespace OpenTK.Graphics.OpenGL4 /// The address of a string containing the label to assign to the object. /// /// - [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "", EntryPoint = "glObjectPtrLabel")] + [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "4.3", EntryPoint = "glObjectPtrLabel")] public static void ObjectPtrLabel([InAttribute, OutAttribute] T0[,] ptr, Int32 length, String label) where T0 : struct @@ -48709,7 +48709,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and KHR_debug|VERSION_4_3] /// Label a a sync object identified by a pointer /// /// @@ -48727,7 +48727,7 @@ namespace OpenTK.Graphics.OpenGL4 /// The address of a string containing the label to assign to the object. /// /// - [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "", EntryPoint = "glObjectPtrLabel")] + [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "4.3", EntryPoint = "glObjectPtrLabel")] public static void ObjectPtrLabel([InAttribute, OutAttribute] T0[,,] ptr, Int32 length, String label) where T0 : struct @@ -48751,7 +48751,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and KHR_debug|VERSION_4_3] /// Label a a sync object identified by a pointer /// /// @@ -48769,7 +48769,7 @@ namespace OpenTK.Graphics.OpenGL4 /// The address of a string containing the label to assign to the object. /// /// - [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "", EntryPoint = "glObjectPtrLabel")] + [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "4.3", EntryPoint = "glObjectPtrLabel")] public static void ObjectPtrLabel([InAttribute, OutAttribute] ref T0 ptr, Int32 length, String label) where T0 : struct @@ -48794,7 +48794,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.0 and ARB_tessellation_shader|VERSION_4_0] /// Specifies the parameters for patch primitives /// /// @@ -48812,7 +48812,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the address of an array containing the new values for the parameter given by pname. /// /// - [AutoGenerated(Category = "ARB_tessellation_shader|VERSION_4_0", Version = "", EntryPoint = "glPatchParameterfv")] + [AutoGenerated(Category = "ARB_tessellation_shader|VERSION_4_0", Version = "4.0", EntryPoint = "glPatchParameterfv")] public static void PatchParameter(OpenTK.Graphics.OpenGL4.PatchParameterFloat pname, Single[] values) { @@ -48833,7 +48833,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.0 and ARB_tessellation_shader|VERSION_4_0] /// Specifies the parameters for patch primitives /// /// @@ -48851,7 +48851,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the address of an array containing the new values for the parameter given by pname. /// /// - [AutoGenerated(Category = "ARB_tessellation_shader|VERSION_4_0", Version = "", EntryPoint = "glPatchParameterfv")] + [AutoGenerated(Category = "ARB_tessellation_shader|VERSION_4_0", Version = "4.0", EntryPoint = "glPatchParameterfv")] public static void PatchParameter(OpenTK.Graphics.OpenGL4.PatchParameterFloat pname, ref Single values) { @@ -48872,7 +48872,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.0 and ARB_tessellation_shader|VERSION_4_0] /// Specifies the parameters for patch primitives /// /// @@ -48891,7 +48891,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_tessellation_shader|VERSION_4_0", Version = "", EntryPoint = "glPatchParameterfv")] + [AutoGenerated(Category = "ARB_tessellation_shader|VERSION_4_0", Version = "4.0", EntryPoint = "glPatchParameterfv")] public static unsafe void PatchParameter(OpenTK.Graphics.OpenGL4.PatchParameterFloat pname, Single* values) { @@ -48906,7 +48906,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.0 and ARB_tessellation_shader|VERSION_4_0] /// Specifies the parameters for patch primitives /// /// @@ -48924,7 +48924,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the address of an array containing the new values for the parameter given by pname. /// /// - [AutoGenerated(Category = "ARB_tessellation_shader|VERSION_4_0", Version = "", EntryPoint = "glPatchParameteri")] + [AutoGenerated(Category = "ARB_tessellation_shader|VERSION_4_0", Version = "4.0", EntryPoint = "glPatchParameteri")] public static void PatchParameter(OpenTK.Graphics.OpenGL4.PatchParameterInt pname, Int32 value) { @@ -48939,10 +48939,10 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.0 and ARB_transform_feedback2|VERSION_4_0] /// Pause transform feedback operations /// - [AutoGenerated(Category = "ARB_transform_feedback2|VERSION_4_0", Version = "", EntryPoint = "glPauseTransformFeedback")] + [AutoGenerated(Category = "ARB_transform_feedback2|VERSION_4_0", Version = "4.0", EntryPoint = "glPauseTransformFeedback")] public static void PauseTransformFeedback() { @@ -49304,10 +49304,10 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and KHR_debug|VERSION_4_3] /// Pop the active debug group /// - [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "", EntryPoint = "glPopDebugGroup")] + [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "4.3", EntryPoint = "glPopDebugGroup")] public static void PopDebugGroup() { @@ -49369,7 +49369,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_get_program_binary|VERSION_4_1] /// Load a program object with a program binary /// /// @@ -49392,7 +49392,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the number of bytes contained in binary. /// /// - [AutoGenerated(Category = "ARB_get_program_binary|VERSION_4_1", Version = "", EntryPoint = "glProgramBinary")] + [AutoGenerated(Category = "ARB_get_program_binary|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramBinary")] public static void ProgramBinary(Int32 program, OpenTK.Graphics.OpenGL4.BinaryFormat binaryFormat, IntPtr binary, Int32 length) { @@ -49407,7 +49407,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_get_program_binary|VERSION_4_1] /// Load a program object with a program binary /// /// @@ -49430,7 +49430,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the number of bytes contained in binary. /// /// - [AutoGenerated(Category = "ARB_get_program_binary|VERSION_4_1", Version = "", EntryPoint = "glProgramBinary")] + [AutoGenerated(Category = "ARB_get_program_binary|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramBinary")] public static void ProgramBinary(Int32 program, OpenTK.Graphics.OpenGL4.BinaryFormat binaryFormat, [InAttribute, OutAttribute] T2[] binary, Int32 length) where T2 : struct @@ -49454,7 +49454,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_get_program_binary|VERSION_4_1] /// Load a program object with a program binary /// /// @@ -49477,7 +49477,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the number of bytes contained in binary. /// /// - [AutoGenerated(Category = "ARB_get_program_binary|VERSION_4_1", Version = "", EntryPoint = "glProgramBinary")] + [AutoGenerated(Category = "ARB_get_program_binary|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramBinary")] public static void ProgramBinary(Int32 program, OpenTK.Graphics.OpenGL4.BinaryFormat binaryFormat, [InAttribute, OutAttribute] T2[,] binary, Int32 length) where T2 : struct @@ -49501,7 +49501,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_get_program_binary|VERSION_4_1] /// Load a program object with a program binary /// /// @@ -49524,7 +49524,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the number of bytes contained in binary. /// /// - [AutoGenerated(Category = "ARB_get_program_binary|VERSION_4_1", Version = "", EntryPoint = "glProgramBinary")] + [AutoGenerated(Category = "ARB_get_program_binary|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramBinary")] public static void ProgramBinary(Int32 program, OpenTK.Graphics.OpenGL4.BinaryFormat binaryFormat, [InAttribute, OutAttribute] T2[,,] binary, Int32 length) where T2 : struct @@ -49548,7 +49548,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_get_program_binary|VERSION_4_1] /// Load a program object with a program binary /// /// @@ -49571,7 +49571,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the number of bytes contained in binary. /// /// - [AutoGenerated(Category = "ARB_get_program_binary|VERSION_4_1", Version = "", EntryPoint = "glProgramBinary")] + [AutoGenerated(Category = "ARB_get_program_binary|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramBinary")] public static void ProgramBinary(Int32 program, OpenTK.Graphics.OpenGL4.BinaryFormat binaryFormat, [InAttribute, OutAttribute] ref T2 binary, Int32 length) where T2 : struct @@ -49596,7 +49596,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_get_program_binary|VERSION_4_1] /// Load a program object with a program binary /// /// @@ -49620,7 +49620,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_get_program_binary|VERSION_4_1", Version = "", EntryPoint = "glProgramBinary")] + [AutoGenerated(Category = "ARB_get_program_binary|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramBinary")] public static void ProgramBinary(UInt32 program, OpenTK.Graphics.OpenGL4.BinaryFormat binaryFormat, IntPtr binary, Int32 length) { @@ -49635,7 +49635,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_get_program_binary|VERSION_4_1] /// Load a program object with a program binary /// /// @@ -49659,7 +49659,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_get_program_binary|VERSION_4_1", Version = "", EntryPoint = "glProgramBinary")] + [AutoGenerated(Category = "ARB_get_program_binary|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramBinary")] public static void ProgramBinary(UInt32 program, OpenTK.Graphics.OpenGL4.BinaryFormat binaryFormat, [InAttribute, OutAttribute] T2[] binary, Int32 length) where T2 : struct @@ -49683,7 +49683,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_get_program_binary|VERSION_4_1] /// Load a program object with a program binary /// /// @@ -49707,7 +49707,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_get_program_binary|VERSION_4_1", Version = "", EntryPoint = "glProgramBinary")] + [AutoGenerated(Category = "ARB_get_program_binary|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramBinary")] public static void ProgramBinary(UInt32 program, OpenTK.Graphics.OpenGL4.BinaryFormat binaryFormat, [InAttribute, OutAttribute] T2[,] binary, Int32 length) where T2 : struct @@ -49731,7 +49731,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_get_program_binary|VERSION_4_1] /// Load a program object with a program binary /// /// @@ -49755,7 +49755,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_get_program_binary|VERSION_4_1", Version = "", EntryPoint = "glProgramBinary")] + [AutoGenerated(Category = "ARB_get_program_binary|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramBinary")] public static void ProgramBinary(UInt32 program, OpenTK.Graphics.OpenGL4.BinaryFormat binaryFormat, [InAttribute, OutAttribute] T2[,,] binary, Int32 length) where T2 : struct @@ -49779,7 +49779,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_get_program_binary|VERSION_4_1] /// Load a program object with a program binary /// /// @@ -49803,7 +49803,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_get_program_binary|VERSION_4_1", Version = "", EntryPoint = "glProgramBinary")] + [AutoGenerated(Category = "ARB_get_program_binary|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramBinary")] public static void ProgramBinary(UInt32 program, OpenTK.Graphics.OpenGL4.BinaryFormat binaryFormat, [InAttribute, OutAttribute] ref T2 binary, Int32 length) where T2 : struct @@ -49828,7 +49828,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_get_program_binary|VERSION_4_1] /// Specify a parameter for a program object /// /// @@ -49846,7 +49846,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the new value of the parameter specified by pname for program. /// /// - [AutoGenerated(Category = "ARB_get_program_binary|VERSION_4_1", Version = "", EntryPoint = "glProgramParameteri")] + [AutoGenerated(Category = "ARB_get_program_binary|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramParameteri")] public static void ProgramParameter(Int32 program, OpenTK.Graphics.OpenGL4.ProgramParameterPName pname, Int32 value) { @@ -49861,7 +49861,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_get_program_binary|VERSION_4_1] /// Specify a parameter for a program object /// /// @@ -49880,7 +49880,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_get_program_binary|VERSION_4_1", Version = "", EntryPoint = "glProgramParameteri")] + [AutoGenerated(Category = "ARB_get_program_binary|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramParameteri")] public static void ProgramParameter(UInt32 program, OpenTK.Graphics.OpenGL4.ProgramParameterPName pname, Int32 value) { @@ -49895,7 +49895,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -49931,7 +49931,7 @@ namespace OpenTK.Graphics.OpenGL4 /// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. /// /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform1d")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform1d")] public static void ProgramUniform1(Int32 program, Int32 location, Double v0) { @@ -49946,7 +49946,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -49983,7 +49983,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform1d")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform1d")] public static void ProgramUniform1(UInt32 program, Int32 location, Double v0) { @@ -49998,7 +49998,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -50034,7 +50034,7 @@ namespace OpenTK.Graphics.OpenGL4 /// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. /// /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform1dv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform1dv")] public static void ProgramUniform1(Int32 program, Int32 location, Int32 count, ref Double value) { @@ -50055,7 +50055,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -50092,7 +50092,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform1dv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform1dv")] public static unsafe void ProgramUniform1(Int32 program, Int32 location, Int32 count, Double* value) { @@ -50107,7 +50107,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -50144,7 +50144,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform1dv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform1dv")] public static void ProgramUniform1(UInt32 program, Int32 location, Int32 count, ref Double value) { @@ -50165,7 +50165,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -50202,7 +50202,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform1dv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform1dv")] public static unsafe void ProgramUniform1(UInt32 program, Int32 location, Int32 count, Double* value) { @@ -50217,7 +50217,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -50253,7 +50253,7 @@ namespace OpenTK.Graphics.OpenGL4 /// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. /// /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform1f")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform1f")] public static void ProgramUniform1(Int32 program, Int32 location, Single v0) { @@ -50268,7 +50268,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -50305,7 +50305,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform1f")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform1f")] public static void ProgramUniform1(UInt32 program, Int32 location, Single v0) { @@ -50320,7 +50320,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -50356,7 +50356,7 @@ namespace OpenTK.Graphics.OpenGL4 /// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. /// /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform1fv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform1fv")] public static void ProgramUniform1(Int32 program, Int32 location, Int32 count, ref Single value) { @@ -50377,7 +50377,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -50414,7 +50414,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform1fv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform1fv")] public static unsafe void ProgramUniform1(Int32 program, Int32 location, Int32 count, Single* value) { @@ -50429,7 +50429,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -50466,7 +50466,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform1fv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform1fv")] public static void ProgramUniform1(UInt32 program, Int32 location, Int32 count, ref Single value) { @@ -50487,7 +50487,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -50524,7 +50524,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform1fv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform1fv")] public static unsafe void ProgramUniform1(UInt32 program, Int32 location, Int32 count, Single* value) { @@ -50539,7 +50539,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -50575,7 +50575,7 @@ namespace OpenTK.Graphics.OpenGL4 /// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. /// /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform1i")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform1i")] public static void ProgramUniform1(Int32 program, Int32 location, Int32 v0) { @@ -50590,7 +50590,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -50627,7 +50627,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform1i")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform1i")] public static void ProgramUniform1(UInt32 program, Int32 location, Int32 v0) { @@ -50642,7 +50642,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -50678,7 +50678,7 @@ namespace OpenTK.Graphics.OpenGL4 /// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. /// /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform1iv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform1iv")] public static void ProgramUniform1(Int32 program, Int32 location, Int32 count, ref Int32 value) { @@ -50699,7 +50699,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -50736,7 +50736,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform1iv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform1iv")] public static unsafe void ProgramUniform1(Int32 program, Int32 location, Int32 count, Int32* value) { @@ -50751,7 +50751,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -50788,7 +50788,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform1iv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform1iv")] public static void ProgramUniform1(UInt32 program, Int32 location, Int32 count, ref Int32 value) { @@ -50809,7 +50809,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -50846,7 +50846,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform1iv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform1iv")] public static unsafe void ProgramUniform1(UInt32 program, Int32 location, Int32 count, Int32* value) { @@ -50861,7 +50861,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -50898,7 +50898,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform1ui")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform1ui")] public static void ProgramUniform1(UInt32 program, Int32 location, UInt32 v0) { @@ -50913,7 +50913,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -50950,7 +50950,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform1uiv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform1uiv")] public static void ProgramUniform1(UInt32 program, Int32 location, Int32 count, ref UInt32 value) { @@ -50971,7 +50971,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -51008,7 +51008,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform1uiv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform1uiv")] public static unsafe void ProgramUniform1(UInt32 program, Int32 location, Int32 count, UInt32* value) { @@ -51023,7 +51023,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -51059,7 +51059,7 @@ namespace OpenTK.Graphics.OpenGL4 /// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. /// /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform2d")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform2d")] public static void ProgramUniform2(Int32 program, Int32 location, Double v0, Double v1) { @@ -51074,7 +51074,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -51111,7 +51111,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform2d")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform2d")] public static void ProgramUniform2(UInt32 program, Int32 location, Double v0, Double v1) { @@ -51126,7 +51126,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -51162,7 +51162,7 @@ namespace OpenTK.Graphics.OpenGL4 /// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. /// /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform2dv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform2dv")] public static void ProgramUniform2(Int32 program, Int32 location, Int32 count, Double[] value) { @@ -51183,7 +51183,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -51219,7 +51219,7 @@ namespace OpenTK.Graphics.OpenGL4 /// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. /// /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform2dv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform2dv")] public static void ProgramUniform2(Int32 program, Int32 location, Int32 count, ref Double value) { @@ -51240,7 +51240,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -51277,7 +51277,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform2dv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform2dv")] public static unsafe void ProgramUniform2(Int32 program, Int32 location, Int32 count, Double* value) { @@ -51292,7 +51292,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -51329,7 +51329,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform2dv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform2dv")] public static void ProgramUniform2(UInt32 program, Int32 location, Int32 count, Double[] value) { @@ -51350,7 +51350,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -51387,7 +51387,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform2dv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform2dv")] public static void ProgramUniform2(UInt32 program, Int32 location, Int32 count, ref Double value) { @@ -51408,7 +51408,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -51445,7 +51445,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform2dv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform2dv")] public static unsafe void ProgramUniform2(UInt32 program, Int32 location, Int32 count, Double* value) { @@ -51460,7 +51460,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -51496,7 +51496,7 @@ namespace OpenTK.Graphics.OpenGL4 /// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. /// /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform2f")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform2f")] public static void ProgramUniform2(Int32 program, Int32 location, Single v0, Single v1) { @@ -51511,7 +51511,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -51548,7 +51548,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform2f")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform2f")] public static void ProgramUniform2(UInt32 program, Int32 location, Single v0, Single v1) { @@ -51563,7 +51563,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -51599,7 +51599,7 @@ namespace OpenTK.Graphics.OpenGL4 /// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. /// /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform2fv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform2fv")] public static void ProgramUniform2(Int32 program, Int32 location, Int32 count, Single[] value) { @@ -51620,7 +51620,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -51656,7 +51656,7 @@ namespace OpenTK.Graphics.OpenGL4 /// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. /// /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform2fv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform2fv")] public static void ProgramUniform2(Int32 program, Int32 location, Int32 count, ref Single value) { @@ -51677,7 +51677,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -51714,7 +51714,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform2fv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform2fv")] public static unsafe void ProgramUniform2(Int32 program, Int32 location, Int32 count, Single* value) { @@ -51729,7 +51729,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -51766,7 +51766,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform2fv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform2fv")] public static void ProgramUniform2(UInt32 program, Int32 location, Int32 count, Single[] value) { @@ -51787,7 +51787,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -51824,7 +51824,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform2fv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform2fv")] public static void ProgramUniform2(UInt32 program, Int32 location, Int32 count, ref Single value) { @@ -51845,7 +51845,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -51882,7 +51882,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform2fv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform2fv")] public static unsafe void ProgramUniform2(UInt32 program, Int32 location, Int32 count, Single* value) { @@ -51897,7 +51897,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -51933,7 +51933,7 @@ namespace OpenTK.Graphics.OpenGL4 /// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. /// /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform2i")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform2i")] public static void ProgramUniform2(Int32 program, Int32 location, Int32 v0, Int32 v1) { @@ -51948,7 +51948,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -51985,7 +51985,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform2i")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform2i")] public static void ProgramUniform2(UInt32 program, Int32 location, Int32 v0, Int32 v1) { @@ -52000,7 +52000,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -52036,7 +52036,7 @@ namespace OpenTK.Graphics.OpenGL4 /// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. /// /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform2iv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform2iv")] public static void ProgramUniform2(Int32 program, Int32 location, Int32 count, Int32[] value) { @@ -52057,7 +52057,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -52094,7 +52094,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform2iv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform2iv")] public static unsafe void ProgramUniform2(Int32 program, Int32 location, Int32 count, Int32* value) { @@ -52109,7 +52109,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -52146,7 +52146,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform2iv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform2iv")] public static void ProgramUniform2(UInt32 program, Int32 location, Int32 count, Int32[] value) { @@ -52167,7 +52167,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -52204,7 +52204,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform2iv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform2iv")] public static unsafe void ProgramUniform2(UInt32 program, Int32 location, Int32 count, Int32* value) { @@ -52219,7 +52219,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -52256,7 +52256,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform2ui")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform2ui")] public static void ProgramUniform2(UInt32 program, Int32 location, UInt32 v0, UInt32 v1) { @@ -52271,7 +52271,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -52308,7 +52308,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform2uiv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform2uiv")] public static void ProgramUniform2(UInt32 program, Int32 location, Int32 count, UInt32[] value) { @@ -52329,7 +52329,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -52366,7 +52366,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform2uiv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform2uiv")] public static void ProgramUniform2(UInt32 program, Int32 location, Int32 count, ref UInt32 value) { @@ -52387,7 +52387,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -52424,7 +52424,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform2uiv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform2uiv")] public static unsafe void ProgramUniform2(UInt32 program, Int32 location, Int32 count, UInt32* value) { @@ -52439,7 +52439,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -52475,7 +52475,7 @@ namespace OpenTK.Graphics.OpenGL4 /// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. /// /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform3d")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform3d")] public static void ProgramUniform3(Int32 program, Int32 location, Double v0, Double v1, Double v2) { @@ -52490,7 +52490,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -52527,7 +52527,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform3d")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform3d")] public static void ProgramUniform3(UInt32 program, Int32 location, Double v0, Double v1, Double v2) { @@ -52542,7 +52542,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -52578,7 +52578,7 @@ namespace OpenTK.Graphics.OpenGL4 /// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. /// /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform3dv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform3dv")] public static void ProgramUniform3(Int32 program, Int32 location, Int32 count, Double[] value) { @@ -52599,7 +52599,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -52635,7 +52635,7 @@ namespace OpenTK.Graphics.OpenGL4 /// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. /// /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform3dv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform3dv")] public static void ProgramUniform3(Int32 program, Int32 location, Int32 count, ref Double value) { @@ -52656,7 +52656,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -52693,7 +52693,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform3dv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform3dv")] public static unsafe void ProgramUniform3(Int32 program, Int32 location, Int32 count, Double* value) { @@ -52708,7 +52708,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -52745,7 +52745,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform3dv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform3dv")] public static void ProgramUniform3(UInt32 program, Int32 location, Int32 count, Double[] value) { @@ -52766,7 +52766,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -52803,7 +52803,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform3dv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform3dv")] public static void ProgramUniform3(UInt32 program, Int32 location, Int32 count, ref Double value) { @@ -52824,7 +52824,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -52861,7 +52861,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform3dv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform3dv")] public static unsafe void ProgramUniform3(UInt32 program, Int32 location, Int32 count, Double* value) { @@ -52876,7 +52876,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -52912,7 +52912,7 @@ namespace OpenTK.Graphics.OpenGL4 /// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. /// /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform3f")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform3f")] public static void ProgramUniform3(Int32 program, Int32 location, Single v0, Single v1, Single v2) { @@ -52927,7 +52927,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -52964,7 +52964,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform3f")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform3f")] public static void ProgramUniform3(UInt32 program, Int32 location, Single v0, Single v1, Single v2) { @@ -52979,7 +52979,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -53015,7 +53015,7 @@ namespace OpenTK.Graphics.OpenGL4 /// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. /// /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform3fv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform3fv")] public static void ProgramUniform3(Int32 program, Int32 location, Int32 count, Single[] value) { @@ -53036,7 +53036,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -53072,7 +53072,7 @@ namespace OpenTK.Graphics.OpenGL4 /// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. /// /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform3fv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform3fv")] public static void ProgramUniform3(Int32 program, Int32 location, Int32 count, ref Single value) { @@ -53093,7 +53093,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -53130,7 +53130,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform3fv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform3fv")] public static unsafe void ProgramUniform3(Int32 program, Int32 location, Int32 count, Single* value) { @@ -53145,7 +53145,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -53182,7 +53182,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform3fv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform3fv")] public static void ProgramUniform3(UInt32 program, Int32 location, Int32 count, Single[] value) { @@ -53203,7 +53203,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -53240,7 +53240,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform3fv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform3fv")] public static void ProgramUniform3(UInt32 program, Int32 location, Int32 count, ref Single value) { @@ -53261,7 +53261,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -53298,7 +53298,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform3fv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform3fv")] public static unsafe void ProgramUniform3(UInt32 program, Int32 location, Int32 count, Single* value) { @@ -53313,7 +53313,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -53349,7 +53349,7 @@ namespace OpenTK.Graphics.OpenGL4 /// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. /// /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform3i")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform3i")] public static void ProgramUniform3(Int32 program, Int32 location, Int32 v0, Int32 v1, Int32 v2) { @@ -53364,7 +53364,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -53401,7 +53401,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform3i")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform3i")] public static void ProgramUniform3(UInt32 program, Int32 location, Int32 v0, Int32 v1, Int32 v2) { @@ -53416,7 +53416,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -53452,7 +53452,7 @@ namespace OpenTK.Graphics.OpenGL4 /// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. /// /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform3iv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform3iv")] public static void ProgramUniform3(Int32 program, Int32 location, Int32 count, Int32[] value) { @@ -53473,7 +53473,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -53509,7 +53509,7 @@ namespace OpenTK.Graphics.OpenGL4 /// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. /// /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform3iv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform3iv")] public static void ProgramUniform3(Int32 program, Int32 location, Int32 count, ref Int32 value) { @@ -53530,7 +53530,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -53567,7 +53567,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform3iv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform3iv")] public static unsafe void ProgramUniform3(Int32 program, Int32 location, Int32 count, Int32* value) { @@ -53582,7 +53582,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -53619,7 +53619,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform3iv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform3iv")] public static void ProgramUniform3(UInt32 program, Int32 location, Int32 count, Int32[] value) { @@ -53640,7 +53640,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -53677,7 +53677,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform3iv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform3iv")] public static void ProgramUniform3(UInt32 program, Int32 location, Int32 count, ref Int32 value) { @@ -53698,7 +53698,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -53735,7 +53735,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform3iv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform3iv")] public static unsafe void ProgramUniform3(UInt32 program, Int32 location, Int32 count, Int32* value) { @@ -53750,7 +53750,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -53787,7 +53787,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform3ui")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform3ui")] public static void ProgramUniform3(UInt32 program, Int32 location, UInt32 v0, UInt32 v1, UInt32 v2) { @@ -53802,7 +53802,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -53839,7 +53839,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform3uiv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform3uiv")] public static void ProgramUniform3(UInt32 program, Int32 location, Int32 count, UInt32[] value) { @@ -53860,7 +53860,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -53897,7 +53897,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform3uiv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform3uiv")] public static void ProgramUniform3(UInt32 program, Int32 location, Int32 count, ref UInt32 value) { @@ -53918,7 +53918,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -53955,7 +53955,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform3uiv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform3uiv")] public static unsafe void ProgramUniform3(UInt32 program, Int32 location, Int32 count, UInt32* value) { @@ -53970,7 +53970,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -54006,7 +54006,7 @@ namespace OpenTK.Graphics.OpenGL4 /// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. /// /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform4d")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform4d")] public static void ProgramUniform4(Int32 program, Int32 location, Double v0, Double v1, Double v2, Double v3) { @@ -54021,7 +54021,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -54058,7 +54058,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform4d")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform4d")] public static void ProgramUniform4(UInt32 program, Int32 location, Double v0, Double v1, Double v2, Double v3) { @@ -54073,7 +54073,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -54109,7 +54109,7 @@ namespace OpenTK.Graphics.OpenGL4 /// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. /// /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform4dv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform4dv")] public static void ProgramUniform4(Int32 program, Int32 location, Int32 count, Double[] value) { @@ -54130,7 +54130,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -54166,7 +54166,7 @@ namespace OpenTK.Graphics.OpenGL4 /// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. /// /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform4dv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform4dv")] public static void ProgramUniform4(Int32 program, Int32 location, Int32 count, ref Double value) { @@ -54187,7 +54187,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -54224,7 +54224,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform4dv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform4dv")] public static unsafe void ProgramUniform4(Int32 program, Int32 location, Int32 count, Double* value) { @@ -54239,7 +54239,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -54276,7 +54276,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform4dv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform4dv")] public static void ProgramUniform4(UInt32 program, Int32 location, Int32 count, Double[] value) { @@ -54297,7 +54297,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -54334,7 +54334,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform4dv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform4dv")] public static void ProgramUniform4(UInt32 program, Int32 location, Int32 count, ref Double value) { @@ -54355,7 +54355,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -54392,7 +54392,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform4dv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform4dv")] public static unsafe void ProgramUniform4(UInt32 program, Int32 location, Int32 count, Double* value) { @@ -54407,7 +54407,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -54443,7 +54443,7 @@ namespace OpenTK.Graphics.OpenGL4 /// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. /// /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform4f")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform4f")] public static void ProgramUniform4(Int32 program, Int32 location, Single v0, Single v1, Single v2, Single v3) { @@ -54458,7 +54458,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -54495,7 +54495,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform4f")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform4f")] public static void ProgramUniform4(UInt32 program, Int32 location, Single v0, Single v1, Single v2, Single v3) { @@ -54510,7 +54510,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -54546,7 +54546,7 @@ namespace OpenTK.Graphics.OpenGL4 /// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. /// /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform4fv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform4fv")] public static void ProgramUniform4(Int32 program, Int32 location, Int32 count, Single[] value) { @@ -54567,7 +54567,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -54603,7 +54603,7 @@ namespace OpenTK.Graphics.OpenGL4 /// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. /// /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform4fv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform4fv")] public static void ProgramUniform4(Int32 program, Int32 location, Int32 count, ref Single value) { @@ -54624,7 +54624,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -54661,7 +54661,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform4fv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform4fv")] public static unsafe void ProgramUniform4(Int32 program, Int32 location, Int32 count, Single* value) { @@ -54676,7 +54676,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -54713,7 +54713,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform4fv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform4fv")] public static void ProgramUniform4(UInt32 program, Int32 location, Int32 count, Single[] value) { @@ -54734,7 +54734,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -54771,7 +54771,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform4fv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform4fv")] public static void ProgramUniform4(UInt32 program, Int32 location, Int32 count, ref Single value) { @@ -54792,7 +54792,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -54829,7 +54829,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform4fv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform4fv")] public static unsafe void ProgramUniform4(UInt32 program, Int32 location, Int32 count, Single* value) { @@ -54844,7 +54844,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -54880,7 +54880,7 @@ namespace OpenTK.Graphics.OpenGL4 /// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. /// /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform4i")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform4i")] public static void ProgramUniform4(Int32 program, Int32 location, Int32 v0, Int32 v1, Int32 v2, Int32 v3) { @@ -54895,7 +54895,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -54932,7 +54932,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform4i")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform4i")] public static void ProgramUniform4(UInt32 program, Int32 location, Int32 v0, Int32 v1, Int32 v2, Int32 v3) { @@ -54947,7 +54947,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -54983,7 +54983,7 @@ namespace OpenTK.Graphics.OpenGL4 /// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. /// /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform4iv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform4iv")] public static void ProgramUniform4(Int32 program, Int32 location, Int32 count, Int32[] value) { @@ -55004,7 +55004,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -55040,7 +55040,7 @@ namespace OpenTK.Graphics.OpenGL4 /// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. /// /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform4iv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform4iv")] public static void ProgramUniform4(Int32 program, Int32 location, Int32 count, ref Int32 value) { @@ -55061,7 +55061,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -55098,7 +55098,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform4iv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform4iv")] public static unsafe void ProgramUniform4(Int32 program, Int32 location, Int32 count, Int32* value) { @@ -55113,7 +55113,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -55150,7 +55150,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform4iv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform4iv")] public static void ProgramUniform4(UInt32 program, Int32 location, Int32 count, Int32[] value) { @@ -55171,7 +55171,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -55208,7 +55208,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform4iv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform4iv")] public static void ProgramUniform4(UInt32 program, Int32 location, Int32 count, ref Int32 value) { @@ -55229,7 +55229,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -55266,7 +55266,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform4iv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform4iv")] public static unsafe void ProgramUniform4(UInt32 program, Int32 location, Int32 count, Int32* value) { @@ -55281,7 +55281,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -55318,7 +55318,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform4ui")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform4ui")] public static void ProgramUniform4(UInt32 program, Int32 location, UInt32 v0, UInt32 v1, UInt32 v2, UInt32 v3) { @@ -55333,7 +55333,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -55370,7 +55370,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform4uiv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform4uiv")] public static void ProgramUniform4(UInt32 program, Int32 location, Int32 count, UInt32[] value) { @@ -55391,7 +55391,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -55428,7 +55428,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform4uiv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform4uiv")] public static void ProgramUniform4(UInt32 program, Int32 location, Int32 count, ref UInt32 value) { @@ -55449,7 +55449,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Specify the value of a uniform variable for a specified program object /// /// @@ -55486,7 +55486,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniform4uiv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniform4uiv")] public static unsafe void ProgramUniform4(UInt32 program, Int32 location, Int32 count, UInt32* value) { @@ -55500,8 +55500,8 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix2dv")] + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix2dv")] public static void ProgramUniformMatrix2(Int32 program, Int32 location, Int32 count, bool transpose, Double[] value) { @@ -55521,8 +55521,8 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix2dv")] + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix2dv")] public static void ProgramUniformMatrix2(Int32 program, Int32 location, Int32 count, bool transpose, ref Double value) { @@ -55542,9 +55542,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix2dv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix2dv")] public static unsafe void ProgramUniformMatrix2(Int32 program, Int32 location, Int32 count, bool transpose, Double* value) { @@ -55558,9 +55558,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix2dv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix2dv")] public static void ProgramUniformMatrix2(UInt32 program, Int32 location, Int32 count, bool transpose, Double[] value) { @@ -55580,9 +55580,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix2dv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix2dv")] public static void ProgramUniformMatrix2(UInt32 program, Int32 location, Int32 count, bool transpose, ref Double value) { @@ -55602,9 +55602,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix2dv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix2dv")] public static unsafe void ProgramUniformMatrix2(UInt32 program, Int32 location, Int32 count, bool transpose, Double* value) { @@ -55618,8 +55618,8 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix2fv")] + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix2fv")] public static void ProgramUniformMatrix2(Int32 program, Int32 location, Int32 count, bool transpose, Single[] value) { @@ -55639,8 +55639,8 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix2fv")] + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix2fv")] public static void ProgramUniformMatrix2(Int32 program, Int32 location, Int32 count, bool transpose, ref Single value) { @@ -55660,9 +55660,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix2fv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix2fv")] public static unsafe void ProgramUniformMatrix2(Int32 program, Int32 location, Int32 count, bool transpose, Single* value) { @@ -55676,9 +55676,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix2fv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix2fv")] public static void ProgramUniformMatrix2(UInt32 program, Int32 location, Int32 count, bool transpose, Single[] value) { @@ -55698,9 +55698,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix2fv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix2fv")] public static void ProgramUniformMatrix2(UInt32 program, Int32 location, Int32 count, bool transpose, ref Single value) { @@ -55720,9 +55720,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix2fv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix2fv")] public static unsafe void ProgramUniformMatrix2(UInt32 program, Int32 location, Int32 count, bool transpose, Single* value) { @@ -55736,8 +55736,8 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix2x3dv")] + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix2x3dv")] public static void ProgramUniformMatrix2x3(Int32 program, Int32 location, Int32 count, bool transpose, Double[] value) { @@ -55757,8 +55757,8 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix2x3dv")] + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix2x3dv")] public static void ProgramUniformMatrix2x3(Int32 program, Int32 location, Int32 count, bool transpose, ref Double value) { @@ -55778,9 +55778,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix2x3dv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix2x3dv")] public static unsafe void ProgramUniformMatrix2x3(Int32 program, Int32 location, Int32 count, bool transpose, Double* value) { @@ -55794,9 +55794,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix2x3dv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix2x3dv")] public static void ProgramUniformMatrix2x3(UInt32 program, Int32 location, Int32 count, bool transpose, Double[] value) { @@ -55816,9 +55816,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix2x3dv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix2x3dv")] public static void ProgramUniformMatrix2x3(UInt32 program, Int32 location, Int32 count, bool transpose, ref Double value) { @@ -55838,9 +55838,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix2x3dv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix2x3dv")] public static unsafe void ProgramUniformMatrix2x3(UInt32 program, Int32 location, Int32 count, bool transpose, Double* value) { @@ -55854,8 +55854,8 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix2x3fv")] + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix2x3fv")] public static void ProgramUniformMatrix2x3(Int32 program, Int32 location, Int32 count, bool transpose, Single[] value) { @@ -55875,8 +55875,8 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix2x3fv")] + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix2x3fv")] public static void ProgramUniformMatrix2x3(Int32 program, Int32 location, Int32 count, bool transpose, ref Single value) { @@ -55896,9 +55896,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix2x3fv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix2x3fv")] public static unsafe void ProgramUniformMatrix2x3(Int32 program, Int32 location, Int32 count, bool transpose, Single* value) { @@ -55912,9 +55912,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix2x3fv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix2x3fv")] public static void ProgramUniformMatrix2x3(UInt32 program, Int32 location, Int32 count, bool transpose, Single[] value) { @@ -55934,9 +55934,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix2x3fv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix2x3fv")] public static void ProgramUniformMatrix2x3(UInt32 program, Int32 location, Int32 count, bool transpose, ref Single value) { @@ -55956,9 +55956,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix2x3fv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix2x3fv")] public static unsafe void ProgramUniformMatrix2x3(UInt32 program, Int32 location, Int32 count, bool transpose, Single* value) { @@ -55972,8 +55972,8 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix2x4dv")] + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix2x4dv")] public static void ProgramUniformMatrix2x4(Int32 program, Int32 location, Int32 count, bool transpose, Double[] value) { @@ -55993,8 +55993,8 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix2x4dv")] + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix2x4dv")] public static void ProgramUniformMatrix2x4(Int32 program, Int32 location, Int32 count, bool transpose, ref Double value) { @@ -56014,9 +56014,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix2x4dv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix2x4dv")] public static unsafe void ProgramUniformMatrix2x4(Int32 program, Int32 location, Int32 count, bool transpose, Double* value) { @@ -56030,9 +56030,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix2x4dv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix2x4dv")] public static void ProgramUniformMatrix2x4(UInt32 program, Int32 location, Int32 count, bool transpose, Double[] value) { @@ -56052,9 +56052,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix2x4dv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix2x4dv")] public static void ProgramUniformMatrix2x4(UInt32 program, Int32 location, Int32 count, bool transpose, ref Double value) { @@ -56074,9 +56074,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix2x4dv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix2x4dv")] public static unsafe void ProgramUniformMatrix2x4(UInt32 program, Int32 location, Int32 count, bool transpose, Double* value) { @@ -56090,8 +56090,8 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix2x4fv")] + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix2x4fv")] public static void ProgramUniformMatrix2x4(Int32 program, Int32 location, Int32 count, bool transpose, Single[] value) { @@ -56111,8 +56111,8 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix2x4fv")] + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix2x4fv")] public static void ProgramUniformMatrix2x4(Int32 program, Int32 location, Int32 count, bool transpose, ref Single value) { @@ -56132,9 +56132,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix2x4fv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix2x4fv")] public static unsafe void ProgramUniformMatrix2x4(Int32 program, Int32 location, Int32 count, bool transpose, Single* value) { @@ -56148,9 +56148,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix2x4fv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix2x4fv")] public static void ProgramUniformMatrix2x4(UInt32 program, Int32 location, Int32 count, bool transpose, Single[] value) { @@ -56170,9 +56170,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix2x4fv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix2x4fv")] public static void ProgramUniformMatrix2x4(UInt32 program, Int32 location, Int32 count, bool transpose, ref Single value) { @@ -56192,9 +56192,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix2x4fv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix2x4fv")] public static unsafe void ProgramUniformMatrix2x4(UInt32 program, Int32 location, Int32 count, bool transpose, Single* value) { @@ -56208,8 +56208,8 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix3dv")] + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix3dv")] public static void ProgramUniformMatrix3(Int32 program, Int32 location, Int32 count, bool transpose, Double[] value) { @@ -56229,8 +56229,8 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix3dv")] + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix3dv")] public static void ProgramUniformMatrix3(Int32 program, Int32 location, Int32 count, bool transpose, ref Double value) { @@ -56250,9 +56250,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix3dv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix3dv")] public static unsafe void ProgramUniformMatrix3(Int32 program, Int32 location, Int32 count, bool transpose, Double* value) { @@ -56266,9 +56266,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix3dv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix3dv")] public static void ProgramUniformMatrix3(UInt32 program, Int32 location, Int32 count, bool transpose, Double[] value) { @@ -56288,9 +56288,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix3dv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix3dv")] public static void ProgramUniformMatrix3(UInt32 program, Int32 location, Int32 count, bool transpose, ref Double value) { @@ -56310,9 +56310,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix3dv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix3dv")] public static unsafe void ProgramUniformMatrix3(UInt32 program, Int32 location, Int32 count, bool transpose, Double* value) { @@ -56326,8 +56326,8 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix3fv")] + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix3fv")] public static void ProgramUniformMatrix3(Int32 program, Int32 location, Int32 count, bool transpose, Single[] value) { @@ -56347,8 +56347,8 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix3fv")] + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix3fv")] public static void ProgramUniformMatrix3(Int32 program, Int32 location, Int32 count, bool transpose, ref Single value) { @@ -56368,9 +56368,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix3fv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix3fv")] public static unsafe void ProgramUniformMatrix3(Int32 program, Int32 location, Int32 count, bool transpose, Single* value) { @@ -56384,9 +56384,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix3fv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix3fv")] public static void ProgramUniformMatrix3(UInt32 program, Int32 location, Int32 count, bool transpose, Single[] value) { @@ -56406,9 +56406,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix3fv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix3fv")] public static void ProgramUniformMatrix3(UInt32 program, Int32 location, Int32 count, bool transpose, ref Single value) { @@ -56428,9 +56428,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix3fv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix3fv")] public static unsafe void ProgramUniformMatrix3(UInt32 program, Int32 location, Int32 count, bool transpose, Single* value) { @@ -56444,8 +56444,8 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix3x2dv")] + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix3x2dv")] public static void ProgramUniformMatrix3x2(Int32 program, Int32 location, Int32 count, bool transpose, Double[] value) { @@ -56465,8 +56465,8 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix3x2dv")] + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix3x2dv")] public static void ProgramUniformMatrix3x2(Int32 program, Int32 location, Int32 count, bool transpose, ref Double value) { @@ -56486,9 +56486,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix3x2dv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix3x2dv")] public static unsafe void ProgramUniformMatrix3x2(Int32 program, Int32 location, Int32 count, bool transpose, Double* value) { @@ -56502,9 +56502,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix3x2dv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix3x2dv")] public static void ProgramUniformMatrix3x2(UInt32 program, Int32 location, Int32 count, bool transpose, Double[] value) { @@ -56524,9 +56524,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix3x2dv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix3x2dv")] public static void ProgramUniformMatrix3x2(UInt32 program, Int32 location, Int32 count, bool transpose, ref Double value) { @@ -56546,9 +56546,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix3x2dv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix3x2dv")] public static unsafe void ProgramUniformMatrix3x2(UInt32 program, Int32 location, Int32 count, bool transpose, Double* value) { @@ -56562,8 +56562,8 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix3x2fv")] + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix3x2fv")] public static void ProgramUniformMatrix3x2(Int32 program, Int32 location, Int32 count, bool transpose, Single[] value) { @@ -56583,8 +56583,8 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix3x2fv")] + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix3x2fv")] public static void ProgramUniformMatrix3x2(Int32 program, Int32 location, Int32 count, bool transpose, ref Single value) { @@ -56604,9 +56604,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix3x2fv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix3x2fv")] public static unsafe void ProgramUniformMatrix3x2(Int32 program, Int32 location, Int32 count, bool transpose, Single* value) { @@ -56620,9 +56620,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix3x2fv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix3x2fv")] public static void ProgramUniformMatrix3x2(UInt32 program, Int32 location, Int32 count, bool transpose, Single[] value) { @@ -56642,9 +56642,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix3x2fv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix3x2fv")] public static void ProgramUniformMatrix3x2(UInt32 program, Int32 location, Int32 count, bool transpose, ref Single value) { @@ -56664,9 +56664,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix3x2fv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix3x2fv")] public static unsafe void ProgramUniformMatrix3x2(UInt32 program, Int32 location, Int32 count, bool transpose, Single* value) { @@ -56680,8 +56680,8 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix3x4dv")] + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix3x4dv")] public static void ProgramUniformMatrix3x4(Int32 program, Int32 location, Int32 count, bool transpose, Double[] value) { @@ -56701,8 +56701,8 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix3x4dv")] + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix3x4dv")] public static void ProgramUniformMatrix3x4(Int32 program, Int32 location, Int32 count, bool transpose, ref Double value) { @@ -56722,9 +56722,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix3x4dv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix3x4dv")] public static unsafe void ProgramUniformMatrix3x4(Int32 program, Int32 location, Int32 count, bool transpose, Double* value) { @@ -56738,9 +56738,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix3x4dv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix3x4dv")] public static void ProgramUniformMatrix3x4(UInt32 program, Int32 location, Int32 count, bool transpose, Double[] value) { @@ -56760,9 +56760,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix3x4dv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix3x4dv")] public static void ProgramUniformMatrix3x4(UInt32 program, Int32 location, Int32 count, bool transpose, ref Double value) { @@ -56782,9 +56782,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix3x4dv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix3x4dv")] public static unsafe void ProgramUniformMatrix3x4(UInt32 program, Int32 location, Int32 count, bool transpose, Double* value) { @@ -56798,8 +56798,8 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix3x4fv")] + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix3x4fv")] public static void ProgramUniformMatrix3x4(Int32 program, Int32 location, Int32 count, bool transpose, Single[] value) { @@ -56819,8 +56819,8 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix3x4fv")] + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix3x4fv")] public static void ProgramUniformMatrix3x4(Int32 program, Int32 location, Int32 count, bool transpose, ref Single value) { @@ -56840,9 +56840,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix3x4fv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix3x4fv")] public static unsafe void ProgramUniformMatrix3x4(Int32 program, Int32 location, Int32 count, bool transpose, Single* value) { @@ -56856,9 +56856,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix3x4fv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix3x4fv")] public static void ProgramUniformMatrix3x4(UInt32 program, Int32 location, Int32 count, bool transpose, Single[] value) { @@ -56878,9 +56878,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix3x4fv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix3x4fv")] public static void ProgramUniformMatrix3x4(UInt32 program, Int32 location, Int32 count, bool transpose, ref Single value) { @@ -56900,9 +56900,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix3x4fv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix3x4fv")] public static unsafe void ProgramUniformMatrix3x4(UInt32 program, Int32 location, Int32 count, bool transpose, Single* value) { @@ -56916,8 +56916,8 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix4dv")] + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix4dv")] public static void ProgramUniformMatrix4(Int32 program, Int32 location, Int32 count, bool transpose, Double[] value) { @@ -56937,8 +56937,8 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix4dv")] + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix4dv")] public static void ProgramUniformMatrix4(Int32 program, Int32 location, Int32 count, bool transpose, ref Double value) { @@ -56958,9 +56958,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix4dv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix4dv")] public static unsafe void ProgramUniformMatrix4(Int32 program, Int32 location, Int32 count, bool transpose, Double* value) { @@ -56974,9 +56974,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix4dv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix4dv")] public static void ProgramUniformMatrix4(UInt32 program, Int32 location, Int32 count, bool transpose, Double[] value) { @@ -56996,9 +56996,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix4dv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix4dv")] public static void ProgramUniformMatrix4(UInt32 program, Int32 location, Int32 count, bool transpose, ref Double value) { @@ -57018,9 +57018,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix4dv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix4dv")] public static unsafe void ProgramUniformMatrix4(UInt32 program, Int32 location, Int32 count, bool transpose, Double* value) { @@ -57034,8 +57034,8 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix4fv")] + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix4fv")] public static void ProgramUniformMatrix4(Int32 program, Int32 location, Int32 count, bool transpose, Single[] value) { @@ -57055,8 +57055,8 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix4fv")] + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix4fv")] public static void ProgramUniformMatrix4(Int32 program, Int32 location, Int32 count, bool transpose, ref Single value) { @@ -57076,9 +57076,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix4fv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix4fv")] public static unsafe void ProgramUniformMatrix4(Int32 program, Int32 location, Int32 count, bool transpose, Single* value) { @@ -57092,9 +57092,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix4fv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix4fv")] public static void ProgramUniformMatrix4(UInt32 program, Int32 location, Int32 count, bool transpose, Single[] value) { @@ -57114,9 +57114,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix4fv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix4fv")] public static void ProgramUniformMatrix4(UInt32 program, Int32 location, Int32 count, bool transpose, ref Single value) { @@ -57136,9 +57136,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix4fv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix4fv")] public static unsafe void ProgramUniformMatrix4(UInt32 program, Int32 location, Int32 count, bool transpose, Single* value) { @@ -57152,8 +57152,8 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix4x2dv")] + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix4x2dv")] public static void ProgramUniformMatrix4x2(Int32 program, Int32 location, Int32 count, bool transpose, Double[] value) { @@ -57173,8 +57173,8 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix4x2dv")] + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix4x2dv")] public static void ProgramUniformMatrix4x2(Int32 program, Int32 location, Int32 count, bool transpose, ref Double value) { @@ -57194,9 +57194,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix4x2dv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix4x2dv")] public static unsafe void ProgramUniformMatrix4x2(Int32 program, Int32 location, Int32 count, bool transpose, Double* value) { @@ -57210,9 +57210,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix4x2dv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix4x2dv")] public static void ProgramUniformMatrix4x2(UInt32 program, Int32 location, Int32 count, bool transpose, Double[] value) { @@ -57232,9 +57232,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix4x2dv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix4x2dv")] public static void ProgramUniformMatrix4x2(UInt32 program, Int32 location, Int32 count, bool transpose, ref Double value) { @@ -57254,9 +57254,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix4x2dv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix4x2dv")] public static unsafe void ProgramUniformMatrix4x2(UInt32 program, Int32 location, Int32 count, bool transpose, Double* value) { @@ -57270,8 +57270,8 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix4x2fv")] + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix4x2fv")] public static void ProgramUniformMatrix4x2(Int32 program, Int32 location, Int32 count, bool transpose, Single[] value) { @@ -57291,8 +57291,8 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix4x2fv")] + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix4x2fv")] public static void ProgramUniformMatrix4x2(Int32 program, Int32 location, Int32 count, bool transpose, ref Single value) { @@ -57312,9 +57312,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix4x2fv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix4x2fv")] public static unsafe void ProgramUniformMatrix4x2(Int32 program, Int32 location, Int32 count, bool transpose, Single* value) { @@ -57328,9 +57328,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix4x2fv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix4x2fv")] public static void ProgramUniformMatrix4x2(UInt32 program, Int32 location, Int32 count, bool transpose, Single[] value) { @@ -57350,9 +57350,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix4x2fv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix4x2fv")] public static void ProgramUniformMatrix4x2(UInt32 program, Int32 location, Int32 count, bool transpose, ref Single value) { @@ -57372,9 +57372,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix4x2fv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix4x2fv")] public static unsafe void ProgramUniformMatrix4x2(UInt32 program, Int32 location, Int32 count, bool transpose, Single* value) { @@ -57388,8 +57388,8 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix4x3dv")] + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix4x3dv")] public static void ProgramUniformMatrix4x3(Int32 program, Int32 location, Int32 count, bool transpose, Double[] value) { @@ -57409,8 +57409,8 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix4x3dv")] + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix4x3dv")] public static void ProgramUniformMatrix4x3(Int32 program, Int32 location, Int32 count, bool transpose, ref Double value) { @@ -57430,9 +57430,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix4x3dv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix4x3dv")] public static unsafe void ProgramUniformMatrix4x3(Int32 program, Int32 location, Int32 count, bool transpose, Double* value) { @@ -57446,9 +57446,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix4x3dv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix4x3dv")] public static void ProgramUniformMatrix4x3(UInt32 program, Int32 location, Int32 count, bool transpose, Double[] value) { @@ -57468,9 +57468,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix4x3dv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix4x3dv")] public static void ProgramUniformMatrix4x3(UInt32 program, Int32 location, Int32 count, bool transpose, ref Double value) { @@ -57490,9 +57490,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix4x3dv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix4x3dv")] public static unsafe void ProgramUniformMatrix4x3(UInt32 program, Int32 location, Int32 count, bool transpose, Double* value) { @@ -57506,8 +57506,8 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix4x3fv")] + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix4x3fv")] public static void ProgramUniformMatrix4x3(Int32 program, Int32 location, Int32 count, bool transpose, Single[] value) { @@ -57527,8 +57527,8 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix4x3fv")] + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix4x3fv")] public static void ProgramUniformMatrix4x3(Int32 program, Int32 location, Int32 count, bool transpose, ref Single value) { @@ -57548,9 +57548,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix4x3fv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix4x3fv")] public static unsafe void ProgramUniformMatrix4x3(Int32 program, Int32 location, Int32 count, bool transpose, Single* value) { @@ -57564,9 +57564,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix4x3fv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix4x3fv")] public static void ProgramUniformMatrix4x3(UInt32 program, Int32 location, Int32 count, bool transpose, Single[] value) { @@ -57586,9 +57586,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix4x3fv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix4x3fv")] public static void ProgramUniformMatrix4x3(UInt32 program, Int32 location, Int32 count, bool transpose, ref Single value) { @@ -57608,9 +57608,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glProgramUniformMatrix4x3fv")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glProgramUniformMatrix4x3fv")] public static unsafe void ProgramUniformMatrix4x3(UInt32 program, Int32 location, Int32 count, bool transpose, Single* value) { @@ -57625,7 +57625,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.2 and ARB_provoking_vertex|VERSION_3_2] /// Specifiy the vertex to be used as the source of data for flat shaded varyings /// /// @@ -57633,7 +57633,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the vertex to be used as the source of data for flat shaded varyings. /// /// - [AutoGenerated(Category = "ARB_provoking_vertex|VERSION_3_2", Version = "", EntryPoint = "glProvokingVertex")] + [AutoGenerated(Category = "ARB_provoking_vertex|VERSION_3_2", Version = "3.2", EntryPoint = "glProvokingVertex")] public static void ProvokingVertex(OpenTK.Graphics.OpenGL4.ProvokingVertexMode mode) { @@ -57648,7 +57648,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and KHR_debug|VERSION_4_3] /// Push a named debug group into the command stream /// /// @@ -57671,7 +57671,7 @@ namespace OpenTK.Graphics.OpenGL4 /// The a string containing the message to be sent to the debug output stream. /// /// - [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "", EntryPoint = "glPushDebugGroup")] + [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "4.3", EntryPoint = "glPushDebugGroup")] public static void PushDebugGroup(OpenTK.Graphics.OpenGL4.DebugSourceExternal source, Int32 id, Int32 length, String message) { @@ -57686,7 +57686,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and KHR_debug|VERSION_4_3] /// Push a named debug group into the command stream /// /// @@ -57710,7 +57710,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "", EntryPoint = "glPushDebugGroup")] + [AutoGenerated(Category = "KHR_debug|VERSION_4_3", Version = "4.3", EntryPoint = "glPushDebugGroup")] public static void PushDebugGroup(OpenTK.Graphics.OpenGL4.DebugSourceExternal source, UInt32 id, Int32 length, String message) { @@ -57725,7 +57725,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.3 and ARB_timer_query|VERSION_3_3] /// Record the GL time into a query object after all previous commands have reached the GL server but have not yet necessarily executed. /// /// @@ -57738,7 +57738,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specify the counter to query. target must be GL_TIMESTAMP. /// /// - [AutoGenerated(Category = "ARB_timer_query|VERSION_3_3", Version = "", EntryPoint = "glQueryCounter")] + [AutoGenerated(Category = "ARB_timer_query|VERSION_3_3", Version = "3.3", EntryPoint = "glQueryCounter")] public static void QueryCounter(Int32 id, OpenTK.Graphics.OpenGL4.QueryCounterTarget target) { @@ -57753,7 +57753,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.3 and ARB_timer_query|VERSION_3_3] /// Record the GL time into a query object after all previous commands have reached the GL server but have not yet necessarily executed. /// /// @@ -57767,7 +57767,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_timer_query|VERSION_3_3", Version = "", EntryPoint = "glQueryCounter")] + [AutoGenerated(Category = "ARB_timer_query|VERSION_3_3", Version = "3.3", EntryPoint = "glQueryCounter")] public static void QueryCounter(UInt32 id, OpenTK.Graphics.OpenGL4.QueryCounterTarget target) { @@ -58057,10 +58057,10 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_ES2_compatibility|VERSION_4_1] /// Release resources consumed by the implementation's shader compiler /// - [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "", EntryPoint = "glReleaseShaderCompiler")] + [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "4.1", EntryPoint = "glReleaseShaderCompiler")] public static void ReleaseShaderCompiler() { @@ -58075,7 +58075,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.0 and ARB_framebuffer_object|VERSION_3_0] /// Establish data storage, format and dimensions of a renderbuffer object's image /// /// @@ -58098,7 +58098,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the height of the renderbuffer, in pixels. /// /// - [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "", EntryPoint = "glRenderbufferStorage")] + [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "3.0", EntryPoint = "glRenderbufferStorage")] public static void RenderbufferStorage(OpenTK.Graphics.OpenGL4.RenderbufferTarget target, OpenTK.Graphics.OpenGL4.RenderbufferStorage internalformat, Int32 width, Int32 height) { @@ -58113,7 +58113,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.0 and ARB_framebuffer_object|VERSION_3_0] /// Establish data storage, format, dimensions and sample count of a renderbuffer object's image /// /// @@ -58141,7 +58141,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the height of the renderbuffer, in pixels. /// /// - [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "", EntryPoint = "glRenderbufferStorageMultisample")] + [AutoGenerated(Category = "ARB_framebuffer_object|VERSION_3_0", Version = "3.0", EntryPoint = "glRenderbufferStorageMultisample")] public static void RenderbufferStorageMultisample(OpenTK.Graphics.OpenGL4.RenderbufferTarget target, Int32 samples, OpenTK.Graphics.OpenGL4.RenderbufferStorage internalformat, Int32 width, Int32 height) { @@ -58202,10 +58202,10 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.0 and ARB_transform_feedback2|VERSION_4_0] /// Resume transform feedback operations /// - [AutoGenerated(Category = "ARB_transform_feedback2|VERSION_4_0", Version = "", EntryPoint = "glResumeTransformFeedback")] + [AutoGenerated(Category = "ARB_transform_feedback2|VERSION_4_0", Version = "4.0", EntryPoint = "glResumeTransformFeedback")] public static void ResumeTransformFeedback() { @@ -58248,7 +58248,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.2 and ARB_texture_multisample|VERSION_3_2] /// Set the value of a sub-word of the sample mask /// /// @@ -58261,7 +58261,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the new value of the mask sub-word. /// /// - [AutoGenerated(Category = "ARB_texture_multisample|VERSION_3_2", Version = "", EntryPoint = "glSampleMaski")] + [AutoGenerated(Category = "ARB_texture_multisample|VERSION_3_2", Version = "3.2", EntryPoint = "glSampleMaski")] public static void SampleMask(Int32 index, Int32 mask) { @@ -58276,7 +58276,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.2 and ARB_texture_multisample|VERSION_3_2] /// Set the value of a sub-word of the sample mask /// /// @@ -58290,7 +58290,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_texture_multisample|VERSION_3_2", Version = "", EntryPoint = "glSampleMaski")] + [AutoGenerated(Category = "ARB_texture_multisample|VERSION_3_2", Version = "3.2", EntryPoint = "glSampleMaski")] public static void SampleMask(UInt32 index, UInt32 mask) { @@ -58305,7 +58305,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.3 and ARB_sampler_objects|VERSION_3_3] /// Set sampler parameters /// /// @@ -58328,7 +58328,7 @@ namespace OpenTK.Graphics.OpenGL4 /// For the vector commands (glSamplerParameter*v), specifies a pointer to an array where the value or values of pname are stored. /// /// - [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "", EntryPoint = "glSamplerParameterf")] + [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "3.3", EntryPoint = "glSamplerParameterf")] public static void SamplerParameter(Int32 sampler, OpenTK.Graphics.OpenGL4.SamplerParameter pname, Single param) { @@ -58343,7 +58343,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.3 and ARB_sampler_objects|VERSION_3_3] /// Set sampler parameters /// /// @@ -58367,7 +58367,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "", EntryPoint = "glSamplerParameterf")] + [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "3.3", EntryPoint = "glSamplerParameterf")] public static void SamplerParameter(UInt32 sampler, OpenTK.Graphics.OpenGL4.SamplerParameter pname, Single param) { @@ -58382,7 +58382,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.3 and ARB_sampler_objects|VERSION_3_3] /// Set sampler parameters /// /// @@ -58405,7 +58405,7 @@ namespace OpenTK.Graphics.OpenGL4 /// For the vector commands (glSamplerParameter*v), specifies a pointer to an array where the value or values of pname are stored. /// /// - [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "", EntryPoint = "glSamplerParameterfv")] + [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "3.3", EntryPoint = "glSamplerParameterfv")] public static void SamplerParameter(Int32 sampler, OpenTK.Graphics.OpenGL4.SamplerParameter pname, Single[] param) { @@ -58426,7 +58426,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.3 and ARB_sampler_objects|VERSION_3_3] /// Set sampler parameters /// /// @@ -58450,7 +58450,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "", EntryPoint = "glSamplerParameterfv")] + [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "3.3", EntryPoint = "glSamplerParameterfv")] public static unsafe void SamplerParameter(Int32 sampler, OpenTK.Graphics.OpenGL4.SamplerParameter pname, Single* param) { @@ -58465,7 +58465,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.3 and ARB_sampler_objects|VERSION_3_3] /// Set sampler parameters /// /// @@ -58489,7 +58489,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "", EntryPoint = "glSamplerParameterfv")] + [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "3.3", EntryPoint = "glSamplerParameterfv")] public static void SamplerParameter(UInt32 sampler, OpenTK.Graphics.OpenGL4.SamplerParameter pname, Single[] param) { @@ -58510,7 +58510,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.3 and ARB_sampler_objects|VERSION_3_3] /// Set sampler parameters /// /// @@ -58534,7 +58534,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "", EntryPoint = "glSamplerParameterfv")] + [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "3.3", EntryPoint = "glSamplerParameterfv")] public static unsafe void SamplerParameter(UInt32 sampler, OpenTK.Graphics.OpenGL4.SamplerParameter pname, Single* param) { @@ -58549,7 +58549,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.3 and ARB_sampler_objects|VERSION_3_3] /// Set sampler parameters /// /// @@ -58572,7 +58572,7 @@ namespace OpenTK.Graphics.OpenGL4 /// For the vector commands (glSamplerParameter*v), specifies a pointer to an array where the value or values of pname are stored. /// /// - [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "", EntryPoint = "glSamplerParameteri")] + [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "3.3", EntryPoint = "glSamplerParameteri")] public static void SamplerParameter(Int32 sampler, OpenTK.Graphics.OpenGL4.SamplerParameter pname, Int32 param) { @@ -58587,7 +58587,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.3 and ARB_sampler_objects|VERSION_3_3] /// Set sampler parameters /// /// @@ -58611,7 +58611,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "", EntryPoint = "glSamplerParameteri")] + [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "3.3", EntryPoint = "glSamplerParameteri")] public static void SamplerParameter(UInt32 sampler, OpenTK.Graphics.OpenGL4.SamplerParameter pname, Int32 param) { @@ -58625,8 +58625,8 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// - [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "", EntryPoint = "glSamplerParameterIiv")] + /// [requires: v3.3 and ARB_sampler_objects|VERSION_3_3] + [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "3.3", EntryPoint = "glSamplerParameterIiv")] public static void SamplerParameterI(Int32 sampler, OpenTK.Graphics.OpenGL4.All pname, Int32[] param) { @@ -58646,8 +58646,8 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// - [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "", EntryPoint = "glSamplerParameterIiv")] + /// [requires: v3.3 and ARB_sampler_objects|VERSION_3_3] + [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "3.3", EntryPoint = "glSamplerParameterIiv")] public static void SamplerParameterI(Int32 sampler, OpenTK.Graphics.OpenGL4.All pname, ref Int32 param) { @@ -58667,9 +58667,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v3.3 and ARB_sampler_objects|VERSION_3_3] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "", EntryPoint = "glSamplerParameterIiv")] + [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "3.3", EntryPoint = "glSamplerParameterIiv")] public static unsafe void SamplerParameterI(Int32 sampler, OpenTK.Graphics.OpenGL4.All pname, Int32* param) { @@ -58683,9 +58683,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v3.3 and ARB_sampler_objects|VERSION_3_3] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "", EntryPoint = "glSamplerParameterIiv")] + [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "3.3", EntryPoint = "glSamplerParameterIiv")] public static void SamplerParameterI(UInt32 sampler, OpenTK.Graphics.OpenGL4.All pname, Int32[] param) { @@ -58705,9 +58705,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v3.3 and ARB_sampler_objects|VERSION_3_3] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "", EntryPoint = "glSamplerParameterIiv")] + [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "3.3", EntryPoint = "glSamplerParameterIiv")] public static void SamplerParameterI(UInt32 sampler, OpenTK.Graphics.OpenGL4.All pname, ref Int32 param) { @@ -58727,9 +58727,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v3.3 and ARB_sampler_objects|VERSION_3_3] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "", EntryPoint = "glSamplerParameterIiv")] + [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "3.3", EntryPoint = "glSamplerParameterIiv")] public static unsafe void SamplerParameterI(UInt32 sampler, OpenTK.Graphics.OpenGL4.All pname, Int32* param) { @@ -58743,9 +58743,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v3.3 and ARB_sampler_objects|VERSION_3_3] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "", EntryPoint = "glSamplerParameterIuiv")] + [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "3.3", EntryPoint = "glSamplerParameterIuiv")] public static void SamplerParameterI(UInt32 sampler, OpenTK.Graphics.OpenGL4.All pname, UInt32[] param) { @@ -58765,9 +58765,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v3.3 and ARB_sampler_objects|VERSION_3_3] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "", EntryPoint = "glSamplerParameterIuiv")] + [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "3.3", EntryPoint = "glSamplerParameterIuiv")] public static void SamplerParameterI(UInt32 sampler, OpenTK.Graphics.OpenGL4.All pname, ref UInt32 param) { @@ -58787,9 +58787,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v3.3 and ARB_sampler_objects|VERSION_3_3] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "", EntryPoint = "glSamplerParameterIuiv")] + [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "3.3", EntryPoint = "glSamplerParameterIuiv")] public static unsafe void SamplerParameterI(UInt32 sampler, OpenTK.Graphics.OpenGL4.All pname, UInt32* param) { @@ -58804,7 +58804,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.3 and ARB_sampler_objects|VERSION_3_3] /// Set sampler parameters /// /// @@ -58827,7 +58827,7 @@ namespace OpenTK.Graphics.OpenGL4 /// For the vector commands (glSamplerParameter*v), specifies a pointer to an array where the value or values of pname are stored. /// /// - [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "", EntryPoint = "glSamplerParameteriv")] + [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "3.3", EntryPoint = "glSamplerParameteriv")] public static void SamplerParameter(Int32 sampler, OpenTK.Graphics.OpenGL4.SamplerParameter pname, Int32[] param) { @@ -58848,7 +58848,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.3 and ARB_sampler_objects|VERSION_3_3] /// Set sampler parameters /// /// @@ -58872,7 +58872,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "", EntryPoint = "glSamplerParameteriv")] + [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "3.3", EntryPoint = "glSamplerParameteriv")] public static unsafe void SamplerParameter(Int32 sampler, OpenTK.Graphics.OpenGL4.SamplerParameter pname, Int32* param) { @@ -58887,7 +58887,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.3 and ARB_sampler_objects|VERSION_3_3] /// Set sampler parameters /// /// @@ -58911,7 +58911,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "", EntryPoint = "glSamplerParameteriv")] + [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "3.3", EntryPoint = "glSamplerParameteriv")] public static void SamplerParameter(UInt32 sampler, OpenTK.Graphics.OpenGL4.SamplerParameter pname, Int32[] param) { @@ -58932,7 +58932,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.3 and ARB_sampler_objects|VERSION_3_3] /// Set sampler parameters /// /// @@ -58956,7 +58956,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "", EntryPoint = "glSamplerParameteriv")] + [AutoGenerated(Category = "ARB_sampler_objects|VERSION_3_3", Version = "3.3", EntryPoint = "glSamplerParameteriv")] public static unsafe void SamplerParameter(UInt32 sampler, OpenTK.Graphics.OpenGL4.SamplerParameter pname, Int32* param) { @@ -58999,7 +58999,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_viewport_array|VERSION_4_1] /// Define the scissor box for multiple viewports /// /// @@ -59017,7 +59017,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the address of an array containing the left, bottom, width and height of each scissor box, in that order. /// /// - [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "", EntryPoint = "glScissorArrayv")] + [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "4.1", EntryPoint = "glScissorArrayv")] public static void ScissorArray(Int32 first, Int32 count, Int32[] v) { @@ -59038,7 +59038,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_viewport_array|VERSION_4_1] /// Define the scissor box for multiple viewports /// /// @@ -59056,7 +59056,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the address of an array containing the left, bottom, width and height of each scissor box, in that order. /// /// - [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "", EntryPoint = "glScissorArrayv")] + [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "4.1", EntryPoint = "glScissorArrayv")] public static void ScissorArray(Int32 first, Int32 count, ref Int32 v) { @@ -59077,7 +59077,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_viewport_array|VERSION_4_1] /// Define the scissor box for multiple viewports /// /// @@ -59096,7 +59096,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "", EntryPoint = "glScissorArrayv")] + [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "4.1", EntryPoint = "glScissorArrayv")] public static unsafe void ScissorArray(Int32 first, Int32 count, Int32* v) { @@ -59111,7 +59111,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_viewport_array|VERSION_4_1] /// Define the scissor box for multiple viewports /// /// @@ -59130,7 +59130,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "", EntryPoint = "glScissorArrayv")] + [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "4.1", EntryPoint = "glScissorArrayv")] public static void ScissorArray(UInt32 first, Int32 count, Int32[] v) { @@ -59151,7 +59151,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_viewport_array|VERSION_4_1] /// Define the scissor box for multiple viewports /// /// @@ -59170,7 +59170,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "", EntryPoint = "glScissorArrayv")] + [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "4.1", EntryPoint = "glScissorArrayv")] public static void ScissorArray(UInt32 first, Int32 count, ref Int32 v) { @@ -59191,7 +59191,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_viewport_array|VERSION_4_1] /// Define the scissor box for multiple viewports /// /// @@ -59210,7 +59210,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "", EntryPoint = "glScissorArrayv")] + [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "4.1", EntryPoint = "glScissorArrayv")] public static unsafe void ScissorArray(UInt32 first, Int32 count, Int32* v) { @@ -59225,7 +59225,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_viewport_array|VERSION_4_1] /// Define the scissor box for a specific viewport /// /// @@ -59248,7 +59248,7 @@ namespace OpenTK.Graphics.OpenGL4 /// For glScissorIndexedv, specifies the address of an array containing the left, bottom, width and height of each scissor box, in that order. /// /// - [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "", EntryPoint = "glScissorIndexed")] + [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "4.1", EntryPoint = "glScissorIndexed")] public static void ScissorIndexed(Int32 index, Int32 left, Int32 bottom, Int32 width, Int32 height) { @@ -59263,7 +59263,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_viewport_array|VERSION_4_1] /// Define the scissor box for a specific viewport /// /// @@ -59287,7 +59287,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "", EntryPoint = "glScissorIndexed")] + [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "4.1", EntryPoint = "glScissorIndexed")] public static void ScissorIndexed(UInt32 index, Int32 left, Int32 bottom, Int32 width, Int32 height) { @@ -59302,7 +59302,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_viewport_array|VERSION_4_1] /// Define the scissor box for a specific viewport /// /// @@ -59325,7 +59325,7 @@ namespace OpenTK.Graphics.OpenGL4 /// For glScissorIndexedv, specifies the address of an array containing the left, bottom, width and height of each scissor box, in that order. /// /// - [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "", EntryPoint = "glScissorIndexedv")] + [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "4.1", EntryPoint = "glScissorIndexedv")] public static void ScissorIndexed(Int32 index, Int32[] v) { @@ -59346,7 +59346,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_viewport_array|VERSION_4_1] /// Define the scissor box for a specific viewport /// /// @@ -59369,7 +59369,7 @@ namespace OpenTK.Graphics.OpenGL4 /// For glScissorIndexedv, specifies the address of an array containing the left, bottom, width and height of each scissor box, in that order. /// /// - [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "", EntryPoint = "glScissorIndexedv")] + [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "4.1", EntryPoint = "glScissorIndexedv")] public static void ScissorIndexed(Int32 index, ref Int32 v) { @@ -59390,7 +59390,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_viewport_array|VERSION_4_1] /// Define the scissor box for a specific viewport /// /// @@ -59414,7 +59414,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "", EntryPoint = "glScissorIndexedv")] + [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "4.1", EntryPoint = "glScissorIndexedv")] public static unsafe void ScissorIndexed(Int32 index, Int32* v) { @@ -59429,7 +59429,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_viewport_array|VERSION_4_1] /// Define the scissor box for a specific viewport /// /// @@ -59453,7 +59453,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "", EntryPoint = "glScissorIndexedv")] + [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "4.1", EntryPoint = "glScissorIndexedv")] public static void ScissorIndexed(UInt32 index, Int32[] v) { @@ -59474,7 +59474,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_viewport_array|VERSION_4_1] /// Define the scissor box for a specific viewport /// /// @@ -59498,7 +59498,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "", EntryPoint = "glScissorIndexedv")] + [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "4.1", EntryPoint = "glScissorIndexedv")] public static void ScissorIndexed(UInt32 index, ref Int32 v) { @@ -59519,7 +59519,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_viewport_array|VERSION_4_1] /// Define the scissor box for a specific viewport /// /// @@ -59543,7 +59543,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "", EntryPoint = "glScissorIndexedv")] + [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "4.1", EntryPoint = "glScissorIndexedv")] public static unsafe void ScissorIndexed(UInt32 index, Int32* v) { @@ -59557,8 +59557,8 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// - [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "", EntryPoint = "glSecondaryColorP3ui")] + /// [requires: v3.3 and ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] + [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "3.3", EntryPoint = "glSecondaryColorP3ui")] public static void SecondaryColorP3(OpenTK.Graphics.OpenGL4.PackedPointerType type, Int32 color) { @@ -59572,9 +59572,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v3.3 and ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "", EntryPoint = "glSecondaryColorP3ui")] + [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "3.3", EntryPoint = "glSecondaryColorP3ui")] public static void SecondaryColorP3(OpenTK.Graphics.OpenGL4.PackedPointerType type, UInt32 color) { @@ -59588,9 +59588,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v3.3 and ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "", EntryPoint = "glSecondaryColorP3uiv")] + [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "3.3", EntryPoint = "glSecondaryColorP3uiv")] public static unsafe void SecondaryColorP3(OpenTK.Graphics.OpenGL4.PackedPointerType type, Int32* color) { @@ -59604,9 +59604,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v3.3 and ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "", EntryPoint = "glSecondaryColorP3uiv")] + [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "3.3", EntryPoint = "glSecondaryColorP3uiv")] public static unsafe void SecondaryColorP3(OpenTK.Graphics.OpenGL4.PackedPointerType type, UInt32* color) { @@ -59961,7 +59961,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_ES2_compatibility|VERSION_4_1] /// Load pre-compiled shader binaries /// /// @@ -59989,7 +59989,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the length of the array whose address is given in binary. /// /// - [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "", EntryPoint = "glShaderBinary")] + [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "4.1", EntryPoint = "glShaderBinary")] public static void ShaderBinary(Int32 count, Int32[] shaders, OpenTK.Graphics.OpenGL4.BinaryFormat binaryformat, IntPtr binary, Int32 length) { @@ -60010,7 +60010,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_ES2_compatibility|VERSION_4_1] /// Load pre-compiled shader binaries /// /// @@ -60038,7 +60038,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the length of the array whose address is given in binary. /// /// - [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "", EntryPoint = "glShaderBinary")] + [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "4.1", EntryPoint = "glShaderBinary")] public static void ShaderBinary(Int32 count, Int32[] shaders, OpenTK.Graphics.OpenGL4.BinaryFormat binaryformat, [InAttribute, OutAttribute] T3[] binary, Int32 length) where T3 : struct @@ -60068,7 +60068,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_ES2_compatibility|VERSION_4_1] /// Load pre-compiled shader binaries /// /// @@ -60096,7 +60096,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the length of the array whose address is given in binary. /// /// - [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "", EntryPoint = "glShaderBinary")] + [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "4.1", EntryPoint = "glShaderBinary")] public static void ShaderBinary(Int32 count, Int32[] shaders, OpenTK.Graphics.OpenGL4.BinaryFormat binaryformat, [InAttribute, OutAttribute] T3[,] binary, Int32 length) where T3 : struct @@ -60126,7 +60126,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_ES2_compatibility|VERSION_4_1] /// Load pre-compiled shader binaries /// /// @@ -60154,7 +60154,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the length of the array whose address is given in binary. /// /// - [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "", EntryPoint = "glShaderBinary")] + [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "4.1", EntryPoint = "glShaderBinary")] public static void ShaderBinary(Int32 count, Int32[] shaders, OpenTK.Graphics.OpenGL4.BinaryFormat binaryformat, [InAttribute, OutAttribute] T3[,,] binary, Int32 length) where T3 : struct @@ -60184,7 +60184,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_ES2_compatibility|VERSION_4_1] /// Load pre-compiled shader binaries /// /// @@ -60212,7 +60212,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the length of the array whose address is given in binary. /// /// - [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "", EntryPoint = "glShaderBinary")] + [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "4.1", EntryPoint = "glShaderBinary")] public static void ShaderBinary(Int32 count, Int32[] shaders, OpenTK.Graphics.OpenGL4.BinaryFormat binaryformat, [InAttribute, OutAttribute] ref T3 binary, Int32 length) where T3 : struct @@ -60243,7 +60243,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_ES2_compatibility|VERSION_4_1] /// Load pre-compiled shader binaries /// /// @@ -60271,7 +60271,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the length of the array whose address is given in binary. /// /// - [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "", EntryPoint = "glShaderBinary")] + [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "4.1", EntryPoint = "glShaderBinary")] public static void ShaderBinary(Int32 count, ref Int32 shaders, OpenTK.Graphics.OpenGL4.BinaryFormat binaryformat, IntPtr binary, Int32 length) { @@ -60292,7 +60292,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_ES2_compatibility|VERSION_4_1] /// Load pre-compiled shader binaries /// /// @@ -60320,7 +60320,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the length of the array whose address is given in binary. /// /// - [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "", EntryPoint = "glShaderBinary")] + [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "4.1", EntryPoint = "glShaderBinary")] public static void ShaderBinary(Int32 count, ref Int32 shaders, OpenTK.Graphics.OpenGL4.BinaryFormat binaryformat, [InAttribute, OutAttribute] T3[] binary, Int32 length) where T3 : struct @@ -60350,7 +60350,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_ES2_compatibility|VERSION_4_1] /// Load pre-compiled shader binaries /// /// @@ -60378,7 +60378,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the length of the array whose address is given in binary. /// /// - [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "", EntryPoint = "glShaderBinary")] + [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "4.1", EntryPoint = "glShaderBinary")] public static void ShaderBinary(Int32 count, ref Int32 shaders, OpenTK.Graphics.OpenGL4.BinaryFormat binaryformat, [InAttribute, OutAttribute] T3[,] binary, Int32 length) where T3 : struct @@ -60408,7 +60408,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_ES2_compatibility|VERSION_4_1] /// Load pre-compiled shader binaries /// /// @@ -60436,7 +60436,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the length of the array whose address is given in binary. /// /// - [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "", EntryPoint = "glShaderBinary")] + [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "4.1", EntryPoint = "glShaderBinary")] public static void ShaderBinary(Int32 count, ref Int32 shaders, OpenTK.Graphics.OpenGL4.BinaryFormat binaryformat, [InAttribute, OutAttribute] T3[,,] binary, Int32 length) where T3 : struct @@ -60466,7 +60466,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_ES2_compatibility|VERSION_4_1] /// Load pre-compiled shader binaries /// /// @@ -60494,7 +60494,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the length of the array whose address is given in binary. /// /// - [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "", EntryPoint = "glShaderBinary")] + [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "4.1", EntryPoint = "glShaderBinary")] public static void ShaderBinary(Int32 count, ref Int32 shaders, OpenTK.Graphics.OpenGL4.BinaryFormat binaryformat, [InAttribute, OutAttribute] ref T3 binary, Int32 length) where T3 : struct @@ -60525,7 +60525,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_ES2_compatibility|VERSION_4_1] /// Load pre-compiled shader binaries /// /// @@ -60554,7 +60554,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "", EntryPoint = "glShaderBinary")] + [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "4.1", EntryPoint = "glShaderBinary")] public static unsafe void ShaderBinary(Int32 count, Int32* shaders, OpenTK.Graphics.OpenGL4.BinaryFormat binaryformat, IntPtr binary, Int32 length) { @@ -60569,7 +60569,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_ES2_compatibility|VERSION_4_1] /// Load pre-compiled shader binaries /// /// @@ -60598,7 +60598,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "", EntryPoint = "glShaderBinary")] + [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "4.1", EntryPoint = "glShaderBinary")] public static unsafe void ShaderBinary(Int32 count, Int32* shaders, OpenTK.Graphics.OpenGL4.BinaryFormat binaryformat, [InAttribute, OutAttribute] T3[] binary, Int32 length) where T3 : struct @@ -60622,7 +60622,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_ES2_compatibility|VERSION_4_1] /// Load pre-compiled shader binaries /// /// @@ -60651,7 +60651,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "", EntryPoint = "glShaderBinary")] + [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "4.1", EntryPoint = "glShaderBinary")] public static unsafe void ShaderBinary(Int32 count, Int32* shaders, OpenTK.Graphics.OpenGL4.BinaryFormat binaryformat, [InAttribute, OutAttribute] T3[,] binary, Int32 length) where T3 : struct @@ -60675,7 +60675,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_ES2_compatibility|VERSION_4_1] /// Load pre-compiled shader binaries /// /// @@ -60704,7 +60704,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "", EntryPoint = "glShaderBinary")] + [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "4.1", EntryPoint = "glShaderBinary")] public static unsafe void ShaderBinary(Int32 count, Int32* shaders, OpenTK.Graphics.OpenGL4.BinaryFormat binaryformat, [InAttribute, OutAttribute] T3[,,] binary, Int32 length) where T3 : struct @@ -60728,7 +60728,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_ES2_compatibility|VERSION_4_1] /// Load pre-compiled shader binaries /// /// @@ -60757,7 +60757,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "", EntryPoint = "glShaderBinary")] + [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "4.1", EntryPoint = "glShaderBinary")] public static unsafe void ShaderBinary(Int32 count, Int32* shaders, OpenTK.Graphics.OpenGL4.BinaryFormat binaryformat, [InAttribute, OutAttribute] ref T3 binary, Int32 length) where T3 : struct @@ -60782,7 +60782,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_ES2_compatibility|VERSION_4_1] /// Load pre-compiled shader binaries /// /// @@ -60811,7 +60811,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "", EntryPoint = "glShaderBinary")] + [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "4.1", EntryPoint = "glShaderBinary")] public static void ShaderBinary(Int32 count, UInt32[] shaders, OpenTK.Graphics.OpenGL4.BinaryFormat binaryformat, IntPtr binary, Int32 length) { @@ -60832,7 +60832,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_ES2_compatibility|VERSION_4_1] /// Load pre-compiled shader binaries /// /// @@ -60861,7 +60861,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "", EntryPoint = "glShaderBinary")] + [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "4.1", EntryPoint = "glShaderBinary")] public static void ShaderBinary(Int32 count, UInt32[] shaders, OpenTK.Graphics.OpenGL4.BinaryFormat binaryformat, [InAttribute, OutAttribute] T3[] binary, Int32 length) where T3 : struct @@ -60891,7 +60891,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_ES2_compatibility|VERSION_4_1] /// Load pre-compiled shader binaries /// /// @@ -60920,7 +60920,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "", EntryPoint = "glShaderBinary")] + [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "4.1", EntryPoint = "glShaderBinary")] public static void ShaderBinary(Int32 count, UInt32[] shaders, OpenTK.Graphics.OpenGL4.BinaryFormat binaryformat, [InAttribute, OutAttribute] T3[,] binary, Int32 length) where T3 : struct @@ -60950,7 +60950,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_ES2_compatibility|VERSION_4_1] /// Load pre-compiled shader binaries /// /// @@ -60979,7 +60979,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "", EntryPoint = "glShaderBinary")] + [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "4.1", EntryPoint = "glShaderBinary")] public static void ShaderBinary(Int32 count, UInt32[] shaders, OpenTK.Graphics.OpenGL4.BinaryFormat binaryformat, [InAttribute, OutAttribute] T3[,,] binary, Int32 length) where T3 : struct @@ -61009,7 +61009,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_ES2_compatibility|VERSION_4_1] /// Load pre-compiled shader binaries /// /// @@ -61038,7 +61038,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "", EntryPoint = "glShaderBinary")] + [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "4.1", EntryPoint = "glShaderBinary")] public static void ShaderBinary(Int32 count, UInt32[] shaders, OpenTK.Graphics.OpenGL4.BinaryFormat binaryformat, [InAttribute, OutAttribute] ref T3 binary, Int32 length) where T3 : struct @@ -61069,7 +61069,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_ES2_compatibility|VERSION_4_1] /// Load pre-compiled shader binaries /// /// @@ -61098,7 +61098,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "", EntryPoint = "glShaderBinary")] + [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "4.1", EntryPoint = "glShaderBinary")] public static void ShaderBinary(Int32 count, ref UInt32 shaders, OpenTK.Graphics.OpenGL4.BinaryFormat binaryformat, IntPtr binary, Int32 length) { @@ -61119,7 +61119,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_ES2_compatibility|VERSION_4_1] /// Load pre-compiled shader binaries /// /// @@ -61148,7 +61148,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "", EntryPoint = "glShaderBinary")] + [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "4.1", EntryPoint = "glShaderBinary")] public static void ShaderBinary(Int32 count, ref UInt32 shaders, OpenTK.Graphics.OpenGL4.BinaryFormat binaryformat, [InAttribute, OutAttribute] T3[] binary, Int32 length) where T3 : struct @@ -61178,7 +61178,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_ES2_compatibility|VERSION_4_1] /// Load pre-compiled shader binaries /// /// @@ -61207,7 +61207,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "", EntryPoint = "glShaderBinary")] + [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "4.1", EntryPoint = "glShaderBinary")] public static void ShaderBinary(Int32 count, ref UInt32 shaders, OpenTK.Graphics.OpenGL4.BinaryFormat binaryformat, [InAttribute, OutAttribute] T3[,] binary, Int32 length) where T3 : struct @@ -61237,7 +61237,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_ES2_compatibility|VERSION_4_1] /// Load pre-compiled shader binaries /// /// @@ -61266,7 +61266,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "", EntryPoint = "glShaderBinary")] + [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "4.1", EntryPoint = "glShaderBinary")] public static void ShaderBinary(Int32 count, ref UInt32 shaders, OpenTK.Graphics.OpenGL4.BinaryFormat binaryformat, [InAttribute, OutAttribute] T3[,,] binary, Int32 length) where T3 : struct @@ -61296,7 +61296,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_ES2_compatibility|VERSION_4_1] /// Load pre-compiled shader binaries /// /// @@ -61325,7 +61325,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "", EntryPoint = "glShaderBinary")] + [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "4.1", EntryPoint = "glShaderBinary")] public static void ShaderBinary(Int32 count, ref UInt32 shaders, OpenTK.Graphics.OpenGL4.BinaryFormat binaryformat, [InAttribute, OutAttribute] ref T3 binary, Int32 length) where T3 : struct @@ -61356,7 +61356,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_ES2_compatibility|VERSION_4_1] /// Load pre-compiled shader binaries /// /// @@ -61385,7 +61385,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "", EntryPoint = "glShaderBinary")] + [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "4.1", EntryPoint = "glShaderBinary")] public static unsafe void ShaderBinary(Int32 count, UInt32* shaders, OpenTK.Graphics.OpenGL4.BinaryFormat binaryformat, IntPtr binary, Int32 length) { @@ -61400,7 +61400,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_ES2_compatibility|VERSION_4_1] /// Load pre-compiled shader binaries /// /// @@ -61429,7 +61429,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "", EntryPoint = "glShaderBinary")] + [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "4.1", EntryPoint = "glShaderBinary")] public static unsafe void ShaderBinary(Int32 count, UInt32* shaders, OpenTK.Graphics.OpenGL4.BinaryFormat binaryformat, [InAttribute, OutAttribute] T3[] binary, Int32 length) where T3 : struct @@ -61453,7 +61453,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_ES2_compatibility|VERSION_4_1] /// Load pre-compiled shader binaries /// /// @@ -61482,7 +61482,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "", EntryPoint = "glShaderBinary")] + [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "4.1", EntryPoint = "glShaderBinary")] public static unsafe void ShaderBinary(Int32 count, UInt32* shaders, OpenTK.Graphics.OpenGL4.BinaryFormat binaryformat, [InAttribute, OutAttribute] T3[,] binary, Int32 length) where T3 : struct @@ -61506,7 +61506,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_ES2_compatibility|VERSION_4_1] /// Load pre-compiled shader binaries /// /// @@ -61535,7 +61535,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "", EntryPoint = "glShaderBinary")] + [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "4.1", EntryPoint = "glShaderBinary")] public static unsafe void ShaderBinary(Int32 count, UInt32* shaders, OpenTK.Graphics.OpenGL4.BinaryFormat binaryformat, [InAttribute, OutAttribute] T3[,,] binary, Int32 length) where T3 : struct @@ -61559,7 +61559,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_ES2_compatibility|VERSION_4_1] /// Load pre-compiled shader binaries /// /// @@ -61588,7 +61588,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "", EntryPoint = "glShaderBinary")] + [AutoGenerated(Category = "ARB_ES2_compatibility|VERSION_4_1", Version = "4.1", EntryPoint = "glShaderBinary")] public static unsafe void ShaderBinary(Int32 count, UInt32* shaders, OpenTK.Graphics.OpenGL4.BinaryFormat binaryformat, [InAttribute, OutAttribute] ref T3 binary, Int32 length) where T3 : struct @@ -61869,7 +61869,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and ARB_shader_storage_buffer_object|VERSION_4_3] /// Change an active shader storage block binding /// /// @@ -61887,7 +61887,7 @@ namespace OpenTK.Graphics.OpenGL4 /// The index storage block binding to associate with the specified storage block. /// /// - [AutoGenerated(Category = "ARB_shader_storage_buffer_object|VERSION_4_3", Version = "", EntryPoint = "glShaderStorageBlockBinding")] + [AutoGenerated(Category = "ARB_shader_storage_buffer_object|VERSION_4_3", Version = "4.3", EntryPoint = "glShaderStorageBlockBinding")] public static void ShaderStorageBlockBinding(Int32 program, Int32 storageBlockIndex, Int32 storageBlockBinding) { @@ -61902,7 +61902,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and ARB_shader_storage_buffer_object|VERSION_4_3] /// Change an active shader storage block binding /// /// @@ -61921,7 +61921,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_shader_storage_buffer_object|VERSION_4_3", Version = "", EntryPoint = "glShaderStorageBlockBinding")] + [AutoGenerated(Category = "ARB_shader_storage_buffer_object|VERSION_4_3", Version = "4.3", EntryPoint = "glShaderStorageBlockBinding")] public static void ShaderStorageBlockBinding(UInt32 program, UInt32 storageBlockIndex, UInt32 storageBlockBinding) { @@ -62322,7 +62322,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and ARB_texture_buffer_range|VERSION_4_3] /// Bind a range of a buffer's data store to a buffer texture /// /// @@ -62350,7 +62350,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the size of the range of the buffer's data store to attach. /// /// - [AutoGenerated(Category = "ARB_texture_buffer_range|VERSION_4_3", Version = "", EntryPoint = "glTexBufferRange")] + [AutoGenerated(Category = "ARB_texture_buffer_range|VERSION_4_3", Version = "4.3", EntryPoint = "glTexBufferRange")] public static void TexBufferRange(OpenTK.Graphics.OpenGL4.TextureBufferTarget target, OpenTK.Graphics.OpenGL4.SizedInternalFormat internalformat, Int32 buffer, IntPtr offset, IntPtr size) { @@ -62365,7 +62365,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and ARB_texture_buffer_range|VERSION_4_3] /// Bind a range of a buffer's data store to a buffer texture /// /// @@ -62394,7 +62394,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_texture_buffer_range|VERSION_4_3", Version = "", EntryPoint = "glTexBufferRange")] + [AutoGenerated(Category = "ARB_texture_buffer_range|VERSION_4_3", Version = "4.3", EntryPoint = "glTexBufferRange")] public static void TexBufferRange(OpenTK.Graphics.OpenGL4.TextureBufferTarget target, OpenTK.Graphics.OpenGL4.SizedInternalFormat internalformat, UInt32 buffer, IntPtr offset, IntPtr size) { @@ -62408,8 +62408,8 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// - [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "", EntryPoint = "glTexCoordP1ui")] + /// [requires: v3.3 and ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] + [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "3.3", EntryPoint = "glTexCoordP1ui")] public static void TexCoordP1(OpenTK.Graphics.OpenGL4.PackedPointerType type, Int32 coords) { @@ -62423,9 +62423,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v3.3 and ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "", EntryPoint = "glTexCoordP1ui")] + [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "3.3", EntryPoint = "glTexCoordP1ui")] public static void TexCoordP1(OpenTK.Graphics.OpenGL4.PackedPointerType type, UInt32 coords) { @@ -62439,9 +62439,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v3.3 and ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "", EntryPoint = "glTexCoordP1uiv")] + [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "3.3", EntryPoint = "glTexCoordP1uiv")] public static unsafe void TexCoordP1(OpenTK.Graphics.OpenGL4.PackedPointerType type, Int32* coords) { @@ -62455,9 +62455,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v3.3 and ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "", EntryPoint = "glTexCoordP1uiv")] + [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "3.3", EntryPoint = "glTexCoordP1uiv")] public static unsafe void TexCoordP1(OpenTK.Graphics.OpenGL4.PackedPointerType type, UInt32* coords) { @@ -62471,8 +62471,8 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// - [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "", EntryPoint = "glTexCoordP2ui")] + /// [requires: v3.3 and ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] + [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "3.3", EntryPoint = "glTexCoordP2ui")] public static void TexCoordP2(OpenTK.Graphics.OpenGL4.PackedPointerType type, Int32 coords) { @@ -62486,9 +62486,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v3.3 and ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "", EntryPoint = "glTexCoordP2ui")] + [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "3.3", EntryPoint = "glTexCoordP2ui")] public static void TexCoordP2(OpenTK.Graphics.OpenGL4.PackedPointerType type, UInt32 coords) { @@ -62502,9 +62502,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v3.3 and ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "", EntryPoint = "glTexCoordP2uiv")] + [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "3.3", EntryPoint = "glTexCoordP2uiv")] public static unsafe void TexCoordP2(OpenTK.Graphics.OpenGL4.PackedPointerType type, Int32* coords) { @@ -62518,9 +62518,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v3.3 and ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "", EntryPoint = "glTexCoordP2uiv")] + [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "3.3", EntryPoint = "glTexCoordP2uiv")] public static unsafe void TexCoordP2(OpenTK.Graphics.OpenGL4.PackedPointerType type, UInt32* coords) { @@ -62534,8 +62534,8 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// - [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "", EntryPoint = "glTexCoordP3ui")] + /// [requires: v3.3 and ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] + [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "3.3", EntryPoint = "glTexCoordP3ui")] public static void TexCoordP3(OpenTK.Graphics.OpenGL4.PackedPointerType type, Int32 coords) { @@ -62549,9 +62549,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v3.3 and ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "", EntryPoint = "glTexCoordP3ui")] + [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "3.3", EntryPoint = "glTexCoordP3ui")] public static void TexCoordP3(OpenTK.Graphics.OpenGL4.PackedPointerType type, UInt32 coords) { @@ -62565,9 +62565,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v3.3 and ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "", EntryPoint = "glTexCoordP3uiv")] + [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "3.3", EntryPoint = "glTexCoordP3uiv")] public static unsafe void TexCoordP3(OpenTK.Graphics.OpenGL4.PackedPointerType type, Int32* coords) { @@ -62581,9 +62581,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v3.3 and ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "", EntryPoint = "glTexCoordP3uiv")] + [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "3.3", EntryPoint = "glTexCoordP3uiv")] public static unsafe void TexCoordP3(OpenTK.Graphics.OpenGL4.PackedPointerType type, UInt32* coords) { @@ -62597,8 +62597,8 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// - [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "", EntryPoint = "glTexCoordP4ui")] + /// [requires: v3.3 and ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] + [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "3.3", EntryPoint = "glTexCoordP4ui")] public static void TexCoordP4(OpenTK.Graphics.OpenGL4.PackedPointerType type, Int32 coords) { @@ -62612,9 +62612,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v3.3 and ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "", EntryPoint = "glTexCoordP4ui")] + [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "3.3", EntryPoint = "glTexCoordP4ui")] public static void TexCoordP4(OpenTK.Graphics.OpenGL4.PackedPointerType type, UInt32 coords) { @@ -62628,9 +62628,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v3.3 and ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "", EntryPoint = "glTexCoordP4uiv")] + [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "3.3", EntryPoint = "glTexCoordP4uiv")] public static unsafe void TexCoordP4(OpenTK.Graphics.OpenGL4.PackedPointerType type, Int32* coords) { @@ -62644,9 +62644,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v3.3 and ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "", EntryPoint = "glTexCoordP4uiv")] + [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "3.3", EntryPoint = "glTexCoordP4uiv")] public static unsafe void TexCoordP4(OpenTK.Graphics.OpenGL4.PackedPointerType type, UInt32* coords) { @@ -63340,7 +63340,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.2 and ARB_texture_multisample|VERSION_3_2] /// Establish the data storage, format, dimensions, and number of samples of a multisample texture's image /// /// @@ -63373,7 +63373,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies whether the image will use identical sample locations and the same number of samples for all texels in the image, and the sample locations will not depend on the internal format or size of the image. /// /// - [AutoGenerated(Category = "ARB_texture_multisample|VERSION_3_2", Version = "", EntryPoint = "glTexImage2DMultisample")] + [AutoGenerated(Category = "ARB_texture_multisample|VERSION_3_2", Version = "3.2", EntryPoint = "glTexImage2DMultisample")] public static void TexImage2DMultisample(OpenTK.Graphics.OpenGL4.TextureTargetMultisample target, Int32 samples, OpenTK.Graphics.OpenGL4.PixelInternalFormat internalformat, Int32 width, Int32 height, bool fixedsamplelocations) { @@ -63765,7 +63765,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.2 and ARB_texture_multisample|VERSION_3_2] /// Establish the data storage, format, dimensions, and number of samples of a multisample texture's image /// /// @@ -63798,7 +63798,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies whether the image will use identical sample locations and the same number of samples for all texels in the image, and the sample locations will not depend on the internal format or size of the image. /// /// - [AutoGenerated(Category = "ARB_texture_multisample|VERSION_3_2", Version = "", EntryPoint = "glTexImage3DMultisample")] + [AutoGenerated(Category = "ARB_texture_multisample|VERSION_3_2", Version = "3.2", EntryPoint = "glTexImage3DMultisample")] public static void TexImage3DMultisample(OpenTK.Graphics.OpenGL4.TextureTargetMultisample target, Int32 samples, OpenTK.Graphics.OpenGL4.PixelInternalFormat internalformat, Int32 width, Int32 height, Int32 depth, bool fixedsamplelocations) { @@ -64191,7 +64191,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.2 and ARB_texture_storage|VERSION_4_2] /// Simultaneously specify storage for all levels of a one-dimensional texture /// /// @@ -64214,7 +64214,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the width of the texture, in texels. /// /// - [AutoGenerated(Category = "ARB_texture_storage|VERSION_4_2", Version = "", EntryPoint = "glTexStorage1D")] + [AutoGenerated(Category = "ARB_texture_storage|VERSION_4_2", Version = "4.2", EntryPoint = "glTexStorage1D")] public static void TexStorage1D(OpenTK.Graphics.OpenGL4.TextureTarget1d target, Int32 levels, OpenTK.Graphics.OpenGL4.SizedInternalFormat internalformat, Int32 width) { @@ -64229,7 +64229,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.2 and ARB_texture_storage|VERSION_4_2] /// Simultaneously specify storage for all levels of a two-dimensional or one-dimensional array texture /// /// @@ -64257,7 +64257,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the height of the texture, in texels. /// /// - [AutoGenerated(Category = "ARB_texture_storage|VERSION_4_2", Version = "", EntryPoint = "glTexStorage2D")] + [AutoGenerated(Category = "ARB_texture_storage|VERSION_4_2", Version = "4.2", EntryPoint = "glTexStorage2D")] public static void TexStorage2D(OpenTK.Graphics.OpenGL4.TextureTarget2d target, Int32 levels, OpenTK.Graphics.OpenGL4.SizedInternalFormat internalformat, Int32 width, Int32 height) { @@ -64272,7 +64272,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and ARB_texture_storage_multisample|VERSION_4_3] /// Specify storage for a two-dimensional multisample texture /// /// @@ -64305,7 +64305,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies whether the image will use identical sample locations and the same number of samples for all texels in the image, and the sample locations will not depend on the internal format or size of the image. /// /// - [AutoGenerated(Category = "ARB_texture_storage_multisample|VERSION_4_3", Version = "", EntryPoint = "glTexStorage2DMultisample")] + [AutoGenerated(Category = "ARB_texture_storage_multisample|VERSION_4_3", Version = "4.3", EntryPoint = "glTexStorage2DMultisample")] public static void TexStorage2DMultisample(OpenTK.Graphics.OpenGL4.TextureTargetMultisample2d target, Int32 samples, OpenTK.Graphics.OpenGL4.SizedInternalFormat internalformat, Int32 width, Int32 height, bool fixedsamplelocations) { @@ -64320,7 +64320,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.2 and ARB_texture_storage|VERSION_4_2] /// Simultaneously specify storage for all levels of a three-dimensional, two-dimensional array or cube-map array texture /// /// @@ -64353,7 +64353,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the depth of the texture, in texels. /// /// - [AutoGenerated(Category = "ARB_texture_storage|VERSION_4_2", Version = "", EntryPoint = "glTexStorage3D")] + [AutoGenerated(Category = "ARB_texture_storage|VERSION_4_2", Version = "4.2", EntryPoint = "glTexStorage3D")] public static void TexStorage3D(OpenTK.Graphics.OpenGL4.TextureTarget3d target, Int32 levels, OpenTK.Graphics.OpenGL4.SizedInternalFormat internalformat, Int32 width, Int32 height, Int32 depth) { @@ -64368,7 +64368,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and ARB_texture_storage_multisample|VERSION_4_3] /// Specify storage for a two-dimensional multisample array texture /// /// @@ -64406,7 +64406,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies whether the image will use identical sample locations and the same number of samples for all texels in the image, and the sample locations will not depend on the internal format or size of the image. /// /// - [AutoGenerated(Category = "ARB_texture_storage_multisample|VERSION_4_3", Version = "", EntryPoint = "glTexStorage3DMultisample")] + [AutoGenerated(Category = "ARB_texture_storage_multisample|VERSION_4_3", Version = "4.3", EntryPoint = "glTexStorage3DMultisample")] public static void TexStorage3DMultisample(OpenTK.Graphics.OpenGL4.TextureTargetMultisample3d target, Int32 samples, OpenTK.Graphics.OpenGL4.SizedInternalFormat internalformat, Int32 width, Int32 height, Int32 depth, bool fixedsamplelocations) { @@ -65477,7 +65477,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and ARB_texture_view|VERSION_4_3] /// Initialize a texture as a data alias of another texture's data store /// /// @@ -65520,7 +65520,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the number of layers to include in the view. /// /// - [AutoGenerated(Category = "ARB_texture_view|VERSION_4_3", Version = "", EntryPoint = "glTextureView")] + [AutoGenerated(Category = "ARB_texture_view|VERSION_4_3", Version = "4.3", EntryPoint = "glTextureView")] public static void TextureView(Int32 texture, OpenTK.Graphics.OpenGL4.TextureTarget target, Int32 origtexture, OpenTK.Graphics.OpenGL4.PixelInternalFormat internalformat, Int32 minlevel, Int32 numlevels, Int32 minlayer, Int32 numlayers) { @@ -65535,7 +65535,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and ARB_texture_view|VERSION_4_3] /// Initialize a texture as a data alias of another texture's data store /// /// @@ -65579,7 +65579,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_texture_view|VERSION_4_3", Version = "", EntryPoint = "glTextureView")] + [AutoGenerated(Category = "ARB_texture_view|VERSION_4_3", Version = "4.3", EntryPoint = "glTextureView")] public static void TextureView(UInt32 texture, OpenTK.Graphics.OpenGL4.TextureTarget target, UInt32 origtexture, OpenTK.Graphics.OpenGL4.PixelInternalFormat internalformat, UInt32 minlevel, UInt32 numlevels, UInt32 minlayer, UInt32 numlayers) { @@ -65671,7 +65671,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.0 and ARB_gpu_shader_fp64|VERSION_4_0] /// Specify the value of a uniform variable for the current program object /// /// @@ -65702,7 +65702,7 @@ namespace OpenTK.Graphics.OpenGL4 /// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. /// /// - [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "", EntryPoint = "glUniform1d")] + [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniform1d")] public static void Uniform1(Int32 location, Double x) { @@ -65717,7 +65717,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.0 and ARB_gpu_shader_fp64|VERSION_4_0] /// Specify the value of a uniform variable for the current program object /// /// @@ -65748,7 +65748,7 @@ namespace OpenTK.Graphics.OpenGL4 /// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. /// /// - [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "", EntryPoint = "glUniform1dv")] + [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniform1dv")] public static void Uniform1(Int32 location, Int32 count, Double[] value) { @@ -65769,7 +65769,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.0 and ARB_gpu_shader_fp64|VERSION_4_0] /// Specify the value of a uniform variable for the current program object /// /// @@ -65800,7 +65800,7 @@ namespace OpenTK.Graphics.OpenGL4 /// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. /// /// - [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "", EntryPoint = "glUniform1dv")] + [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniform1dv")] public static void Uniform1(Int32 location, Int32 count, ref Double value) { @@ -65821,7 +65821,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.0 and ARB_gpu_shader_fp64|VERSION_4_0] /// Specify the value of a uniform variable for the current program object /// /// @@ -65853,7 +65853,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "", EntryPoint = "glUniform1dv")] + [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniform1dv")] public static unsafe void Uniform1(Int32 location, Int32 count, Double* value) { @@ -66462,7 +66462,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.0 and ARB_gpu_shader_fp64|VERSION_4_0] /// Specify the value of a uniform variable for the current program object /// /// @@ -66493,7 +66493,7 @@ namespace OpenTK.Graphics.OpenGL4 /// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. /// /// - [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "", EntryPoint = "glUniform2d")] + [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniform2d")] public static void Uniform2(Int32 location, Double x, Double y) { @@ -66508,7 +66508,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.0 and ARB_gpu_shader_fp64|VERSION_4_0] /// Specify the value of a uniform variable for the current program object /// /// @@ -66539,7 +66539,7 @@ namespace OpenTK.Graphics.OpenGL4 /// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. /// /// - [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "", EntryPoint = "glUniform2dv")] + [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniform2dv")] public static void Uniform2(Int32 location, Int32 count, Double[] value) { @@ -66560,7 +66560,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.0 and ARB_gpu_shader_fp64|VERSION_4_0] /// Specify the value of a uniform variable for the current program object /// /// @@ -66591,7 +66591,7 @@ namespace OpenTK.Graphics.OpenGL4 /// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. /// /// - [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "", EntryPoint = "glUniform2dv")] + [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniform2dv")] public static void Uniform2(Int32 location, Int32 count, ref Double value) { @@ -66612,7 +66612,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.0 and ARB_gpu_shader_fp64|VERSION_4_0] /// Specify the value of a uniform variable for the current program object /// /// @@ -66644,7 +66644,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "", EntryPoint = "glUniform2dv")] + [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniform2dv")] public static unsafe void Uniform2(Int32 location, Int32 count, Double* value) { @@ -67201,7 +67201,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.0 and ARB_gpu_shader_fp64|VERSION_4_0] /// Specify the value of a uniform variable for the current program object /// /// @@ -67232,7 +67232,7 @@ namespace OpenTK.Graphics.OpenGL4 /// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. /// /// - [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "", EntryPoint = "glUniform3d")] + [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniform3d")] public static void Uniform3(Int32 location, Double x, Double y, Double z) { @@ -67247,7 +67247,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.0 and ARB_gpu_shader_fp64|VERSION_4_0] /// Specify the value of a uniform variable for the current program object /// /// @@ -67278,7 +67278,7 @@ namespace OpenTK.Graphics.OpenGL4 /// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. /// /// - [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "", EntryPoint = "glUniform3dv")] + [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniform3dv")] public static void Uniform3(Int32 location, Int32 count, Double[] value) { @@ -67299,7 +67299,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.0 and ARB_gpu_shader_fp64|VERSION_4_0] /// Specify the value of a uniform variable for the current program object /// /// @@ -67330,7 +67330,7 @@ namespace OpenTK.Graphics.OpenGL4 /// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. /// /// - [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "", EntryPoint = "glUniform3dv")] + [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniform3dv")] public static void Uniform3(Int32 location, Int32 count, ref Double value) { @@ -67351,7 +67351,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.0 and ARB_gpu_shader_fp64|VERSION_4_0] /// Specify the value of a uniform variable for the current program object /// /// @@ -67383,7 +67383,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "", EntryPoint = "glUniform3dv")] + [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniform3dv")] public static unsafe void Uniform3(Int32 location, Int32 count, Double* value) { @@ -67992,7 +67992,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.0 and ARB_gpu_shader_fp64|VERSION_4_0] /// Specify the value of a uniform variable for the current program object /// /// @@ -68023,7 +68023,7 @@ namespace OpenTK.Graphics.OpenGL4 /// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. /// /// - [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "", EntryPoint = "glUniform4d")] + [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniform4d")] public static void Uniform4(Int32 location, Double x, Double y, Double z, Double w) { @@ -68038,7 +68038,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.0 and ARB_gpu_shader_fp64|VERSION_4_0] /// Specify the value of a uniform variable for the current program object /// /// @@ -68069,7 +68069,7 @@ namespace OpenTK.Graphics.OpenGL4 /// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. /// /// - [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "", EntryPoint = "glUniform4dv")] + [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniform4dv")] public static void Uniform4(Int32 location, Int32 count, Double[] value) { @@ -68090,7 +68090,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.0 and ARB_gpu_shader_fp64|VERSION_4_0] /// Specify the value of a uniform variable for the current program object /// /// @@ -68121,7 +68121,7 @@ namespace OpenTK.Graphics.OpenGL4 /// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. /// /// - [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "", EntryPoint = "glUniform4dv")] + [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniform4dv")] public static void Uniform4(Int32 location, Int32 count, ref Double value) { @@ -68142,7 +68142,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.0 and ARB_gpu_shader_fp64|VERSION_4_0] /// Specify the value of a uniform variable for the current program object /// /// @@ -68174,7 +68174,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "", EntryPoint = "glUniform4dv")] + [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniform4dv")] public static unsafe void Uniform4(Int32 location, Int32 count, Double* value) { @@ -68783,7 +68783,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.1 and ARB_uniform_buffer_object|VERSION_3_1] /// Assign a binding point to an active uniform block /// /// @@ -68801,7 +68801,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the binding point to which to bind the uniform block with index uniformBlockIndex within program. /// /// - [AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "", EntryPoint = "glUniformBlockBinding")] + [AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "3.1", EntryPoint = "glUniformBlockBinding")] public static void UniformBlockBinding(Int32 program, Int32 uniformBlockIndex, Int32 uniformBlockBinding) { @@ -68816,7 +68816,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.1 and ARB_uniform_buffer_object|VERSION_3_1] /// Assign a binding point to an active uniform block /// /// @@ -68835,7 +68835,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "", EntryPoint = "glUniformBlockBinding")] + [AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "3.1", EntryPoint = "glUniformBlockBinding")] public static void UniformBlockBinding(UInt32 program, UInt32 uniformBlockIndex, UInt32 uniformBlockBinding) { @@ -68849,8 +68849,8 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// - [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "", EntryPoint = "glUniformMatrix2dv")] + /// [requires: v4.0 and ARB_gpu_shader_fp64|VERSION_4_0] + [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniformMatrix2dv")] public static void UniformMatrix2(Int32 location, Int32 count, bool transpose, Double[] value) { @@ -68870,8 +68870,8 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// - [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "", EntryPoint = "glUniformMatrix2dv")] + /// [requires: v4.0 and ARB_gpu_shader_fp64|VERSION_4_0] + [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniformMatrix2dv")] public static void UniformMatrix2(Int32 location, Int32 count, bool transpose, ref Double value) { @@ -68891,9 +68891,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v4.0 and ARB_gpu_shader_fp64|VERSION_4_0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "", EntryPoint = "glUniformMatrix2dv")] + [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniformMatrix2dv")] public static unsafe void UniformMatrix2(Int32 location, Int32 count, bool transpose, Double* value) { @@ -68965,8 +68965,8 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// - [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "", EntryPoint = "glUniformMatrix2x3dv")] + /// [requires: v4.0 and ARB_gpu_shader_fp64|VERSION_4_0] + [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniformMatrix2x3dv")] public static void UniformMatrix2x3(Int32 location, Int32 count, bool transpose, Double[] value) { @@ -68986,8 +68986,8 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// - [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "", EntryPoint = "glUniformMatrix2x3dv")] + /// [requires: v4.0 and ARB_gpu_shader_fp64|VERSION_4_0] + [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniformMatrix2x3dv")] public static void UniformMatrix2x3(Int32 location, Int32 count, bool transpose, ref Double value) { @@ -69007,9 +69007,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v4.0 and ARB_gpu_shader_fp64|VERSION_4_0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "", EntryPoint = "glUniformMatrix2x3dv")] + [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniformMatrix2x3dv")] public static unsafe void UniformMatrix2x3(Int32 location, Int32 count, bool transpose, Double* value) { @@ -69081,8 +69081,8 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// - [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "", EntryPoint = "glUniformMatrix2x4dv")] + /// [requires: v4.0 and ARB_gpu_shader_fp64|VERSION_4_0] + [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniformMatrix2x4dv")] public static void UniformMatrix2x4(Int32 location, Int32 count, bool transpose, Double[] value) { @@ -69102,8 +69102,8 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// - [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "", EntryPoint = "glUniformMatrix2x4dv")] + /// [requires: v4.0 and ARB_gpu_shader_fp64|VERSION_4_0] + [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniformMatrix2x4dv")] public static void UniformMatrix2x4(Int32 location, Int32 count, bool transpose, ref Double value) { @@ -69123,9 +69123,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v4.0 and ARB_gpu_shader_fp64|VERSION_4_0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "", EntryPoint = "glUniformMatrix2x4dv")] + [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniformMatrix2x4dv")] public static unsafe void UniformMatrix2x4(Int32 location, Int32 count, bool transpose, Double* value) { @@ -69197,8 +69197,8 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// - [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "", EntryPoint = "glUniformMatrix3dv")] + /// [requires: v4.0 and ARB_gpu_shader_fp64|VERSION_4_0] + [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniformMatrix3dv")] public static void UniformMatrix3(Int32 location, Int32 count, bool transpose, Double[] value) { @@ -69218,8 +69218,8 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// - [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "", EntryPoint = "glUniformMatrix3dv")] + /// [requires: v4.0 and ARB_gpu_shader_fp64|VERSION_4_0] + [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniformMatrix3dv")] public static void UniformMatrix3(Int32 location, Int32 count, bool transpose, ref Double value) { @@ -69239,9 +69239,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v4.0 and ARB_gpu_shader_fp64|VERSION_4_0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "", EntryPoint = "glUniformMatrix3dv")] + [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniformMatrix3dv")] public static unsafe void UniformMatrix3(Int32 location, Int32 count, bool transpose, Double* value) { @@ -69313,8 +69313,8 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// - [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "", EntryPoint = "glUniformMatrix3x2dv")] + /// [requires: v4.0 and ARB_gpu_shader_fp64|VERSION_4_0] + [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniformMatrix3x2dv")] public static void UniformMatrix3x2(Int32 location, Int32 count, bool transpose, Double[] value) { @@ -69334,8 +69334,8 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// - [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "", EntryPoint = "glUniformMatrix3x2dv")] + /// [requires: v4.0 and ARB_gpu_shader_fp64|VERSION_4_0] + [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniformMatrix3x2dv")] public static void UniformMatrix3x2(Int32 location, Int32 count, bool transpose, ref Double value) { @@ -69355,9 +69355,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v4.0 and ARB_gpu_shader_fp64|VERSION_4_0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "", EntryPoint = "glUniformMatrix3x2dv")] + [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniformMatrix3x2dv")] public static unsafe void UniformMatrix3x2(Int32 location, Int32 count, bool transpose, Double* value) { @@ -69429,8 +69429,8 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// - [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "", EntryPoint = "glUniformMatrix3x4dv")] + /// [requires: v4.0 and ARB_gpu_shader_fp64|VERSION_4_0] + [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniformMatrix3x4dv")] public static void UniformMatrix3x4(Int32 location, Int32 count, bool transpose, Double[] value) { @@ -69450,8 +69450,8 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// - [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "", EntryPoint = "glUniformMatrix3x4dv")] + /// [requires: v4.0 and ARB_gpu_shader_fp64|VERSION_4_0] + [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniformMatrix3x4dv")] public static void UniformMatrix3x4(Int32 location, Int32 count, bool transpose, ref Double value) { @@ -69471,9 +69471,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v4.0 and ARB_gpu_shader_fp64|VERSION_4_0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "", EntryPoint = "glUniformMatrix3x4dv")] + [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniformMatrix3x4dv")] public static unsafe void UniformMatrix3x4(Int32 location, Int32 count, bool transpose, Double* value) { @@ -69545,8 +69545,8 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// - [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "", EntryPoint = "glUniformMatrix4dv")] + /// [requires: v4.0 and ARB_gpu_shader_fp64|VERSION_4_0] + [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniformMatrix4dv")] public static void UniformMatrix4(Int32 location, Int32 count, bool transpose, Double[] value) { @@ -69566,8 +69566,8 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// - [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "", EntryPoint = "glUniformMatrix4dv")] + /// [requires: v4.0 and ARB_gpu_shader_fp64|VERSION_4_0] + [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniformMatrix4dv")] public static void UniformMatrix4(Int32 location, Int32 count, bool transpose, ref Double value) { @@ -69587,9 +69587,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v4.0 and ARB_gpu_shader_fp64|VERSION_4_0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "", EntryPoint = "glUniformMatrix4dv")] + [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniformMatrix4dv")] public static unsafe void UniformMatrix4(Int32 location, Int32 count, bool transpose, Double* value) { @@ -69661,8 +69661,8 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// - [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "", EntryPoint = "glUniformMatrix4x2dv")] + /// [requires: v4.0 and ARB_gpu_shader_fp64|VERSION_4_0] + [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniformMatrix4x2dv")] public static void UniformMatrix4x2(Int32 location, Int32 count, bool transpose, Double[] value) { @@ -69682,8 +69682,8 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// - [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "", EntryPoint = "glUniformMatrix4x2dv")] + /// [requires: v4.0 and ARB_gpu_shader_fp64|VERSION_4_0] + [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniformMatrix4x2dv")] public static void UniformMatrix4x2(Int32 location, Int32 count, bool transpose, ref Double value) { @@ -69703,9 +69703,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v4.0 and ARB_gpu_shader_fp64|VERSION_4_0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "", EntryPoint = "glUniformMatrix4x2dv")] + [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniformMatrix4x2dv")] public static unsafe void UniformMatrix4x2(Int32 location, Int32 count, bool transpose, Double* value) { @@ -69777,8 +69777,8 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// - [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "", EntryPoint = "glUniformMatrix4x3dv")] + /// [requires: v4.0 and ARB_gpu_shader_fp64|VERSION_4_0] + [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniformMatrix4x3dv")] public static void UniformMatrix4x3(Int32 location, Int32 count, bool transpose, Double[] value) { @@ -69798,8 +69798,8 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// - [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "", EntryPoint = "glUniformMatrix4x3dv")] + /// [requires: v4.0 and ARB_gpu_shader_fp64|VERSION_4_0] + [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniformMatrix4x3dv")] public static void UniformMatrix4x3(Int32 location, Int32 count, bool transpose, ref Double value) { @@ -69819,9 +69819,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v4.0 and ARB_gpu_shader_fp64|VERSION_4_0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "", EntryPoint = "glUniformMatrix4x3dv")] + [AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniformMatrix4x3dv")] public static unsafe void UniformMatrix4x3(Int32 location, Int32 count, bool transpose, Double* value) { @@ -69894,7 +69894,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.0 and ARB_shader_subroutine|VERSION_4_0] /// Load active subroutine uniforms /// /// @@ -69912,7 +69912,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the address of an array holding the indices to load into the shader subroutine variables. /// /// - [AutoGenerated(Category = "ARB_shader_subroutine|VERSION_4_0", Version = "", EntryPoint = "glUniformSubroutinesuiv")] + [AutoGenerated(Category = "ARB_shader_subroutine|VERSION_4_0", Version = "4.0", EntryPoint = "glUniformSubroutinesuiv")] public static void UniformSubroutines(OpenTK.Graphics.OpenGL4.ShaderType shadertype, Int32 count, Int32[] indices) { @@ -69933,7 +69933,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.0 and ARB_shader_subroutine|VERSION_4_0] /// Load active subroutine uniforms /// /// @@ -69951,7 +69951,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the address of an array holding the indices to load into the shader subroutine variables. /// /// - [AutoGenerated(Category = "ARB_shader_subroutine|VERSION_4_0", Version = "", EntryPoint = "glUniformSubroutinesuiv")] + [AutoGenerated(Category = "ARB_shader_subroutine|VERSION_4_0", Version = "4.0", EntryPoint = "glUniformSubroutinesuiv")] public static void UniformSubroutines(OpenTK.Graphics.OpenGL4.ShaderType shadertype, Int32 count, ref Int32 indices) { @@ -69972,7 +69972,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.0 and ARB_shader_subroutine|VERSION_4_0] /// Load active subroutine uniforms /// /// @@ -69991,7 +69991,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_shader_subroutine|VERSION_4_0", Version = "", EntryPoint = "glUniformSubroutinesuiv")] + [AutoGenerated(Category = "ARB_shader_subroutine|VERSION_4_0", Version = "4.0", EntryPoint = "glUniformSubroutinesuiv")] public static unsafe void UniformSubroutines(OpenTK.Graphics.OpenGL4.ShaderType shadertype, Int32 count, Int32* indices) { @@ -70006,7 +70006,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.0 and ARB_shader_subroutine|VERSION_4_0] /// Load active subroutine uniforms /// /// @@ -70025,7 +70025,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_shader_subroutine|VERSION_4_0", Version = "", EntryPoint = "glUniformSubroutinesuiv")] + [AutoGenerated(Category = "ARB_shader_subroutine|VERSION_4_0", Version = "4.0", EntryPoint = "glUniformSubroutinesuiv")] public static void UniformSubroutines(OpenTK.Graphics.OpenGL4.ShaderType shadertype, Int32 count, UInt32[] indices) { @@ -70046,7 +70046,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.0 and ARB_shader_subroutine|VERSION_4_0] /// Load active subroutine uniforms /// /// @@ -70065,7 +70065,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_shader_subroutine|VERSION_4_0", Version = "", EntryPoint = "glUniformSubroutinesuiv")] + [AutoGenerated(Category = "ARB_shader_subroutine|VERSION_4_0", Version = "4.0", EntryPoint = "glUniformSubroutinesuiv")] public static void UniformSubroutines(OpenTK.Graphics.OpenGL4.ShaderType shadertype, Int32 count, ref UInt32 indices) { @@ -70086,7 +70086,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.0 and ARB_shader_subroutine|VERSION_4_0] /// Load active subroutine uniforms /// /// @@ -70105,7 +70105,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_shader_subroutine|VERSION_4_0", Version = "", EntryPoint = "glUniformSubroutinesuiv")] + [AutoGenerated(Category = "ARB_shader_subroutine|VERSION_4_0", Version = "4.0", EntryPoint = "glUniformSubroutinesuiv")] public static unsafe void UniformSubroutines(OpenTK.Graphics.OpenGL4.ShaderType shadertype, Int32 count, UInt32* indices) { @@ -70182,7 +70182,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Bind stages of a program object to a program pipeline /// /// @@ -70200,7 +70200,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the program object containing the shader executables to use in pipeline. /// /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glUseProgramStages")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glUseProgramStages")] public static void UseProgramStages(Int32 pipeline, OpenTK.Graphics.OpenGL4.ProgramStageMask stages, Int32 program) { @@ -70215,7 +70215,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Bind stages of a program object to a program pipeline /// /// @@ -70234,7 +70234,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glUseProgramStages")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glUseProgramStages")] public static void UseProgramStages(UInt32 pipeline, OpenTK.Graphics.OpenGL4.ProgramStageMask stages, UInt32 program) { @@ -70296,7 +70296,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Validate a program pipeline object against current GL state /// /// @@ -70304,7 +70304,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the name of a program pipeline object to validate. /// /// - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glValidateProgramPipeline")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glValidateProgramPipeline")] public static void ValidateProgramPipeline(Int32 pipeline) { @@ -70319,7 +70319,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_separate_shader_objects|VERSION_4_1] /// Validate a program pipeline object against current GL state /// /// @@ -70328,7 +70328,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "", EntryPoint = "glValidateProgramPipeline")] + [AutoGenerated(Category = "ARB_separate_shader_objects|VERSION_4_1", Version = "4.1", EntryPoint = "glValidateProgramPipeline")] public static void ValidateProgramPipeline(UInt32 pipeline) { @@ -76319,7 +76319,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and ARB_vertex_attrib_binding|VERSION_4_3] /// Associate a vertex attribute and a vertex buffer binding /// /// @@ -76332,7 +76332,7 @@ namespace OpenTK.Graphics.OpenGL4 /// The index of the vertex buffer binding with which to associate the generic vertex attribute. /// /// - [AutoGenerated(Category = "ARB_vertex_attrib_binding|VERSION_4_3", Version = "", EntryPoint = "glVertexAttribBinding")] + [AutoGenerated(Category = "ARB_vertex_attrib_binding|VERSION_4_3", Version = "4.3", EntryPoint = "glVertexAttribBinding")] public static void VertexAttribBinding(Int32 attribindex, Int32 bindingindex) { @@ -76347,7 +76347,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and ARB_vertex_attrib_binding|VERSION_4_3] /// Associate a vertex attribute and a vertex buffer binding /// /// @@ -76361,7 +76361,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_attrib_binding|VERSION_4_3", Version = "", EntryPoint = "glVertexAttribBinding")] + [AutoGenerated(Category = "ARB_vertex_attrib_binding|VERSION_4_3", Version = "4.3", EntryPoint = "glVertexAttribBinding")] public static void VertexAttribBinding(UInt32 attribindex, UInt32 bindingindex) { @@ -76433,7 +76433,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and ARB_vertex_attrib_binding|VERSION_4_3] /// Specify the organization of vertex arrays /// /// @@ -76461,7 +76461,7 @@ namespace OpenTK.Graphics.OpenGL4 /// The distance between elements within the buffer. /// /// - [AutoGenerated(Category = "ARB_vertex_attrib_binding|VERSION_4_3", Version = "", EntryPoint = "glVertexAttribFormat")] + [AutoGenerated(Category = "ARB_vertex_attrib_binding|VERSION_4_3", Version = "4.3", EntryPoint = "glVertexAttribFormat")] public static void VertexAttribFormat(Int32 attribindex, Int32 size, OpenTK.Graphics.OpenGL4.VertexAttribType type, bool normalized, Int32 relativeoffset) { @@ -76476,7 +76476,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and ARB_vertex_attrib_binding|VERSION_4_3] /// Specify the organization of vertex arrays /// /// @@ -76505,7 +76505,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_attrib_binding|VERSION_4_3", Version = "", EntryPoint = "glVertexAttribFormat")] + [AutoGenerated(Category = "ARB_vertex_attrib_binding|VERSION_4_3", Version = "4.3", EntryPoint = "glVertexAttribFormat")] public static void VertexAttribFormat(UInt32 attribindex, Int32 size, OpenTK.Graphics.OpenGL4.VertexAttribType type, bool normalized, UInt32 relativeoffset) { @@ -77645,8 +77645,8 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// - [AutoGenerated(Category = "ARB_vertex_attrib_binding|VERSION_4_3", Version = "", EntryPoint = "glVertexAttribIFormat")] + /// [requires: v4.3 and ARB_vertex_attrib_binding|VERSION_4_3] + [AutoGenerated(Category = "ARB_vertex_attrib_binding|VERSION_4_3", Version = "4.3", EntryPoint = "glVertexAttribIFormat")] public static void VertexAttribIFormat(Int32 attribindex, Int32 size, OpenTK.Graphics.OpenGL4.VertexAttribIntegerType type, Int32 relativeoffset) { @@ -77660,9 +77660,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v4.3 and ARB_vertex_attrib_binding|VERSION_4_3] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_attrib_binding|VERSION_4_3", Version = "", EntryPoint = "glVertexAttribIFormat")] + [AutoGenerated(Category = "ARB_vertex_attrib_binding|VERSION_4_3", Version = "4.3", EntryPoint = "glVertexAttribIFormat")] public static void VertexAttribIFormat(UInt32 attribindex, Int32 size, OpenTK.Graphics.OpenGL4.VertexAttribIntegerType type, UInt32 relativeoffset) { @@ -77905,8 +77905,8 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// - [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "", EntryPoint = "glVertexAttribL1d")] + /// [requires: v4.1 and ARB_vertex_attrib_64bit|VERSION_4_1] + [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "4.1", EntryPoint = "glVertexAttribL1d")] public static void VertexAttribL1(Int32 index, Double x) { @@ -77920,9 +77920,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v4.1 and ARB_vertex_attrib_64bit|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "", EntryPoint = "glVertexAttribL1d")] + [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "4.1", EntryPoint = "glVertexAttribL1d")] public static void VertexAttribL1(UInt32 index, Double x) { @@ -77936,9 +77936,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v4.1 and ARB_vertex_attrib_64bit|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "", EntryPoint = "glVertexAttribL1dv")] + [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "4.1", EntryPoint = "glVertexAttribL1dv")] public static unsafe void VertexAttribL1(Int32 index, Double* v) { @@ -77952,9 +77952,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v4.1 and ARB_vertex_attrib_64bit|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "", EntryPoint = "glVertexAttribL1dv")] + [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "4.1", EntryPoint = "glVertexAttribL1dv")] public static unsafe void VertexAttribL1(UInt32 index, Double* v) { @@ -77968,8 +77968,8 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// - [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "", EntryPoint = "glVertexAttribL2d")] + /// [requires: v4.1 and ARB_vertex_attrib_64bit|VERSION_4_1] + [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "4.1", EntryPoint = "glVertexAttribL2d")] public static void VertexAttribL2(Int32 index, Double x, Double y) { @@ -77983,9 +77983,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v4.1 and ARB_vertex_attrib_64bit|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "", EntryPoint = "glVertexAttribL2d")] + [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "4.1", EntryPoint = "glVertexAttribL2d")] public static void VertexAttribL2(UInt32 index, Double x, Double y) { @@ -77999,8 +77999,8 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// - [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "", EntryPoint = "glVertexAttribL2dv")] + /// [requires: v4.1 and ARB_vertex_attrib_64bit|VERSION_4_1] + [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "4.1", EntryPoint = "glVertexAttribL2dv")] public static void VertexAttribL2(Int32 index, Double[] v) { @@ -78020,8 +78020,8 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// - [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "", EntryPoint = "glVertexAttribL2dv")] + /// [requires: v4.1 and ARB_vertex_attrib_64bit|VERSION_4_1] + [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "4.1", EntryPoint = "glVertexAttribL2dv")] public static void VertexAttribL2(Int32 index, ref Double v) { @@ -78041,9 +78041,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v4.1 and ARB_vertex_attrib_64bit|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "", EntryPoint = "glVertexAttribL2dv")] + [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "4.1", EntryPoint = "glVertexAttribL2dv")] public static unsafe void VertexAttribL2(Int32 index, Double* v) { @@ -78057,9 +78057,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v4.1 and ARB_vertex_attrib_64bit|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "", EntryPoint = "glVertexAttribL2dv")] + [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "4.1", EntryPoint = "glVertexAttribL2dv")] public static void VertexAttribL2(UInt32 index, Double[] v) { @@ -78079,9 +78079,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v4.1 and ARB_vertex_attrib_64bit|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "", EntryPoint = "glVertexAttribL2dv")] + [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "4.1", EntryPoint = "glVertexAttribL2dv")] public static void VertexAttribL2(UInt32 index, ref Double v) { @@ -78101,9 +78101,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v4.1 and ARB_vertex_attrib_64bit|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "", EntryPoint = "glVertexAttribL2dv")] + [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "4.1", EntryPoint = "glVertexAttribL2dv")] public static unsafe void VertexAttribL2(UInt32 index, Double* v) { @@ -78117,8 +78117,8 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// - [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "", EntryPoint = "glVertexAttribL3d")] + /// [requires: v4.1 and ARB_vertex_attrib_64bit|VERSION_4_1] + [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "4.1", EntryPoint = "glVertexAttribL3d")] public static void VertexAttribL3(Int32 index, Double x, Double y, Double z) { @@ -78132,9 +78132,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v4.1 and ARB_vertex_attrib_64bit|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "", EntryPoint = "glVertexAttribL3d")] + [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "4.1", EntryPoint = "glVertexAttribL3d")] public static void VertexAttribL3(UInt32 index, Double x, Double y, Double z) { @@ -78148,8 +78148,8 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// - [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "", EntryPoint = "glVertexAttribL3dv")] + /// [requires: v4.1 and ARB_vertex_attrib_64bit|VERSION_4_1] + [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "4.1", EntryPoint = "glVertexAttribL3dv")] public static void VertexAttribL3(Int32 index, Double[] v) { @@ -78169,8 +78169,8 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// - [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "", EntryPoint = "glVertexAttribL3dv")] + /// [requires: v4.1 and ARB_vertex_attrib_64bit|VERSION_4_1] + [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "4.1", EntryPoint = "glVertexAttribL3dv")] public static void VertexAttribL3(Int32 index, ref Double v) { @@ -78190,9 +78190,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v4.1 and ARB_vertex_attrib_64bit|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "", EntryPoint = "glVertexAttribL3dv")] + [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "4.1", EntryPoint = "glVertexAttribL3dv")] public static unsafe void VertexAttribL3(Int32 index, Double* v) { @@ -78206,9 +78206,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v4.1 and ARB_vertex_attrib_64bit|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "", EntryPoint = "glVertexAttribL3dv")] + [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "4.1", EntryPoint = "glVertexAttribL3dv")] public static void VertexAttribL3(UInt32 index, Double[] v) { @@ -78228,9 +78228,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v4.1 and ARB_vertex_attrib_64bit|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "", EntryPoint = "glVertexAttribL3dv")] + [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "4.1", EntryPoint = "glVertexAttribL3dv")] public static void VertexAttribL3(UInt32 index, ref Double v) { @@ -78250,9 +78250,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v4.1 and ARB_vertex_attrib_64bit|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "", EntryPoint = "glVertexAttribL3dv")] + [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "4.1", EntryPoint = "glVertexAttribL3dv")] public static unsafe void VertexAttribL3(UInt32 index, Double* v) { @@ -78266,8 +78266,8 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// - [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "", EntryPoint = "glVertexAttribL4d")] + /// [requires: v4.1 and ARB_vertex_attrib_64bit|VERSION_4_1] + [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "4.1", EntryPoint = "glVertexAttribL4d")] public static void VertexAttribL4(Int32 index, Double x, Double y, Double z, Double w) { @@ -78281,9 +78281,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v4.1 and ARB_vertex_attrib_64bit|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "", EntryPoint = "glVertexAttribL4d")] + [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "4.1", EntryPoint = "glVertexAttribL4d")] public static void VertexAttribL4(UInt32 index, Double x, Double y, Double z, Double w) { @@ -78297,8 +78297,8 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// - [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "", EntryPoint = "glVertexAttribL4dv")] + /// [requires: v4.1 and ARB_vertex_attrib_64bit|VERSION_4_1] + [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "4.1", EntryPoint = "glVertexAttribL4dv")] public static void VertexAttribL4(Int32 index, Double[] v) { @@ -78318,8 +78318,8 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// - [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "", EntryPoint = "glVertexAttribL4dv")] + /// [requires: v4.1 and ARB_vertex_attrib_64bit|VERSION_4_1] + [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "4.1", EntryPoint = "glVertexAttribL4dv")] public static void VertexAttribL4(Int32 index, ref Double v) { @@ -78339,9 +78339,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v4.1 and ARB_vertex_attrib_64bit|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "", EntryPoint = "glVertexAttribL4dv")] + [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "4.1", EntryPoint = "glVertexAttribL4dv")] public static unsafe void VertexAttribL4(Int32 index, Double* v) { @@ -78355,9 +78355,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v4.1 and ARB_vertex_attrib_64bit|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "", EntryPoint = "glVertexAttribL4dv")] + [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "4.1", EntryPoint = "glVertexAttribL4dv")] public static void VertexAttribL4(UInt32 index, Double[] v) { @@ -78377,9 +78377,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v4.1 and ARB_vertex_attrib_64bit|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "", EntryPoint = "glVertexAttribL4dv")] + [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "4.1", EntryPoint = "glVertexAttribL4dv")] public static void VertexAttribL4(UInt32 index, ref Double v) { @@ -78399,9 +78399,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v4.1 and ARB_vertex_attrib_64bit|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "", EntryPoint = "glVertexAttribL4dv")] + [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "4.1", EntryPoint = "glVertexAttribL4dv")] public static unsafe void VertexAttribL4(UInt32 index, Double* v) { @@ -78415,8 +78415,8 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// - [AutoGenerated(Category = "ARB_vertex_attrib_binding|VERSION_4_3", Version = "", EntryPoint = "glVertexAttribLFormat")] + /// [requires: v4.3 and ARB_vertex_attrib_binding|VERSION_4_3] + [AutoGenerated(Category = "ARB_vertex_attrib_binding|VERSION_4_3", Version = "4.3", EntryPoint = "glVertexAttribLFormat")] public static void VertexAttribLFormat(Int32 attribindex, Int32 size, OpenTK.Graphics.OpenGL4.VertexAttribDoubleType type, Int32 relativeoffset) { @@ -78430,9 +78430,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v4.3 and ARB_vertex_attrib_binding|VERSION_4_3] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_attrib_binding|VERSION_4_3", Version = "", EntryPoint = "glVertexAttribLFormat")] + [AutoGenerated(Category = "ARB_vertex_attrib_binding|VERSION_4_3", Version = "4.3", EntryPoint = "glVertexAttribLFormat")] public static void VertexAttribLFormat(UInt32 attribindex, Int32 size, OpenTK.Graphics.OpenGL4.VertexAttribDoubleType type, UInt32 relativeoffset) { @@ -78446,8 +78446,8 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// - [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "", EntryPoint = "glVertexAttribLPointer")] + /// [requires: v4.1 and ARB_vertex_attrib_64bit|VERSION_4_1] + [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "4.1", EntryPoint = "glVertexAttribLPointer")] public static void VertexAttribLPointer(Int32 index, Int32 size, OpenTK.Graphics.OpenGL4.VertexAttribDoubleType type, Int32 stride, IntPtr pointer) { @@ -78461,8 +78461,8 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// - [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "", EntryPoint = "glVertexAttribLPointer")] + /// [requires: v4.1 and ARB_vertex_attrib_64bit|VERSION_4_1] + [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "4.1", EntryPoint = "glVertexAttribLPointer")] public static void VertexAttribLPointer(Int32 index, Int32 size, OpenTK.Graphics.OpenGL4.VertexAttribDoubleType type, Int32 stride, [InAttribute, OutAttribute] T4[] pointer) where T4 : struct @@ -78485,8 +78485,8 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// - [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "", EntryPoint = "glVertexAttribLPointer")] + /// [requires: v4.1 and ARB_vertex_attrib_64bit|VERSION_4_1] + [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "4.1", EntryPoint = "glVertexAttribLPointer")] public static void VertexAttribLPointer(Int32 index, Int32 size, OpenTK.Graphics.OpenGL4.VertexAttribDoubleType type, Int32 stride, [InAttribute, OutAttribute] T4[,] pointer) where T4 : struct @@ -78509,8 +78509,8 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// - [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "", EntryPoint = "glVertexAttribLPointer")] + /// [requires: v4.1 and ARB_vertex_attrib_64bit|VERSION_4_1] + [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "4.1", EntryPoint = "glVertexAttribLPointer")] public static void VertexAttribLPointer(Int32 index, Int32 size, OpenTK.Graphics.OpenGL4.VertexAttribDoubleType type, Int32 stride, [InAttribute, OutAttribute] T4[,,] pointer) where T4 : struct @@ -78533,8 +78533,8 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// - [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "", EntryPoint = "glVertexAttribLPointer")] + /// [requires: v4.1 and ARB_vertex_attrib_64bit|VERSION_4_1] + [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "4.1", EntryPoint = "glVertexAttribLPointer")] public static void VertexAttribLPointer(Int32 index, Int32 size, OpenTK.Graphics.OpenGL4.VertexAttribDoubleType type, Int32 stride, [InAttribute, OutAttribute] ref T4 pointer) where T4 : struct @@ -78558,9 +78558,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v4.1 and ARB_vertex_attrib_64bit|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "", EntryPoint = "glVertexAttribLPointer")] + [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "4.1", EntryPoint = "glVertexAttribLPointer")] public static void VertexAttribLPointer(UInt32 index, Int32 size, OpenTK.Graphics.OpenGL4.VertexAttribDoubleType type, Int32 stride, IntPtr pointer) { @@ -78574,9 +78574,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v4.1 and ARB_vertex_attrib_64bit|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "", EntryPoint = "glVertexAttribLPointer")] + [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "4.1", EntryPoint = "glVertexAttribLPointer")] public static void VertexAttribLPointer(UInt32 index, Int32 size, OpenTK.Graphics.OpenGL4.VertexAttribDoubleType type, Int32 stride, [InAttribute, OutAttribute] T4[] pointer) where T4 : struct @@ -78599,9 +78599,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v4.1 and ARB_vertex_attrib_64bit|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "", EntryPoint = "glVertexAttribLPointer")] + [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "4.1", EntryPoint = "glVertexAttribLPointer")] public static void VertexAttribLPointer(UInt32 index, Int32 size, OpenTK.Graphics.OpenGL4.VertexAttribDoubleType type, Int32 stride, [InAttribute, OutAttribute] T4[,] pointer) where T4 : struct @@ -78624,9 +78624,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v4.1 and ARB_vertex_attrib_64bit|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "", EntryPoint = "glVertexAttribLPointer")] + [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "4.1", EntryPoint = "glVertexAttribLPointer")] public static void VertexAttribLPointer(UInt32 index, Int32 size, OpenTK.Graphics.OpenGL4.VertexAttribDoubleType type, Int32 stride, [InAttribute, OutAttribute] T4[,,] pointer) where T4 : struct @@ -78649,9 +78649,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v4.1 and ARB_vertex_attrib_64bit|VERSION_4_1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "", EntryPoint = "glVertexAttribLPointer")] + [AutoGenerated(Category = "ARB_vertex_attrib_64bit|VERSION_4_1", Version = "4.1", EntryPoint = "glVertexAttribLPointer")] public static void VertexAttribLPointer(UInt32 index, Int32 size, OpenTK.Graphics.OpenGL4.VertexAttribDoubleType type, Int32 stride, [InAttribute, OutAttribute] ref T4 pointer) where T4 : struct @@ -79487,7 +79487,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and ARB_vertex_attrib_binding|VERSION_4_3] /// Modify the rate at which generic vertex attributes advance /// /// @@ -79500,7 +79500,7 @@ namespace OpenTK.Graphics.OpenGL4 /// The new value for the instance step rate to apply. /// /// - [AutoGenerated(Category = "ARB_vertex_attrib_binding|VERSION_4_3", Version = "", EntryPoint = "glVertexBindingDivisor")] + [AutoGenerated(Category = "ARB_vertex_attrib_binding|VERSION_4_3", Version = "4.3", EntryPoint = "glVertexBindingDivisor")] public static void VertexBindingDivisor(Int32 bindingindex, Int32 divisor) { @@ -79515,7 +79515,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.3 and ARB_vertex_attrib_binding|VERSION_4_3] /// Modify the rate at which generic vertex attributes advance /// /// @@ -79529,7 +79529,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_attrib_binding|VERSION_4_3", Version = "", EntryPoint = "glVertexBindingDivisor")] + [AutoGenerated(Category = "ARB_vertex_attrib_binding|VERSION_4_3", Version = "4.3", EntryPoint = "glVertexBindingDivisor")] public static void VertexBindingDivisor(UInt32 bindingindex, UInt32 divisor) { @@ -79543,8 +79543,8 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// - [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "", EntryPoint = "glVertexP2ui")] + /// [requires: v3.3 and ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] + [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "3.3", EntryPoint = "glVertexP2ui")] public static void VertexP2(OpenTK.Graphics.OpenGL4.PackedPointerType type, Int32 value) { @@ -79558,9 +79558,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v3.3 and ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "", EntryPoint = "glVertexP2ui")] + [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "3.3", EntryPoint = "glVertexP2ui")] public static void VertexP2(OpenTK.Graphics.OpenGL4.PackedPointerType type, UInt32 value) { @@ -79574,9 +79574,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v3.3 and ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "", EntryPoint = "glVertexP2uiv")] + [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "3.3", EntryPoint = "glVertexP2uiv")] public static unsafe void VertexP2(OpenTK.Graphics.OpenGL4.PackedPointerType type, Int32* value) { @@ -79590,9 +79590,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v3.3 and ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "", EntryPoint = "glVertexP2uiv")] + [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "3.3", EntryPoint = "glVertexP2uiv")] public static unsafe void VertexP2(OpenTK.Graphics.OpenGL4.PackedPointerType type, UInt32* value) { @@ -79606,8 +79606,8 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// - [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "", EntryPoint = "glVertexP3ui")] + /// [requires: v3.3 and ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] + [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "3.3", EntryPoint = "glVertexP3ui")] public static void VertexP3(OpenTK.Graphics.OpenGL4.PackedPointerType type, Int32 value) { @@ -79621,9 +79621,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v3.3 and ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "", EntryPoint = "glVertexP3ui")] + [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "3.3", EntryPoint = "glVertexP3ui")] public static void VertexP3(OpenTK.Graphics.OpenGL4.PackedPointerType type, UInt32 value) { @@ -79637,9 +79637,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v3.3 and ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "", EntryPoint = "glVertexP3uiv")] + [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "3.3", EntryPoint = "glVertexP3uiv")] public static unsafe void VertexP3(OpenTK.Graphics.OpenGL4.PackedPointerType type, Int32* value) { @@ -79653,9 +79653,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v3.3 and ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "", EntryPoint = "glVertexP3uiv")] + [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "3.3", EntryPoint = "glVertexP3uiv")] public static unsafe void VertexP3(OpenTK.Graphics.OpenGL4.PackedPointerType type, UInt32* value) { @@ -79669,8 +79669,8 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// - [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "", EntryPoint = "glVertexP4ui")] + /// [requires: v3.3 and ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] + [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "3.3", EntryPoint = "glVertexP4ui")] public static void VertexP4(OpenTK.Graphics.OpenGL4.PackedPointerType type, Int32 value) { @@ -79684,9 +79684,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v3.3 and ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "", EntryPoint = "glVertexP4ui")] + [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "3.3", EntryPoint = "glVertexP4ui")] public static void VertexP4(OpenTK.Graphics.OpenGL4.PackedPointerType type, UInt32 value) { @@ -79700,9 +79700,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v3.3 and ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "", EntryPoint = "glVertexP4uiv")] + [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "3.3", EntryPoint = "glVertexP4uiv")] public static unsafe void VertexP4(OpenTK.Graphics.OpenGL4.PackedPointerType type, Int32* value) { @@ -79716,9 +79716,9 @@ namespace OpenTK.Graphics.OpenGL4 #endif } - /// + /// [requires: v3.3 and ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "", EntryPoint = "glVertexP4uiv")] + [AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev|VERSION_3_3", Version = "3.3", EntryPoint = "glVertexP4uiv")] public static unsafe void VertexP4(OpenTK.Graphics.OpenGL4.PackedPointerType type, UInt32* value) { @@ -79761,7 +79761,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_viewport_array|VERSION_4_1] /// Set multiple viewports /// /// @@ -79779,7 +79779,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specify the address of an array containing the viewport parameters. /// /// - [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "", EntryPoint = "glViewportArrayv")] + [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "4.1", EntryPoint = "glViewportArrayv")] public static void ViewportArray(Int32 first, Int32 count, Single[] v) { @@ -79800,7 +79800,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_viewport_array|VERSION_4_1] /// Set multiple viewports /// /// @@ -79818,7 +79818,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specify the address of an array containing the viewport parameters. /// /// - [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "", EntryPoint = "glViewportArrayv")] + [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "4.1", EntryPoint = "glViewportArrayv")] public static void ViewportArray(Int32 first, Int32 count, ref Single v) { @@ -79839,7 +79839,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_viewport_array|VERSION_4_1] /// Set multiple viewports /// /// @@ -79858,7 +79858,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "", EntryPoint = "glViewportArrayv")] + [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "4.1", EntryPoint = "glViewportArrayv")] public static unsafe void ViewportArray(Int32 first, Int32 count, Single* v) { @@ -79873,7 +79873,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_viewport_array|VERSION_4_1] /// Set multiple viewports /// /// @@ -79892,7 +79892,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "", EntryPoint = "glViewportArrayv")] + [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "4.1", EntryPoint = "glViewportArrayv")] public static void ViewportArray(UInt32 first, Int32 count, Single[] v) { @@ -79913,7 +79913,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_viewport_array|VERSION_4_1] /// Set multiple viewports /// /// @@ -79932,7 +79932,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "", EntryPoint = "glViewportArrayv")] + [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "4.1", EntryPoint = "glViewportArrayv")] public static void ViewportArray(UInt32 first, Int32 count, ref Single v) { @@ -79953,7 +79953,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_viewport_array|VERSION_4_1] /// Set multiple viewports /// /// @@ -79972,7 +79972,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "", EntryPoint = "glViewportArrayv")] + [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "4.1", EntryPoint = "glViewportArrayv")] public static unsafe void ViewportArray(UInt32 first, Int32 count, Single* v) { @@ -79987,7 +79987,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_viewport_array|VERSION_4_1] /// Set a specified viewport /// /// @@ -80010,7 +80010,7 @@ namespace OpenTK.Graphics.OpenGL4 /// For glViewportIndexedfv, specifies the address of an array containing the viewport parameters. /// /// - [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "", EntryPoint = "glViewportIndexedf")] + [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "4.1", EntryPoint = "glViewportIndexedf")] public static void ViewportIndexed(Int32 index, Single x, Single y, Single w, Single h) { @@ -80025,7 +80025,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_viewport_array|VERSION_4_1] /// Set a specified viewport /// /// @@ -80049,7 +80049,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "", EntryPoint = "glViewportIndexedf")] + [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "4.1", EntryPoint = "glViewportIndexedf")] public static void ViewportIndexed(UInt32 index, Single x, Single y, Single w, Single h) { @@ -80064,7 +80064,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_viewport_array|VERSION_4_1] /// Set a specified viewport /// /// @@ -80087,7 +80087,7 @@ namespace OpenTK.Graphics.OpenGL4 /// For glViewportIndexedfv, specifies the address of an array containing the viewport parameters. /// /// - [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "", EntryPoint = "glViewportIndexedfv")] + [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "4.1", EntryPoint = "glViewportIndexedfv")] public static void ViewportIndexed(Int32 index, Single[] v) { @@ -80108,7 +80108,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_viewport_array|VERSION_4_1] /// Set a specified viewport /// /// @@ -80131,7 +80131,7 @@ namespace OpenTK.Graphics.OpenGL4 /// For glViewportIndexedfv, specifies the address of an array containing the viewport parameters. /// /// - [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "", EntryPoint = "glViewportIndexedfv")] + [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "4.1", EntryPoint = "glViewportIndexedfv")] public static void ViewportIndexed(Int32 index, ref Single v) { @@ -80152,7 +80152,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_viewport_array|VERSION_4_1] /// Set a specified viewport /// /// @@ -80176,7 +80176,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "", EntryPoint = "glViewportIndexedfv")] + [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "4.1", EntryPoint = "glViewportIndexedfv")] public static unsafe void ViewportIndexed(Int32 index, Single* v) { @@ -80191,7 +80191,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_viewport_array|VERSION_4_1] /// Set a specified viewport /// /// @@ -80215,7 +80215,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "", EntryPoint = "glViewportIndexedfv")] + [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "4.1", EntryPoint = "glViewportIndexedfv")] public static void ViewportIndexed(UInt32 index, Single[] v) { @@ -80236,7 +80236,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_viewport_array|VERSION_4_1] /// Set a specified viewport /// /// @@ -80260,7 +80260,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "", EntryPoint = "glViewportIndexedfv")] + [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "4.1", EntryPoint = "glViewportIndexedfv")] public static void ViewportIndexed(UInt32 index, ref Single v) { @@ -80281,7 +80281,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v4.1 and ARB_viewport_array|VERSION_4_1] /// Set a specified viewport /// /// @@ -80305,7 +80305,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "", EntryPoint = "glViewportIndexedfv")] + [AutoGenerated(Category = "ARB_viewport_array|VERSION_4_1", Version = "4.1", EntryPoint = "glViewportIndexedfv")] public static unsafe void ViewportIndexed(UInt32 index, Single* v) { @@ -80320,7 +80320,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.2 and ARB_sync|VERSION_3_2] /// Instruct the GL server to block until the specified sync object becomes signaled /// /// @@ -80338,7 +80338,7 @@ namespace OpenTK.Graphics.OpenGL4 /// Specifies the timeout that the server should wait before continuing. timeout must be GL_TIMEOUT_IGNORED. /// /// - [AutoGenerated(Category = "ARB_sync|VERSION_3_2", Version = "", EntryPoint = "glWaitSync")] + [AutoGenerated(Category = "ARB_sync|VERSION_3_2", Version = "3.2", EntryPoint = "glWaitSync")] public static OpenTK.Graphics.OpenGL4.WaitSyncStatus WaitSync(IntPtr sync, OpenTK.Graphics.OpenGL4.WaitSyncFlags flags, Int64 timeout) { @@ -80353,7 +80353,7 @@ namespace OpenTK.Graphics.OpenGL4 } - /// + /// [requires: v3.2 and ARB_sync|VERSION_3_2] /// Instruct the GL server to block until the specified sync object becomes signaled /// /// @@ -80372,7 +80372,7 @@ namespace OpenTK.Graphics.OpenGL4 /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ARB_sync|VERSION_3_2", Version = "", EntryPoint = "glWaitSync")] + [AutoGenerated(Category = "ARB_sync|VERSION_3_2", Version = "3.2", EntryPoint = "glWaitSync")] public static OpenTK.Graphics.OpenGL4.WaitSyncStatus WaitSync(IntPtr sync, OpenTK.Graphics.OpenGL4.WaitSyncFlags flags, UInt64 timeout) {