From d8089a7732621bbe31a211fe3b45a72fdf36dbe8 Mon Sep 17 00:00:00 2001 From: Stefanos A Date: Wed, 23 Oct 2013 20:19:16 +0200 Subject: [PATCH] Updated documentation according to the latest GL4 manpages. --- Source/OpenTK/Graphics/OpenGL/GL.cs | 370 ++++++++++++++-------------- 1 file changed, 185 insertions(+), 185 deletions(-) diff --git a/Source/OpenTK/Graphics/OpenGL/GL.cs b/Source/OpenTK/Graphics/OpenGL/GL.cs index 32a7bf36..3f553003 100644 --- a/Source/OpenTK/Graphics/OpenGL/GL.cs +++ b/Source/OpenTK/Graphics/OpenGL/GL.cs @@ -243,7 +243,7 @@ namespace OpenTK.Graphics.OpenGL /// /// A user supplied pointer that will be passed on each invocation of callback. /// - /// + /// [AutoGenerated(Category = "AMD_debug_output", Version = "4.1", EntryPoint = "glDebugMessageCallbackAMD")] public static void DebugMessageCallback(DebugProcAmd callback, [OutAttribute] IntPtr userParam) @@ -271,7 +271,7 @@ namespace OpenTK.Graphics.OpenGL /// /// A user supplied pointer that will be passed on each invocation of callback. /// - /// + /// [AutoGenerated(Category = "AMD_debug_output", Version = "4.1", EntryPoint = "glDebugMessageCallbackAMD")] public static void DebugMessageCallback(DebugProcAmd callback, [InAttribute, OutAttribute] T1[] userParam) @@ -308,7 +308,7 @@ namespace OpenTK.Graphics.OpenGL /// /// A user supplied pointer that will be passed on each invocation of callback. /// - /// + /// [AutoGenerated(Category = "AMD_debug_output", Version = "4.1", EntryPoint = "glDebugMessageCallbackAMD")] public static void DebugMessageCallback(DebugProcAmd callback, [InAttribute, OutAttribute] T1[,] userParam) @@ -345,7 +345,7 @@ namespace OpenTK.Graphics.OpenGL /// /// A user supplied pointer that will be passed on each invocation of callback. /// - /// + /// [AutoGenerated(Category = "AMD_debug_output", Version = "4.1", EntryPoint = "glDebugMessageCallbackAMD")] public static void DebugMessageCallback(DebugProcAmd callback, [InAttribute, OutAttribute] T1[,,] userParam) @@ -382,7 +382,7 @@ namespace OpenTK.Graphics.OpenGL /// /// A user supplied pointer that will be passed on each invocation of callback. /// - /// + /// [AutoGenerated(Category = "AMD_debug_output", Version = "4.1", EntryPoint = "glDebugMessageCallbackAMD")] public static void DebugMessageCallback(DebugProcAmd callback, [InAttribute, OutAttribute] ref T1 userParam) @@ -558,7 +558,7 @@ namespace OpenTK.Graphics.OpenGL /// /// The address of a character array containing the message to insert. /// - /// + /// [AutoGenerated(Category = "AMD_debug_output", Version = "4.1", EntryPoint = "glDebugMessageInsertAMD")] public static void DebugMessageInsert(OpenTK.Graphics.OpenGL.AmdDebugOutput category, OpenTK.Graphics.OpenGL.AmdDebugOutput severity, Int32 id, Int32 length, String buf) @@ -606,7 +606,7 @@ namespace OpenTK.Graphics.OpenGL /// /// The address of a character array containing the message to insert. /// - /// + /// [System.CLSCompliant(false)] [AutoGenerated(Category = "AMD_debug_output", Version = "4.1", EntryPoint = "glDebugMessageInsertAMD")] public static @@ -1174,7 +1174,7 @@ namespace OpenTK.Graphics.OpenGL /// /// The address of an array of characters that will receive the messages. /// - /// + /// [AutoGenerated(Category = "AMD_debug_output", Version = "4.1", EntryPoint = "glGetDebugMessageLogAMD")] public static Int32 GetDebugMessageLog(Int32 count, Int32 bufsize, [OutAttribute] OpenTK.Graphics.OpenGL.AmdDebugOutput[] categories, [OutAttribute] Int32[] severities, [OutAttribute] Int32[] ids, [OutAttribute] Int32[] lengths, [OutAttribute] StringBuilder message) @@ -1241,7 +1241,7 @@ namespace OpenTK.Graphics.OpenGL /// /// The address of an array of characters that will receive the messages. /// - /// + /// [AutoGenerated(Category = "AMD_debug_output", Version = "4.1", EntryPoint = "glGetDebugMessageLogAMD")] public static Int32 GetDebugMessageLog(Int32 count, Int32 bufsize, [OutAttribute] out OpenTK.Graphics.OpenGL.AmdDebugOutput categories, [OutAttribute] out Int32 severities, [OutAttribute] out Int32 ids, [OutAttribute] out Int32 lengths, [OutAttribute] StringBuilder message) @@ -1313,7 +1313,7 @@ namespace OpenTK.Graphics.OpenGL /// /// The address of an array of characters that will receive the messages. /// - /// + /// [System.CLSCompliant(false)] [AutoGenerated(Category = "AMD_debug_output", Version = "4.1", EntryPoint = "glGetDebugMessageLogAMD")] public static @@ -1372,7 +1372,7 @@ namespace OpenTK.Graphics.OpenGL /// /// The address of an array of characters that will receive the messages. /// - /// + /// [System.CLSCompliant(false)] [AutoGenerated(Category = "AMD_debug_output", Version = "4.1", EntryPoint = "glGetDebugMessageLogAMD")] public static @@ -1440,7 +1440,7 @@ namespace OpenTK.Graphics.OpenGL /// /// The address of an array of characters that will receive the messages. /// - /// + /// [System.CLSCompliant(false)] [AutoGenerated(Category = "AMD_debug_output", Version = "4.1", EntryPoint = "glGetDebugMessageLogAMD")] public static @@ -1513,7 +1513,7 @@ namespace OpenTK.Graphics.OpenGL /// /// The address of an array of characters that will receive the messages. /// - /// + /// [System.CLSCompliant(false)] [AutoGenerated(Category = "AMD_debug_output", Version = "4.1", EntryPoint = "glGetDebugMessageLogAMD")] public static @@ -2358,7 +2358,7 @@ namespace OpenTK.Graphics.OpenGL /// /// Specifies the distance in basic machine units between elements of the draw parameter array. /// - /// + /// [AutoGenerated(Category = "AMD_multi_draw_indirect", Version = "4.0", EntryPoint = "glMultiDrawArraysIndirectAMD")] public static void MultiDrawArraysIndirect(OpenTK.Graphics.OpenGL.AmdMultiDrawIndirect mode, IntPtr indirect, Int32 primcount, Int32 stride) @@ -2396,7 +2396,7 @@ namespace OpenTK.Graphics.OpenGL /// /// Specifies the distance in basic machine units between elements of the draw parameter array. /// - /// + /// [AutoGenerated(Category = "AMD_multi_draw_indirect", Version = "4.0", EntryPoint = "glMultiDrawArraysIndirectAMD")] public static void MultiDrawArraysIndirect(OpenTK.Graphics.OpenGL.AmdMultiDrawIndirect mode, [InAttribute, OutAttribute] T1[] indirect, Int32 primcount, Int32 stride) @@ -2443,7 +2443,7 @@ namespace OpenTK.Graphics.OpenGL /// /// Specifies the distance in basic machine units between elements of the draw parameter array. /// - /// + /// [AutoGenerated(Category = "AMD_multi_draw_indirect", Version = "4.0", EntryPoint = "glMultiDrawArraysIndirectAMD")] public static void MultiDrawArraysIndirect(OpenTK.Graphics.OpenGL.AmdMultiDrawIndirect mode, [InAttribute, OutAttribute] T1[,] indirect, Int32 primcount, Int32 stride) @@ -2490,7 +2490,7 @@ namespace OpenTK.Graphics.OpenGL /// /// Specifies the distance in basic machine units between elements of the draw parameter array. /// - /// + /// [AutoGenerated(Category = "AMD_multi_draw_indirect", Version = "4.0", EntryPoint = "glMultiDrawArraysIndirectAMD")] public static void MultiDrawArraysIndirect(OpenTK.Graphics.OpenGL.AmdMultiDrawIndirect mode, [InAttribute, OutAttribute] T1[,,] indirect, Int32 primcount, Int32 stride) @@ -2537,7 +2537,7 @@ namespace OpenTK.Graphics.OpenGL /// /// Specifies the distance in basic machine units between elements of the draw parameter array. /// - /// + /// [AutoGenerated(Category = "AMD_multi_draw_indirect", Version = "4.0", EntryPoint = "glMultiDrawArraysIndirectAMD")] public static void MultiDrawArraysIndirect(OpenTK.Graphics.OpenGL.AmdMultiDrawIndirect mode, [InAttribute, OutAttribute] ref T1 indirect, Int32 primcount, Int32 stride) @@ -2590,7 +2590,7 @@ namespace OpenTK.Graphics.OpenGL /// /// Specifies the distance in basic machine units between elements of the draw parameter array. /// - /// + /// [AutoGenerated(Category = "AMD_multi_draw_indirect", Version = "4.0", EntryPoint = "glMultiDrawElementsIndirectAMD")] public static void MultiDrawElementsIndirect(OpenTK.Graphics.OpenGL.AmdMultiDrawIndirect mode, OpenTK.Graphics.OpenGL.AmdMultiDrawIndirect type, IntPtr indirect, Int32 primcount, Int32 stride) @@ -2633,7 +2633,7 @@ namespace OpenTK.Graphics.OpenGL /// /// Specifies the distance in basic machine units between elements of the draw parameter array. /// - /// + /// [AutoGenerated(Category = "AMD_multi_draw_indirect", Version = "4.0", EntryPoint = "glMultiDrawElementsIndirectAMD")] public static void MultiDrawElementsIndirect(OpenTK.Graphics.OpenGL.AmdMultiDrawIndirect mode, OpenTK.Graphics.OpenGL.AmdMultiDrawIndirect type, [InAttribute, OutAttribute] T2[] indirect, Int32 primcount, Int32 stride) @@ -2685,7 +2685,7 @@ namespace OpenTK.Graphics.OpenGL /// /// Specifies the distance in basic machine units between elements of the draw parameter array. /// - /// + /// [AutoGenerated(Category = "AMD_multi_draw_indirect", Version = "4.0", EntryPoint = "glMultiDrawElementsIndirectAMD")] public static void MultiDrawElementsIndirect(OpenTK.Graphics.OpenGL.AmdMultiDrawIndirect mode, OpenTK.Graphics.OpenGL.AmdMultiDrawIndirect type, [InAttribute, OutAttribute] T2[,] indirect, Int32 primcount, Int32 stride) @@ -2737,7 +2737,7 @@ namespace OpenTK.Graphics.OpenGL /// /// Specifies the distance in basic machine units between elements of the draw parameter array. /// - /// + /// [AutoGenerated(Category = "AMD_multi_draw_indirect", Version = "4.0", EntryPoint = "glMultiDrawElementsIndirectAMD")] public static void MultiDrawElementsIndirect(OpenTK.Graphics.OpenGL.AmdMultiDrawIndirect mode, OpenTK.Graphics.OpenGL.AmdMultiDrawIndirect type, [InAttribute, OutAttribute] T2[,,] indirect, Int32 primcount, Int32 stride) @@ -2789,7 +2789,7 @@ namespace OpenTK.Graphics.OpenGL /// /// Specifies the distance in basic machine units between elements of the draw parameter array. /// - /// + /// [AutoGenerated(Category = "AMD_multi_draw_indirect", Version = "4.0", EntryPoint = "glMultiDrawElementsIndirectAMD")] public static void MultiDrawElementsIndirect(OpenTK.Graphics.OpenGL.AmdMultiDrawIndirect mode, OpenTK.Graphics.OpenGL.AmdMultiDrawIndirect type, [InAttribute, OutAttribute] ref T2 indirect, Int32 primcount, Int32 stride) @@ -8992,7 +8992,7 @@ namespace OpenTK.Graphics.OpenGL /// /// A user supplied pointer that will be passed on each invocation of callback. /// - /// + /// [AutoGenerated(Category = "ARB_debug_output", Version = "4.1", EntryPoint = "glDebugMessageCallbackARB")] public static void DebugMessageCallback(DebugProcArb callback, IntPtr userParam) @@ -9020,7 +9020,7 @@ namespace OpenTK.Graphics.OpenGL /// /// A user supplied pointer that will be passed on each invocation of callback. /// - /// + /// [AutoGenerated(Category = "ARB_debug_output", Version = "4.1", EntryPoint = "glDebugMessageCallbackARB")] public static void DebugMessageCallback(DebugProcArb callback, [InAttribute, OutAttribute] T1[] userParam) @@ -9057,7 +9057,7 @@ namespace OpenTK.Graphics.OpenGL /// /// A user supplied pointer that will be passed on each invocation of callback. /// - /// + /// [AutoGenerated(Category = "ARB_debug_output", Version = "4.1", EntryPoint = "glDebugMessageCallbackARB")] public static void DebugMessageCallback(DebugProcArb callback, [InAttribute, OutAttribute] T1[,] userParam) @@ -9094,7 +9094,7 @@ namespace OpenTK.Graphics.OpenGL /// /// A user supplied pointer that will be passed on each invocation of callback. /// - /// + /// [AutoGenerated(Category = "ARB_debug_output", Version = "4.1", EntryPoint = "glDebugMessageCallbackARB")] public static void DebugMessageCallback(DebugProcArb callback, [InAttribute, OutAttribute] T1[,,] userParam) @@ -9131,7 +9131,7 @@ namespace OpenTK.Graphics.OpenGL /// /// A user supplied pointer that will be passed on each invocation of callback. /// - /// + /// [AutoGenerated(Category = "ARB_debug_output", Version = "4.1", EntryPoint = "glDebugMessageCallbackARB")] public static void DebugMessageCallback(DebugProcArb callback, [InAttribute, OutAttribute] ref T1 userParam) @@ -9189,7 +9189,7 @@ namespace OpenTK.Graphics.OpenGL /// /// A Boolean flag determining whether the selected messages should be enabled or disabled. /// - /// + /// [AutoGenerated(Category = "ARB_debug_output", Version = "4.1", EntryPoint = "glDebugMessageControlARB")] public static void DebugMessageControl(OpenTK.Graphics.OpenGL.ArbDebugOutput source, OpenTK.Graphics.OpenGL.ArbDebugOutput type, OpenTK.Graphics.OpenGL.ArbDebugOutput severity, Int32 count, Int32[] ids, bool enabled) @@ -9243,7 +9243,7 @@ namespace OpenTK.Graphics.OpenGL /// /// A Boolean flag determining whether the selected messages should be enabled or disabled. /// - /// + /// [AutoGenerated(Category = "ARB_debug_output", Version = "4.1", EntryPoint = "glDebugMessageControlARB")] public static void DebugMessageControl(OpenTK.Graphics.OpenGL.ArbDebugOutput source, OpenTK.Graphics.OpenGL.ArbDebugOutput type, OpenTK.Graphics.OpenGL.ArbDebugOutput severity, Int32 count, ref Int32 ids, bool enabled) @@ -9297,7 +9297,7 @@ namespace OpenTK.Graphics.OpenGL /// /// A Boolean flag determining whether the selected messages should be enabled or disabled. /// - /// + /// [System.CLSCompliant(false)] [AutoGenerated(Category = "ARB_debug_output", Version = "4.1", EntryPoint = "glDebugMessageControlARB")] public static @@ -9346,7 +9346,7 @@ namespace OpenTK.Graphics.OpenGL /// /// A Boolean flag determining whether the selected messages should be enabled or disabled. /// - /// + /// [System.CLSCompliant(false)] [AutoGenerated(Category = "ARB_debug_output", Version = "4.1", EntryPoint = "glDebugMessageControlARB")] public static @@ -9401,7 +9401,7 @@ namespace OpenTK.Graphics.OpenGL /// /// A Boolean flag determining whether the selected messages should be enabled or disabled. /// - /// + /// [System.CLSCompliant(false)] [AutoGenerated(Category = "ARB_debug_output", Version = "4.1", EntryPoint = "glDebugMessageControlARB")] public static @@ -9456,7 +9456,7 @@ namespace OpenTK.Graphics.OpenGL /// /// A Boolean flag determining whether the selected messages should be enabled or disabled. /// - /// + /// [System.CLSCompliant(false)] [AutoGenerated(Category = "ARB_debug_output", Version = "4.1", EntryPoint = "glDebugMessageControlARB")] public static @@ -9505,7 +9505,7 @@ namespace OpenTK.Graphics.OpenGL /// /// The address of a character array containing the message to insert. /// - /// + /// [AutoGenerated(Category = "ARB_debug_output", Version = "4.1", EntryPoint = "glDebugMessageInsertARB")] public static void DebugMessageInsert(OpenTK.Graphics.OpenGL.ArbDebugOutput source, OpenTK.Graphics.OpenGL.ArbDebugOutput type, Int32 id, OpenTK.Graphics.OpenGL.ArbDebugOutput severity, Int32 length, String buf) @@ -9553,7 +9553,7 @@ namespace OpenTK.Graphics.OpenGL /// /// The address of a character array containing the message to insert. /// - /// + /// [System.CLSCompliant(false)] [AutoGenerated(Category = "ARB_debug_output", Version = "4.1", EntryPoint = "glDebugMessageInsertARB")] public static @@ -12817,7 +12817,7 @@ namespace OpenTK.Graphics.OpenGL /// /// The address of an array of characters that will receive the messages. /// - /// + /// [AutoGenerated(Category = "ARB_debug_output", Version = "4.1", EntryPoint = "glGetDebugMessageLogARB")] public static Int32 GetDebugMessageLog(Int32 count, Int32 bufsize, [OutAttribute] OpenTK.Graphics.OpenGL.ArbDebugOutput[] sources, [OutAttribute] OpenTK.Graphics.OpenGL.ArbDebugOutput[] types, [OutAttribute] Int32[] ids, [OutAttribute] OpenTK.Graphics.OpenGL.ArbDebugOutput[] severities, [OutAttribute] Int32[] lengths, [OutAttribute] StringBuilder messageLog) @@ -12885,7 +12885,7 @@ namespace OpenTK.Graphics.OpenGL /// /// The address of an array of characters that will receive the messages. /// - /// + /// [AutoGenerated(Category = "ARB_debug_output", Version = "4.1", EntryPoint = "glGetDebugMessageLogARB")] public static Int32 GetDebugMessageLog(Int32 count, Int32 bufsize, [OutAttribute] out OpenTK.Graphics.OpenGL.ArbDebugOutput sources, [OutAttribute] out OpenTK.Graphics.OpenGL.ArbDebugOutput types, [OutAttribute] out Int32 ids, [OutAttribute] out OpenTK.Graphics.OpenGL.ArbDebugOutput severities, [OutAttribute] out Int32 lengths, [OutAttribute] StringBuilder messageLog) @@ -12959,7 +12959,7 @@ namespace OpenTK.Graphics.OpenGL /// /// The address of an array of characters that will receive the messages. /// - /// + /// [System.CLSCompliant(false)] [AutoGenerated(Category = "ARB_debug_output", Version = "4.1", EntryPoint = "glGetDebugMessageLogARB")] public static @@ -13018,7 +13018,7 @@ namespace OpenTK.Graphics.OpenGL /// /// The address of an array of characters that will receive the messages. /// - /// + /// [System.CLSCompliant(false)] [AutoGenerated(Category = "ARB_debug_output", Version = "4.1", EntryPoint = "glGetDebugMessageLogARB")] public static @@ -13087,7 +13087,7 @@ namespace OpenTK.Graphics.OpenGL /// /// The address of an array of characters that will receive the messages. /// - /// + /// [System.CLSCompliant(false)] [AutoGenerated(Category = "ARB_debug_output", Version = "4.1", EntryPoint = "glGetDebugMessageLogARB")] public static @@ -13162,7 +13162,7 @@ namespace OpenTK.Graphics.OpenGL /// /// The address of an array of characters that will receive the messages. /// - /// + /// [System.CLSCompliant(false)] [AutoGenerated(Category = "ARB_debug_output", Version = "4.1", EntryPoint = "glGetDebugMessageLogARB")] public static @@ -34797,7 +34797,7 @@ namespace OpenTK.Graphics.OpenGL /// /// The distance between elements within the buffer. /// - /// + /// [AutoGenerated(Category = "ARB_vertex_attrib_binding", Version = "4.3", EntryPoint = "glBindVertexBuffer")] public static void BindVertexBuffer(Int32 bindingindex, Int32 buffer, IntPtr offset, Int32 stride) @@ -34835,7 +34835,7 @@ namespace OpenTK.Graphics.OpenGL /// /// The distance between elements within the buffer. /// - /// + /// [System.CLSCompliant(false)] [AutoGenerated(Category = "ARB_vertex_attrib_binding", Version = "4.3", EntryPoint = "glBindVertexBuffer")] public static @@ -36287,7 +36287,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", EntryPoint = "glClearBufferData")] public static void ClearBufferData(OpenTK.Graphics.OpenGL.BufferTarget target, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.ArbClearBufferObject type, IntPtr data) @@ -36335,7 +36335,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", EntryPoint = "glClearBufferData")] public static void ClearBufferData(OpenTK.Graphics.OpenGL.BufferTarget target, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.ArbClearBufferObject type, [InAttribute, OutAttribute] T4[] data) @@ -36392,7 +36392,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", EntryPoint = "glClearBufferData")] public static void ClearBufferData(OpenTK.Graphics.OpenGL.BufferTarget target, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.ArbClearBufferObject type, [InAttribute, OutAttribute] T4[,] data) @@ -36449,7 +36449,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", EntryPoint = "glClearBufferData")] public static void ClearBufferData(OpenTK.Graphics.OpenGL.BufferTarget target, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.ArbClearBufferObject type, [InAttribute, OutAttribute] T4[,,] data) @@ -36506,7 +36506,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", EntryPoint = "glClearBufferData")] public static void ClearBufferData(OpenTK.Graphics.OpenGL.BufferTarget target, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.ArbClearBufferObject type, [InAttribute, OutAttribute] ref T4 data) @@ -36896,7 +36896,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", 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.ArbClearBufferObject type, IntPtr data) @@ -36949,7 +36949,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", 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.ArbClearBufferObject type, [InAttribute, OutAttribute] T6[] data) @@ -37011,7 +37011,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", 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.ArbClearBufferObject type, [InAttribute, OutAttribute] T6[,] data) @@ -37073,7 +37073,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", 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.ArbClearBufferObject type, [InAttribute, OutAttribute] T6[,,] data) @@ -37135,7 +37135,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", 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.ArbClearBufferObject type, [InAttribute, OutAttribute] ref T6 data) @@ -44004,7 +44004,7 @@ namespace OpenTK.Graphics.OpenGL /// /// The depth of the region to be copied. /// - /// + /// [AutoGenerated(Category = "ARB_copy_image", 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) @@ -44092,7 +44092,7 @@ namespace OpenTK.Graphics.OpenGL /// /// The depth of the region to be copied. /// - /// + /// [System.CLSCompliant(false)] [AutoGenerated(Category = "ARB_copy_image", Version = "4.3", EntryPoint = "glCopyImageSubData")] public static @@ -44506,7 +44506,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", EntryPoint = "glDebugMessageCallback")] public static void DebugMessageCallback(DebugProc callback, IntPtr userParam) @@ -44534,7 +44534,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", EntryPoint = "glDebugMessageCallback")] public static void DebugMessageCallback(DebugProc callback, [InAttribute, OutAttribute] T1[] userParam) @@ -44571,7 +44571,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", EntryPoint = "glDebugMessageCallback")] public static void DebugMessageCallback(DebugProc callback, [InAttribute, OutAttribute] T1[,] userParam) @@ -44608,7 +44608,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", EntryPoint = "glDebugMessageCallback")] public static void DebugMessageCallback(DebugProc callback, [InAttribute, OutAttribute] T1[,,] userParam) @@ -44645,7 +44645,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", EntryPoint = "glDebugMessageCallback")] public static void DebugMessageCallback(DebugProc callback, [InAttribute, OutAttribute] ref T1 userParam) @@ -44703,7 +44703,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", 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) @@ -44757,7 +44757,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", 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) @@ -44811,7 +44811,7 @@ namespace OpenTK.Graphics.OpenGL /// /// A Boolean flag determining whether the selected messages should be enabled or disabled. /// - /// + /// [System.CLSCompliant(false)] [AutoGenerated(Category = "KHR_debug", Version = "4.3", EntryPoint = "glDebugMessageControl")] public static @@ -44860,7 +44860,7 @@ namespace OpenTK.Graphics.OpenGL /// /// A Boolean flag determining whether the selected messages should be enabled or disabled. /// - /// + /// [System.CLSCompliant(false)] [AutoGenerated(Category = "KHR_debug", Version = "4.3", EntryPoint = "glDebugMessageControl")] public static @@ -44915,7 +44915,7 @@ namespace OpenTK.Graphics.OpenGL /// /// A Boolean flag determining whether the selected messages should be enabled or disabled. /// - /// + /// [System.CLSCompliant(false)] [AutoGenerated(Category = "KHR_debug", Version = "4.3", EntryPoint = "glDebugMessageControl")] public static @@ -44970,7 +44970,7 @@ namespace OpenTK.Graphics.OpenGL /// /// A Boolean flag determining whether the selected messages should be enabled or disabled. /// - /// + /// [System.CLSCompliant(false)] [AutoGenerated(Category = "KHR_debug", Version = "4.3", EntryPoint = "glDebugMessageControl")] public static @@ -45019,7 +45019,7 @@ namespace OpenTK.Graphics.OpenGL /// /// The address of a character array containing the message to insert. /// - /// + /// [AutoGenerated(Category = "KHR_debug", 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) @@ -45067,7 +45067,7 @@ namespace OpenTK.Graphics.OpenGL /// /// The address of a character array containing the message to insert. /// - /// + /// [System.CLSCompliant(false)] [AutoGenerated(Category = "KHR_debug", Version = "4.3", EntryPoint = "glDebugMessageInsert")] public static @@ -47583,7 +47583,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", EntryPoint = "glDispatchCompute")] public static void DispatchCompute(Int32 num_groups_x, Int32 num_groups_y, Int32 num_groups_z) @@ -47616,7 +47616,7 @@ namespace OpenTK.Graphics.OpenGL /// /// The number of work groups to be launched in the Z dimension. /// - /// + /// [System.CLSCompliant(false)] [AutoGenerated(Category = "ARB_compute_shader", Version = "4.3", EntryPoint = "glDispatchCompute")] public static @@ -47640,7 +47640,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", EntryPoint = "glDispatchComputeIndirect")] public static void DispatchComputeIndirect(IntPtr indirect) @@ -53862,7 +53862,7 @@ namespace OpenTK.Graphics.OpenGL /// /// The new value for the parameter named pname. /// - /// + /// [AutoGenerated(Category = "ARB_framebuffer_no_attachments", Version = "4.3", EntryPoint = "glFramebufferParameteri")] public static void FramebufferParameter(OpenTK.Graphics.OpenGL.FramebufferTarget target, OpenTK.Graphics.OpenGL.FramebufferDefaultParameter pname, Int32 param) @@ -60877,7 +60877,7 @@ namespace OpenTK.Graphics.OpenGL /// /// The address of an array of characters that will receive the messages. /// - /// + /// [AutoGenerated(Category = "KHR_debug", Version = "4.3", EntryPoint = "glGetDebugMessageLog")] public static Int32 GetDebugMessageLog(Int32 count, Int32 bufsize, [OutAttribute] OpenTK.Graphics.OpenGL.KhrDebug[] sources, [OutAttribute] OpenTK.Graphics.OpenGL.KhrDebug[] types, [OutAttribute] Int32[] ids, [OutAttribute] OpenTK.Graphics.OpenGL.KhrDebug[] severities, [OutAttribute] Int32[] lengths, [OutAttribute] StringBuilder messageLog) @@ -60945,7 +60945,7 @@ namespace OpenTK.Graphics.OpenGL /// /// The address of an array of characters that will receive the messages. /// - /// + /// [AutoGenerated(Category = "KHR_debug", Version = "4.3", EntryPoint = "glGetDebugMessageLog")] public static Int32 GetDebugMessageLog(Int32 count, Int32 bufsize, [OutAttribute] out OpenTK.Graphics.OpenGL.KhrDebug sources, [OutAttribute] out OpenTK.Graphics.OpenGL.KhrDebug types, [OutAttribute] out Int32 ids, [OutAttribute] out OpenTK.Graphics.OpenGL.KhrDebug severities, [OutAttribute] out Int32 lengths, [OutAttribute] StringBuilder messageLog) @@ -61019,7 +61019,7 @@ namespace OpenTK.Graphics.OpenGL /// /// The address of an array of characters that will receive the messages. /// - /// + /// [System.CLSCompliant(false)] [AutoGenerated(Category = "KHR_debug", Version = "4.3", EntryPoint = "glGetDebugMessageLog")] public static @@ -61078,7 +61078,7 @@ namespace OpenTK.Graphics.OpenGL /// /// The address of an array of characters that will receive the messages. /// - /// + /// [System.CLSCompliant(false)] [AutoGenerated(Category = "KHR_debug", Version = "4.3", EntryPoint = "glGetDebugMessageLog")] public static @@ -61147,7 +61147,7 @@ namespace OpenTK.Graphics.OpenGL /// /// The address of an array of characters that will receive the messages. /// - /// + /// [System.CLSCompliant(false)] [AutoGenerated(Category = "KHR_debug", Version = "4.3", EntryPoint = "glGetDebugMessageLog")] public static @@ -61222,7 +61222,7 @@ namespace OpenTK.Graphics.OpenGL /// /// The address of an array of characters that will receive the messages. /// - /// + /// [System.CLSCompliant(false)] [AutoGenerated(Category = "KHR_debug", Version = "4.3", EntryPoint = "glGetDebugMessageLog")] public static @@ -61867,7 +61867,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", EntryPoint = "glGetFramebufferParameteriv")] public static void GetFramebufferParameter(OpenTK.Graphics.OpenGL.FramebufferTarget target, OpenTK.Graphics.OpenGL.FramebufferDefaultParameter pname, [OutAttribute] Int32[] @params) @@ -61906,7 +61906,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", EntryPoint = "glGetFramebufferParameteriv")] public static void GetFramebufferParameter(OpenTK.Graphics.OpenGL.FramebufferTarget target, OpenTK.Graphics.OpenGL.FramebufferDefaultParameter pname, [OutAttribute] out Int32 @params) @@ -61946,7 +61946,7 @@ namespace OpenTK.Graphics.OpenGL /// /// The address of a variable to receive the value of the parameter named pname. /// - /// + /// [System.CLSCompliant(false)] [AutoGenerated(Category = "ARB_framebuffer_no_attachments", Version = "4.3", EntryPoint = "glGetFramebufferParameteriv")] public static @@ -64525,7 +64525,7 @@ namespace OpenTK.Graphics.OpenGL /// /// The address of a string that will receive the object label. /// - /// + /// [AutoGenerated(Category = "KHR_debug", Version = "4.3", EntryPoint = "glGetObjectLabel")] public static void GetObjectLabel(OpenTK.Graphics.OpenGL.ObjectLabelIdentifier identifier, Int32 name, Int32 bufSize, [OutAttribute] Int32[] length, [OutAttribute] StringBuilder label) @@ -64574,7 +64574,7 @@ namespace OpenTK.Graphics.OpenGL /// /// The address of a string that will receive the object label. /// - /// + /// [AutoGenerated(Category = "KHR_debug", 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) @@ -64624,7 +64624,7 @@ namespace OpenTK.Graphics.OpenGL /// /// The address of a string that will receive the object label. /// - /// + /// [System.CLSCompliant(false)] [AutoGenerated(Category = "KHR_debug", Version = "4.3", EntryPoint = "glGetObjectLabel")] public static @@ -64668,7 +64668,7 @@ namespace OpenTK.Graphics.OpenGL /// /// The address of a string that will receive the object label. /// - /// + /// [System.CLSCompliant(false)] [AutoGenerated(Category = "KHR_debug", Version = "4.3", EntryPoint = "glGetObjectLabel")] public static @@ -64718,7 +64718,7 @@ namespace OpenTK.Graphics.OpenGL /// /// The address of a string that will receive the object label. /// - /// + /// [System.CLSCompliant(false)] [AutoGenerated(Category = "KHR_debug", Version = "4.3", EntryPoint = "glGetObjectLabel")] public static @@ -64769,7 +64769,7 @@ namespace OpenTK.Graphics.OpenGL /// /// The address of a string that will receive the object label. /// - /// + /// [System.CLSCompliant(false)] [AutoGenerated(Category = "KHR_debug", Version = "4.3", EntryPoint = "glGetObjectLabel")] public static @@ -64808,7 +64808,7 @@ namespace OpenTK.Graphics.OpenGL /// /// The address of a string that will receive the object label. /// - /// + /// [AutoGenerated(Category = "KHR_debug", Version = "4.3", EntryPoint = "glGetObjectPtrLabel")] public static void GetObjectPtrLabel(IntPtr ptr, Int32 bufSize, [OutAttribute] Int32[] length, [OutAttribute] StringBuilder label) @@ -64852,7 +64852,7 @@ namespace OpenTK.Graphics.OpenGL /// /// The address of a string that will receive the object label. /// - /// + /// [AutoGenerated(Category = "KHR_debug", Version = "4.3", EntryPoint = "glGetObjectPtrLabel")] public static void GetObjectPtrLabel(IntPtr ptr, Int32 bufSize, [OutAttribute] out Int32 length, [OutAttribute] StringBuilder label) @@ -64897,7 +64897,7 @@ namespace OpenTK.Graphics.OpenGL /// /// The address of a string that will receive the object label. /// - /// + /// [System.CLSCompliant(false)] [AutoGenerated(Category = "KHR_debug", Version = "4.3", EntryPoint = "glGetObjectPtrLabel")] public static @@ -64936,7 +64936,7 @@ namespace OpenTK.Graphics.OpenGL /// /// The address of a string that will receive the object label. /// - /// + /// [AutoGenerated(Category = "KHR_debug", Version = "4.3", EntryPoint = "glGetObjectPtrLabel")] public static void GetObjectPtrLabel([InAttribute, OutAttribute] T0[] ptr, Int32 bufSize, [OutAttribute] Int32[] length, [OutAttribute] StringBuilder label) @@ -64989,7 +64989,7 @@ namespace OpenTK.Graphics.OpenGL /// /// The address of a string that will receive the object label. /// - /// + /// [AutoGenerated(Category = "KHR_debug", Version = "4.3", EntryPoint = "glGetObjectPtrLabel")] public static void GetObjectPtrLabel([InAttribute, OutAttribute] T0[] ptr, Int32 bufSize, [OutAttribute] out Int32 length, [OutAttribute] StringBuilder label) @@ -65043,7 +65043,7 @@ namespace OpenTK.Graphics.OpenGL /// /// The address of a string that will receive the object label. /// - /// + /// [System.CLSCompliant(false)] [AutoGenerated(Category = "KHR_debug", Version = "4.3", EntryPoint = "glGetObjectPtrLabel")] public static @@ -65091,7 +65091,7 @@ namespace OpenTK.Graphics.OpenGL /// /// The address of a string that will receive the object label. /// - /// + /// [AutoGenerated(Category = "KHR_debug", Version = "4.3", EntryPoint = "glGetObjectPtrLabel")] public static void GetObjectPtrLabel([InAttribute, OutAttribute] T0[,] ptr, Int32 bufSize, [OutAttribute] Int32[] length, [OutAttribute] StringBuilder label) @@ -65144,7 +65144,7 @@ namespace OpenTK.Graphics.OpenGL /// /// The address of a string that will receive the object label. /// - /// + /// [AutoGenerated(Category = "KHR_debug", Version = "4.3", EntryPoint = "glGetObjectPtrLabel")] public static void GetObjectPtrLabel([InAttribute, OutAttribute] T0[,] ptr, Int32 bufSize, [OutAttribute] out Int32 length, [OutAttribute] StringBuilder label) @@ -65198,7 +65198,7 @@ namespace OpenTK.Graphics.OpenGL /// /// The address of a string that will receive the object label. /// - /// + /// [System.CLSCompliant(false)] [AutoGenerated(Category = "KHR_debug", Version = "4.3", EntryPoint = "glGetObjectPtrLabel")] public static @@ -65246,7 +65246,7 @@ namespace OpenTK.Graphics.OpenGL /// /// The address of a string that will receive the object label. /// - /// + /// [AutoGenerated(Category = "KHR_debug", Version = "4.3", EntryPoint = "glGetObjectPtrLabel")] public static void GetObjectPtrLabel([InAttribute, OutAttribute] T0[,,] ptr, Int32 bufSize, [OutAttribute] Int32[] length, [OutAttribute] StringBuilder label) @@ -65299,7 +65299,7 @@ namespace OpenTK.Graphics.OpenGL /// /// The address of a string that will receive the object label. /// - /// + /// [AutoGenerated(Category = "KHR_debug", Version = "4.3", EntryPoint = "glGetObjectPtrLabel")] public static void GetObjectPtrLabel([InAttribute, OutAttribute] T0[,,] ptr, Int32 bufSize, [OutAttribute] out Int32 length, [OutAttribute] StringBuilder label) @@ -65353,7 +65353,7 @@ namespace OpenTK.Graphics.OpenGL /// /// The address of a string that will receive the object label. /// - /// + /// [System.CLSCompliant(false)] [AutoGenerated(Category = "KHR_debug", Version = "4.3", EntryPoint = "glGetObjectPtrLabel")] public static @@ -65401,7 +65401,7 @@ namespace OpenTK.Graphics.OpenGL /// /// The address of a string that will receive the object label. /// - /// + /// [AutoGenerated(Category = "KHR_debug", Version = "4.3", EntryPoint = "glGetObjectPtrLabel")] public static void GetObjectPtrLabel([InAttribute, OutAttribute] ref T0 ptr, Int32 bufSize, [OutAttribute] Int32[] length, [OutAttribute] StringBuilder label) @@ -65455,7 +65455,7 @@ namespace OpenTK.Graphics.OpenGL /// /// The address of a string that will receive the object label. /// - /// + /// [AutoGenerated(Category = "KHR_debug", Version = "4.3", EntryPoint = "glGetObjectPtrLabel")] public static void GetObjectPtrLabel([InAttribute, OutAttribute] ref T0 ptr, Int32 bufSize, [OutAttribute] out Int32 length, [OutAttribute] StringBuilder label) @@ -65510,7 +65510,7 @@ namespace OpenTK.Graphics.OpenGL /// /// The address of a string that will receive the object label. /// - /// + /// [System.CLSCompliant(false)] [AutoGenerated(Category = "KHR_debug", Version = "4.3", EntryPoint = "glGetObjectPtrLabel")] public static @@ -67654,7 +67654,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", EntryPoint = "glGetProgramInterfaceiv")] public static void GetProgramInterface(Int32 program, OpenTK.Graphics.OpenGL.ProgramInterface programInterface, OpenTK.Graphics.OpenGL.ProgramInterfaceParameter pname, [OutAttribute] Int32[] @params) @@ -67698,7 +67698,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", EntryPoint = "glGetProgramInterfaceiv")] public static void GetProgramInterface(Int32 program, OpenTK.Graphics.OpenGL.ProgramInterface programInterface, OpenTK.Graphics.OpenGL.ProgramInterfaceParameter pname, [OutAttribute] out Int32 @params) @@ -67743,7 +67743,7 @@ namespace OpenTK.Graphics.OpenGL /// /// The address of a variable to retrieve the value of pname for the program interface. /// - /// + /// [System.CLSCompliant(false)] [AutoGenerated(Category = "ARB_program_interface_query", Version = "4.3", EntryPoint = "glGetProgramInterfaceiv")] public static @@ -67782,7 +67782,7 @@ namespace OpenTK.Graphics.OpenGL /// /// The address of a variable to retrieve the value of pname for the program interface. /// - /// + /// [System.CLSCompliant(false)] [AutoGenerated(Category = "ARB_program_interface_query", Version = "4.3", EntryPoint = "glGetProgramInterfaceiv")] public static @@ -67827,7 +67827,7 @@ namespace OpenTK.Graphics.OpenGL /// /// The address of a variable to retrieve the value of pname for the program interface. /// - /// + /// [System.CLSCompliant(false)] [AutoGenerated(Category = "ARB_program_interface_query", Version = "4.3", EntryPoint = "glGetProgramInterfaceiv")] public static @@ -67873,7 +67873,7 @@ namespace OpenTK.Graphics.OpenGL /// /// The address of a variable to retrieve the value of pname for the program interface. /// - /// + /// [System.CLSCompliant(false)] [AutoGenerated(Category = "ARB_program_interface_query", Version = "4.3", EntryPoint = "glGetProgramInterfaceiv")] public static @@ -68532,7 +68532,7 @@ namespace OpenTK.Graphics.OpenGL /// /// The name of the resource to query the index of. /// - /// + /// [AutoGenerated(Category = "ARB_program_interface_query", Version = "4.3", EntryPoint = "glGetProgramResourceIndex")] public static Int32 GetProgramResourceIndex(Int32 program, OpenTK.Graphics.OpenGL.ProgramInterface programInterface, String name) @@ -68565,7 +68565,7 @@ namespace OpenTK.Graphics.OpenGL /// /// The name of the resource to query the index of. /// - /// + /// [System.CLSCompliant(false)] [AutoGenerated(Category = "ARB_program_interface_query", Version = "4.3", EntryPoint = "glGetProgramResourceIndex")] public static @@ -68594,7 +68594,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", 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) @@ -68630,7 +68630,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", 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) @@ -68668,7 +68668,7 @@ namespace OpenTK.Graphics.OpenGL /// /// A token identifying the interface within program containing the resource named name. /// - /// + /// [System.CLSCompliant(false)] [AutoGenerated(Category = "ARB_program_interface_query", Version = "4.3", EntryPoint = "glGetProgramResourceiv")] public static @@ -68697,7 +68697,7 @@ namespace OpenTK.Graphics.OpenGL /// /// A token identifying the interface within program containing the resource named name. /// - /// + /// [System.CLSCompliant(false)] [AutoGenerated(Category = "ARB_program_interface_query", Version = "4.3", EntryPoint = "glGetProgramResourceiv")] public static @@ -68734,7 +68734,7 @@ namespace OpenTK.Graphics.OpenGL /// /// A token identifying the interface within program containing the resource named name. /// - /// + /// [System.CLSCompliant(false)] [AutoGenerated(Category = "ARB_program_interface_query", Version = "4.3", EntryPoint = "glGetProgramResourceiv")] public static @@ -68773,7 +68773,7 @@ namespace OpenTK.Graphics.OpenGL /// /// A token identifying the interface within program containing the resource named name. /// - /// + /// [System.CLSCompliant(false)] [AutoGenerated(Category = "ARB_program_interface_query", Version = "4.3", EntryPoint = "glGetProgramResourceiv")] public static @@ -68807,7 +68807,7 @@ namespace OpenTK.Graphics.OpenGL /// /// The name of the resource to query the location of. /// - /// + /// [AutoGenerated(Category = "ARB_program_interface_query", Version = "4.3", EntryPoint = "glGetProgramResourceLocation")] public static Int32 GetProgramResourceLocation(Int32 program, OpenTK.Graphics.OpenGL.ProgramInterface programInterface, String name) @@ -68840,7 +68840,7 @@ namespace OpenTK.Graphics.OpenGL /// /// The name of the resource to query the location of. /// - /// + /// [System.CLSCompliant(false)] [AutoGenerated(Category = "ARB_program_interface_query", Version = "4.3", EntryPoint = "glGetProgramResourceLocation")] public static @@ -68874,7 +68874,7 @@ namespace OpenTK.Graphics.OpenGL /// /// The name of the resource to query the location of. /// - /// + /// [AutoGenerated(Category = "ARB_program_interface_query", Version = "4.3", EntryPoint = "glGetProgramResourceLocationIndex")] public static Int32 GetProgramResourceLocationIndex(Int32 program, OpenTK.Graphics.OpenGL.ProgramInterface programInterface, String name) @@ -68907,7 +68907,7 @@ namespace OpenTK.Graphics.OpenGL /// /// The name of the resource to query the location of. /// - /// + /// [System.CLSCompliant(false)] [AutoGenerated(Category = "ARB_program_interface_query", Version = "4.3", EntryPoint = "glGetProgramResourceLocationIndex")] public static @@ -68956,7 +68956,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", EntryPoint = "glGetProgramResourceName")] public static void GetProgramResourceName(Int32 program, OpenTK.Graphics.OpenGL.ProgramInterface programInterface, Int32 index, Int32 bufSize, [OutAttribute] Int32[] length, [OutAttribute] StringBuilder name) @@ -69010,7 +69010,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", EntryPoint = "glGetProgramResourceName")] public static void GetProgramResourceName(Int32 program, OpenTK.Graphics.OpenGL.ProgramInterface programInterface, Int32 index, Int32 bufSize, [OutAttribute] out Int32 length, [OutAttribute] StringBuilder name) @@ -69065,7 +69065,7 @@ namespace OpenTK.Graphics.OpenGL /// /// The address of a character array into which will be written the name of the resource. /// - /// + /// [System.CLSCompliant(false)] [AutoGenerated(Category = "ARB_program_interface_query", Version = "4.3", EntryPoint = "glGetProgramResourceName")] public static @@ -69114,7 +69114,7 @@ namespace OpenTK.Graphics.OpenGL /// /// The address of a character array into which will be written the name of the resource. /// - /// + /// [System.CLSCompliant(false)] [AutoGenerated(Category = "ARB_program_interface_query", Version = "4.3", EntryPoint = "glGetProgramResourceName")] public static @@ -69169,7 +69169,7 @@ namespace OpenTK.Graphics.OpenGL /// /// The address of a character array into which will be written the name of the resource. /// - /// + /// [System.CLSCompliant(false)] [AutoGenerated(Category = "ARB_program_interface_query", Version = "4.3", EntryPoint = "glGetProgramResourceName")] public static @@ -69225,7 +69225,7 @@ namespace OpenTK.Graphics.OpenGL /// /// The address of a character array into which will be written the name of the resource. /// - /// + /// [System.CLSCompliant(false)] [AutoGenerated(Category = "ARB_program_interface_query", Version = "4.3", EntryPoint = "glGetProgramResourceName")] public static @@ -78139,7 +78139,7 @@ namespace OpenTK.Graphics.OpenGL /// /// The name of a buffer object whose data store to invalidate. /// - /// + /// [AutoGenerated(Category = "ARB_invalidate_subdata", Version = "4.3", EntryPoint = "glInvalidateBufferData")] public static void InvalidateBufferData(Int32 buffer) @@ -78162,7 +78162,7 @@ namespace OpenTK.Graphics.OpenGL /// /// The name of a buffer object whose data store to invalidate. /// - /// + /// [System.CLSCompliant(false)] [AutoGenerated(Category = "ARB_invalidate_subdata", Version = "4.3", EntryPoint = "glInvalidateBufferData")] public static @@ -78196,7 +78196,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", EntryPoint = "glInvalidateBufferSubData")] public static void InvalidateBufferSubData(Int32 buffer, IntPtr offset, IntPtr length) @@ -78229,7 +78229,7 @@ namespace OpenTK.Graphics.OpenGL /// /// The length of the range within the buffer's data store to be invalidated. /// - /// + /// [System.CLSCompliant(false)] [AutoGenerated(Category = "ARB_invalidate_subdata", Version = "4.3", EntryPoint = "glInvalidateBufferSubData")] public static @@ -78263,7 +78263,7 @@ namespace OpenTK.Graphics.OpenGL /// /// The address of an array identifying the attachments to be invalidated. /// - /// + /// [AutoGenerated(Category = "ARB_invalidate_subdata", Version = "4.3", EntryPoint = "glInvalidateFramebuffer")] public static void InvalidateFramebuffer(OpenTK.Graphics.OpenGL.FramebufferTarget target, Int32 numAttachments, OpenTK.Graphics.OpenGL.FramebufferAttachment[] attachments) @@ -78302,7 +78302,7 @@ namespace OpenTK.Graphics.OpenGL /// /// The address of an array identifying the attachments to be invalidated. /// - /// + /// [AutoGenerated(Category = "ARB_invalidate_subdata", Version = "4.3", EntryPoint = "glInvalidateFramebuffer")] public static void InvalidateFramebuffer(OpenTK.Graphics.OpenGL.FramebufferTarget target, Int32 numAttachments, ref OpenTK.Graphics.OpenGL.FramebufferAttachment attachments) @@ -78341,7 +78341,7 @@ namespace OpenTK.Graphics.OpenGL /// /// The address of an array identifying the attachments to be invalidated. /// - /// + /// [System.CLSCompliant(false)] [AutoGenerated(Category = "ARB_invalidate_subdata", Version = "4.3", EntryPoint = "glInvalidateFramebuffer")] public static @@ -78395,7 +78395,7 @@ namespace OpenTK.Graphics.OpenGL /// /// The height of the region to be invalidated. /// - /// + /// [AutoGenerated(Category = "ARB_invalidate_subdata", 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) @@ -78454,7 +78454,7 @@ namespace OpenTK.Graphics.OpenGL /// /// The height of the region to be invalidated. /// - /// + /// [AutoGenerated(Category = "ARB_invalidate_subdata", 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) @@ -78513,7 +78513,7 @@ namespace OpenTK.Graphics.OpenGL /// /// The height of the region to be invalidated. /// - /// + /// [System.CLSCompliant(false)] [AutoGenerated(Category = "ARB_invalidate_subdata", Version = "4.3", EntryPoint = "glInvalidateSubFramebuffer")] public static @@ -78542,7 +78542,7 @@ namespace OpenTK.Graphics.OpenGL /// /// The level of detail of the texture object to invalidate. /// - /// + /// [AutoGenerated(Category = "ARB_invalidate_subdata", Version = "4.3", EntryPoint = "glInvalidateTexImage")] public static void InvalidateTexImage(Int32 texture, Int32 level) @@ -78570,7 +78570,7 @@ namespace OpenTK.Graphics.OpenGL /// /// The level of detail of the texture object to invalidate. /// - /// + /// [System.CLSCompliant(false)] [AutoGenerated(Category = "ARB_invalidate_subdata", Version = "4.3", EntryPoint = "glInvalidateTexImage")] public static @@ -78629,7 +78629,7 @@ namespace OpenTK.Graphics.OpenGL /// /// The depth of the region to be invalidated. /// - /// + /// [AutoGenerated(Category = "ARB_invalidate_subdata", 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) @@ -78687,7 +78687,7 @@ namespace OpenTK.Graphics.OpenGL /// /// The depth of the region to be invalidated. /// - /// + /// [System.CLSCompliant(false)] [AutoGenerated(Category = "ARB_invalidate_subdata", Version = "4.3", EntryPoint = "glInvalidateTexSubImage")] public static @@ -81703,7 +81703,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", EntryPoint = "glMultiDrawArraysIndirect")] public static void MultiDrawArraysIndirect(OpenTK.Graphics.OpenGL.PrimitiveType mode, IntPtr indirect, Int32 drawcount, Int32 stride) @@ -81741,7 +81741,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", EntryPoint = "glMultiDrawArraysIndirect")] public static void MultiDrawArraysIndirect(OpenTK.Graphics.OpenGL.PrimitiveType mode, [InAttribute, OutAttribute] T1[] indirect, Int32 drawcount, Int32 stride) @@ -81788,7 +81788,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", EntryPoint = "glMultiDrawArraysIndirect")] public static void MultiDrawArraysIndirect(OpenTK.Graphics.OpenGL.PrimitiveType mode, [InAttribute, OutAttribute] T1[,] indirect, Int32 drawcount, Int32 stride) @@ -81835,7 +81835,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", EntryPoint = "glMultiDrawArraysIndirect")] public static void MultiDrawArraysIndirect(OpenTK.Graphics.OpenGL.PrimitiveType mode, [InAttribute, OutAttribute] T1[,,] indirect, Int32 drawcount, Int32 stride) @@ -81882,7 +81882,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", EntryPoint = "glMultiDrawArraysIndirect")] public static void MultiDrawArraysIndirect(OpenTK.Graphics.OpenGL.PrimitiveType mode, [InAttribute, OutAttribute] ref T1 indirect, Int32 drawcount, Int32 stride) @@ -83662,7 +83662,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", EntryPoint = "glMultiDrawElementsIndirect")] public static void MultiDrawElementsIndirect(OpenTK.Graphics.OpenGL.ArbMultiDrawIndirect mode, OpenTK.Graphics.OpenGL.ArbMultiDrawIndirect type, IntPtr indirect, Int32 drawcount, Int32 stride) @@ -83705,7 +83705,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", EntryPoint = "glMultiDrawElementsIndirect")] public static void MultiDrawElementsIndirect(OpenTK.Graphics.OpenGL.ArbMultiDrawIndirect mode, OpenTK.Graphics.OpenGL.ArbMultiDrawIndirect type, [InAttribute, OutAttribute] T2[] indirect, Int32 drawcount, Int32 stride) @@ -83757,7 +83757,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", EntryPoint = "glMultiDrawElementsIndirect")] public static void MultiDrawElementsIndirect(OpenTK.Graphics.OpenGL.ArbMultiDrawIndirect mode, OpenTK.Graphics.OpenGL.ArbMultiDrawIndirect type, [InAttribute, OutAttribute] T2[,] indirect, Int32 drawcount, Int32 stride) @@ -83809,7 +83809,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", EntryPoint = "glMultiDrawElementsIndirect")] public static void MultiDrawElementsIndirect(OpenTK.Graphics.OpenGL.ArbMultiDrawIndirect mode, OpenTK.Graphics.OpenGL.ArbMultiDrawIndirect type, [InAttribute, OutAttribute] T2[,,] indirect, Int32 drawcount, Int32 stride) @@ -83861,7 +83861,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", EntryPoint = "glMultiDrawElementsIndirect")] public static void MultiDrawElementsIndirect(OpenTK.Graphics.OpenGL.ArbMultiDrawIndirect mode, OpenTK.Graphics.OpenGL.ArbMultiDrawIndirect type, [InAttribute, OutAttribute] ref T2 indirect, Int32 drawcount, Int32 stride) @@ -87244,7 +87244,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", EntryPoint = "glObjectLabel")] public static void ObjectLabel(OpenTK.Graphics.OpenGL.ObjectLabelIdentifier identifier, Int32 name, Int32 length, String label) @@ -87282,7 +87282,7 @@ namespace OpenTK.Graphics.OpenGL /// /// The address of a string containing the label to assign to the object. /// - /// + /// [System.CLSCompliant(false)] [AutoGenerated(Category = "KHR_debug", Version = "4.3", EntryPoint = "glObjectLabel")] public static @@ -87316,7 +87316,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", EntryPoint = "glObjectPtrLabel")] public static void ObjectPtrLabel(IntPtr ptr, Int32 length, String label) @@ -87349,7 +87349,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", EntryPoint = "glObjectPtrLabel")] public static void ObjectPtrLabel([InAttribute, OutAttribute] T0[] ptr, Int32 length, String label) @@ -87391,7 +87391,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", EntryPoint = "glObjectPtrLabel")] public static void ObjectPtrLabel([InAttribute, OutAttribute] T0[,] ptr, Int32 length, String label) @@ -87433,7 +87433,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", EntryPoint = "glObjectPtrLabel")] public static void ObjectPtrLabel([InAttribute, OutAttribute] T0[,,] ptr, Int32 length, String label) @@ -87475,7 +87475,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", EntryPoint = "glObjectPtrLabel")] public static void ObjectPtrLabel([InAttribute, OutAttribute] ref T0 ptr, Int32 length, String label) @@ -88873,7 +88873,7 @@ namespace OpenTK.Graphics.OpenGL /// [requires: v4.3 and KHR_debug] /// Pop the active debug group - /// + /// [AutoGenerated(Category = "KHR_debug", Version = "4.3", EntryPoint = "glPopDebugGroup")] public static void PopDebugGroup() @@ -95689,7 +95689,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", EntryPoint = "glPushDebugGroup")] public static void PushDebugGroup(OpenTK.Graphics.OpenGL.DebugSourceExternal source, Int32 id, Int32 length, String message) @@ -95727,7 +95727,7 @@ namespace OpenTK.Graphics.OpenGL /// /// The a string containing the message to be sent to the debug output stream. /// - /// + /// [System.CLSCompliant(false)] [AutoGenerated(Category = "KHR_debug", Version = "4.3", EntryPoint = "glPushDebugGroup")] public static @@ -103266,7 +103266,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", EntryPoint = "glShaderStorageBlockBinding")] public static void ShaderStorageBlockBinding(Int32 program, Int32 storageBlockIndex, Int32 storageBlockBinding) @@ -103299,7 +103299,7 @@ namespace OpenTK.Graphics.OpenGL /// /// The index storage block binding to associate with the specified storage block. /// - /// + /// [System.CLSCompliant(false)] [AutoGenerated(Category = "ARB_shader_storage_buffer_object", Version = "4.3", EntryPoint = "glShaderStorageBlockBinding")] public static @@ -103729,7 +103729,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", EntryPoint = "glTexBufferRange")] public static void TexBufferRange(OpenTK.Graphics.OpenGL.TextureBufferTarget target, OpenTK.Graphics.OpenGL.SizedInternalFormat internalformat, Int32 buffer, IntPtr offset, IntPtr size) @@ -103772,7 +103772,7 @@ namespace OpenTK.Graphics.OpenGL /// /// Specifies the size of the range of the buffer's data store to attach. /// - /// + /// [System.CLSCompliant(false)] [AutoGenerated(Category = "ARB_texture_buffer_range", Version = "4.3", EntryPoint = "glTexBufferRange")] public static @@ -107862,7 +107862,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", EntryPoint = "glTexStorage2DMultisample")] public static void TexStorage2DMultisample(OpenTK.Graphics.OpenGL.TextureTargetMultisample2d target, Int32 samples, OpenTK.Graphics.OpenGL.SizedInternalFormat internalformat, Int32 width, Int32 height, bool fixedsamplelocations) @@ -107963,7 +107963,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", 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) @@ -109077,7 +109077,7 @@ namespace OpenTK.Graphics.OpenGL /// /// Specifies the number of layers to include in the view. /// - /// + /// [AutoGenerated(Category = "ARB_texture_view", 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) @@ -109135,7 +109135,7 @@ namespace OpenTK.Graphics.OpenGL /// /// Specifies the number of layers to include in the view. /// - /// + /// [System.CLSCompliant(false)] [AutoGenerated(Category = "ARB_texture_view", Version = "4.3", EntryPoint = "glTextureView")] public static @@ -117961,7 +117961,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", EntryPoint = "glVertexAttribBinding")] public static void VertexAttribBinding(Int32 attribindex, Int32 bindingindex) @@ -117989,7 +117989,7 @@ namespace OpenTK.Graphics.OpenGL /// /// The index of the vertex buffer binding with which to associate the generic vertex attribute. /// - /// + /// [System.CLSCompliant(false)] [AutoGenerated(Category = "ARB_vertex_attrib_binding", Version = "4.3", EntryPoint = "glVertexAttribBinding")] public static @@ -118090,7 +118090,7 @@ namespace OpenTK.Graphics.OpenGL /// /// The distance between elements within the buffer. /// - /// + /// [AutoGenerated(Category = "ARB_vertex_attrib_binding", Version = "4.3", EntryPoint = "glVertexAttribFormat")] public static void VertexAttribFormat(Int32 attribindex, Int32 size, OpenTK.Graphics.OpenGL.VertexAttribType type, bool normalized, Int32 relativeoffset) @@ -118133,7 +118133,7 @@ namespace OpenTK.Graphics.OpenGL /// /// The distance between elements within the buffer. /// - /// + /// [System.CLSCompliant(false)] [AutoGenerated(Category = "ARB_vertex_attrib_binding", Version = "4.3", EntryPoint = "glVertexAttribFormat")] public static @@ -121129,7 +121129,7 @@ namespace OpenTK.Graphics.OpenGL /// /// The new value for the instance step rate to apply. /// - /// + /// [AutoGenerated(Category = "ARB_vertex_attrib_binding", Version = "4.3", EntryPoint = "glVertexBindingDivisor")] public static void VertexBindingDivisor(Int32 bindingindex, Int32 divisor) @@ -121157,7 +121157,7 @@ namespace OpenTK.Graphics.OpenGL /// /// The new value for the instance step rate to apply. /// - /// + /// [System.CLSCompliant(false)] [AutoGenerated(Category = "ARB_vertex_attrib_binding", Version = "4.3", EntryPoint = "glVertexBindingDivisor")] public static @@ -135139,7 +135139,7 @@ namespace OpenTK.Graphics.OpenGL /// /// The address of a variable to receive the value of the parameter named pname. /// - /// + /// [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetFramebufferParameterivEXT")] public static void GetFramebufferParameter(Int32 framebuffer, OpenTK.Graphics.OpenGL.ExtDirectStateAccess pname, [OutAttribute] Int32[] @params) @@ -135178,7 +135178,7 @@ namespace OpenTK.Graphics.OpenGL /// /// The address of a variable to receive the value of the parameter named pname. /// - /// + /// [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetFramebufferParameterivEXT")] public static void GetFramebufferParameter(Int32 framebuffer, OpenTK.Graphics.OpenGL.ExtDirectStateAccess pname, [OutAttribute] out Int32 @params) @@ -135218,7 +135218,7 @@ namespace OpenTK.Graphics.OpenGL /// /// The address of a variable to receive the value of the parameter named pname. /// - /// + /// [System.CLSCompliant(false)] [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetFramebufferParameterivEXT")] public static @@ -135252,7 +135252,7 @@ namespace OpenTK.Graphics.OpenGL /// /// The address of a variable to receive the value of the parameter named pname. /// - /// + /// [System.CLSCompliant(false)] [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetFramebufferParameterivEXT")] public static @@ -135292,7 +135292,7 @@ namespace OpenTK.Graphics.OpenGL /// /// The address of a variable to receive the value of the parameter named pname. /// - /// + /// [System.CLSCompliant(false)] [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetFramebufferParameterivEXT")] public static @@ -135333,7 +135333,7 @@ namespace OpenTK.Graphics.OpenGL /// /// The address of a variable to receive the value of the parameter named pname. /// - /// + /// [System.CLSCompliant(false)] [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetFramebufferParameterivEXT")] public static @@ -173198,7 +173198,7 @@ namespace OpenTK.Graphics.OpenGL /// /// The depth of the region to be copied. /// - /// + /// [AutoGenerated(Category = "NV_copy_image", Version = "1.2", EntryPoint = "glCopyImageSubDataNV")] public static void CopyImageSubData(Int32 srcName, OpenTK.Graphics.OpenGL.NvCopyImage srcTarget, Int32 srcLevel, Int32 srcX, Int32 srcY, Int32 srcZ, Int32 dstName, OpenTK.Graphics.OpenGL.NvCopyImage dstTarget, Int32 dstLevel, Int32 dstX, Int32 dstY, Int32 dstZ, Int32 width, Int32 height, Int32 depth) @@ -173286,7 +173286,7 @@ namespace OpenTK.Graphics.OpenGL /// /// The depth of the region to be copied. /// - /// + /// [System.CLSCompliant(false)] [AutoGenerated(Category = "NV_copy_image", Version = "1.2", EntryPoint = "glCopyImageSubDataNV")] public static @@ -205687,7 +205687,7 @@ namespace OpenTK.Graphics.OpenGL /// /// The distance between elements within the buffer. /// - /// + /// [AutoGenerated(Category = "NV_vertex_buffer_unified_memory", Version = "1.2", EntryPoint = "glVertexAttribFormatNV")] public static void VertexAttribFormat(Int32 index, Int32 size, OpenTK.Graphics.OpenGL.NvVertexBufferUnifiedMemory type, bool normalized, Int32 stride) @@ -205730,7 +205730,7 @@ namespace OpenTK.Graphics.OpenGL /// /// The distance between elements within the buffer. /// - /// + /// [System.CLSCompliant(false)] [AutoGenerated(Category = "NV_vertex_buffer_unified_memory", Version = "1.2", EntryPoint = "glVertexAttribFormatNV")] public static