From cd9dcb2cb5f7442e95bb1e3be97c3c9075afde26 Mon Sep 17 00:00:00 2001 From: the_fiddler Date: Wed, 13 Oct 2010 23:14:27 +0000 Subject: [PATCH] Update to latest version of generator. --- Source/OpenTK/Graphics/OpenGL/GL.cs | 19052 ++++++++++------- Source/OpenTK/Graphics/OpenGL/GLCore.cs | 4 +- Source/OpenTK/Graphics/OpenGL/GLDelegates.cs | 4 +- Source/OpenTK/Graphics/OpenGL/GLEnums.cs | 1 + 4 files changed, 11159 insertions(+), 7902 deletions(-) diff --git a/Source/OpenTK/Graphics/OpenGL/GL.cs b/Source/OpenTK/Graphics/OpenGL/GL.cs index 88511937..529a874f 100644 --- a/Source/OpenTK/Graphics/OpenGL/GL.cs +++ b/Source/OpenTK/Graphics/OpenGL/GL.cs @@ -40,7 +40,8 @@ namespace OpenTK.Graphics.OpenGL public static partial class GL_3dfx { - [AutoGenerated(Category = "3DfxTbuffer", Version = "1.2", EntryPoint = "glTbufferMask3DFX")] + /// [requires: 3DFX_tbuffer] + [AutoGenerated(Category = "3DFX_tbuffer", Version = "1.2", EntryPoint = "glTbufferMask3DFX")] public static void TbufferMask(Int32 mask) { @@ -54,8 +55,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: 3DFX_tbuffer] [System.CLSCompliant(false)] - [AutoGenerated(Category = "3DfxTbuffer", Version = "1.2", EntryPoint = "glTbufferMask3DFX")] + [AutoGenerated(Category = "3DFX_tbuffer", Version = "1.2", EntryPoint = "glTbufferMask3DFX")] public static void TbufferMask(UInt32 mask) { @@ -73,7 +75,8 @@ namespace OpenTK.Graphics.OpenGL public static partial class Amd { - [AutoGenerated(Category = "AmdPerformanceMonitor", Version = "1.2", EntryPoint = "glBeginPerfMonitorAMD")] + /// [requires: AMD_performance_monitor] + [AutoGenerated(Category = "AMD_performance_monitor", Version = "1.2", EntryPoint = "glBeginPerfMonitorAMD")] public static void BeginPerfMonitor(Int32 monitor) { @@ -87,8 +90,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: AMD_performance_monitor] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AmdPerformanceMonitor", Version = "1.2", EntryPoint = "glBeginPerfMonitorAMD")] + [AutoGenerated(Category = "AMD_performance_monitor", Version = "1.2", EntryPoint = "glBeginPerfMonitorAMD")] public static void BeginPerfMonitor(UInt32 monitor) { @@ -102,7 +106,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AmdDrawBuffersBlend", Version = "2.0", EntryPoint = "glBlendEquationIndexedAMD")] + /// [requires: AMD_draw_buffers_blend] + [AutoGenerated(Category = "AMD_draw_buffers_blend", Version = "2.0", EntryPoint = "glBlendEquationIndexedAMD")] public static void BlendEquationIndexed(Int32 buf, OpenTK.Graphics.OpenGL.AmdDrawBuffersBlend mode) { @@ -116,8 +121,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: AMD_draw_buffers_blend] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AmdDrawBuffersBlend", Version = "2.0", EntryPoint = "glBlendEquationIndexedAMD")] + [AutoGenerated(Category = "AMD_draw_buffers_blend", Version = "2.0", EntryPoint = "glBlendEquationIndexedAMD")] public static void BlendEquationIndexed(UInt32 buf, OpenTK.Graphics.OpenGL.AmdDrawBuffersBlend mode) { @@ -131,7 +137,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AmdDrawBuffersBlend", Version = "2.0", EntryPoint = "glBlendEquationSeparateIndexedAMD")] + /// [requires: AMD_draw_buffers_blend] + [AutoGenerated(Category = "AMD_draw_buffers_blend", Version = "2.0", EntryPoint = "glBlendEquationSeparateIndexedAMD")] public static void BlendEquationSeparateIndexed(Int32 buf, OpenTK.Graphics.OpenGL.AmdDrawBuffersBlend modeRGB, OpenTK.Graphics.OpenGL.AmdDrawBuffersBlend modeAlpha) { @@ -145,8 +152,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: AMD_draw_buffers_blend] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AmdDrawBuffersBlend", Version = "2.0", EntryPoint = "glBlendEquationSeparateIndexedAMD")] + [AutoGenerated(Category = "AMD_draw_buffers_blend", Version = "2.0", EntryPoint = "glBlendEquationSeparateIndexedAMD")] public static void BlendEquationSeparateIndexed(UInt32 buf, OpenTK.Graphics.OpenGL.AmdDrawBuffersBlend modeRGB, OpenTK.Graphics.OpenGL.AmdDrawBuffersBlend modeAlpha) { @@ -160,7 +168,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AmdDrawBuffersBlend", Version = "2.0", EntryPoint = "glBlendFuncIndexedAMD")] + /// [requires: AMD_draw_buffers_blend] + [AutoGenerated(Category = "AMD_draw_buffers_blend", Version = "2.0", EntryPoint = "glBlendFuncIndexedAMD")] public static void BlendFuncIndexed(Int32 buf, OpenTK.Graphics.OpenGL.AmdDrawBuffersBlend src, OpenTK.Graphics.OpenGL.AmdDrawBuffersBlend dst) { @@ -174,8 +183,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: AMD_draw_buffers_blend] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AmdDrawBuffersBlend", Version = "2.0", EntryPoint = "glBlendFuncIndexedAMD")] + [AutoGenerated(Category = "AMD_draw_buffers_blend", Version = "2.0", EntryPoint = "glBlendFuncIndexedAMD")] public static void BlendFuncIndexed(UInt32 buf, OpenTK.Graphics.OpenGL.AmdDrawBuffersBlend src, OpenTK.Graphics.OpenGL.AmdDrawBuffersBlend dst) { @@ -189,7 +199,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AmdDrawBuffersBlend", Version = "2.0", EntryPoint = "glBlendFuncSeparateIndexedAMD")] + /// [requires: AMD_draw_buffers_blend] + [AutoGenerated(Category = "AMD_draw_buffers_blend", Version = "2.0", EntryPoint = "glBlendFuncSeparateIndexedAMD")] public static void BlendFuncSeparateIndexed(Int32 buf, OpenTK.Graphics.OpenGL.AmdDrawBuffersBlend srcRGB, OpenTK.Graphics.OpenGL.AmdDrawBuffersBlend dstRGB, OpenTK.Graphics.OpenGL.AmdDrawBuffersBlend srcAlpha, OpenTK.Graphics.OpenGL.AmdDrawBuffersBlend dstAlpha) { @@ -203,8 +214,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: AMD_draw_buffers_blend] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AmdDrawBuffersBlend", Version = "2.0", EntryPoint = "glBlendFuncSeparateIndexedAMD")] + [AutoGenerated(Category = "AMD_draw_buffers_blend", Version = "2.0", EntryPoint = "glBlendFuncSeparateIndexedAMD")] public static void BlendFuncSeparateIndexed(UInt32 buf, OpenTK.Graphics.OpenGL.AmdDrawBuffersBlend srcRGB, OpenTK.Graphics.OpenGL.AmdDrawBuffersBlend dstRGB, OpenTK.Graphics.OpenGL.AmdDrawBuffersBlend srcAlpha, OpenTK.Graphics.OpenGL.AmdDrawBuffersBlend dstAlpha) { @@ -218,7 +230,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AmdPerformanceMonitor", Version = "1.2", EntryPoint = "glDeletePerfMonitorsAMD")] + /// [requires: AMD_performance_monitor] + [AutoGenerated(Category = "AMD_performance_monitor", Version = "1.2", EntryPoint = "glDeletePerfMonitorsAMD")] public static void DeletePerfMonitors(Int32 n, [OutAttribute] Int32[] monitors) { @@ -238,7 +251,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AmdPerformanceMonitor", Version = "1.2", EntryPoint = "glDeletePerfMonitorsAMD")] + /// [requires: AMD_performance_monitor] + [AutoGenerated(Category = "AMD_performance_monitor", Version = "1.2", EntryPoint = "glDeletePerfMonitorsAMD")] public static void DeletePerfMonitors(Int32 n, [OutAttribute] out Int32 monitors) { @@ -259,8 +273,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: AMD_performance_monitor] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AmdPerformanceMonitor", Version = "1.2", EntryPoint = "glDeletePerfMonitorsAMD")] + [AutoGenerated(Category = "AMD_performance_monitor", Version = "1.2", EntryPoint = "glDeletePerfMonitorsAMD")] public static unsafe void DeletePerfMonitors(Int32 n, [OutAttribute] Int32* monitors) { @@ -274,8 +289,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: AMD_performance_monitor] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AmdPerformanceMonitor", Version = "1.2", EntryPoint = "glDeletePerfMonitorsAMD")] + [AutoGenerated(Category = "AMD_performance_monitor", Version = "1.2", EntryPoint = "glDeletePerfMonitorsAMD")] public static void DeletePerfMonitors(Int32 n, [OutAttribute] UInt32[] monitors) { @@ -295,8 +311,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: AMD_performance_monitor] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AmdPerformanceMonitor", Version = "1.2", EntryPoint = "glDeletePerfMonitorsAMD")] + [AutoGenerated(Category = "AMD_performance_monitor", Version = "1.2", EntryPoint = "glDeletePerfMonitorsAMD")] public static void DeletePerfMonitors(Int32 n, [OutAttribute] out UInt32 monitors) { @@ -317,8 +334,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: AMD_performance_monitor] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AmdPerformanceMonitor", Version = "1.2", EntryPoint = "glDeletePerfMonitorsAMD")] + [AutoGenerated(Category = "AMD_performance_monitor", Version = "1.2", EntryPoint = "glDeletePerfMonitorsAMD")] public static unsafe void DeletePerfMonitors(Int32 n, [OutAttribute] UInt32* monitors) { @@ -332,7 +350,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AmdPerformanceMonitor", Version = "1.2", EntryPoint = "glEndPerfMonitorAMD")] + /// [requires: AMD_performance_monitor] + [AutoGenerated(Category = "AMD_performance_monitor", Version = "1.2", EntryPoint = "glEndPerfMonitorAMD")] public static void EndPerfMonitor(Int32 monitor) { @@ -346,8 +365,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: AMD_performance_monitor] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AmdPerformanceMonitor", Version = "1.2", EntryPoint = "glEndPerfMonitorAMD")] + [AutoGenerated(Category = "AMD_performance_monitor", Version = "1.2", EntryPoint = "glEndPerfMonitorAMD")] public static void EndPerfMonitor(UInt32 monitor) { @@ -361,7 +381,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AmdPerformanceMonitor", Version = "1.2", EntryPoint = "glGenPerfMonitorsAMD")] + /// [requires: AMD_performance_monitor] + [AutoGenerated(Category = "AMD_performance_monitor", Version = "1.2", EntryPoint = "glGenPerfMonitorsAMD")] public static void GenPerfMonitors(Int32 n, [OutAttribute] Int32[] monitors) { @@ -381,7 +402,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AmdPerformanceMonitor", Version = "1.2", EntryPoint = "glGenPerfMonitorsAMD")] + /// [requires: AMD_performance_monitor] + [AutoGenerated(Category = "AMD_performance_monitor", Version = "1.2", EntryPoint = "glGenPerfMonitorsAMD")] public static void GenPerfMonitors(Int32 n, [OutAttribute] out Int32 monitors) { @@ -402,8 +424,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: AMD_performance_monitor] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AmdPerformanceMonitor", Version = "1.2", EntryPoint = "glGenPerfMonitorsAMD")] + [AutoGenerated(Category = "AMD_performance_monitor", Version = "1.2", EntryPoint = "glGenPerfMonitorsAMD")] public static unsafe void GenPerfMonitors(Int32 n, [OutAttribute] Int32* monitors) { @@ -417,8 +440,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: AMD_performance_monitor] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AmdPerformanceMonitor", Version = "1.2", EntryPoint = "glGenPerfMonitorsAMD")] + [AutoGenerated(Category = "AMD_performance_monitor", Version = "1.2", EntryPoint = "glGenPerfMonitorsAMD")] public static void GenPerfMonitors(Int32 n, [OutAttribute] UInt32[] monitors) { @@ -438,8 +462,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: AMD_performance_monitor] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AmdPerformanceMonitor", Version = "1.2", EntryPoint = "glGenPerfMonitorsAMD")] + [AutoGenerated(Category = "AMD_performance_monitor", Version = "1.2", EntryPoint = "glGenPerfMonitorsAMD")] public static void GenPerfMonitors(Int32 n, [OutAttribute] out UInt32 monitors) { @@ -460,8 +485,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: AMD_performance_monitor] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AmdPerformanceMonitor", Version = "1.2", EntryPoint = "glGenPerfMonitorsAMD")] + [AutoGenerated(Category = "AMD_performance_monitor", Version = "1.2", EntryPoint = "glGenPerfMonitorsAMD")] public static unsafe void GenPerfMonitors(Int32 n, [OutAttribute] UInt32* monitors) { @@ -475,8 +501,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: AMD_performance_monitor] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AmdPerformanceMonitor", Version = "1.2", EntryPoint = "glGetPerfMonitorCounterDataAMD")] + [AutoGenerated(Category = "AMD_performance_monitor", Version = "1.2", EntryPoint = "glGetPerfMonitorCounterDataAMD")] public static unsafe void GetPerfMonitorCounterData(Int32 monitor, OpenTK.Graphics.OpenGL.AmdPerformanceMonitor pname, Int32 dataSize, [OutAttribute] Int32[] data, [OutAttribute] Int32* bytesWritten) { @@ -493,7 +520,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AmdPerformanceMonitor", Version = "1.2", EntryPoint = "glGetPerfMonitorCounterDataAMD")] + /// [requires: AMD_performance_monitor] + [AutoGenerated(Category = "AMD_performance_monitor", Version = "1.2", EntryPoint = "glGetPerfMonitorCounterDataAMD")] public static void GetPerfMonitorCounterData(Int32 monitor, OpenTK.Graphics.OpenGL.AmdPerformanceMonitor pname, Int32 dataSize, [OutAttribute] out Int32 data, [OutAttribute] out Int32 bytesWritten) { @@ -516,8 +544,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: AMD_performance_monitor] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AmdPerformanceMonitor", Version = "1.2", EntryPoint = "glGetPerfMonitorCounterDataAMD")] + [AutoGenerated(Category = "AMD_performance_monitor", Version = "1.2", EntryPoint = "glGetPerfMonitorCounterDataAMD")] public static unsafe void GetPerfMonitorCounterData(Int32 monitor, OpenTK.Graphics.OpenGL.AmdPerformanceMonitor pname, Int32 dataSize, [OutAttribute] Int32* data, [OutAttribute] Int32* bytesWritten) { @@ -531,8 +560,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: AMD_performance_monitor] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AmdPerformanceMonitor", Version = "1.2", EntryPoint = "glGetPerfMonitorCounterDataAMD")] + [AutoGenerated(Category = "AMD_performance_monitor", Version = "1.2", EntryPoint = "glGetPerfMonitorCounterDataAMD")] public static unsafe void GetPerfMonitorCounterData(UInt32 monitor, OpenTK.Graphics.OpenGL.AmdPerformanceMonitor pname, Int32 dataSize, [OutAttribute] UInt32[] data, [OutAttribute] Int32* bytesWritten) { @@ -549,8 +579,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: AMD_performance_monitor] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AmdPerformanceMonitor", Version = "1.2", EntryPoint = "glGetPerfMonitorCounterDataAMD")] + [AutoGenerated(Category = "AMD_performance_monitor", Version = "1.2", EntryPoint = "glGetPerfMonitorCounterDataAMD")] public static void GetPerfMonitorCounterData(UInt32 monitor, OpenTK.Graphics.OpenGL.AmdPerformanceMonitor pname, Int32 dataSize, [OutAttribute] out UInt32 data, [OutAttribute] out Int32 bytesWritten) { @@ -573,8 +604,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: AMD_performance_monitor] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AmdPerformanceMonitor", Version = "1.2", EntryPoint = "glGetPerfMonitorCounterDataAMD")] + [AutoGenerated(Category = "AMD_performance_monitor", Version = "1.2", EntryPoint = "glGetPerfMonitorCounterDataAMD")] public static unsafe void GetPerfMonitorCounterData(UInt32 monitor, OpenTK.Graphics.OpenGL.AmdPerformanceMonitor pname, Int32 dataSize, [OutAttribute] UInt32* data, [OutAttribute] Int32* bytesWritten) { @@ -588,7 +620,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AmdPerformanceMonitor", Version = "1.2", EntryPoint = "glGetPerfMonitorCounterInfoAMD")] + /// [requires: AMD_performance_monitor] + [AutoGenerated(Category = "AMD_performance_monitor", Version = "1.2", EntryPoint = "glGetPerfMonitorCounterInfoAMD")] public static void GetPerfMonitorCounterInfo(Int32 group, Int32 counter, OpenTK.Graphics.OpenGL.AmdPerformanceMonitor pname, [OutAttribute] IntPtr data) { @@ -602,7 +635,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AmdPerformanceMonitor", Version = "1.2", EntryPoint = "glGetPerfMonitorCounterInfoAMD")] + /// [requires: AMD_performance_monitor] + [AutoGenerated(Category = "AMD_performance_monitor", Version = "1.2", EntryPoint = "glGetPerfMonitorCounterInfoAMD")] public static void GetPerfMonitorCounterInfo(Int32 group, Int32 counter, OpenTK.Graphics.OpenGL.AmdPerformanceMonitor pname, [InAttribute, OutAttribute] T3[] data) where T3 : struct @@ -625,7 +659,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AmdPerformanceMonitor", Version = "1.2", EntryPoint = "glGetPerfMonitorCounterInfoAMD")] + /// [requires: AMD_performance_monitor] + [AutoGenerated(Category = "AMD_performance_monitor", Version = "1.2", EntryPoint = "glGetPerfMonitorCounterInfoAMD")] public static void GetPerfMonitorCounterInfo(Int32 group, Int32 counter, OpenTK.Graphics.OpenGL.AmdPerformanceMonitor pname, [InAttribute, OutAttribute] T3[,] data) where T3 : struct @@ -648,7 +683,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AmdPerformanceMonitor", Version = "1.2", EntryPoint = "glGetPerfMonitorCounterInfoAMD")] + /// [requires: AMD_performance_monitor] + [AutoGenerated(Category = "AMD_performance_monitor", Version = "1.2", EntryPoint = "glGetPerfMonitorCounterInfoAMD")] public static void GetPerfMonitorCounterInfo(Int32 group, Int32 counter, OpenTK.Graphics.OpenGL.AmdPerformanceMonitor pname, [InAttribute, OutAttribute] T3[,,] data) where T3 : struct @@ -671,7 +707,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AmdPerformanceMonitor", Version = "1.2", EntryPoint = "glGetPerfMonitorCounterInfoAMD")] + /// [requires: AMD_performance_monitor] + [AutoGenerated(Category = "AMD_performance_monitor", Version = "1.2", EntryPoint = "glGetPerfMonitorCounterInfoAMD")] public static void GetPerfMonitorCounterInfo(Int32 group, Int32 counter, OpenTK.Graphics.OpenGL.AmdPerformanceMonitor pname, [InAttribute, OutAttribute] ref T3 data) where T3 : struct @@ -695,8 +732,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: AMD_performance_monitor] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AmdPerformanceMonitor", Version = "1.2", EntryPoint = "glGetPerfMonitorCounterInfoAMD")] + [AutoGenerated(Category = "AMD_performance_monitor", Version = "1.2", EntryPoint = "glGetPerfMonitorCounterInfoAMD")] public static void GetPerfMonitorCounterInfo(UInt32 group, UInt32 counter, OpenTK.Graphics.OpenGL.AmdPerformanceMonitor pname, [OutAttribute] IntPtr data) { @@ -710,8 +748,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: AMD_performance_monitor] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AmdPerformanceMonitor", Version = "1.2", EntryPoint = "glGetPerfMonitorCounterInfoAMD")] + [AutoGenerated(Category = "AMD_performance_monitor", Version = "1.2", EntryPoint = "glGetPerfMonitorCounterInfoAMD")] public static void GetPerfMonitorCounterInfo(UInt32 group, UInt32 counter, OpenTK.Graphics.OpenGL.AmdPerformanceMonitor pname, [InAttribute, OutAttribute] T3[] data) where T3 : struct @@ -734,8 +773,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: AMD_performance_monitor] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AmdPerformanceMonitor", Version = "1.2", EntryPoint = "glGetPerfMonitorCounterInfoAMD")] + [AutoGenerated(Category = "AMD_performance_monitor", Version = "1.2", EntryPoint = "glGetPerfMonitorCounterInfoAMD")] public static void GetPerfMonitorCounterInfo(UInt32 group, UInt32 counter, OpenTK.Graphics.OpenGL.AmdPerformanceMonitor pname, [InAttribute, OutAttribute] T3[,] data) where T3 : struct @@ -758,8 +798,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: AMD_performance_monitor] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AmdPerformanceMonitor", Version = "1.2", EntryPoint = "glGetPerfMonitorCounterInfoAMD")] + [AutoGenerated(Category = "AMD_performance_monitor", Version = "1.2", EntryPoint = "glGetPerfMonitorCounterInfoAMD")] public static void GetPerfMonitorCounterInfo(UInt32 group, UInt32 counter, OpenTK.Graphics.OpenGL.AmdPerformanceMonitor pname, [InAttribute, OutAttribute] T3[,,] data) where T3 : struct @@ -782,8 +823,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: AMD_performance_monitor] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AmdPerformanceMonitor", Version = "1.2", EntryPoint = "glGetPerfMonitorCounterInfoAMD")] + [AutoGenerated(Category = "AMD_performance_monitor", Version = "1.2", EntryPoint = "glGetPerfMonitorCounterInfoAMD")] public static void GetPerfMonitorCounterInfo(UInt32 group, UInt32 counter, OpenTK.Graphics.OpenGL.AmdPerformanceMonitor pname, [InAttribute, OutAttribute] ref T3 data) where T3 : struct @@ -807,7 +849,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AmdPerformanceMonitor", Version = "1.2", EntryPoint = "glGetPerfMonitorCountersAMD")] + /// [requires: AMD_performance_monitor] + [AutoGenerated(Category = "AMD_performance_monitor", Version = "1.2", EntryPoint = "glGetPerfMonitorCountersAMD")] public static void GetPerfMonitorCounters(Int32 group, [OutAttribute] out Int32 numCounters, [OutAttribute] out Int32 maxActiveCounters, Int32 counterSize, [OutAttribute] out Int32 counters) { @@ -832,8 +875,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: AMD_performance_monitor] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AmdPerformanceMonitor", Version = "1.2", EntryPoint = "glGetPerfMonitorCountersAMD")] + [AutoGenerated(Category = "AMD_performance_monitor", Version = "1.2", EntryPoint = "glGetPerfMonitorCountersAMD")] public static unsafe void GetPerfMonitorCounters(Int32 group, [OutAttribute] Int32* numCounters, [OutAttribute] Int32* maxActiveCounters, Int32 counterSize, [OutAttribute] Int32[] counters) { @@ -850,8 +894,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: AMD_performance_monitor] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AmdPerformanceMonitor", Version = "1.2", EntryPoint = "glGetPerfMonitorCountersAMD")] + [AutoGenerated(Category = "AMD_performance_monitor", Version = "1.2", EntryPoint = "glGetPerfMonitorCountersAMD")] public static unsafe void GetPerfMonitorCounters(Int32 group, [OutAttribute] Int32* numCounters, [OutAttribute] Int32* maxActiveCounters, Int32 counterSize, [OutAttribute] Int32* counters) { @@ -865,8 +910,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: AMD_performance_monitor] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AmdPerformanceMonitor", Version = "1.2", EntryPoint = "glGetPerfMonitorCountersAMD")] + [AutoGenerated(Category = "AMD_performance_monitor", Version = "1.2", EntryPoint = "glGetPerfMonitorCountersAMD")] public static void GetPerfMonitorCounters(UInt32 group, [OutAttribute] out Int32 numCounters, [OutAttribute] out Int32 maxActiveCounters, Int32 counterSize, [OutAttribute] out UInt32 counters) { @@ -891,8 +937,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: AMD_performance_monitor] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AmdPerformanceMonitor", Version = "1.2", EntryPoint = "glGetPerfMonitorCountersAMD")] + [AutoGenerated(Category = "AMD_performance_monitor", Version = "1.2", EntryPoint = "glGetPerfMonitorCountersAMD")] public static unsafe void GetPerfMonitorCounters(UInt32 group, [OutAttribute] Int32* numCounters, [OutAttribute] Int32* maxActiveCounters, Int32 counterSize, [OutAttribute] UInt32[] counters) { @@ -909,8 +956,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: AMD_performance_monitor] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AmdPerformanceMonitor", Version = "1.2", EntryPoint = "glGetPerfMonitorCountersAMD")] + [AutoGenerated(Category = "AMD_performance_monitor", Version = "1.2", EntryPoint = "glGetPerfMonitorCountersAMD")] public static unsafe void GetPerfMonitorCounters(UInt32 group, [OutAttribute] Int32* numCounters, [OutAttribute] Int32* maxActiveCounters, Int32 counterSize, [OutAttribute] UInt32* counters) { @@ -924,7 +972,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AmdPerformanceMonitor", Version = "1.2", EntryPoint = "glGetPerfMonitorCounterStringAMD")] + /// [requires: AMD_performance_monitor] + [AutoGenerated(Category = "AMD_performance_monitor", Version = "1.2", EntryPoint = "glGetPerfMonitorCounterStringAMD")] public static void GetPerfMonitorCounterString(Int32 group, Int32 counter, Int32 bufSize, [OutAttribute] out Int32 length, [OutAttribute] StringBuilder counterString) { @@ -945,8 +994,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: AMD_performance_monitor] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AmdPerformanceMonitor", Version = "1.2", EntryPoint = "glGetPerfMonitorCounterStringAMD")] + [AutoGenerated(Category = "AMD_performance_monitor", Version = "1.2", EntryPoint = "glGetPerfMonitorCounterStringAMD")] public static unsafe void GetPerfMonitorCounterString(Int32 group, Int32 counter, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] StringBuilder counterString) { @@ -960,8 +1010,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: AMD_performance_monitor] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AmdPerformanceMonitor", Version = "1.2", EntryPoint = "glGetPerfMonitorCounterStringAMD")] + [AutoGenerated(Category = "AMD_performance_monitor", Version = "1.2", EntryPoint = "glGetPerfMonitorCounterStringAMD")] public static void GetPerfMonitorCounterString(UInt32 group, UInt32 counter, Int32 bufSize, [OutAttribute] out Int32 length, [OutAttribute] StringBuilder counterString) { @@ -982,8 +1033,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: AMD_performance_monitor] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AmdPerformanceMonitor", Version = "1.2", EntryPoint = "glGetPerfMonitorCounterStringAMD")] + [AutoGenerated(Category = "AMD_performance_monitor", Version = "1.2", EntryPoint = "glGetPerfMonitorCounterStringAMD")] public static unsafe void GetPerfMonitorCounterString(UInt32 group, UInt32 counter, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] StringBuilder counterString) { @@ -997,7 +1049,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AmdPerformanceMonitor", Version = "1.2", EntryPoint = "glGetPerfMonitorGroupsAMD")] + /// [requires: AMD_performance_monitor] + [AutoGenerated(Category = "AMD_performance_monitor", Version = "1.2", EntryPoint = "glGetPerfMonitorGroupsAMD")] public static void GetPerfMonitorGroup([OutAttribute] out Int32 numGroups, Int32 groupsSize, [OutAttribute] out Int32 groups) { @@ -1020,8 +1073,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: AMD_performance_monitor] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AmdPerformanceMonitor", Version = "1.2", EntryPoint = "glGetPerfMonitorGroupsAMD")] + [AutoGenerated(Category = "AMD_performance_monitor", Version = "1.2", EntryPoint = "glGetPerfMonitorGroupsAMD")] public static void GetPerfMonitorGroup([OutAttribute] out Int32 numGroups, Int32 groupsSize, [OutAttribute] out UInt32 groups) { @@ -1044,8 +1098,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: AMD_performance_monitor] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AmdPerformanceMonitor", Version = "1.2", EntryPoint = "glGetPerfMonitorGroupsAMD")] + [AutoGenerated(Category = "AMD_performance_monitor", Version = "1.2", EntryPoint = "glGetPerfMonitorGroupsAMD")] public static unsafe void GetPerfMonitorGroup([OutAttribute] Int32* numGroups, Int32 groupsSize, [OutAttribute] Int32[] groups) { @@ -1062,8 +1117,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: AMD_performance_monitor] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AmdPerformanceMonitor", Version = "1.2", EntryPoint = "glGetPerfMonitorGroupsAMD")] + [AutoGenerated(Category = "AMD_performance_monitor", Version = "1.2", EntryPoint = "glGetPerfMonitorGroupsAMD")] public static unsafe void GetPerfMonitorGroup([OutAttribute] Int32* numGroups, Int32 groupsSize, [OutAttribute] Int32* groups) { @@ -1077,8 +1133,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: AMD_performance_monitor] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AmdPerformanceMonitor", Version = "1.2", EntryPoint = "glGetPerfMonitorGroupsAMD")] + [AutoGenerated(Category = "AMD_performance_monitor", Version = "1.2", EntryPoint = "glGetPerfMonitorGroupsAMD")] public static unsafe void GetPerfMonitorGroup([OutAttribute] Int32* numGroups, Int32 groupsSize, [OutAttribute] UInt32[] groups) { @@ -1095,8 +1152,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: AMD_performance_monitor] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AmdPerformanceMonitor", Version = "1.2", EntryPoint = "glGetPerfMonitorGroupsAMD")] + [AutoGenerated(Category = "AMD_performance_monitor", Version = "1.2", EntryPoint = "glGetPerfMonitorGroupsAMD")] public static unsafe void GetPerfMonitorGroup([OutAttribute] Int32* numGroups, Int32 groupsSize, [OutAttribute] UInt32* groups) { @@ -1110,7 +1168,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AmdPerformanceMonitor", Version = "1.2", EntryPoint = "glGetPerfMonitorGroupStringAMD")] + /// [requires: AMD_performance_monitor] + [AutoGenerated(Category = "AMD_performance_monitor", Version = "1.2", EntryPoint = "glGetPerfMonitorGroupStringAMD")] public static void GetPerfMonitorGroupString(Int32 group, Int32 bufSize, [OutAttribute] out Int32 length, [OutAttribute] StringBuilder groupString) { @@ -1131,8 +1190,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: AMD_performance_monitor] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AmdPerformanceMonitor", Version = "1.2", EntryPoint = "glGetPerfMonitorGroupStringAMD")] + [AutoGenerated(Category = "AMD_performance_monitor", Version = "1.2", EntryPoint = "glGetPerfMonitorGroupStringAMD")] public static unsafe void GetPerfMonitorGroupString(Int32 group, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] StringBuilder groupString) { @@ -1146,8 +1206,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: AMD_performance_monitor] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AmdPerformanceMonitor", Version = "1.2", EntryPoint = "glGetPerfMonitorGroupStringAMD")] + [AutoGenerated(Category = "AMD_performance_monitor", Version = "1.2", EntryPoint = "glGetPerfMonitorGroupStringAMD")] public static void GetPerfMonitorGroupString(UInt32 group, Int32 bufSize, [OutAttribute] out Int32 length, [OutAttribute] StringBuilder groupString) { @@ -1168,8 +1229,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: AMD_performance_monitor] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AmdPerformanceMonitor", Version = "1.2", EntryPoint = "glGetPerfMonitorGroupStringAMD")] + [AutoGenerated(Category = "AMD_performance_monitor", Version = "1.2", EntryPoint = "glGetPerfMonitorGroupStringAMD")] public static unsafe void GetPerfMonitorGroupString(UInt32 group, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] StringBuilder groupString) { @@ -1183,7 +1245,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AmdPerformanceMonitor", Version = "1.2", EntryPoint = "glSelectPerfMonitorCountersAMD")] + /// [requires: AMD_performance_monitor] + [AutoGenerated(Category = "AMD_performance_monitor", Version = "1.2", EntryPoint = "glSelectPerfMonitorCountersAMD")] public static void SelectPerfMonitorCounters(Int32 monitor, bool enable, Int32 group, Int32 numCounters, [OutAttribute] Int32[] counterList) { @@ -1203,7 +1266,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AmdPerformanceMonitor", Version = "1.2", EntryPoint = "glSelectPerfMonitorCountersAMD")] + /// [requires: AMD_performance_monitor] + [AutoGenerated(Category = "AMD_performance_monitor", Version = "1.2", EntryPoint = "glSelectPerfMonitorCountersAMD")] public static void SelectPerfMonitorCounters(Int32 monitor, bool enable, Int32 group, Int32 numCounters, [OutAttribute] out Int32 counterList) { @@ -1224,8 +1288,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: AMD_performance_monitor] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AmdPerformanceMonitor", Version = "1.2", EntryPoint = "glSelectPerfMonitorCountersAMD")] + [AutoGenerated(Category = "AMD_performance_monitor", Version = "1.2", EntryPoint = "glSelectPerfMonitorCountersAMD")] public static unsafe void SelectPerfMonitorCounters(Int32 monitor, bool enable, Int32 group, Int32 numCounters, [OutAttribute] Int32* counterList) { @@ -1239,8 +1304,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: AMD_performance_monitor] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AmdPerformanceMonitor", Version = "1.2", EntryPoint = "glSelectPerfMonitorCountersAMD")] + [AutoGenerated(Category = "AMD_performance_monitor", Version = "1.2", EntryPoint = "glSelectPerfMonitorCountersAMD")] public static void SelectPerfMonitorCounters(UInt32 monitor, bool enable, UInt32 group, Int32 numCounters, [OutAttribute] UInt32[] counterList) { @@ -1260,8 +1326,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: AMD_performance_monitor] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AmdPerformanceMonitor", Version = "1.2", EntryPoint = "glSelectPerfMonitorCountersAMD")] + [AutoGenerated(Category = "AMD_performance_monitor", Version = "1.2", EntryPoint = "glSelectPerfMonitorCountersAMD")] public static void SelectPerfMonitorCounters(UInt32 monitor, bool enable, UInt32 group, Int32 numCounters, [OutAttribute] out UInt32 counterList) { @@ -1282,8 +1349,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: AMD_performance_monitor] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AmdPerformanceMonitor", Version = "1.2", EntryPoint = "glSelectPerfMonitorCountersAMD")] + [AutoGenerated(Category = "AMD_performance_monitor", Version = "1.2", EntryPoint = "glSelectPerfMonitorCountersAMD")] public static unsafe void SelectPerfMonitorCounters(UInt32 monitor, bool enable, UInt32 group, Int32 numCounters, [OutAttribute] UInt32* counterList) { @@ -1297,7 +1365,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AmdVertexShaderTesselator", Version = "2.0", EntryPoint = "glTessellationFactorAMD")] + /// [requires: AMD_vertex_shader_tesselator] + [AutoGenerated(Category = "AMD_vertex_shader_tesselator", Version = "2.0", EntryPoint = "glTessellationFactorAMD")] public static void TessellationFactor(Single factor) { @@ -1311,7 +1380,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AmdVertexShaderTesselator", Version = "2.0", EntryPoint = "glTessellationModeAMD")] + /// [requires: AMD_vertex_shader_tesselator] + [AutoGenerated(Category = "AMD_vertex_shader_tesselator", Version = "2.0", EntryPoint = "glTessellationModeAMD")] public static void TessellationMode(OpenTK.Graphics.OpenGL.AmdVertexShaderTesselator mode) { @@ -1329,7 +1399,8 @@ namespace OpenTK.Graphics.OpenGL public static partial class Apple { - [AutoGenerated(Category = "AppleVertexArrayObject", Version = "1.2", EntryPoint = "glBindVertexArrayAPPLE")] + /// [requires: APPLE_vertex_array_object] + [AutoGenerated(Category = "APPLE_vertex_array_object", Version = "1.2", EntryPoint = "glBindVertexArrayAPPLE")] public static void BindVertexArray(Int32 array) { @@ -1343,8 +1414,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: APPLE_vertex_array_object] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AppleVertexArrayObject", Version = "1.2", EntryPoint = "glBindVertexArrayAPPLE")] + [AutoGenerated(Category = "APPLE_vertex_array_object", Version = "1.2", EntryPoint = "glBindVertexArrayAPPLE")] public static void BindVertexArray(UInt32 array) { @@ -1358,7 +1430,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AppleFlushBufferRange", Version = "1.5", EntryPoint = "glBufferParameteriAPPLE")] + /// [requires: APPLE_flush_buffer_range] + [AutoGenerated(Category = "APPLE_flush_buffer_range", Version = "1.5", EntryPoint = "glBufferParameteriAPPLE")] public static void BufferParameter(OpenTK.Graphics.OpenGL.BufferTarget target, OpenTK.Graphics.OpenGL.BufferParameterApple pname, Int32 param) { @@ -1372,7 +1445,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AppleFence", Version = "1.2", EntryPoint = "glDeleteFencesAPPLE")] + /// [requires: APPLE_fence] + [AutoGenerated(Category = "APPLE_fence", Version = "1.2", EntryPoint = "glDeleteFencesAPPLE")] public static void DeleteFences(Int32 n, Int32[] fences) { @@ -1392,7 +1466,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AppleFence", Version = "1.2", EntryPoint = "glDeleteFencesAPPLE")] + /// [requires: APPLE_fence] + [AutoGenerated(Category = "APPLE_fence", Version = "1.2", EntryPoint = "glDeleteFencesAPPLE")] public static void DeleteFences(Int32 n, ref Int32 fences) { @@ -1412,8 +1487,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: APPLE_fence] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AppleFence", Version = "1.2", EntryPoint = "glDeleteFencesAPPLE")] + [AutoGenerated(Category = "APPLE_fence", Version = "1.2", EntryPoint = "glDeleteFencesAPPLE")] public static unsafe void DeleteFences(Int32 n, Int32* fences) { @@ -1427,8 +1503,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: APPLE_fence] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AppleFence", Version = "1.2", EntryPoint = "glDeleteFencesAPPLE")] + [AutoGenerated(Category = "APPLE_fence", Version = "1.2", EntryPoint = "glDeleteFencesAPPLE")] public static void DeleteFences(Int32 n, UInt32[] fences) { @@ -1448,8 +1525,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: APPLE_fence] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AppleFence", Version = "1.2", EntryPoint = "glDeleteFencesAPPLE")] + [AutoGenerated(Category = "APPLE_fence", Version = "1.2", EntryPoint = "glDeleteFencesAPPLE")] public static void DeleteFences(Int32 n, ref UInt32 fences) { @@ -1469,8 +1547,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: APPLE_fence] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AppleFence", Version = "1.2", EntryPoint = "glDeleteFencesAPPLE")] + [AutoGenerated(Category = "APPLE_fence", Version = "1.2", EntryPoint = "glDeleteFencesAPPLE")] public static unsafe void DeleteFences(Int32 n, UInt32* fences) { @@ -1484,7 +1563,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AppleVertexArrayObject", Version = "1.2", EntryPoint = "glDeleteVertexArraysAPPLE")] + /// [requires: APPLE_vertex_array_object] + [AutoGenerated(Category = "APPLE_vertex_array_object", Version = "1.2", EntryPoint = "glDeleteVertexArraysAPPLE")] public static void DeleteVertexArrays(Int32 n, Int32[] arrays) { @@ -1504,7 +1584,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AppleVertexArrayObject", Version = "1.2", EntryPoint = "glDeleteVertexArraysAPPLE")] + /// [requires: APPLE_vertex_array_object] + [AutoGenerated(Category = "APPLE_vertex_array_object", Version = "1.2", EntryPoint = "glDeleteVertexArraysAPPLE")] public static void DeleteVertexArrays(Int32 n, ref Int32 arrays) { @@ -1524,8 +1605,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: APPLE_vertex_array_object] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AppleVertexArrayObject", Version = "1.2", EntryPoint = "glDeleteVertexArraysAPPLE")] + [AutoGenerated(Category = "APPLE_vertex_array_object", Version = "1.2", EntryPoint = "glDeleteVertexArraysAPPLE")] public static unsafe void DeleteVertexArrays(Int32 n, Int32* arrays) { @@ -1539,8 +1621,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: APPLE_vertex_array_object] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AppleVertexArrayObject", Version = "1.2", EntryPoint = "glDeleteVertexArraysAPPLE")] + [AutoGenerated(Category = "APPLE_vertex_array_object", Version = "1.2", EntryPoint = "glDeleteVertexArraysAPPLE")] public static void DeleteVertexArrays(Int32 n, UInt32[] arrays) { @@ -1560,8 +1643,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: APPLE_vertex_array_object] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AppleVertexArrayObject", Version = "1.2", EntryPoint = "glDeleteVertexArraysAPPLE")] + [AutoGenerated(Category = "APPLE_vertex_array_object", Version = "1.2", EntryPoint = "glDeleteVertexArraysAPPLE")] public static void DeleteVertexArrays(Int32 n, ref UInt32 arrays) { @@ -1581,8 +1665,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: APPLE_vertex_array_object] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AppleVertexArrayObject", Version = "1.2", EntryPoint = "glDeleteVertexArraysAPPLE")] + [AutoGenerated(Category = "APPLE_vertex_array_object", Version = "1.2", EntryPoint = "glDeleteVertexArraysAPPLE")] public static unsafe void DeleteVertexArrays(Int32 n, UInt32* arrays) { @@ -1596,7 +1681,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AppleVertexProgramEvaluators", Version = "1.5", EntryPoint = "glDisableVertexAttribAPPLE")] + /// [requires: APPLE_vertex_program_evaluators] + [AutoGenerated(Category = "APPLE_vertex_program_evaluators", Version = "1.5", EntryPoint = "glDisableVertexAttribAPPLE")] public static void DisableVertexAttrib(Int32 index, OpenTK.Graphics.OpenGL.AppleVertexProgramEvaluators pname) { @@ -1610,8 +1696,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: APPLE_vertex_program_evaluators] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AppleVertexProgramEvaluators", Version = "1.5", EntryPoint = "glDisableVertexAttribAPPLE")] + [AutoGenerated(Category = "APPLE_vertex_program_evaluators", Version = "1.5", EntryPoint = "glDisableVertexAttribAPPLE")] public static void DisableVertexAttrib(UInt32 index, OpenTK.Graphics.OpenGL.AppleVertexProgramEvaluators pname) { @@ -1625,7 +1712,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AppleElementArray", Version = "1.2", EntryPoint = "glDrawElementArrayAPPLE")] + /// [requires: APPLE_element_array] + [AutoGenerated(Category = "APPLE_element_array", Version = "1.2", EntryPoint = "glDrawElementArrayAPPLE")] public static void DrawElementArray(OpenTK.Graphics.OpenGL.BeginMode mode, Int32 first, Int32 count) { @@ -1639,7 +1727,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AppleElementArray", Version = "1.2", EntryPoint = "glDrawRangeElementArrayAPPLE")] + /// [requires: APPLE_element_array] + [AutoGenerated(Category = "APPLE_element_array", Version = "1.2", EntryPoint = "glDrawRangeElementArrayAPPLE")] public static void DrawRangeElementArray(OpenTK.Graphics.OpenGL.BeginMode mode, Int32 start, Int32 end, Int32 first, Int32 count) { @@ -1653,8 +1742,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: APPLE_element_array] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AppleElementArray", Version = "1.2", EntryPoint = "glDrawRangeElementArrayAPPLE")] + [AutoGenerated(Category = "APPLE_element_array", Version = "1.2", EntryPoint = "glDrawRangeElementArrayAPPLE")] public static void DrawRangeElementArray(OpenTK.Graphics.OpenGL.BeginMode mode, UInt32 start, UInt32 end, Int32 first, Int32 count) { @@ -1668,7 +1758,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AppleElementArray", Version = "1.2", EntryPoint = "glElementPointerAPPLE")] + /// [requires: APPLE_element_array] + [AutoGenerated(Category = "APPLE_element_array", Version = "1.2", EntryPoint = "glElementPointerAPPLE")] public static void ElementPointer(OpenTK.Graphics.OpenGL.AppleElementArray type, IntPtr pointer) { @@ -1682,7 +1773,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AppleElementArray", Version = "1.2", EntryPoint = "glElementPointerAPPLE")] + /// [requires: APPLE_element_array] + [AutoGenerated(Category = "APPLE_element_array", Version = "1.2", EntryPoint = "glElementPointerAPPLE")] public static void ElementPointer(OpenTK.Graphics.OpenGL.AppleElementArray type, [InAttribute, OutAttribute] T1[] pointer) where T1 : struct @@ -1705,7 +1797,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AppleElementArray", Version = "1.2", EntryPoint = "glElementPointerAPPLE")] + /// [requires: APPLE_element_array] + [AutoGenerated(Category = "APPLE_element_array", Version = "1.2", EntryPoint = "glElementPointerAPPLE")] public static void ElementPointer(OpenTK.Graphics.OpenGL.AppleElementArray type, [InAttribute, OutAttribute] T1[,] pointer) where T1 : struct @@ -1728,7 +1821,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AppleElementArray", Version = "1.2", EntryPoint = "glElementPointerAPPLE")] + /// [requires: APPLE_element_array] + [AutoGenerated(Category = "APPLE_element_array", Version = "1.2", EntryPoint = "glElementPointerAPPLE")] public static void ElementPointer(OpenTK.Graphics.OpenGL.AppleElementArray type, [InAttribute, OutAttribute] T1[,,] pointer) where T1 : struct @@ -1751,7 +1845,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AppleElementArray", Version = "1.2", EntryPoint = "glElementPointerAPPLE")] + /// [requires: APPLE_element_array] + [AutoGenerated(Category = "APPLE_element_array", Version = "1.2", EntryPoint = "glElementPointerAPPLE")] public static void ElementPointer(OpenTK.Graphics.OpenGL.AppleElementArray type, [InAttribute, OutAttribute] ref T1 pointer) where T1 : struct @@ -1775,7 +1870,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AppleVertexProgramEvaluators", Version = "1.5", EntryPoint = "glEnableVertexAttribAPPLE")] + /// [requires: APPLE_vertex_program_evaluators] + [AutoGenerated(Category = "APPLE_vertex_program_evaluators", Version = "1.5", EntryPoint = "glEnableVertexAttribAPPLE")] public static void EnableVertexAttrib(Int32 index, OpenTK.Graphics.OpenGL.AppleVertexProgramEvaluators pname) { @@ -1789,8 +1885,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: APPLE_vertex_program_evaluators] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AppleVertexProgramEvaluators", Version = "1.5", EntryPoint = "glEnableVertexAttribAPPLE")] + [AutoGenerated(Category = "APPLE_vertex_program_evaluators", Version = "1.5", EntryPoint = "glEnableVertexAttribAPPLE")] public static void EnableVertexAttrib(UInt32 index, OpenTK.Graphics.OpenGL.AppleVertexProgramEvaluators pname) { @@ -1804,7 +1901,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AppleFence", Version = "1.2", EntryPoint = "glFinishFenceAPPLE")] + /// [requires: APPLE_fence] + [AutoGenerated(Category = "APPLE_fence", Version = "1.2", EntryPoint = "glFinishFenceAPPLE")] public static void FinishFence(Int32 fence) { @@ -1818,8 +1916,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: APPLE_fence] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AppleFence", Version = "1.2", EntryPoint = "glFinishFenceAPPLE")] + [AutoGenerated(Category = "APPLE_fence", Version = "1.2", EntryPoint = "glFinishFenceAPPLE")] public static void FinishFence(UInt32 fence) { @@ -1833,7 +1932,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AppleFence", Version = "1.2", EntryPoint = "glFinishObjectAPPLE")] + /// [requires: APPLE_fence] + [AutoGenerated(Category = "APPLE_fence", Version = "1.2", EntryPoint = "glFinishObjectAPPLE")] public static void FinishObject(OpenTK.Graphics.OpenGL.AppleFence @object, Int32 name) { @@ -1847,7 +1947,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AppleFlushBufferRange", Version = "1.5", EntryPoint = "glFlushMappedBufferRangeAPPLE")] + /// [requires: APPLE_flush_buffer_range] + [AutoGenerated(Category = "APPLE_flush_buffer_range", Version = "1.5", EntryPoint = "glFlushMappedBufferRangeAPPLE")] public static void FlushMappedBufferRange(OpenTK.Graphics.OpenGL.BufferTarget target, IntPtr offset, IntPtr size) { @@ -1861,7 +1962,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AppleVertexArrayRange", Version = "1.2", EntryPoint = "glFlushVertexArrayRangeAPPLE")] + /// [requires: APPLE_vertex_array_range] + [AutoGenerated(Category = "APPLE_vertex_array_range", Version = "1.2", EntryPoint = "glFlushVertexArrayRangeAPPLE")] public static void FlushVertexArrayRange(Int32 length, [OutAttribute] IntPtr pointer) { @@ -1875,7 +1977,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AppleVertexArrayRange", Version = "1.2", EntryPoint = "glFlushVertexArrayRangeAPPLE")] + /// [requires: APPLE_vertex_array_range] + [AutoGenerated(Category = "APPLE_vertex_array_range", Version = "1.2", EntryPoint = "glFlushVertexArrayRangeAPPLE")] public static void FlushVertexArrayRange(Int32 length, [InAttribute, OutAttribute] T1[] pointer) where T1 : struct @@ -1898,7 +2001,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AppleVertexArrayRange", Version = "1.2", EntryPoint = "glFlushVertexArrayRangeAPPLE")] + /// [requires: APPLE_vertex_array_range] + [AutoGenerated(Category = "APPLE_vertex_array_range", Version = "1.2", EntryPoint = "glFlushVertexArrayRangeAPPLE")] public static void FlushVertexArrayRange(Int32 length, [InAttribute, OutAttribute] T1[,] pointer) where T1 : struct @@ -1921,7 +2025,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AppleVertexArrayRange", Version = "1.2", EntryPoint = "glFlushVertexArrayRangeAPPLE")] + /// [requires: APPLE_vertex_array_range] + [AutoGenerated(Category = "APPLE_vertex_array_range", Version = "1.2", EntryPoint = "glFlushVertexArrayRangeAPPLE")] public static void FlushVertexArrayRange(Int32 length, [InAttribute, OutAttribute] T1[,,] pointer) where T1 : struct @@ -1944,7 +2049,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AppleVertexArrayRange", Version = "1.2", EntryPoint = "glFlushVertexArrayRangeAPPLE")] + /// [requires: APPLE_vertex_array_range] + [AutoGenerated(Category = "APPLE_vertex_array_range", Version = "1.2", EntryPoint = "glFlushVertexArrayRangeAPPLE")] public static void FlushVertexArrayRange(Int32 length, [InAttribute, OutAttribute] ref T1 pointer) where T1 : struct @@ -1968,7 +2074,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AppleFence", Version = "1.2", EntryPoint = "glGenFencesAPPLE")] + /// [requires: APPLE_fence] + [AutoGenerated(Category = "APPLE_fence", Version = "1.2", EntryPoint = "glGenFencesAPPLE")] public static void GenFences(Int32 n, [OutAttribute] Int32[] fences) { @@ -1988,7 +2095,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AppleFence", Version = "1.2", EntryPoint = "glGenFencesAPPLE")] + /// [requires: APPLE_fence] + [AutoGenerated(Category = "APPLE_fence", Version = "1.2", EntryPoint = "glGenFencesAPPLE")] public static void GenFences(Int32 n, [OutAttribute] out Int32 fences) { @@ -2009,8 +2117,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: APPLE_fence] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AppleFence", Version = "1.2", EntryPoint = "glGenFencesAPPLE")] + [AutoGenerated(Category = "APPLE_fence", Version = "1.2", EntryPoint = "glGenFencesAPPLE")] public static unsafe void GenFences(Int32 n, [OutAttribute] Int32* fences) { @@ -2024,8 +2133,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: APPLE_fence] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AppleFence", Version = "1.2", EntryPoint = "glGenFencesAPPLE")] + [AutoGenerated(Category = "APPLE_fence", Version = "1.2", EntryPoint = "glGenFencesAPPLE")] public static void GenFences(Int32 n, [OutAttribute] UInt32[] fences) { @@ -2045,8 +2155,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: APPLE_fence] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AppleFence", Version = "1.2", EntryPoint = "glGenFencesAPPLE")] + [AutoGenerated(Category = "APPLE_fence", Version = "1.2", EntryPoint = "glGenFencesAPPLE")] public static void GenFences(Int32 n, [OutAttribute] out UInt32 fences) { @@ -2067,8 +2178,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: APPLE_fence] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AppleFence", Version = "1.2", EntryPoint = "glGenFencesAPPLE")] + [AutoGenerated(Category = "APPLE_fence", Version = "1.2", EntryPoint = "glGenFencesAPPLE")] public static unsafe void GenFences(Int32 n, [OutAttribute] UInt32* fences) { @@ -2082,7 +2194,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AppleVertexArrayObject", Version = "1.2", EntryPoint = "glGenVertexArraysAPPLE")] + /// [requires: APPLE_vertex_array_object] + [AutoGenerated(Category = "APPLE_vertex_array_object", Version = "1.2", EntryPoint = "glGenVertexArraysAPPLE")] public static void GenVertexArrays(Int32 n, [OutAttribute] Int32[] arrays) { @@ -2102,7 +2215,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AppleVertexArrayObject", Version = "1.2", EntryPoint = "glGenVertexArraysAPPLE")] + /// [requires: APPLE_vertex_array_object] + [AutoGenerated(Category = "APPLE_vertex_array_object", Version = "1.2", EntryPoint = "glGenVertexArraysAPPLE")] public static void GenVertexArrays(Int32 n, [OutAttribute] out Int32 arrays) { @@ -2123,8 +2237,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: APPLE_vertex_array_object] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AppleVertexArrayObject", Version = "1.2", EntryPoint = "glGenVertexArraysAPPLE")] + [AutoGenerated(Category = "APPLE_vertex_array_object", Version = "1.2", EntryPoint = "glGenVertexArraysAPPLE")] public static unsafe void GenVertexArrays(Int32 n, [OutAttribute] Int32* arrays) { @@ -2138,8 +2253,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: APPLE_vertex_array_object] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AppleVertexArrayObject", Version = "1.2", EntryPoint = "glGenVertexArraysAPPLE")] + [AutoGenerated(Category = "APPLE_vertex_array_object", Version = "1.2", EntryPoint = "glGenVertexArraysAPPLE")] public static void GenVertexArrays(Int32 n, [OutAttribute] UInt32[] arrays) { @@ -2159,8 +2275,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: APPLE_vertex_array_object] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AppleVertexArrayObject", Version = "1.2", EntryPoint = "glGenVertexArraysAPPLE")] + [AutoGenerated(Category = "APPLE_vertex_array_object", Version = "1.2", EntryPoint = "glGenVertexArraysAPPLE")] public static void GenVertexArrays(Int32 n, [OutAttribute] out UInt32 arrays) { @@ -2181,8 +2298,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: APPLE_vertex_array_object] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AppleVertexArrayObject", Version = "1.2", EntryPoint = "glGenVertexArraysAPPLE")] + [AutoGenerated(Category = "APPLE_vertex_array_object", Version = "1.2", EntryPoint = "glGenVertexArraysAPPLE")] public static unsafe void GenVertexArrays(Int32 n, [OutAttribute] UInt32* arrays) { @@ -2196,7 +2314,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AppleObjectPurgeable", Version = "1.5", EntryPoint = "glGetObjectParameterivAPPLE")] + /// [requires: APPLE_object_purgeable] + [AutoGenerated(Category = "APPLE_object_purgeable", Version = "1.5", EntryPoint = "glGetObjectParameterivAPPLE")] public static void GetObjectParameter(OpenTK.Graphics.OpenGL.AppleObjectPurgeable objectType, Int32 name, OpenTK.Graphics.OpenGL.AppleObjectPurgeable pname, [OutAttribute] Int32[] @params) { @@ -2216,7 +2335,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AppleObjectPurgeable", Version = "1.5", EntryPoint = "glGetObjectParameterivAPPLE")] + /// [requires: APPLE_object_purgeable] + [AutoGenerated(Category = "APPLE_object_purgeable", Version = "1.5", EntryPoint = "glGetObjectParameterivAPPLE")] public static void GetObjectParameter(OpenTK.Graphics.OpenGL.AppleObjectPurgeable objectType, Int32 name, OpenTK.Graphics.OpenGL.AppleObjectPurgeable pname, [OutAttribute] out Int32 @params) { @@ -2237,8 +2357,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: APPLE_object_purgeable] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AppleObjectPurgeable", Version = "1.5", EntryPoint = "glGetObjectParameterivAPPLE")] + [AutoGenerated(Category = "APPLE_object_purgeable", Version = "1.5", EntryPoint = "glGetObjectParameterivAPPLE")] public static unsafe void GetObjectParameter(OpenTK.Graphics.OpenGL.AppleObjectPurgeable objectType, Int32 name, OpenTK.Graphics.OpenGL.AppleObjectPurgeable pname, [OutAttribute] Int32* @params) { @@ -2252,8 +2373,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: APPLE_object_purgeable] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AppleObjectPurgeable", Version = "1.5", EntryPoint = "glGetObjectParameterivAPPLE")] + [AutoGenerated(Category = "APPLE_object_purgeable", Version = "1.5", EntryPoint = "glGetObjectParameterivAPPLE")] public static void GetObjectParameter(OpenTK.Graphics.OpenGL.AppleObjectPurgeable objectType, UInt32 name, OpenTK.Graphics.OpenGL.AppleObjectPurgeable pname, [OutAttribute] Int32[] @params) { @@ -2273,8 +2395,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: APPLE_object_purgeable] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AppleObjectPurgeable", Version = "1.5", EntryPoint = "glGetObjectParameterivAPPLE")] + [AutoGenerated(Category = "APPLE_object_purgeable", Version = "1.5", EntryPoint = "glGetObjectParameterivAPPLE")] public static void GetObjectParameter(OpenTK.Graphics.OpenGL.AppleObjectPurgeable objectType, UInt32 name, OpenTK.Graphics.OpenGL.AppleObjectPurgeable pname, [OutAttribute] out Int32 @params) { @@ -2295,8 +2418,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: APPLE_object_purgeable] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AppleObjectPurgeable", Version = "1.5", EntryPoint = "glGetObjectParameterivAPPLE")] + [AutoGenerated(Category = "APPLE_object_purgeable", Version = "1.5", EntryPoint = "glGetObjectParameterivAPPLE")] public static unsafe void GetObjectParameter(OpenTK.Graphics.OpenGL.AppleObjectPurgeable objectType, UInt32 name, OpenTK.Graphics.OpenGL.AppleObjectPurgeable pname, [OutAttribute] Int32* @params) { @@ -2310,7 +2434,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AppleTextureRange", Version = "1.2", EntryPoint = "glGetTexParameterPointervAPPLE")] + /// [requires: APPLE_texture_range] + [AutoGenerated(Category = "APPLE_texture_range", Version = "1.2", EntryPoint = "glGetTexParameterPointervAPPLE")] public static void GetTexParameterPointer(OpenTK.Graphics.OpenGL.AppleTextureRange target, OpenTK.Graphics.OpenGL.AppleTextureRange pname, [OutAttribute] IntPtr @params) { @@ -2324,7 +2449,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AppleTextureRange", Version = "1.2", EntryPoint = "glGetTexParameterPointervAPPLE")] + /// [requires: APPLE_texture_range] + [AutoGenerated(Category = "APPLE_texture_range", Version = "1.2", EntryPoint = "glGetTexParameterPointervAPPLE")] public static void GetTexParameterPointer(OpenTK.Graphics.OpenGL.AppleTextureRange target, OpenTK.Graphics.OpenGL.AppleTextureRange pname, [InAttribute, OutAttribute] T2[] @params) where T2 : struct @@ -2347,7 +2473,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AppleTextureRange", Version = "1.2", EntryPoint = "glGetTexParameterPointervAPPLE")] + /// [requires: APPLE_texture_range] + [AutoGenerated(Category = "APPLE_texture_range", Version = "1.2", EntryPoint = "glGetTexParameterPointervAPPLE")] public static void GetTexParameterPointer(OpenTK.Graphics.OpenGL.AppleTextureRange target, OpenTK.Graphics.OpenGL.AppleTextureRange pname, [InAttribute, OutAttribute] T2[,] @params) where T2 : struct @@ -2370,7 +2497,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AppleTextureRange", Version = "1.2", EntryPoint = "glGetTexParameterPointervAPPLE")] + /// [requires: APPLE_texture_range] + [AutoGenerated(Category = "APPLE_texture_range", Version = "1.2", EntryPoint = "glGetTexParameterPointervAPPLE")] public static void GetTexParameterPointer(OpenTK.Graphics.OpenGL.AppleTextureRange target, OpenTK.Graphics.OpenGL.AppleTextureRange pname, [InAttribute, OutAttribute] T2[,,] @params) where T2 : struct @@ -2393,7 +2521,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AppleTextureRange", Version = "1.2", EntryPoint = "glGetTexParameterPointervAPPLE")] + /// [requires: APPLE_texture_range] + [AutoGenerated(Category = "APPLE_texture_range", Version = "1.2", EntryPoint = "glGetTexParameterPointervAPPLE")] public static void GetTexParameterPointer(OpenTK.Graphics.OpenGL.AppleTextureRange target, OpenTK.Graphics.OpenGL.AppleTextureRange pname, [InAttribute, OutAttribute] ref T2 @params) where T2 : struct @@ -2417,7 +2546,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AppleFence", Version = "1.2", EntryPoint = "glIsFenceAPPLE")] + /// [requires: APPLE_fence] + [AutoGenerated(Category = "APPLE_fence", Version = "1.2", EntryPoint = "glIsFenceAPPLE")] public static bool IsFence(Int32 fence) { @@ -2431,8 +2561,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: APPLE_fence] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AppleFence", Version = "1.2", EntryPoint = "glIsFenceAPPLE")] + [AutoGenerated(Category = "APPLE_fence", Version = "1.2", EntryPoint = "glIsFenceAPPLE")] public static bool IsFence(UInt32 fence) { @@ -2446,7 +2577,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AppleVertexArrayObject", Version = "1.2", EntryPoint = "glIsVertexArrayAPPLE")] + /// [requires: APPLE_vertex_array_object] + [AutoGenerated(Category = "APPLE_vertex_array_object", Version = "1.2", EntryPoint = "glIsVertexArrayAPPLE")] public static bool IsVertexArray(Int32 array) { @@ -2460,8 +2592,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: APPLE_vertex_array_object] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AppleVertexArrayObject", Version = "1.2", EntryPoint = "glIsVertexArrayAPPLE")] + [AutoGenerated(Category = "APPLE_vertex_array_object", Version = "1.2", EntryPoint = "glIsVertexArrayAPPLE")] public static bool IsVertexArray(UInt32 array) { @@ -2475,7 +2608,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AppleVertexProgramEvaluators", Version = "1.5", EntryPoint = "glIsVertexAttribEnabledAPPLE")] + /// [requires: APPLE_vertex_program_evaluators] + [AutoGenerated(Category = "APPLE_vertex_program_evaluators", Version = "1.5", EntryPoint = "glIsVertexAttribEnabledAPPLE")] public static bool IsVertexAttribEnabled(Int32 index, OpenTK.Graphics.OpenGL.AppleVertexProgramEvaluators pname) { @@ -2489,8 +2623,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: APPLE_vertex_program_evaluators] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AppleVertexProgramEvaluators", Version = "1.5", EntryPoint = "glIsVertexAttribEnabledAPPLE")] + [AutoGenerated(Category = "APPLE_vertex_program_evaluators", Version = "1.5", EntryPoint = "glIsVertexAttribEnabledAPPLE")] public static bool IsVertexAttribEnabled(UInt32 index, OpenTK.Graphics.OpenGL.AppleVertexProgramEvaluators pname) { @@ -2504,7 +2639,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AppleVertexProgramEvaluators", Version = "1.5", EntryPoint = "glMapVertexAttrib1dAPPLE")] + /// [requires: APPLE_vertex_program_evaluators] + [AutoGenerated(Category = "APPLE_vertex_program_evaluators", Version = "1.5", EntryPoint = "glMapVertexAttrib1dAPPLE")] public static void MapVertexAttrib1(Int32 index, Int32 size, Double u1, Double u2, Int32 stride, Int32 order, Double[] points) { @@ -2524,7 +2660,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AppleVertexProgramEvaluators", Version = "1.5", EntryPoint = "glMapVertexAttrib1dAPPLE")] + /// [requires: APPLE_vertex_program_evaluators] + [AutoGenerated(Category = "APPLE_vertex_program_evaluators", Version = "1.5", EntryPoint = "glMapVertexAttrib1dAPPLE")] public static void MapVertexAttrib1(Int32 index, Int32 size, Double u1, Double u2, Int32 stride, Int32 order, ref Double points) { @@ -2544,8 +2681,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: APPLE_vertex_program_evaluators] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AppleVertexProgramEvaluators", Version = "1.5", EntryPoint = "glMapVertexAttrib1dAPPLE")] + [AutoGenerated(Category = "APPLE_vertex_program_evaluators", Version = "1.5", EntryPoint = "glMapVertexAttrib1dAPPLE")] public static unsafe void MapVertexAttrib1(Int32 index, Int32 size, Double u1, Double u2, Int32 stride, Int32 order, Double* points) { @@ -2559,8 +2697,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: APPLE_vertex_program_evaluators] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AppleVertexProgramEvaluators", Version = "1.5", EntryPoint = "glMapVertexAttrib1dAPPLE")] + [AutoGenerated(Category = "APPLE_vertex_program_evaluators", Version = "1.5", EntryPoint = "glMapVertexAttrib1dAPPLE")] public static void MapVertexAttrib1(UInt32 index, UInt32 size, Double u1, Double u2, Int32 stride, Int32 order, Double[] points) { @@ -2580,8 +2719,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: APPLE_vertex_program_evaluators] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AppleVertexProgramEvaluators", Version = "1.5", EntryPoint = "glMapVertexAttrib1dAPPLE")] + [AutoGenerated(Category = "APPLE_vertex_program_evaluators", Version = "1.5", EntryPoint = "glMapVertexAttrib1dAPPLE")] public static void MapVertexAttrib1(UInt32 index, UInt32 size, Double u1, Double u2, Int32 stride, Int32 order, ref Double points) { @@ -2601,8 +2741,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: APPLE_vertex_program_evaluators] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AppleVertexProgramEvaluators", Version = "1.5", EntryPoint = "glMapVertexAttrib1dAPPLE")] + [AutoGenerated(Category = "APPLE_vertex_program_evaluators", Version = "1.5", EntryPoint = "glMapVertexAttrib1dAPPLE")] public static unsafe void MapVertexAttrib1(UInt32 index, UInt32 size, Double u1, Double u2, Int32 stride, Int32 order, Double* points) { @@ -2616,7 +2757,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AppleVertexProgramEvaluators", Version = "1.5", EntryPoint = "glMapVertexAttrib1fAPPLE")] + /// [requires: APPLE_vertex_program_evaluators] + [AutoGenerated(Category = "APPLE_vertex_program_evaluators", Version = "1.5", EntryPoint = "glMapVertexAttrib1fAPPLE")] public static void MapVertexAttrib1(Int32 index, Int32 size, Single u1, Single u2, Int32 stride, Int32 order, Single[] points) { @@ -2636,7 +2778,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AppleVertexProgramEvaluators", Version = "1.5", EntryPoint = "glMapVertexAttrib1fAPPLE")] + /// [requires: APPLE_vertex_program_evaluators] + [AutoGenerated(Category = "APPLE_vertex_program_evaluators", Version = "1.5", EntryPoint = "glMapVertexAttrib1fAPPLE")] public static void MapVertexAttrib1(Int32 index, Int32 size, Single u1, Single u2, Int32 stride, Int32 order, ref Single points) { @@ -2656,8 +2799,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: APPLE_vertex_program_evaluators] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AppleVertexProgramEvaluators", Version = "1.5", EntryPoint = "glMapVertexAttrib1fAPPLE")] + [AutoGenerated(Category = "APPLE_vertex_program_evaluators", Version = "1.5", EntryPoint = "glMapVertexAttrib1fAPPLE")] public static unsafe void MapVertexAttrib1(Int32 index, Int32 size, Single u1, Single u2, Int32 stride, Int32 order, Single* points) { @@ -2671,8 +2815,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: APPLE_vertex_program_evaluators] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AppleVertexProgramEvaluators", Version = "1.5", EntryPoint = "glMapVertexAttrib1fAPPLE")] + [AutoGenerated(Category = "APPLE_vertex_program_evaluators", Version = "1.5", EntryPoint = "glMapVertexAttrib1fAPPLE")] public static void MapVertexAttrib1(UInt32 index, UInt32 size, Single u1, Single u2, Int32 stride, Int32 order, Single[] points) { @@ -2692,8 +2837,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: APPLE_vertex_program_evaluators] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AppleVertexProgramEvaluators", Version = "1.5", EntryPoint = "glMapVertexAttrib1fAPPLE")] + [AutoGenerated(Category = "APPLE_vertex_program_evaluators", Version = "1.5", EntryPoint = "glMapVertexAttrib1fAPPLE")] public static void MapVertexAttrib1(UInt32 index, UInt32 size, Single u1, Single u2, Int32 stride, Int32 order, ref Single points) { @@ -2713,8 +2859,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: APPLE_vertex_program_evaluators] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AppleVertexProgramEvaluators", Version = "1.5", EntryPoint = "glMapVertexAttrib1fAPPLE")] + [AutoGenerated(Category = "APPLE_vertex_program_evaluators", Version = "1.5", EntryPoint = "glMapVertexAttrib1fAPPLE")] public static unsafe void MapVertexAttrib1(UInt32 index, UInt32 size, Single u1, Single u2, Int32 stride, Int32 order, Single* points) { @@ -2728,7 +2875,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AppleVertexProgramEvaluators", Version = "1.5", EntryPoint = "glMapVertexAttrib2dAPPLE")] + /// [requires: APPLE_vertex_program_evaluators] + [AutoGenerated(Category = "APPLE_vertex_program_evaluators", Version = "1.5", EntryPoint = "glMapVertexAttrib2dAPPLE")] public static void MapVertexAttrib2(Int32 index, Int32 size, Double u1, Double u2, Int32 ustride, Int32 uorder, Double v1, Double v2, Int32 vstride, Int32 vorder, Double[] points) { @@ -2748,7 +2896,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AppleVertexProgramEvaluators", Version = "1.5", EntryPoint = "glMapVertexAttrib2dAPPLE")] + /// [requires: APPLE_vertex_program_evaluators] + [AutoGenerated(Category = "APPLE_vertex_program_evaluators", Version = "1.5", EntryPoint = "glMapVertexAttrib2dAPPLE")] public static void MapVertexAttrib2(Int32 index, Int32 size, Double u1, Double u2, Int32 ustride, Int32 uorder, Double v1, Double v2, Int32 vstride, Int32 vorder, ref Double points) { @@ -2768,8 +2917,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: APPLE_vertex_program_evaluators] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AppleVertexProgramEvaluators", Version = "1.5", EntryPoint = "glMapVertexAttrib2dAPPLE")] + [AutoGenerated(Category = "APPLE_vertex_program_evaluators", Version = "1.5", EntryPoint = "glMapVertexAttrib2dAPPLE")] public static unsafe void MapVertexAttrib2(Int32 index, Int32 size, Double u1, Double u2, Int32 ustride, Int32 uorder, Double v1, Double v2, Int32 vstride, Int32 vorder, Double* points) { @@ -2783,8 +2933,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: APPLE_vertex_program_evaluators] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AppleVertexProgramEvaluators", Version = "1.5", EntryPoint = "glMapVertexAttrib2dAPPLE")] + [AutoGenerated(Category = "APPLE_vertex_program_evaluators", Version = "1.5", EntryPoint = "glMapVertexAttrib2dAPPLE")] public static void MapVertexAttrib2(UInt32 index, UInt32 size, Double u1, Double u2, Int32 ustride, Int32 uorder, Double v1, Double v2, Int32 vstride, Int32 vorder, Double[] points) { @@ -2804,8 +2955,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: APPLE_vertex_program_evaluators] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AppleVertexProgramEvaluators", Version = "1.5", EntryPoint = "glMapVertexAttrib2dAPPLE")] + [AutoGenerated(Category = "APPLE_vertex_program_evaluators", Version = "1.5", EntryPoint = "glMapVertexAttrib2dAPPLE")] public static void MapVertexAttrib2(UInt32 index, UInt32 size, Double u1, Double u2, Int32 ustride, Int32 uorder, Double v1, Double v2, Int32 vstride, Int32 vorder, ref Double points) { @@ -2825,8 +2977,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: APPLE_vertex_program_evaluators] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AppleVertexProgramEvaluators", Version = "1.5", EntryPoint = "glMapVertexAttrib2dAPPLE")] + [AutoGenerated(Category = "APPLE_vertex_program_evaluators", Version = "1.5", EntryPoint = "glMapVertexAttrib2dAPPLE")] public static unsafe void MapVertexAttrib2(UInt32 index, UInt32 size, Double u1, Double u2, Int32 ustride, Int32 uorder, Double v1, Double v2, Int32 vstride, Int32 vorder, Double* points) { @@ -2840,7 +2993,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AppleVertexProgramEvaluators", Version = "1.5", EntryPoint = "glMapVertexAttrib2fAPPLE")] + /// [requires: APPLE_vertex_program_evaluators] + [AutoGenerated(Category = "APPLE_vertex_program_evaluators", Version = "1.5", EntryPoint = "glMapVertexAttrib2fAPPLE")] public static void MapVertexAttrib2(Int32 index, Int32 size, Single u1, Single u2, Int32 ustride, Int32 uorder, Single v1, Single v2, Int32 vstride, Int32 vorder, Single[] points) { @@ -2860,7 +3014,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AppleVertexProgramEvaluators", Version = "1.5", EntryPoint = "glMapVertexAttrib2fAPPLE")] + /// [requires: APPLE_vertex_program_evaluators] + [AutoGenerated(Category = "APPLE_vertex_program_evaluators", Version = "1.5", EntryPoint = "glMapVertexAttrib2fAPPLE")] public static void MapVertexAttrib2(Int32 index, Int32 size, Single u1, Single u2, Int32 ustride, Int32 uorder, Single v1, Single v2, Int32 vstride, Int32 vorder, ref Single points) { @@ -2880,8 +3035,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: APPLE_vertex_program_evaluators] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AppleVertexProgramEvaluators", Version = "1.5", EntryPoint = "glMapVertexAttrib2fAPPLE")] + [AutoGenerated(Category = "APPLE_vertex_program_evaluators", Version = "1.5", EntryPoint = "glMapVertexAttrib2fAPPLE")] public static unsafe void MapVertexAttrib2(Int32 index, Int32 size, Single u1, Single u2, Int32 ustride, Int32 uorder, Single v1, Single v2, Int32 vstride, Int32 vorder, Single* points) { @@ -2895,8 +3051,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: APPLE_vertex_program_evaluators] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AppleVertexProgramEvaluators", Version = "1.5", EntryPoint = "glMapVertexAttrib2fAPPLE")] + [AutoGenerated(Category = "APPLE_vertex_program_evaluators", Version = "1.5", EntryPoint = "glMapVertexAttrib2fAPPLE")] public static void MapVertexAttrib2(UInt32 index, UInt32 size, Single u1, Single u2, Int32 ustride, Int32 uorder, Single v1, Single v2, Int32 vstride, Int32 vorder, Single[] points) { @@ -2916,8 +3073,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: APPLE_vertex_program_evaluators] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AppleVertexProgramEvaluators", Version = "1.5", EntryPoint = "glMapVertexAttrib2fAPPLE")] + [AutoGenerated(Category = "APPLE_vertex_program_evaluators", Version = "1.5", EntryPoint = "glMapVertexAttrib2fAPPLE")] public static void MapVertexAttrib2(UInt32 index, UInt32 size, Single u1, Single u2, Int32 ustride, Int32 uorder, Single v1, Single v2, Int32 vstride, Int32 vorder, ref Single points) { @@ -2937,8 +3095,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: APPLE_vertex_program_evaluators] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AppleVertexProgramEvaluators", Version = "1.5", EntryPoint = "glMapVertexAttrib2fAPPLE")] + [AutoGenerated(Category = "APPLE_vertex_program_evaluators", Version = "1.5", EntryPoint = "glMapVertexAttrib2fAPPLE")] public static unsafe void MapVertexAttrib2(UInt32 index, UInt32 size, Single u1, Single u2, Int32 ustride, Int32 uorder, Single v1, Single v2, Int32 vstride, Int32 vorder, Single* points) { @@ -2952,7 +3111,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AppleElementArray", Version = "1.2", EntryPoint = "glMultiDrawElementArrayAPPLE")] + /// [requires: APPLE_element_array] + [AutoGenerated(Category = "APPLE_element_array", Version = "1.2", EntryPoint = "glMultiDrawElementArrayAPPLE")] public static void MultiDrawElementArray(OpenTK.Graphics.OpenGL.BeginMode mode, Int32[] first, Int32[] count, Int32 primcount) { @@ -2973,7 +3133,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AppleElementArray", Version = "1.2", EntryPoint = "glMultiDrawElementArrayAPPLE")] + /// [requires: APPLE_element_array] + [AutoGenerated(Category = "APPLE_element_array", Version = "1.2", EntryPoint = "glMultiDrawElementArrayAPPLE")] public static void MultiDrawElementArray(OpenTK.Graphics.OpenGL.BeginMode mode, ref Int32 first, ref Int32 count, Int32 primcount) { @@ -2994,8 +3155,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: APPLE_element_array] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AppleElementArray", Version = "1.2", EntryPoint = "glMultiDrawElementArrayAPPLE")] + [AutoGenerated(Category = "APPLE_element_array", Version = "1.2", EntryPoint = "glMultiDrawElementArrayAPPLE")] public static unsafe void MultiDrawElementArray(OpenTK.Graphics.OpenGL.BeginMode mode, Int32* first, Int32* count, Int32 primcount) { @@ -3009,7 +3171,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AppleElementArray", Version = "1.2", EntryPoint = "glMultiDrawRangeElementArrayAPPLE")] + /// [requires: APPLE_element_array] + [AutoGenerated(Category = "APPLE_element_array", Version = "1.2", EntryPoint = "glMultiDrawRangeElementArrayAPPLE")] public static void MultiDrawRangeElementArray(OpenTK.Graphics.OpenGL.BeginMode mode, Int32 start, Int32 end, Int32[] first, Int32[] count, Int32 primcount) { @@ -3030,7 +3193,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AppleElementArray", Version = "1.2", EntryPoint = "glMultiDrawRangeElementArrayAPPLE")] + /// [requires: APPLE_element_array] + [AutoGenerated(Category = "APPLE_element_array", Version = "1.2", EntryPoint = "glMultiDrawRangeElementArrayAPPLE")] public static void MultiDrawRangeElementArray(OpenTK.Graphics.OpenGL.BeginMode mode, Int32 start, Int32 end, ref Int32 first, ref Int32 count, Int32 primcount) { @@ -3051,8 +3215,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: APPLE_element_array] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AppleElementArray", Version = "1.2", EntryPoint = "glMultiDrawRangeElementArrayAPPLE")] + [AutoGenerated(Category = "APPLE_element_array", Version = "1.2", EntryPoint = "glMultiDrawRangeElementArrayAPPLE")] public static unsafe void MultiDrawRangeElementArray(OpenTK.Graphics.OpenGL.BeginMode mode, Int32 start, Int32 end, Int32* first, Int32* count, Int32 primcount) { @@ -3066,8 +3231,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: APPLE_element_array] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AppleElementArray", Version = "1.2", EntryPoint = "glMultiDrawRangeElementArrayAPPLE")] + [AutoGenerated(Category = "APPLE_element_array", Version = "1.2", EntryPoint = "glMultiDrawRangeElementArrayAPPLE")] public static void MultiDrawRangeElementArray(OpenTK.Graphics.OpenGL.BeginMode mode, UInt32 start, UInt32 end, Int32[] first, Int32[] count, Int32 primcount) { @@ -3088,8 +3254,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: APPLE_element_array] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AppleElementArray", Version = "1.2", EntryPoint = "glMultiDrawRangeElementArrayAPPLE")] + [AutoGenerated(Category = "APPLE_element_array", Version = "1.2", EntryPoint = "glMultiDrawRangeElementArrayAPPLE")] public static void MultiDrawRangeElementArray(OpenTK.Graphics.OpenGL.BeginMode mode, UInt32 start, UInt32 end, ref Int32 first, ref Int32 count, Int32 primcount) { @@ -3110,8 +3277,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: APPLE_element_array] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AppleElementArray", Version = "1.2", EntryPoint = "glMultiDrawRangeElementArrayAPPLE")] + [AutoGenerated(Category = "APPLE_element_array", Version = "1.2", EntryPoint = "glMultiDrawRangeElementArrayAPPLE")] public static unsafe void MultiDrawRangeElementArray(OpenTK.Graphics.OpenGL.BeginMode mode, UInt32 start, UInt32 end, Int32* first, Int32* count, Int32 primcount) { @@ -3125,9 +3293,10 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AppleObjectPurgeable", Version = "1.5", EntryPoint = "glObjectPurgeableAPPLE")] + /// [requires: APPLE_object_purgeable] + [AutoGenerated(Category = "APPLE_object_purgeable", Version = "1.5", EntryPoint = "glObjectPurgeableAPPLE")] public static - System.IntPtr ObjectPurgeable(OpenTK.Graphics.OpenGL.AppleObjectPurgeable objectType, Int32 name, OpenTK.Graphics.OpenGL.AppleObjectPurgeable option) + OpenTK.Graphics.OpenGL.AppleObjectPurgeable ObjectPurgeable(OpenTK.Graphics.OpenGL.AppleObjectPurgeable objectType, Int32 name, OpenTK.Graphics.OpenGL.AppleObjectPurgeable option) { #if DEBUG using (new ErrorHelper(GraphicsContext.CurrentContext)) @@ -3139,10 +3308,11 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: APPLE_object_purgeable] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AppleObjectPurgeable", Version = "1.5", EntryPoint = "glObjectPurgeableAPPLE")] + [AutoGenerated(Category = "APPLE_object_purgeable", Version = "1.5", EntryPoint = "glObjectPurgeableAPPLE")] public static - System.IntPtr ObjectPurgeable(OpenTK.Graphics.OpenGL.AppleObjectPurgeable objectType, UInt32 name, OpenTK.Graphics.OpenGL.AppleObjectPurgeable option) + OpenTK.Graphics.OpenGL.AppleObjectPurgeable ObjectPurgeable(OpenTK.Graphics.OpenGL.AppleObjectPurgeable objectType, UInt32 name, OpenTK.Graphics.OpenGL.AppleObjectPurgeable option) { #if DEBUG using (new ErrorHelper(GraphicsContext.CurrentContext)) @@ -3154,9 +3324,10 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AppleObjectPurgeable", Version = "1.5", EntryPoint = "glObjectUnpurgeableAPPLE")] + /// [requires: APPLE_object_purgeable] + [AutoGenerated(Category = "APPLE_object_purgeable", Version = "1.5", EntryPoint = "glObjectUnpurgeableAPPLE")] public static - System.IntPtr ObjectUnpurgeable(OpenTK.Graphics.OpenGL.AppleObjectPurgeable objectType, Int32 name, OpenTK.Graphics.OpenGL.AppleObjectPurgeable option) + OpenTK.Graphics.OpenGL.AppleObjectPurgeable ObjectUnpurgeable(OpenTK.Graphics.OpenGL.AppleObjectPurgeable objectType, Int32 name, OpenTK.Graphics.OpenGL.AppleObjectPurgeable option) { #if DEBUG using (new ErrorHelper(GraphicsContext.CurrentContext)) @@ -3168,10 +3339,11 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: APPLE_object_purgeable] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AppleObjectPurgeable", Version = "1.5", EntryPoint = "glObjectUnpurgeableAPPLE")] + [AutoGenerated(Category = "APPLE_object_purgeable", Version = "1.5", EntryPoint = "glObjectUnpurgeableAPPLE")] public static - System.IntPtr ObjectUnpurgeable(OpenTK.Graphics.OpenGL.AppleObjectPurgeable objectType, UInt32 name, OpenTK.Graphics.OpenGL.AppleObjectPurgeable option) + OpenTK.Graphics.OpenGL.AppleObjectPurgeable ObjectUnpurgeable(OpenTK.Graphics.OpenGL.AppleObjectPurgeable objectType, UInt32 name, OpenTK.Graphics.OpenGL.AppleObjectPurgeable option) { #if DEBUG using (new ErrorHelper(GraphicsContext.CurrentContext)) @@ -3183,7 +3355,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AppleFence", Version = "1.2", EntryPoint = "glSetFenceAPPLE")] + /// [requires: APPLE_fence] + [AutoGenerated(Category = "APPLE_fence", Version = "1.2", EntryPoint = "glSetFenceAPPLE")] public static void SetFence(Int32 fence) { @@ -3197,8 +3370,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: APPLE_fence] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AppleFence", Version = "1.2", EntryPoint = "glSetFenceAPPLE")] + [AutoGenerated(Category = "APPLE_fence", Version = "1.2", EntryPoint = "glSetFenceAPPLE")] public static void SetFence(UInt32 fence) { @@ -3212,7 +3386,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AppleFence", Version = "1.2", EntryPoint = "glTestFenceAPPLE")] + /// [requires: APPLE_fence] + [AutoGenerated(Category = "APPLE_fence", Version = "1.2", EntryPoint = "glTestFenceAPPLE")] public static bool TestFence(Int32 fence) { @@ -3226,8 +3401,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: APPLE_fence] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AppleFence", Version = "1.2", EntryPoint = "glTestFenceAPPLE")] + [AutoGenerated(Category = "APPLE_fence", Version = "1.2", EntryPoint = "glTestFenceAPPLE")] public static bool TestFence(UInt32 fence) { @@ -3241,7 +3417,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AppleFence", Version = "1.2", EntryPoint = "glTestObjectAPPLE")] + /// [requires: APPLE_fence] + [AutoGenerated(Category = "APPLE_fence", Version = "1.2", EntryPoint = "glTestObjectAPPLE")] public static bool TestObject(OpenTK.Graphics.OpenGL.AppleFence @object, Int32 name) { @@ -3255,8 +3432,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: APPLE_fence] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AppleFence", Version = "1.2", EntryPoint = "glTestObjectAPPLE")] + [AutoGenerated(Category = "APPLE_fence", Version = "1.2", EntryPoint = "glTestObjectAPPLE")] public static bool TestObject(OpenTK.Graphics.OpenGL.AppleFence @object, UInt32 name) { @@ -3270,7 +3448,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AppleTextureRange", Version = "1.2", EntryPoint = "glTextureRangeAPPLE")] + /// [requires: APPLE_texture_range] + [AutoGenerated(Category = "APPLE_texture_range", Version = "1.2", EntryPoint = "glTextureRangeAPPLE")] public static void TextureRange(OpenTK.Graphics.OpenGL.AppleTextureRange target, Int32 length, IntPtr pointer) { @@ -3284,7 +3463,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AppleTextureRange", Version = "1.2", EntryPoint = "glTextureRangeAPPLE")] + /// [requires: APPLE_texture_range] + [AutoGenerated(Category = "APPLE_texture_range", Version = "1.2", EntryPoint = "glTextureRangeAPPLE")] public static void TextureRange(OpenTK.Graphics.OpenGL.AppleTextureRange target, Int32 length, [InAttribute, OutAttribute] T2[] pointer) where T2 : struct @@ -3307,7 +3487,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AppleTextureRange", Version = "1.2", EntryPoint = "glTextureRangeAPPLE")] + /// [requires: APPLE_texture_range] + [AutoGenerated(Category = "APPLE_texture_range", Version = "1.2", EntryPoint = "glTextureRangeAPPLE")] public static void TextureRange(OpenTK.Graphics.OpenGL.AppleTextureRange target, Int32 length, [InAttribute, OutAttribute] T2[,] pointer) where T2 : struct @@ -3330,7 +3511,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AppleTextureRange", Version = "1.2", EntryPoint = "glTextureRangeAPPLE")] + /// [requires: APPLE_texture_range] + [AutoGenerated(Category = "APPLE_texture_range", Version = "1.2", EntryPoint = "glTextureRangeAPPLE")] public static void TextureRange(OpenTK.Graphics.OpenGL.AppleTextureRange target, Int32 length, [InAttribute, OutAttribute] T2[,,] pointer) where T2 : struct @@ -3353,7 +3535,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AppleTextureRange", Version = "1.2", EntryPoint = "glTextureRangeAPPLE")] + /// [requires: APPLE_texture_range] + [AutoGenerated(Category = "APPLE_texture_range", Version = "1.2", EntryPoint = "glTextureRangeAPPLE")] public static void TextureRange(OpenTK.Graphics.OpenGL.AppleTextureRange target, Int32 length, [InAttribute, OutAttribute] ref T2 pointer) where T2 : struct @@ -3377,7 +3560,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AppleVertexArrayRange", Version = "1.2", EntryPoint = "glVertexArrayParameteriAPPLE")] + /// [requires: APPLE_vertex_array_range] + [AutoGenerated(Category = "APPLE_vertex_array_range", Version = "1.2", EntryPoint = "glVertexArrayParameteriAPPLE")] public static void VertexArrayParameter(OpenTK.Graphics.OpenGL.AppleVertexArrayRange pname, Int32 param) { @@ -3391,7 +3575,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AppleVertexArrayRange", Version = "1.2", EntryPoint = "glVertexArrayRangeAPPLE")] + /// [requires: APPLE_vertex_array_range] + [AutoGenerated(Category = "APPLE_vertex_array_range", Version = "1.2", EntryPoint = "glVertexArrayRangeAPPLE")] public static void VertexArrayRange(Int32 length, [OutAttribute] IntPtr pointer) { @@ -3405,7 +3590,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AppleVertexArrayRange", Version = "1.2", EntryPoint = "glVertexArrayRangeAPPLE")] + /// [requires: APPLE_vertex_array_range] + [AutoGenerated(Category = "APPLE_vertex_array_range", Version = "1.2", EntryPoint = "glVertexArrayRangeAPPLE")] public static void VertexArrayRange(Int32 length, [InAttribute, OutAttribute] T1[] pointer) where T1 : struct @@ -3428,7 +3614,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AppleVertexArrayRange", Version = "1.2", EntryPoint = "glVertexArrayRangeAPPLE")] + /// [requires: APPLE_vertex_array_range] + [AutoGenerated(Category = "APPLE_vertex_array_range", Version = "1.2", EntryPoint = "glVertexArrayRangeAPPLE")] public static void VertexArrayRange(Int32 length, [InAttribute, OutAttribute] T1[,] pointer) where T1 : struct @@ -3451,7 +3638,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AppleVertexArrayRange", Version = "1.2", EntryPoint = "glVertexArrayRangeAPPLE")] + /// [requires: APPLE_vertex_array_range] + [AutoGenerated(Category = "APPLE_vertex_array_range", Version = "1.2", EntryPoint = "glVertexArrayRangeAPPLE")] public static void VertexArrayRange(Int32 length, [InAttribute, OutAttribute] T1[,,] pointer) where T1 : struct @@ -3474,7 +3662,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AppleVertexArrayRange", Version = "1.2", EntryPoint = "glVertexArrayRangeAPPLE")] + /// [requires: APPLE_vertex_array_range] + [AutoGenerated(Category = "APPLE_vertex_array_range", Version = "1.2", EntryPoint = "glVertexArrayRangeAPPLE")] public static void VertexArrayRange(Int32 length, [InAttribute, OutAttribute] ref T1 pointer) where T1 : struct @@ -3503,7 +3692,7 @@ namespace OpenTK.Graphics.OpenGL public static partial class Arb { - /// + /// [requires: ARB_multitexture] /// Select active texture unit /// /// @@ -3511,7 +3700,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies which texture unit to make active. The number of texture units is implementation dependent, but must be at least two. texture must be one of GL_TEXTURE, where i ranges from 0 to the larger of (GL_MAX_TEXTURE_COORDS - 1) and (GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS - 1). The initial value is GL_TEXTURE0. /// /// - [AutoGenerated(Category = "ArbMultitexture", Version = "1.2", EntryPoint = "glActiveTextureARB")] + [AutoGenerated(Category = "ARB_multitexture", Version = "1.2", EntryPoint = "glActiveTextureARB")] public static void ActiveTexture(OpenTK.Graphics.OpenGL.TextureUnit texture) { @@ -3525,7 +3714,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbShaderObjects", Version = "1.2", EntryPoint = "glAttachObjectARB")] + /// [requires: ARB_shader_objects] + [AutoGenerated(Category = "ARB_shader_objects", Version = "1.2", EntryPoint = "glAttachObjectARB")] public static void AttachObject(Int32 containerObj, Int32 obj) { @@ -3539,8 +3729,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ARB_shader_objects] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbShaderObjects", Version = "1.2", EntryPoint = "glAttachObjectARB")] + [AutoGenerated(Category = "ARB_shader_objects", Version = "1.2", EntryPoint = "glAttachObjectARB")] public static void AttachObject(UInt32 containerObj, UInt32 obj) { @@ -3555,7 +3746,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_occlusion_query] /// Delimit the boundaries of a query object /// /// @@ -3568,7 +3759,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the name of a query object. /// /// - [AutoGenerated(Category = "ArbOcclusionQuery", Version = "1.5", EntryPoint = "glBeginQueryARB")] + [AutoGenerated(Category = "ARB_occlusion_query", Version = "1.5", EntryPoint = "glBeginQueryARB")] public static void BeginQuery(OpenTK.Graphics.OpenGL.ArbOcclusionQuery target, Int32 id) { @@ -3583,7 +3774,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_occlusion_query] /// Delimit the boundaries of a query object /// /// @@ -3597,7 +3788,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbOcclusionQuery", Version = "1.5", EntryPoint = "glBeginQueryARB")] + [AutoGenerated(Category = "ARB_occlusion_query", Version = "1.5", EntryPoint = "glBeginQueryARB")] public static void BeginQuery(OpenTK.Graphics.OpenGL.ArbOcclusionQuery target, UInt32 id) { @@ -3612,7 +3803,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_shader] /// Associates a generic vertex attribute index with a named attribute variable /// /// @@ -3630,7 +3821,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a null terminated string containing the name of the vertex shader attribute variable to which index is to be bound. /// /// - [AutoGenerated(Category = "ArbVertexShader", Version = "1.2", EntryPoint = "glBindAttribLocationARB")] + [AutoGenerated(Category = "ARB_vertex_shader", Version = "1.2", EntryPoint = "glBindAttribLocationARB")] public static void BindAttribLocation(Int32 programObj, Int32 index, String name) { @@ -3645,7 +3836,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_shader] /// Associates a generic vertex attribute index with a named attribute variable /// /// @@ -3664,7 +3855,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexShader", Version = "1.2", EntryPoint = "glBindAttribLocationARB")] + [AutoGenerated(Category = "ARB_vertex_shader", Version = "1.2", EntryPoint = "glBindAttribLocationARB")] public static void BindAttribLocation(UInt32 programObj, UInt32 index, String name) { @@ -3679,7 +3870,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_buffer_object] /// Bind a named buffer object /// /// @@ -3692,7 +3883,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the name of a buffer object. /// /// - [AutoGenerated(Category = "ArbVertexBufferObject", Version = "1.2", EntryPoint = "glBindBufferARB")] + [AutoGenerated(Category = "ARB_vertex_buffer_object", Version = "1.2", EntryPoint = "glBindBufferARB")] public static void BindBuffer(OpenTK.Graphics.OpenGL.BufferTargetArb target, Int32 buffer) { @@ -3707,7 +3898,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_buffer_object] /// Bind a named buffer object /// /// @@ -3721,7 +3912,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexBufferObject", Version = "1.2", EntryPoint = "glBindBufferARB")] + [AutoGenerated(Category = "ARB_vertex_buffer_object", Version = "1.2", EntryPoint = "glBindBufferARB")] public static void BindBuffer(OpenTK.Graphics.OpenGL.BufferTargetArb target, UInt32 buffer) { @@ -3735,7 +3926,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glBindProgramARB")] + /// [requires: ARB_vertex_program] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glBindProgramARB")] public static void BindProgram(OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb target, Int32 program) { @@ -3749,8 +3941,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ARB_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glBindProgramARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glBindProgramARB")] public static void BindProgram(OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb target, UInt32 program) { @@ -3765,7 +3958,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_buffer_object] /// Creates and initializes a buffer object's data store /// /// @@ -3788,7 +3981,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the expected usage pattern of the data store. The symbolic constant must be GL_STREAM_DRAW, GL_STREAM_READ, GL_STREAM_COPY, GL_STATIC_DRAW, GL_STATIC_READ, GL_STATIC_COPY, GL_DYNAMIC_DRAW, GL_DYNAMIC_READ, or GL_DYNAMIC_COPY. /// /// - [AutoGenerated(Category = "ArbVertexBufferObject", Version = "1.2", EntryPoint = "glBufferDataARB")] + [AutoGenerated(Category = "ARB_vertex_buffer_object", Version = "1.2", EntryPoint = "glBufferDataARB")] public static void BufferData(OpenTK.Graphics.OpenGL.BufferTargetArb target, IntPtr size, IntPtr data, OpenTK.Graphics.OpenGL.BufferUsageArb usage) { @@ -3803,7 +3996,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_buffer_object] /// Creates and initializes a buffer object's data store /// /// @@ -3826,7 +4019,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the expected usage pattern of the data store. The symbolic constant must be GL_STREAM_DRAW, GL_STREAM_READ, GL_STREAM_COPY, GL_STATIC_DRAW, GL_STATIC_READ, GL_STATIC_COPY, GL_DYNAMIC_DRAW, GL_DYNAMIC_READ, or GL_DYNAMIC_COPY. /// /// - [AutoGenerated(Category = "ArbVertexBufferObject", Version = "1.2", EntryPoint = "glBufferDataARB")] + [AutoGenerated(Category = "ARB_vertex_buffer_object", Version = "1.2", EntryPoint = "glBufferDataARB")] public static void BufferData(OpenTK.Graphics.OpenGL.BufferTargetArb target, IntPtr size, [InAttribute, OutAttribute] T2[] data, OpenTK.Graphics.OpenGL.BufferUsageArb usage) where T2 : struct @@ -3850,7 +4043,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_buffer_object] /// Creates and initializes a buffer object's data store /// /// @@ -3873,7 +4066,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the expected usage pattern of the data store. The symbolic constant must be GL_STREAM_DRAW, GL_STREAM_READ, GL_STREAM_COPY, GL_STATIC_DRAW, GL_STATIC_READ, GL_STATIC_COPY, GL_DYNAMIC_DRAW, GL_DYNAMIC_READ, or GL_DYNAMIC_COPY. /// /// - [AutoGenerated(Category = "ArbVertexBufferObject", Version = "1.2", EntryPoint = "glBufferDataARB")] + [AutoGenerated(Category = "ARB_vertex_buffer_object", Version = "1.2", EntryPoint = "glBufferDataARB")] public static void BufferData(OpenTK.Graphics.OpenGL.BufferTargetArb target, IntPtr size, [InAttribute, OutAttribute] T2[,] data, OpenTK.Graphics.OpenGL.BufferUsageArb usage) where T2 : struct @@ -3897,7 +4090,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_buffer_object] /// Creates and initializes a buffer object's data store /// /// @@ -3920,7 +4113,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the expected usage pattern of the data store. The symbolic constant must be GL_STREAM_DRAW, GL_STREAM_READ, GL_STREAM_COPY, GL_STATIC_DRAW, GL_STATIC_READ, GL_STATIC_COPY, GL_DYNAMIC_DRAW, GL_DYNAMIC_READ, or GL_DYNAMIC_COPY. /// /// - [AutoGenerated(Category = "ArbVertexBufferObject", Version = "1.2", EntryPoint = "glBufferDataARB")] + [AutoGenerated(Category = "ARB_vertex_buffer_object", Version = "1.2", EntryPoint = "glBufferDataARB")] public static void BufferData(OpenTK.Graphics.OpenGL.BufferTargetArb target, IntPtr size, [InAttribute, OutAttribute] T2[,,] data, OpenTK.Graphics.OpenGL.BufferUsageArb usage) where T2 : struct @@ -3944,7 +4137,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_buffer_object] /// Creates and initializes a buffer object's data store /// /// @@ -3967,7 +4160,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the expected usage pattern of the data store. The symbolic constant must be GL_STREAM_DRAW, GL_STREAM_READ, GL_STREAM_COPY, GL_STATIC_DRAW, GL_STATIC_READ, GL_STATIC_COPY, GL_DYNAMIC_DRAW, GL_DYNAMIC_READ, or GL_DYNAMIC_COPY. /// /// - [AutoGenerated(Category = "ArbVertexBufferObject", Version = "1.2", EntryPoint = "glBufferDataARB")] + [AutoGenerated(Category = "ARB_vertex_buffer_object", Version = "1.2", EntryPoint = "glBufferDataARB")] public static void BufferData(OpenTK.Graphics.OpenGL.BufferTargetArb target, IntPtr size, [InAttribute, OutAttribute] ref T2 data, OpenTK.Graphics.OpenGL.BufferUsageArb usage) where T2 : struct @@ -3992,7 +4185,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_buffer_object] /// Updates a subset of a buffer object's data store /// /// @@ -4015,7 +4208,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the new data that will be copied into the data store. /// /// - [AutoGenerated(Category = "ArbVertexBufferObject", Version = "1.2", EntryPoint = "glBufferSubDataARB")] + [AutoGenerated(Category = "ARB_vertex_buffer_object", Version = "1.2", EntryPoint = "glBufferSubDataARB")] public static void BufferSubData(OpenTK.Graphics.OpenGL.BufferTargetArb target, IntPtr offset, IntPtr size, IntPtr data) { @@ -4030,7 +4223,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_buffer_object] /// Updates a subset of a buffer object's data store /// /// @@ -4053,7 +4246,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the new data that will be copied into the data store. /// /// - [AutoGenerated(Category = "ArbVertexBufferObject", Version = "1.2", EntryPoint = "glBufferSubDataARB")] + [AutoGenerated(Category = "ARB_vertex_buffer_object", Version = "1.2", EntryPoint = "glBufferSubDataARB")] public static void BufferSubData(OpenTK.Graphics.OpenGL.BufferTargetArb target, IntPtr offset, IntPtr size, [InAttribute, OutAttribute] T3[] data) where T3 : struct @@ -4077,7 +4270,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_buffer_object] /// Updates a subset of a buffer object's data store /// /// @@ -4100,7 +4293,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the new data that will be copied into the data store. /// /// - [AutoGenerated(Category = "ArbVertexBufferObject", Version = "1.2", EntryPoint = "glBufferSubDataARB")] + [AutoGenerated(Category = "ARB_vertex_buffer_object", Version = "1.2", EntryPoint = "glBufferSubDataARB")] public static void BufferSubData(OpenTK.Graphics.OpenGL.BufferTargetArb target, IntPtr offset, IntPtr size, [InAttribute, OutAttribute] T3[,] data) where T3 : struct @@ -4124,7 +4317,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_buffer_object] /// Updates a subset of a buffer object's data store /// /// @@ -4147,7 +4340,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the new data that will be copied into the data store. /// /// - [AutoGenerated(Category = "ArbVertexBufferObject", Version = "1.2", EntryPoint = "glBufferSubDataARB")] + [AutoGenerated(Category = "ARB_vertex_buffer_object", Version = "1.2", EntryPoint = "glBufferSubDataARB")] public static void BufferSubData(OpenTK.Graphics.OpenGL.BufferTargetArb target, IntPtr offset, IntPtr size, [InAttribute, OutAttribute] T3[,,] data) where T3 : struct @@ -4171,7 +4364,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_buffer_object] /// Updates a subset of a buffer object's data store /// /// @@ -4194,7 +4387,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the new data that will be copied into the data store. /// /// - [AutoGenerated(Category = "ArbVertexBufferObject", Version = "1.2", EntryPoint = "glBufferSubDataARB")] + [AutoGenerated(Category = "ARB_vertex_buffer_object", Version = "1.2", EntryPoint = "glBufferSubDataARB")] public static void BufferSubData(OpenTK.Graphics.OpenGL.BufferTargetArb target, IntPtr offset, IntPtr size, [InAttribute, OutAttribute] ref T3 data) where T3 : struct @@ -4218,7 +4411,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbColorBufferFloat", Version = "1.5", EntryPoint = "glClampColorARB")] + /// [requires: ARB_color_buffer_float] + [AutoGenerated(Category = "ARB_color_buffer_float", Version = "1.5", EntryPoint = "glClampColorARB")] public static void ClampColor(OpenTK.Graphics.OpenGL.ArbColorBufferFloat target, OpenTK.Graphics.OpenGL.ArbColorBufferFloat clamp) { @@ -4233,7 +4427,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_multitexture] /// Select active texture unit /// /// @@ -4241,7 +4435,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies which texture unit to make active. The number of texture units is implementation dependent, but must be at least two. texture must be one of GL_TEXTURE, where i ranges from 0 to the value of GL_MAX_TEXTURE_COORDS - 1, which is an implementation-dependent value. The initial value is GL_TEXTURE0. /// /// - [AutoGenerated(Category = "ArbMultitexture", Version = "1.2", EntryPoint = "glClientActiveTextureARB")] + [AutoGenerated(Category = "ARB_multitexture", Version = "1.2", EntryPoint = "glClientActiveTextureARB")] public static void ClientActiveTexture(OpenTK.Graphics.OpenGL.TextureUnit texture) { @@ -4256,7 +4450,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_shader_objects] /// Compiles a shader object /// /// @@ -4264,7 +4458,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the shader object to be compiled. /// /// - [AutoGenerated(Category = "ArbShaderObjects", Version = "1.2", EntryPoint = "glCompileShaderARB")] + [AutoGenerated(Category = "ARB_shader_objects", Version = "1.2", EntryPoint = "glCompileShaderARB")] public static void CompileShader(Int32 shaderObj) { @@ -4279,7 +4473,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_shader_objects] /// Compiles a shader object /// /// @@ -4288,7 +4482,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbShaderObjects", Version = "1.2", EntryPoint = "glCompileShaderARB")] + [AutoGenerated(Category = "ARB_shader_objects", Version = "1.2", EntryPoint = "glCompileShaderARB")] public static void CompileShader(UInt32 shaderObj) { @@ -4303,7 +4497,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_texture_compression] /// Specify a one-dimensional texture image in a compressed format /// /// @@ -4341,7 +4535,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the compressed image data in memory. /// /// - [AutoGenerated(Category = "ArbTextureCompression", Version = "1.2", EntryPoint = "glCompressedTexImage1DARB")] + [AutoGenerated(Category = "ARB_texture_compression", Version = "1.2", EntryPoint = "glCompressedTexImage1DARB")] public static void CompressedTexImage1D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, Int32 border, Int32 imageSize, IntPtr data) { @@ -4356,7 +4550,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_texture_compression] /// Specify a one-dimensional texture image in a compressed format /// /// @@ -4394,7 +4588,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the compressed image data in memory. /// /// - [AutoGenerated(Category = "ArbTextureCompression", Version = "1.2", EntryPoint = "glCompressedTexImage1DARB")] + [AutoGenerated(Category = "ARB_texture_compression", Version = "1.2", EntryPoint = "glCompressedTexImage1DARB")] public static void CompressedTexImage1D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, Int32 border, Int32 imageSize, [InAttribute, OutAttribute] T6[] data) where T6 : struct @@ -4418,7 +4612,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_texture_compression] /// Specify a one-dimensional texture image in a compressed format /// /// @@ -4456,7 +4650,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the compressed image data in memory. /// /// - [AutoGenerated(Category = "ArbTextureCompression", Version = "1.2", EntryPoint = "glCompressedTexImage1DARB")] + [AutoGenerated(Category = "ARB_texture_compression", Version = "1.2", EntryPoint = "glCompressedTexImage1DARB")] public static void CompressedTexImage1D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, Int32 border, Int32 imageSize, [InAttribute, OutAttribute] T6[,] data) where T6 : struct @@ -4480,7 +4674,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_texture_compression] /// Specify a one-dimensional texture image in a compressed format /// /// @@ -4518,7 +4712,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the compressed image data in memory. /// /// - [AutoGenerated(Category = "ArbTextureCompression", Version = "1.2", EntryPoint = "glCompressedTexImage1DARB")] + [AutoGenerated(Category = "ARB_texture_compression", Version = "1.2", EntryPoint = "glCompressedTexImage1DARB")] public static void CompressedTexImage1D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, Int32 border, Int32 imageSize, [InAttribute, OutAttribute] T6[,,] data) where T6 : struct @@ -4542,7 +4736,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_texture_compression] /// Specify a one-dimensional texture image in a compressed format /// /// @@ -4580,7 +4774,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the compressed image data in memory. /// /// - [AutoGenerated(Category = "ArbTextureCompression", Version = "1.2", EntryPoint = "glCompressedTexImage1DARB")] + [AutoGenerated(Category = "ARB_texture_compression", Version = "1.2", EntryPoint = "glCompressedTexImage1DARB")] public static void CompressedTexImage1D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, Int32 border, Int32 imageSize, [InAttribute, OutAttribute] ref T6 data) where T6 : struct @@ -4605,7 +4799,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_texture_compression] /// Specify a two-dimensional texture image in a compressed format /// /// @@ -4648,7 +4842,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the compressed image data in memory. /// /// - [AutoGenerated(Category = "ArbTextureCompression", Version = "1.2", EntryPoint = "glCompressedTexImage2DARB")] + [AutoGenerated(Category = "ARB_texture_compression", Version = "1.2", EntryPoint = "glCompressedTexImage2DARB")] public static void CompressedTexImage2D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, Int32 height, Int32 border, Int32 imageSize, IntPtr data) { @@ -4663,7 +4857,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_texture_compression] /// Specify a two-dimensional texture image in a compressed format /// /// @@ -4706,7 +4900,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the compressed image data in memory. /// /// - [AutoGenerated(Category = "ArbTextureCompression", Version = "1.2", EntryPoint = "glCompressedTexImage2DARB")] + [AutoGenerated(Category = "ARB_texture_compression", Version = "1.2", EntryPoint = "glCompressedTexImage2DARB")] public static void CompressedTexImage2D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, Int32 height, Int32 border, Int32 imageSize, [InAttribute, OutAttribute] T7[] data) where T7 : struct @@ -4730,7 +4924,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_texture_compression] /// Specify a two-dimensional texture image in a compressed format /// /// @@ -4773,7 +4967,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the compressed image data in memory. /// /// - [AutoGenerated(Category = "ArbTextureCompression", Version = "1.2", EntryPoint = "glCompressedTexImage2DARB")] + [AutoGenerated(Category = "ARB_texture_compression", Version = "1.2", EntryPoint = "glCompressedTexImage2DARB")] public static void CompressedTexImage2D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, Int32 height, Int32 border, Int32 imageSize, [InAttribute, OutAttribute] T7[,] data) where T7 : struct @@ -4797,7 +4991,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_texture_compression] /// Specify a two-dimensional texture image in a compressed format /// /// @@ -4840,7 +5034,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the compressed image data in memory. /// /// - [AutoGenerated(Category = "ArbTextureCompression", Version = "1.2", EntryPoint = "glCompressedTexImage2DARB")] + [AutoGenerated(Category = "ARB_texture_compression", Version = "1.2", EntryPoint = "glCompressedTexImage2DARB")] public static void CompressedTexImage2D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, Int32 height, Int32 border, Int32 imageSize, [InAttribute, OutAttribute] T7[,,] data) where T7 : struct @@ -4864,7 +5058,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_texture_compression] /// Specify a two-dimensional texture image in a compressed format /// /// @@ -4907,7 +5101,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the compressed image data in memory. /// /// - [AutoGenerated(Category = "ArbTextureCompression", Version = "1.2", EntryPoint = "glCompressedTexImage2DARB")] + [AutoGenerated(Category = "ARB_texture_compression", Version = "1.2", EntryPoint = "glCompressedTexImage2DARB")] public static void CompressedTexImage2D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, Int32 height, Int32 border, Int32 imageSize, [InAttribute, OutAttribute] ref T7 data) where T7 : struct @@ -4932,7 +5126,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_texture_compression] /// Specify a three-dimensional texture image in a compressed format /// /// @@ -4980,7 +5174,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the compressed image data in memory. /// /// - [AutoGenerated(Category = "ArbTextureCompression", Version = "1.2", EntryPoint = "glCompressedTexImage3DARB")] + [AutoGenerated(Category = "ARB_texture_compression", Version = "1.2", EntryPoint = "glCompressedTexImage3DARB")] public static void CompressedTexImage3D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, Int32 height, Int32 depth, Int32 border, Int32 imageSize, IntPtr data) { @@ -4995,7 +5189,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_texture_compression] /// Specify a three-dimensional texture image in a compressed format /// /// @@ -5043,7 +5237,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the compressed image data in memory. /// /// - [AutoGenerated(Category = "ArbTextureCompression", Version = "1.2", EntryPoint = "glCompressedTexImage3DARB")] + [AutoGenerated(Category = "ARB_texture_compression", Version = "1.2", EntryPoint = "glCompressedTexImage3DARB")] public static void CompressedTexImage3D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, Int32 height, Int32 depth, Int32 border, Int32 imageSize, [InAttribute, OutAttribute] T8[] data) where T8 : struct @@ -5067,7 +5261,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_texture_compression] /// Specify a three-dimensional texture image in a compressed format /// /// @@ -5115,7 +5309,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the compressed image data in memory. /// /// - [AutoGenerated(Category = "ArbTextureCompression", Version = "1.2", EntryPoint = "glCompressedTexImage3DARB")] + [AutoGenerated(Category = "ARB_texture_compression", Version = "1.2", EntryPoint = "glCompressedTexImage3DARB")] public static void CompressedTexImage3D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, Int32 height, Int32 depth, Int32 border, Int32 imageSize, [InAttribute, OutAttribute] T8[,] data) where T8 : struct @@ -5139,7 +5333,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_texture_compression] /// Specify a three-dimensional texture image in a compressed format /// /// @@ -5187,7 +5381,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the compressed image data in memory. /// /// - [AutoGenerated(Category = "ArbTextureCompression", Version = "1.2", EntryPoint = "glCompressedTexImage3DARB")] + [AutoGenerated(Category = "ARB_texture_compression", Version = "1.2", EntryPoint = "glCompressedTexImage3DARB")] public static void CompressedTexImage3D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, Int32 height, Int32 depth, Int32 border, Int32 imageSize, [InAttribute, OutAttribute] T8[,,] data) where T8 : struct @@ -5211,7 +5405,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_texture_compression] /// Specify a three-dimensional texture image in a compressed format /// /// @@ -5259,7 +5453,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the compressed image data in memory. /// /// - [AutoGenerated(Category = "ArbTextureCompression", Version = "1.2", EntryPoint = "glCompressedTexImage3DARB")] + [AutoGenerated(Category = "ARB_texture_compression", Version = "1.2", EntryPoint = "glCompressedTexImage3DARB")] public static void CompressedTexImage3D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, Int32 height, Int32 depth, Int32 border, Int32 imageSize, [InAttribute, OutAttribute] ref T8 data) where T8 : struct @@ -5284,7 +5478,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_texture_compression] /// Specify a one-dimensional texture subimage in a compressed format /// /// @@ -5322,7 +5516,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the compressed image data in memory. /// /// - [AutoGenerated(Category = "ArbTextureCompression", Version = "1.2", EntryPoint = "glCompressedTexSubImage1DARB")] + [AutoGenerated(Category = "ARB_texture_compression", Version = "1.2", EntryPoint = "glCompressedTexSubImage1DARB")] public static void CompressedTexSubImage1D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 width, OpenTK.Graphics.OpenGL.PixelFormat format, Int32 imageSize, IntPtr data) { @@ -5337,7 +5531,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_texture_compression] /// Specify a one-dimensional texture subimage in a compressed format /// /// @@ -5375,7 +5569,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the compressed image data in memory. /// /// - [AutoGenerated(Category = "ArbTextureCompression", Version = "1.2", EntryPoint = "glCompressedTexSubImage1DARB")] + [AutoGenerated(Category = "ARB_texture_compression", Version = "1.2", EntryPoint = "glCompressedTexSubImage1DARB")] public static void CompressedTexSubImage1D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 width, OpenTK.Graphics.OpenGL.PixelFormat format, Int32 imageSize, [InAttribute, OutAttribute] T6[] data) where T6 : struct @@ -5399,7 +5593,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_texture_compression] /// Specify a one-dimensional texture subimage in a compressed format /// /// @@ -5437,7 +5631,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the compressed image data in memory. /// /// - [AutoGenerated(Category = "ArbTextureCompression", Version = "1.2", EntryPoint = "glCompressedTexSubImage1DARB")] + [AutoGenerated(Category = "ARB_texture_compression", Version = "1.2", EntryPoint = "glCompressedTexSubImage1DARB")] public static void CompressedTexSubImage1D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 width, OpenTK.Graphics.OpenGL.PixelFormat format, Int32 imageSize, [InAttribute, OutAttribute] T6[,] data) where T6 : struct @@ -5461,7 +5655,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_texture_compression] /// Specify a one-dimensional texture subimage in a compressed format /// /// @@ -5499,7 +5693,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the compressed image data in memory. /// /// - [AutoGenerated(Category = "ArbTextureCompression", Version = "1.2", EntryPoint = "glCompressedTexSubImage1DARB")] + [AutoGenerated(Category = "ARB_texture_compression", Version = "1.2", EntryPoint = "glCompressedTexSubImage1DARB")] public static void CompressedTexSubImage1D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 width, OpenTK.Graphics.OpenGL.PixelFormat format, Int32 imageSize, [InAttribute, OutAttribute] T6[,,] data) where T6 : struct @@ -5523,7 +5717,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_texture_compression] /// Specify a one-dimensional texture subimage in a compressed format /// /// @@ -5561,7 +5755,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the compressed image data in memory. /// /// - [AutoGenerated(Category = "ArbTextureCompression", Version = "1.2", EntryPoint = "glCompressedTexSubImage1DARB")] + [AutoGenerated(Category = "ARB_texture_compression", Version = "1.2", EntryPoint = "glCompressedTexSubImage1DARB")] public static void CompressedTexSubImage1D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 width, OpenTK.Graphics.OpenGL.PixelFormat format, Int32 imageSize, [InAttribute, OutAttribute] ref T6 data) where T6 : struct @@ -5586,7 +5780,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_texture_compression] /// Specify a two-dimensional texture subimage in a compressed format /// /// @@ -5634,7 +5828,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the compressed image data in memory. /// /// - [AutoGenerated(Category = "ArbTextureCompression", Version = "1.2", EntryPoint = "glCompressedTexSubImage2DARB")] + [AutoGenerated(Category = "ARB_texture_compression", Version = "1.2", EntryPoint = "glCompressedTexSubImage2DARB")] public static void CompressedTexSubImage2D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 width, Int32 height, OpenTK.Graphics.OpenGL.PixelFormat format, Int32 imageSize, IntPtr data) { @@ -5649,7 +5843,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_texture_compression] /// Specify a two-dimensional texture subimage in a compressed format /// /// @@ -5697,7 +5891,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the compressed image data in memory. /// /// - [AutoGenerated(Category = "ArbTextureCompression", Version = "1.2", EntryPoint = "glCompressedTexSubImage2DARB")] + [AutoGenerated(Category = "ARB_texture_compression", Version = "1.2", EntryPoint = "glCompressedTexSubImage2DARB")] public static void CompressedTexSubImage2D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 width, Int32 height, OpenTK.Graphics.OpenGL.PixelFormat format, Int32 imageSize, [InAttribute, OutAttribute] T8[] data) where T8 : struct @@ -5721,7 +5915,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_texture_compression] /// Specify a two-dimensional texture subimage in a compressed format /// /// @@ -5769,7 +5963,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the compressed image data in memory. /// /// - [AutoGenerated(Category = "ArbTextureCompression", Version = "1.2", EntryPoint = "glCompressedTexSubImage2DARB")] + [AutoGenerated(Category = "ARB_texture_compression", Version = "1.2", EntryPoint = "glCompressedTexSubImage2DARB")] public static void CompressedTexSubImage2D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 width, Int32 height, OpenTK.Graphics.OpenGL.PixelFormat format, Int32 imageSize, [InAttribute, OutAttribute] T8[,] data) where T8 : struct @@ -5793,7 +5987,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_texture_compression] /// Specify a two-dimensional texture subimage in a compressed format /// /// @@ -5841,7 +6035,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the compressed image data in memory. /// /// - [AutoGenerated(Category = "ArbTextureCompression", Version = "1.2", EntryPoint = "glCompressedTexSubImage2DARB")] + [AutoGenerated(Category = "ARB_texture_compression", Version = "1.2", EntryPoint = "glCompressedTexSubImage2DARB")] public static void CompressedTexSubImage2D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 width, Int32 height, OpenTK.Graphics.OpenGL.PixelFormat format, Int32 imageSize, [InAttribute, OutAttribute] T8[,,] data) where T8 : struct @@ -5865,7 +6059,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_texture_compression] /// Specify a two-dimensional texture subimage in a compressed format /// /// @@ -5913,7 +6107,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the compressed image data in memory. /// /// - [AutoGenerated(Category = "ArbTextureCompression", Version = "1.2", EntryPoint = "glCompressedTexSubImage2DARB")] + [AutoGenerated(Category = "ARB_texture_compression", Version = "1.2", EntryPoint = "glCompressedTexSubImage2DARB")] public static void CompressedTexSubImage2D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 width, Int32 height, OpenTK.Graphics.OpenGL.PixelFormat format, Int32 imageSize, [InAttribute, OutAttribute] ref T8 data) where T8 : struct @@ -5938,7 +6132,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_texture_compression] /// Specify a three-dimensional texture subimage in a compressed format /// /// @@ -5991,7 +6185,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the compressed image data in memory. /// /// - [AutoGenerated(Category = "ArbTextureCompression", Version = "1.2", EntryPoint = "glCompressedTexSubImage3DARB")] + [AutoGenerated(Category = "ARB_texture_compression", Version = "1.2", EntryPoint = "glCompressedTexSubImage3DARB")] public static void CompressedTexSubImage3D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 zoffset, Int32 width, Int32 height, Int32 depth, OpenTK.Graphics.OpenGL.PixelFormat format, Int32 imageSize, IntPtr data) { @@ -6006,7 +6200,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_texture_compression] /// Specify a three-dimensional texture subimage in a compressed format /// /// @@ -6059,7 +6253,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the compressed image data in memory. /// /// - [AutoGenerated(Category = "ArbTextureCompression", Version = "1.2", EntryPoint = "glCompressedTexSubImage3DARB")] + [AutoGenerated(Category = "ARB_texture_compression", Version = "1.2", EntryPoint = "glCompressedTexSubImage3DARB")] public static void CompressedTexSubImage3D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 zoffset, Int32 width, Int32 height, Int32 depth, OpenTK.Graphics.OpenGL.PixelFormat format, Int32 imageSize, [InAttribute, OutAttribute] T10[] data) where T10 : struct @@ -6083,7 +6277,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_texture_compression] /// Specify a three-dimensional texture subimage in a compressed format /// /// @@ -6136,7 +6330,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the compressed image data in memory. /// /// - [AutoGenerated(Category = "ArbTextureCompression", Version = "1.2", EntryPoint = "glCompressedTexSubImage3DARB")] + [AutoGenerated(Category = "ARB_texture_compression", Version = "1.2", EntryPoint = "glCompressedTexSubImage3DARB")] public static void CompressedTexSubImage3D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 zoffset, Int32 width, Int32 height, Int32 depth, OpenTK.Graphics.OpenGL.PixelFormat format, Int32 imageSize, [InAttribute, OutAttribute] T10[,] data) where T10 : struct @@ -6160,7 +6354,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_texture_compression] /// Specify a three-dimensional texture subimage in a compressed format /// /// @@ -6213,7 +6407,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the compressed image data in memory. /// /// - [AutoGenerated(Category = "ArbTextureCompression", Version = "1.2", EntryPoint = "glCompressedTexSubImage3DARB")] + [AutoGenerated(Category = "ARB_texture_compression", Version = "1.2", EntryPoint = "glCompressedTexSubImage3DARB")] public static void CompressedTexSubImage3D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 zoffset, Int32 width, Int32 height, Int32 depth, OpenTK.Graphics.OpenGL.PixelFormat format, Int32 imageSize, [InAttribute, OutAttribute] T10[,,] data) where T10 : struct @@ -6237,7 +6431,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_texture_compression] /// Specify a three-dimensional texture subimage in a compressed format /// /// @@ -6290,7 +6484,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the compressed image data in memory. /// /// - [AutoGenerated(Category = "ArbTextureCompression", Version = "1.2", EntryPoint = "glCompressedTexSubImage3DARB")] + [AutoGenerated(Category = "ARB_texture_compression", Version = "1.2", EntryPoint = "glCompressedTexSubImage3DARB")] public static void CompressedTexSubImage3D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 zoffset, Int32 width, Int32 height, Int32 depth, OpenTK.Graphics.OpenGL.PixelFormat format, Int32 imageSize, [InAttribute, OutAttribute] ref T10 data) where T10 : struct @@ -6314,7 +6508,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbShaderObjects", Version = "1.2", EntryPoint = "glCreateProgramObjectARB")] + /// [requires: ARB_shader_objects] + [AutoGenerated(Category = "ARB_shader_objects", Version = "1.2", EntryPoint = "glCreateProgramObjectARB")] public static Int32 CreateProgramObject() { @@ -6328,7 +6523,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbShaderObjects", Version = "1.2", EntryPoint = "glCreateShaderObjectARB")] + /// [requires: ARB_shader_objects] + [AutoGenerated(Category = "ARB_shader_objects", Version = "1.2", EntryPoint = "glCreateShaderObjectARB")] public static Int32 CreateShaderObject(OpenTK.Graphics.OpenGL.ArbShaderObjects shaderType) { @@ -6342,7 +6538,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbMatrixPalette", Version = "1.1", EntryPoint = "glCurrentPaletteMatrixARB")] + /// [requires: ARB_matrix_palette] + [AutoGenerated(Category = "ARB_matrix_palette", Version = "1.1", EntryPoint = "glCurrentPaletteMatrixARB")] public static void CurrentPaletteMatrix(Int32 index) { @@ -6357,7 +6554,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_buffer_object] /// Delete named buffer objects /// /// @@ -6370,7 +6567,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies an array of buffer objects to be deleted. /// /// - [AutoGenerated(Category = "ArbVertexBufferObject", Version = "1.2", EntryPoint = "glDeleteBuffersARB")] + [AutoGenerated(Category = "ARB_vertex_buffer_object", Version = "1.2", EntryPoint = "glDeleteBuffersARB")] public static void DeleteBuffers(Int32 n, Int32[] buffers) { @@ -6391,7 +6588,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_buffer_object] /// Delete named buffer objects /// /// @@ -6404,7 +6601,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies an array of buffer objects to be deleted. /// /// - [AutoGenerated(Category = "ArbVertexBufferObject", Version = "1.2", EntryPoint = "glDeleteBuffersARB")] + [AutoGenerated(Category = "ARB_vertex_buffer_object", Version = "1.2", EntryPoint = "glDeleteBuffersARB")] public static void DeleteBuffers(Int32 n, ref Int32 buffers) { @@ -6425,7 +6622,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_buffer_object] /// Delete named buffer objects /// /// @@ -6439,7 +6636,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexBufferObject", Version = "1.2", EntryPoint = "glDeleteBuffersARB")] + [AutoGenerated(Category = "ARB_vertex_buffer_object", Version = "1.2", EntryPoint = "glDeleteBuffersARB")] public static unsafe void DeleteBuffers(Int32 n, Int32* buffers) { @@ -6454,7 +6651,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_buffer_object] /// Delete named buffer objects /// /// @@ -6468,7 +6665,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexBufferObject", Version = "1.2", EntryPoint = "glDeleteBuffersARB")] + [AutoGenerated(Category = "ARB_vertex_buffer_object", Version = "1.2", EntryPoint = "glDeleteBuffersARB")] public static void DeleteBuffers(Int32 n, UInt32[] buffers) { @@ -6489,7 +6686,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_buffer_object] /// Delete named buffer objects /// /// @@ -6503,7 +6700,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexBufferObject", Version = "1.2", EntryPoint = "glDeleteBuffersARB")] + [AutoGenerated(Category = "ARB_vertex_buffer_object", Version = "1.2", EntryPoint = "glDeleteBuffersARB")] public static void DeleteBuffers(Int32 n, ref UInt32 buffers) { @@ -6524,7 +6721,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_buffer_object] /// Delete named buffer objects /// /// @@ -6538,7 +6735,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexBufferObject", Version = "1.2", EntryPoint = "glDeleteBuffersARB")] + [AutoGenerated(Category = "ARB_vertex_buffer_object", Version = "1.2", EntryPoint = "glDeleteBuffersARB")] public static unsafe void DeleteBuffers(Int32 n, UInt32* buffers) { @@ -6552,7 +6749,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbShaderObjects", Version = "1.2", EntryPoint = "glDeleteObjectARB")] + /// [requires: ARB_shader_objects] + [AutoGenerated(Category = "ARB_shader_objects", Version = "1.2", EntryPoint = "glDeleteObjectARB")] public static void DeleteObject(Int32 obj) { @@ -6566,8 +6764,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ARB_shader_objects] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbShaderObjects", Version = "1.2", EntryPoint = "glDeleteObjectARB")] + [AutoGenerated(Category = "ARB_shader_objects", Version = "1.2", EntryPoint = "glDeleteObjectARB")] public static void DeleteObject(UInt32 obj) { @@ -6582,7 +6781,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Deletes a program object /// /// @@ -6590,7 +6789,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the program object to be deleted. /// /// - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glDeleteProgramsARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glDeleteProgramsARB")] public static void DeleteProgram(Int32 n, Int32[] programs) { @@ -6611,7 +6810,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Deletes a program object /// /// @@ -6619,7 +6818,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the program object to be deleted. /// /// - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glDeleteProgramsARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glDeleteProgramsARB")] public static void DeleteProgram(Int32 n, ref Int32 programs) { @@ -6640,7 +6839,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Deletes a program object /// /// @@ -6649,7 +6848,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glDeleteProgramsARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glDeleteProgramsARB")] public static unsafe void DeleteProgram(Int32 n, Int32* programs) { @@ -6664,7 +6863,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Deletes a program object /// /// @@ -6673,7 +6872,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glDeleteProgramsARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glDeleteProgramsARB")] public static void DeleteProgram(Int32 n, UInt32[] programs) { @@ -6694,7 +6893,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Deletes a program object /// /// @@ -6703,7 +6902,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glDeleteProgramsARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glDeleteProgramsARB")] public static void DeleteProgram(Int32 n, ref UInt32 programs) { @@ -6724,7 +6923,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Deletes a program object /// /// @@ -6733,7 +6932,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glDeleteProgramsARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glDeleteProgramsARB")] public static unsafe void DeleteProgram(Int32 n, UInt32* programs) { @@ -6748,7 +6947,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_occlusion_query] /// Delete named query objects /// /// @@ -6761,7 +6960,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies an array of query objects to be deleted. /// /// - [AutoGenerated(Category = "ArbOcclusionQuery", Version = "1.5", EntryPoint = "glDeleteQueriesARB")] + [AutoGenerated(Category = "ARB_occlusion_query", Version = "1.5", EntryPoint = "glDeleteQueriesARB")] public static void DeleteQueries(Int32 n, Int32[] ids) { @@ -6782,7 +6981,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_occlusion_query] /// Delete named query objects /// /// @@ -6795,7 +6994,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies an array of query objects to be deleted. /// /// - [AutoGenerated(Category = "ArbOcclusionQuery", Version = "1.5", EntryPoint = "glDeleteQueriesARB")] + [AutoGenerated(Category = "ARB_occlusion_query", Version = "1.5", EntryPoint = "glDeleteQueriesARB")] public static void DeleteQueries(Int32 n, ref Int32 ids) { @@ -6816,7 +7015,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_occlusion_query] /// Delete named query objects /// /// @@ -6830,7 +7029,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbOcclusionQuery", Version = "1.5", EntryPoint = "glDeleteQueriesARB")] + [AutoGenerated(Category = "ARB_occlusion_query", Version = "1.5", EntryPoint = "glDeleteQueriesARB")] public static unsafe void DeleteQueries(Int32 n, Int32* ids) { @@ -6845,7 +7044,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_occlusion_query] /// Delete named query objects /// /// @@ -6859,7 +7058,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbOcclusionQuery", Version = "1.5", EntryPoint = "glDeleteQueriesARB")] + [AutoGenerated(Category = "ARB_occlusion_query", Version = "1.5", EntryPoint = "glDeleteQueriesARB")] public static void DeleteQueries(Int32 n, UInt32[] ids) { @@ -6880,7 +7079,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_occlusion_query] /// Delete named query objects /// /// @@ -6894,7 +7093,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbOcclusionQuery", Version = "1.5", EntryPoint = "glDeleteQueriesARB")] + [AutoGenerated(Category = "ARB_occlusion_query", Version = "1.5", EntryPoint = "glDeleteQueriesARB")] public static void DeleteQueries(Int32 n, ref UInt32 ids) { @@ -6915,7 +7114,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_occlusion_query] /// Delete named query objects /// /// @@ -6929,7 +7128,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbOcclusionQuery", Version = "1.5", EntryPoint = "glDeleteQueriesARB")] + [AutoGenerated(Category = "ARB_occlusion_query", Version = "1.5", EntryPoint = "glDeleteQueriesARB")] public static unsafe void DeleteQueries(Int32 n, UInt32* ids) { @@ -6943,7 +7142,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbShaderObjects", Version = "1.2", EntryPoint = "glDetachObjectARB")] + /// [requires: ARB_shader_objects] + [AutoGenerated(Category = "ARB_shader_objects", Version = "1.2", EntryPoint = "glDetachObjectARB")] public static void DetachObject(Int32 containerObj, Int32 attachedObj) { @@ -6957,8 +7157,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ARB_shader_objects] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbShaderObjects", Version = "1.2", EntryPoint = "glDetachObjectARB")] + [AutoGenerated(Category = "ARB_shader_objects", Version = "1.2", EntryPoint = "glDetachObjectARB")] public static void DetachObject(UInt32 containerObj, UInt32 attachedObj) { @@ -6972,7 +7173,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glDisableVertexAttribArrayARB")] + /// [requires: ARB_vertex_program] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glDisableVertexAttribArrayARB")] public static void DisableVertexAttribArray(Int32 index) { @@ -6986,8 +7188,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ARB_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glDisableVertexAttribArrayARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glDisableVertexAttribArrayARB")] public static void DisableVertexAttribArray(UInt32 index) { @@ -7001,7 +7204,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbDrawInstanced", Version = "2.0", EntryPoint = "glDrawArraysInstancedARB")] + /// [requires: ARB_draw_instanced] + [AutoGenerated(Category = "ARB_draw_instanced", Version = "2.0", EntryPoint = "glDrawArraysInstancedARB")] public static void DrawArraysInstanced(OpenTK.Graphics.OpenGL.BeginMode mode, Int32 first, Int32 count, Int32 primcount) { @@ -7016,7 +7220,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_draw_buffers] /// Specifies a list of color buffers to be drawn into /// /// @@ -7029,7 +7233,7 @@ namespace OpenTK.Graphics.OpenGL /// Points to an array of symbolic constants specifying the buffers into which fragment colors or data values will be written. /// /// - [AutoGenerated(Category = "ArbDrawBuffers", Version = "1.5", EntryPoint = "glDrawBuffersARB")] + [AutoGenerated(Category = "ARB_draw_buffers", Version = "1.5", EntryPoint = "glDrawBuffersARB")] public static void DrawBuffers(Int32 n, OpenTK.Graphics.OpenGL.ArbDrawBuffers[] bufs) { @@ -7050,7 +7254,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_draw_buffers] /// Specifies a list of color buffers to be drawn into /// /// @@ -7063,7 +7267,7 @@ namespace OpenTK.Graphics.OpenGL /// Points to an array of symbolic constants specifying the buffers into which fragment colors or data values will be written. /// /// - [AutoGenerated(Category = "ArbDrawBuffers", Version = "1.5", EntryPoint = "glDrawBuffersARB")] + [AutoGenerated(Category = "ARB_draw_buffers", Version = "1.5", EntryPoint = "glDrawBuffersARB")] public static void DrawBuffers(Int32 n, ref OpenTK.Graphics.OpenGL.ArbDrawBuffers bufs) { @@ -7084,7 +7288,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_draw_buffers] /// Specifies a list of color buffers to be drawn into /// /// @@ -7098,7 +7302,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbDrawBuffers", Version = "1.5", EntryPoint = "glDrawBuffersARB")] + [AutoGenerated(Category = "ARB_draw_buffers", Version = "1.5", EntryPoint = "glDrawBuffersARB")] public static unsafe void DrawBuffers(Int32 n, OpenTK.Graphics.OpenGL.ArbDrawBuffers* bufs) { @@ -7112,7 +7316,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbDrawInstanced", Version = "2.0", EntryPoint = "glDrawElementsInstancedARB")] + /// [requires: ARB_draw_instanced] + [AutoGenerated(Category = "ARB_draw_instanced", Version = "2.0", EntryPoint = "glDrawElementsInstancedARB")] public static void DrawElementsInstanced(OpenTK.Graphics.OpenGL.BeginMode mode, Int32 count, OpenTK.Graphics.OpenGL.DrawElementsType type, IntPtr indices, Int32 primcount) { @@ -7126,7 +7331,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbDrawInstanced", Version = "2.0", EntryPoint = "glDrawElementsInstancedARB")] + /// [requires: ARB_draw_instanced] + [AutoGenerated(Category = "ARB_draw_instanced", Version = "2.0", EntryPoint = "glDrawElementsInstancedARB")] public static void DrawElementsInstanced(OpenTK.Graphics.OpenGL.BeginMode mode, Int32 count, OpenTK.Graphics.OpenGL.DrawElementsType type, [InAttribute, OutAttribute] T3[] indices, Int32 primcount) where T3 : struct @@ -7149,7 +7355,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbDrawInstanced", Version = "2.0", EntryPoint = "glDrawElementsInstancedARB")] + /// [requires: ARB_draw_instanced] + [AutoGenerated(Category = "ARB_draw_instanced", Version = "2.0", EntryPoint = "glDrawElementsInstancedARB")] public static void DrawElementsInstanced(OpenTK.Graphics.OpenGL.BeginMode mode, Int32 count, OpenTK.Graphics.OpenGL.DrawElementsType type, [InAttribute, OutAttribute] T3[,] indices, Int32 primcount) where T3 : struct @@ -7172,7 +7379,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbDrawInstanced", Version = "2.0", EntryPoint = "glDrawElementsInstancedARB")] + /// [requires: ARB_draw_instanced] + [AutoGenerated(Category = "ARB_draw_instanced", Version = "2.0", EntryPoint = "glDrawElementsInstancedARB")] public static void DrawElementsInstanced(OpenTK.Graphics.OpenGL.BeginMode mode, Int32 count, OpenTK.Graphics.OpenGL.DrawElementsType type, [InAttribute, OutAttribute] T3[,,] indices, Int32 primcount) where T3 : struct @@ -7195,7 +7403,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbDrawInstanced", Version = "2.0", EntryPoint = "glDrawElementsInstancedARB")] + /// [requires: ARB_draw_instanced] + [AutoGenerated(Category = "ARB_draw_instanced", Version = "2.0", EntryPoint = "glDrawElementsInstancedARB")] public static void DrawElementsInstanced(OpenTK.Graphics.OpenGL.BeginMode mode, Int32 count, OpenTK.Graphics.OpenGL.DrawElementsType type, [InAttribute, OutAttribute] ref T3 indices, Int32 primcount) where T3 : struct @@ -7220,7 +7429,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Enable or disable a generic vertex attribute array /// /// @@ -7228,7 +7437,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the index of the generic vertex attribute to be enabled or disabled. /// /// - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glEnableVertexAttribArrayARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glEnableVertexAttribArrayARB")] public static void EnableVertexAttribArray(Int32 index) { @@ -7243,7 +7452,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Enable or disable a generic vertex attribute array /// /// @@ -7252,7 +7461,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glEnableVertexAttribArrayARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glEnableVertexAttribArrayARB")] public static void EnableVertexAttribArray(UInt32 index) { @@ -7266,7 +7475,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbOcclusionQuery", Version = "1.5", EntryPoint = "glEndQueryARB")] + /// [requires: ARB_occlusion_query] + [AutoGenerated(Category = "ARB_occlusion_query", Version = "1.5", EntryPoint = "glEndQueryARB")] public static void EndQuery(OpenTK.Graphics.OpenGL.ArbOcclusionQuery target) { @@ -7280,7 +7490,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbGeometryShader4", Version = "3.0", EntryPoint = "glFramebufferTextureARB")] + /// [requires: ARB_geometry_shader4] + [AutoGenerated(Category = "ARB_geometry_shader4", Version = "3.0", EntryPoint = "glFramebufferTextureARB")] public static void FramebufferTexture(OpenTK.Graphics.OpenGL.FramebufferTarget target, OpenTK.Graphics.OpenGL.FramebufferAttachment attachment, Int32 texture, Int32 level) { @@ -7294,8 +7505,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ARB_geometry_shader4] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbGeometryShader4", Version = "3.0", EntryPoint = "glFramebufferTextureARB")] + [AutoGenerated(Category = "ARB_geometry_shader4", Version = "3.0", EntryPoint = "glFramebufferTextureARB")] public static void FramebufferTexture(OpenTK.Graphics.OpenGL.FramebufferTarget target, OpenTK.Graphics.OpenGL.FramebufferAttachment attachment, UInt32 texture, Int32 level) { @@ -7309,7 +7521,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbGeometryShader4", Version = "3.0", EntryPoint = "glFramebufferTextureFaceARB")] + /// [requires: ARB_geometry_shader4] + [AutoGenerated(Category = "ARB_geometry_shader4", Version = "3.0", EntryPoint = "glFramebufferTextureFaceARB")] public static void FramebufferTextureFace(OpenTK.Graphics.OpenGL.FramebufferTarget target, OpenTK.Graphics.OpenGL.FramebufferAttachment attachment, Int32 texture, Int32 level, OpenTK.Graphics.OpenGL.TextureTarget face) { @@ -7323,8 +7536,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ARB_geometry_shader4] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbGeometryShader4", Version = "3.0", EntryPoint = "glFramebufferTextureFaceARB")] + [AutoGenerated(Category = "ARB_geometry_shader4", Version = "3.0", EntryPoint = "glFramebufferTextureFaceARB")] public static void FramebufferTextureFace(OpenTK.Graphics.OpenGL.FramebufferTarget target, OpenTK.Graphics.OpenGL.FramebufferAttachment attachment, UInt32 texture, Int32 level, OpenTK.Graphics.OpenGL.TextureTarget face) { @@ -7338,7 +7552,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbGeometryShader4", Version = "3.0", EntryPoint = "glFramebufferTextureLayerARB")] + /// [requires: ARB_geometry_shader4] + [AutoGenerated(Category = "ARB_geometry_shader4", Version = "3.0", EntryPoint = "glFramebufferTextureLayerARB")] public static void FramebufferTextureLayer(OpenTK.Graphics.OpenGL.FramebufferTarget target, OpenTK.Graphics.OpenGL.FramebufferAttachment attachment, Int32 texture, Int32 level, Int32 layer) { @@ -7352,8 +7567,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ARB_geometry_shader4] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbGeometryShader4", Version = "3.0", EntryPoint = "glFramebufferTextureLayerARB")] + [AutoGenerated(Category = "ARB_geometry_shader4", Version = "3.0", EntryPoint = "glFramebufferTextureLayerARB")] public static void FramebufferTextureLayer(OpenTK.Graphics.OpenGL.FramebufferTarget target, OpenTK.Graphics.OpenGL.FramebufferAttachment attachment, UInt32 texture, Int32 level, Int32 layer) { @@ -7368,7 +7584,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_buffer_object] /// Generate buffer object names /// /// @@ -7381,7 +7597,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies an array in which the generated buffer object names are stored. /// /// - [AutoGenerated(Category = "ArbVertexBufferObject", Version = "1.2", EntryPoint = "glGenBuffersARB")] + [AutoGenerated(Category = "ARB_vertex_buffer_object", Version = "1.2", EntryPoint = "glGenBuffersARB")] public static void GenBuffers(Int32 n, [OutAttribute] Int32[] buffers) { @@ -7402,7 +7618,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_buffer_object] /// Generate buffer object names /// /// @@ -7415,7 +7631,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies an array in which the generated buffer object names are stored. /// /// - [AutoGenerated(Category = "ArbVertexBufferObject", Version = "1.2", EntryPoint = "glGenBuffersARB")] + [AutoGenerated(Category = "ARB_vertex_buffer_object", Version = "1.2", EntryPoint = "glGenBuffersARB")] public static void GenBuffers(Int32 n, [OutAttribute] out Int32 buffers) { @@ -7437,7 +7653,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_buffer_object] /// Generate buffer object names /// /// @@ -7451,7 +7667,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexBufferObject", Version = "1.2", EntryPoint = "glGenBuffersARB")] + [AutoGenerated(Category = "ARB_vertex_buffer_object", Version = "1.2", EntryPoint = "glGenBuffersARB")] public static unsafe void GenBuffers(Int32 n, [OutAttribute] Int32* buffers) { @@ -7466,7 +7682,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_buffer_object] /// Generate buffer object names /// /// @@ -7480,7 +7696,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexBufferObject", Version = "1.2", EntryPoint = "glGenBuffersARB")] + [AutoGenerated(Category = "ARB_vertex_buffer_object", Version = "1.2", EntryPoint = "glGenBuffersARB")] public static void GenBuffers(Int32 n, [OutAttribute] UInt32[] buffers) { @@ -7501,7 +7717,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_buffer_object] /// Generate buffer object names /// /// @@ -7515,7 +7731,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexBufferObject", Version = "1.2", EntryPoint = "glGenBuffersARB")] + [AutoGenerated(Category = "ARB_vertex_buffer_object", Version = "1.2", EntryPoint = "glGenBuffersARB")] public static void GenBuffers(Int32 n, [OutAttribute] out UInt32 buffers) { @@ -7537,7 +7753,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_buffer_object] /// Generate buffer object names /// /// @@ -7551,7 +7767,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexBufferObject", Version = "1.2", EntryPoint = "glGenBuffersARB")] + [AutoGenerated(Category = "ARB_vertex_buffer_object", Version = "1.2", EntryPoint = "glGenBuffersARB")] public static unsafe void GenBuffers(Int32 n, [OutAttribute] UInt32* buffers) { @@ -7565,7 +7781,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glGenProgramsARB")] + /// [requires: ARB_vertex_program] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glGenProgramsARB")] public static void GenProgram(Int32 n, [OutAttribute] Int32[] programs) { @@ -7585,7 +7802,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glGenProgramsARB")] + /// [requires: ARB_vertex_program] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glGenProgramsARB")] public static void GenProgram(Int32 n, [OutAttribute] out Int32 programs) { @@ -7606,8 +7824,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ARB_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glGenProgramsARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glGenProgramsARB")] public static unsafe void GenProgram(Int32 n, [OutAttribute] Int32* programs) { @@ -7621,8 +7840,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ARB_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glGenProgramsARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glGenProgramsARB")] public static void GenProgram(Int32 n, [OutAttribute] UInt32[] programs) { @@ -7642,8 +7862,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ARB_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glGenProgramsARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glGenProgramsARB")] public static void GenProgram(Int32 n, [OutAttribute] out UInt32 programs) { @@ -7664,8 +7885,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ARB_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glGenProgramsARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glGenProgramsARB")] public static unsafe void GenProgram(Int32 n, [OutAttribute] UInt32* programs) { @@ -7680,7 +7902,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_occlusion_query] /// Generate query object names /// /// @@ -7693,7 +7915,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies an array in which the generated query object names are stored. /// /// - [AutoGenerated(Category = "ArbOcclusionQuery", Version = "1.5", EntryPoint = "glGenQueriesARB")] + [AutoGenerated(Category = "ARB_occlusion_query", Version = "1.5", EntryPoint = "glGenQueriesARB")] public static void GenQueries(Int32 n, [OutAttribute] Int32[] ids) { @@ -7714,7 +7936,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_occlusion_query] /// Generate query object names /// /// @@ -7727,7 +7949,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies an array in which the generated query object names are stored. /// /// - [AutoGenerated(Category = "ArbOcclusionQuery", Version = "1.5", EntryPoint = "glGenQueriesARB")] + [AutoGenerated(Category = "ARB_occlusion_query", Version = "1.5", EntryPoint = "glGenQueriesARB")] public static void GenQueries(Int32 n, [OutAttribute] out Int32 ids) { @@ -7749,7 +7971,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_occlusion_query] /// Generate query object names /// /// @@ -7763,7 +7985,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbOcclusionQuery", Version = "1.5", EntryPoint = "glGenQueriesARB")] + [AutoGenerated(Category = "ARB_occlusion_query", Version = "1.5", EntryPoint = "glGenQueriesARB")] public static unsafe void GenQueries(Int32 n, [OutAttribute] Int32* ids) { @@ -7778,7 +8000,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_occlusion_query] /// Generate query object names /// /// @@ -7792,7 +8014,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbOcclusionQuery", Version = "1.5", EntryPoint = "glGenQueriesARB")] + [AutoGenerated(Category = "ARB_occlusion_query", Version = "1.5", EntryPoint = "glGenQueriesARB")] public static void GenQueries(Int32 n, [OutAttribute] UInt32[] ids) { @@ -7813,7 +8035,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_occlusion_query] /// Generate query object names /// /// @@ -7827,7 +8049,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbOcclusionQuery", Version = "1.5", EntryPoint = "glGenQueriesARB")] + [AutoGenerated(Category = "ARB_occlusion_query", Version = "1.5", EntryPoint = "glGenQueriesARB")] public static void GenQueries(Int32 n, [OutAttribute] out UInt32 ids) { @@ -7849,7 +8071,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_occlusion_query] /// Generate query object names /// /// @@ -7863,7 +8085,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbOcclusionQuery", Version = "1.5", EntryPoint = "glGenQueriesARB")] + [AutoGenerated(Category = "ARB_occlusion_query", Version = "1.5", EntryPoint = "glGenQueriesARB")] public static unsafe void GenQueries(Int32 n, [OutAttribute] UInt32* ids) { @@ -7878,7 +8100,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_shader] /// Returns information about an active attribute variable for the specified program object /// /// @@ -7916,7 +8138,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns a null terminated string containing the name of the attribute variable. /// /// - [AutoGenerated(Category = "ArbVertexShader", Version = "1.2", EntryPoint = "glGetActiveAttribARB")] + [AutoGenerated(Category = "ARB_vertex_shader", Version = "1.2", EntryPoint = "glGetActiveAttribARB")] public static void GetActiveAttrib(Int32 programObj, Int32 index, Int32 maxLength, [OutAttribute] out Int32 length, [OutAttribute] out Int32 size, [OutAttribute] out OpenTK.Graphics.OpenGL.ArbVertexShader type, [OutAttribute] StringBuilder name) { @@ -7942,7 +8164,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_shader] /// Returns information about an active attribute variable for the specified program object /// /// @@ -7981,7 +8203,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexShader", Version = "1.2", EntryPoint = "glGetActiveAttribARB")] + [AutoGenerated(Category = "ARB_vertex_shader", Version = "1.2", EntryPoint = "glGetActiveAttribARB")] public static unsafe void GetActiveAttrib(Int32 programObj, Int32 index, Int32 maxLength, [OutAttribute] Int32* length, [OutAttribute] Int32* size, [OutAttribute] OpenTK.Graphics.OpenGL.ArbVertexShader* type, [OutAttribute] StringBuilder name) { @@ -7996,7 +8218,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_shader] /// Returns information about an active attribute variable for the specified program object /// /// @@ -8035,7 +8257,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexShader", Version = "1.2", EntryPoint = "glGetActiveAttribARB")] + [AutoGenerated(Category = "ARB_vertex_shader", Version = "1.2", EntryPoint = "glGetActiveAttribARB")] public static void GetActiveAttrib(UInt32 programObj, UInt32 index, Int32 maxLength, [OutAttribute] out Int32 length, [OutAttribute] out Int32 size, [OutAttribute] out OpenTK.Graphics.OpenGL.ArbVertexShader type, [OutAttribute] StringBuilder name) { @@ -8061,7 +8283,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_shader] /// Returns information about an active attribute variable for the specified program object /// /// @@ -8100,7 +8322,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexShader", Version = "1.2", EntryPoint = "glGetActiveAttribARB")] + [AutoGenerated(Category = "ARB_vertex_shader", Version = "1.2", EntryPoint = "glGetActiveAttribARB")] public static unsafe void GetActiveAttrib(UInt32 programObj, UInt32 index, Int32 maxLength, [OutAttribute] Int32* length, [OutAttribute] Int32* size, [OutAttribute] OpenTK.Graphics.OpenGL.ArbVertexShader* type, [OutAttribute] StringBuilder name) { @@ -8115,7 +8337,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_shader_objects] /// Returns information about an active uniform variable for the specified program object /// /// @@ -8153,7 +8375,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns a null terminated string containing the name of the uniform variable. /// /// - [AutoGenerated(Category = "ArbShaderObjects", Version = "1.2", EntryPoint = "glGetActiveUniformARB")] + [AutoGenerated(Category = "ARB_shader_objects", Version = "1.2", EntryPoint = "glGetActiveUniformARB")] public static void GetActiveUniform(Int32 programObj, Int32 index, Int32 maxLength, [OutAttribute] out Int32 length, [OutAttribute] out Int32 size, [OutAttribute] out OpenTK.Graphics.OpenGL.ArbShaderObjects type, [OutAttribute] StringBuilder name) { @@ -8179,7 +8401,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_shader_objects] /// Returns information about an active uniform variable for the specified program object /// /// @@ -8218,7 +8440,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbShaderObjects", Version = "1.2", EntryPoint = "glGetActiveUniformARB")] + [AutoGenerated(Category = "ARB_shader_objects", Version = "1.2", EntryPoint = "glGetActiveUniformARB")] public static unsafe void GetActiveUniform(Int32 programObj, Int32 index, Int32 maxLength, [OutAttribute] Int32* length, [OutAttribute] Int32* size, [OutAttribute] OpenTK.Graphics.OpenGL.ArbShaderObjects* type, [OutAttribute] StringBuilder name) { @@ -8233,7 +8455,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_shader_objects] /// Returns information about an active uniform variable for the specified program object /// /// @@ -8272,7 +8494,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbShaderObjects", Version = "1.2", EntryPoint = "glGetActiveUniformARB")] + [AutoGenerated(Category = "ARB_shader_objects", Version = "1.2", EntryPoint = "glGetActiveUniformARB")] public static void GetActiveUniform(UInt32 programObj, UInt32 index, Int32 maxLength, [OutAttribute] out Int32 length, [OutAttribute] out Int32 size, [OutAttribute] out OpenTK.Graphics.OpenGL.ArbShaderObjects type, [OutAttribute] StringBuilder name) { @@ -8298,7 +8520,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_shader_objects] /// Returns information about an active uniform variable for the specified program object /// /// @@ -8337,7 +8559,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbShaderObjects", Version = "1.2", EntryPoint = "glGetActiveUniformARB")] + [AutoGenerated(Category = "ARB_shader_objects", Version = "1.2", EntryPoint = "glGetActiveUniformARB")] public static unsafe void GetActiveUniform(UInt32 programObj, UInt32 index, Int32 maxLength, [OutAttribute] Int32* length, [OutAttribute] Int32* size, [OutAttribute] OpenTK.Graphics.OpenGL.ArbShaderObjects* type, [OutAttribute] StringBuilder name) { @@ -8351,7 +8573,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbShaderObjects", Version = "1.2", EntryPoint = "glGetAttachedObjectsARB")] + /// [requires: ARB_shader_objects] + [AutoGenerated(Category = "ARB_shader_objects", Version = "1.2", EntryPoint = "glGetAttachedObjectsARB")] public static void GetAttachedObjects(Int32 containerObj, Int32 maxCount, [OutAttribute] out Int32 count, [OutAttribute] out Int32 obj) { @@ -8374,8 +8597,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ARB_shader_objects] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbShaderObjects", Version = "1.2", EntryPoint = "glGetAttachedObjectsARB")] + [AutoGenerated(Category = "ARB_shader_objects", Version = "1.2", EntryPoint = "glGetAttachedObjectsARB")] public static unsafe void GetAttachedObjects(Int32 containerObj, Int32 maxCount, [OutAttribute] Int32* count, [OutAttribute] Int32[] obj) { @@ -8392,8 +8616,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ARB_shader_objects] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbShaderObjects", Version = "1.2", EntryPoint = "glGetAttachedObjectsARB")] + [AutoGenerated(Category = "ARB_shader_objects", Version = "1.2", EntryPoint = "glGetAttachedObjectsARB")] public static unsafe void GetAttachedObjects(Int32 containerObj, Int32 maxCount, [OutAttribute] Int32* count, [OutAttribute] Int32* obj) { @@ -8407,8 +8632,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ARB_shader_objects] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbShaderObjects", Version = "1.2", EntryPoint = "glGetAttachedObjectsARB")] + [AutoGenerated(Category = "ARB_shader_objects", Version = "1.2", EntryPoint = "glGetAttachedObjectsARB")] public static void GetAttachedObjects(UInt32 containerObj, Int32 maxCount, [OutAttribute] out Int32 count, [OutAttribute] out UInt32 obj) { @@ -8431,8 +8657,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ARB_shader_objects] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbShaderObjects", Version = "1.2", EntryPoint = "glGetAttachedObjectsARB")] + [AutoGenerated(Category = "ARB_shader_objects", Version = "1.2", EntryPoint = "glGetAttachedObjectsARB")] public static unsafe void GetAttachedObjects(UInt32 containerObj, Int32 maxCount, [OutAttribute] Int32* count, [OutAttribute] UInt32[] obj) { @@ -8449,8 +8676,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ARB_shader_objects] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbShaderObjects", Version = "1.2", EntryPoint = "glGetAttachedObjectsARB")] + [AutoGenerated(Category = "ARB_shader_objects", Version = "1.2", EntryPoint = "glGetAttachedObjectsARB")] public static unsafe void GetAttachedObjects(UInt32 containerObj, Int32 maxCount, [OutAttribute] Int32* count, [OutAttribute] UInt32* obj) { @@ -8465,7 +8693,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_shader] /// Returns the location of an attribute variable /// /// @@ -8478,7 +8706,7 @@ namespace OpenTK.Graphics.OpenGL /// Points to a null terminated string containing the name of the attribute variable whose location is to be queried. /// /// - [AutoGenerated(Category = "ArbVertexShader", Version = "1.2", EntryPoint = "glGetAttribLocationARB")] + [AutoGenerated(Category = "ARB_vertex_shader", Version = "1.2", EntryPoint = "glGetAttribLocationARB")] public static Int32 GetAttribLocation(Int32 programObj, String name) { @@ -8493,7 +8721,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_shader] /// Returns the location of an attribute variable /// /// @@ -8507,7 +8735,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexShader", Version = "1.2", EntryPoint = "glGetAttribLocationARB")] + [AutoGenerated(Category = "ARB_vertex_shader", Version = "1.2", EntryPoint = "glGetAttribLocationARB")] public static Int32 GetAttribLocation(UInt32 programObj, String name) { @@ -8521,7 +8749,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbVertexBufferObject", Version = "1.2", EntryPoint = "glGetBufferParameterivARB")] + /// [requires: ARB_vertex_buffer_object] + [AutoGenerated(Category = "ARB_vertex_buffer_object", Version = "1.2", EntryPoint = "glGetBufferParameterivARB")] public static void GetBufferParameter(OpenTK.Graphics.OpenGL.ArbVertexBufferObject target, OpenTK.Graphics.OpenGL.BufferParameterNameArb pname, [OutAttribute] Int32[] @params) { @@ -8541,7 +8770,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbVertexBufferObject", Version = "1.2", EntryPoint = "glGetBufferParameterivARB")] + /// [requires: ARB_vertex_buffer_object] + [AutoGenerated(Category = "ARB_vertex_buffer_object", Version = "1.2", EntryPoint = "glGetBufferParameterivARB")] public static void GetBufferParameter(OpenTK.Graphics.OpenGL.ArbVertexBufferObject target, OpenTK.Graphics.OpenGL.BufferParameterNameArb pname, [OutAttribute] out Int32 @params) { @@ -8562,8 +8792,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ARB_vertex_buffer_object] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexBufferObject", Version = "1.2", EntryPoint = "glGetBufferParameterivARB")] + [AutoGenerated(Category = "ARB_vertex_buffer_object", Version = "1.2", EntryPoint = "glGetBufferParameterivARB")] public static unsafe void GetBufferParameter(OpenTK.Graphics.OpenGL.ArbVertexBufferObject target, OpenTK.Graphics.OpenGL.BufferParameterNameArb pname, [OutAttribute] Int32* @params) { @@ -8577,7 +8808,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbVertexBufferObject", Version = "1.2", EntryPoint = "glGetBufferPointervARB")] + /// [requires: ARB_vertex_buffer_object] + [AutoGenerated(Category = "ARB_vertex_buffer_object", Version = "1.2", EntryPoint = "glGetBufferPointervARB")] public static void GetBufferPointer(OpenTK.Graphics.OpenGL.ArbVertexBufferObject target, OpenTK.Graphics.OpenGL.BufferPointerNameArb pname, [OutAttribute] IntPtr @params) { @@ -8591,7 +8823,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbVertexBufferObject", Version = "1.2", EntryPoint = "glGetBufferPointervARB")] + /// [requires: ARB_vertex_buffer_object] + [AutoGenerated(Category = "ARB_vertex_buffer_object", Version = "1.2", EntryPoint = "glGetBufferPointervARB")] public static void GetBufferPointer(OpenTK.Graphics.OpenGL.ArbVertexBufferObject target, OpenTK.Graphics.OpenGL.BufferPointerNameArb pname, [InAttribute, OutAttribute] T2[] @params) where T2 : struct @@ -8614,7 +8847,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbVertexBufferObject", Version = "1.2", EntryPoint = "glGetBufferPointervARB")] + /// [requires: ARB_vertex_buffer_object] + [AutoGenerated(Category = "ARB_vertex_buffer_object", Version = "1.2", EntryPoint = "glGetBufferPointervARB")] public static void GetBufferPointer(OpenTK.Graphics.OpenGL.ArbVertexBufferObject target, OpenTK.Graphics.OpenGL.BufferPointerNameArb pname, [InAttribute, OutAttribute] T2[,] @params) where T2 : struct @@ -8637,7 +8871,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbVertexBufferObject", Version = "1.2", EntryPoint = "glGetBufferPointervARB")] + /// [requires: ARB_vertex_buffer_object] + [AutoGenerated(Category = "ARB_vertex_buffer_object", Version = "1.2", EntryPoint = "glGetBufferPointervARB")] public static void GetBufferPointer(OpenTK.Graphics.OpenGL.ArbVertexBufferObject target, OpenTK.Graphics.OpenGL.BufferPointerNameArb pname, [InAttribute, OutAttribute] T2[,,] @params) where T2 : struct @@ -8660,7 +8895,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbVertexBufferObject", Version = "1.2", EntryPoint = "glGetBufferPointervARB")] + /// [requires: ARB_vertex_buffer_object] + [AutoGenerated(Category = "ARB_vertex_buffer_object", Version = "1.2", EntryPoint = "glGetBufferPointervARB")] public static void GetBufferPointer(OpenTK.Graphics.OpenGL.ArbVertexBufferObject target, OpenTK.Graphics.OpenGL.BufferPointerNameArb pname, [InAttribute, OutAttribute] ref T2 @params) where T2 : struct @@ -8685,7 +8921,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_buffer_object] /// Returns a subset of a buffer object's data store /// /// @@ -8708,7 +8944,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the location where buffer object data is returned. /// /// - [AutoGenerated(Category = "ArbVertexBufferObject", Version = "1.2", EntryPoint = "glGetBufferSubDataARB")] + [AutoGenerated(Category = "ARB_vertex_buffer_object", Version = "1.2", EntryPoint = "glGetBufferSubDataARB")] public static void GetBufferSubData(OpenTK.Graphics.OpenGL.BufferTargetArb target, IntPtr offset, IntPtr size, [OutAttribute] IntPtr data) { @@ -8723,7 +8959,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_buffer_object] /// Returns a subset of a buffer object's data store /// /// @@ -8746,7 +8982,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the location where buffer object data is returned. /// /// - [AutoGenerated(Category = "ArbVertexBufferObject", Version = "1.2", EntryPoint = "glGetBufferSubDataARB")] + [AutoGenerated(Category = "ARB_vertex_buffer_object", Version = "1.2", EntryPoint = "glGetBufferSubDataARB")] public static void GetBufferSubData(OpenTK.Graphics.OpenGL.BufferTargetArb target, IntPtr offset, IntPtr size, [InAttribute, OutAttribute] T3[] data) where T3 : struct @@ -8770,7 +9006,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_buffer_object] /// Returns a subset of a buffer object's data store /// /// @@ -8793,7 +9029,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the location where buffer object data is returned. /// /// - [AutoGenerated(Category = "ArbVertexBufferObject", Version = "1.2", EntryPoint = "glGetBufferSubDataARB")] + [AutoGenerated(Category = "ARB_vertex_buffer_object", Version = "1.2", EntryPoint = "glGetBufferSubDataARB")] public static void GetBufferSubData(OpenTK.Graphics.OpenGL.BufferTargetArb target, IntPtr offset, IntPtr size, [InAttribute, OutAttribute] T3[,] data) where T3 : struct @@ -8817,7 +9053,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_buffer_object] /// Returns a subset of a buffer object's data store /// /// @@ -8840,7 +9076,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the location where buffer object data is returned. /// /// - [AutoGenerated(Category = "ArbVertexBufferObject", Version = "1.2", EntryPoint = "glGetBufferSubDataARB")] + [AutoGenerated(Category = "ARB_vertex_buffer_object", Version = "1.2", EntryPoint = "glGetBufferSubDataARB")] public static void GetBufferSubData(OpenTK.Graphics.OpenGL.BufferTargetArb target, IntPtr offset, IntPtr size, [InAttribute, OutAttribute] T3[,,] data) where T3 : struct @@ -8864,7 +9100,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_buffer_object] /// Returns a subset of a buffer object's data store /// /// @@ -8887,7 +9123,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the location where buffer object data is returned. /// /// - [AutoGenerated(Category = "ArbVertexBufferObject", Version = "1.2", EntryPoint = "glGetBufferSubDataARB")] + [AutoGenerated(Category = "ARB_vertex_buffer_object", Version = "1.2", EntryPoint = "glGetBufferSubDataARB")] public static void GetBufferSubData(OpenTK.Graphics.OpenGL.BufferTargetArb target, IntPtr offset, IntPtr size, [InAttribute, OutAttribute] ref T3 data) where T3 : struct @@ -8912,7 +9148,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_texture_compression] /// Return a compressed texture image /// /// @@ -8930,7 +9166,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns the compressed texture image. /// /// - [AutoGenerated(Category = "ArbTextureCompression", Version = "1.2", EntryPoint = "glGetCompressedTexImageARB")] + [AutoGenerated(Category = "ARB_texture_compression", Version = "1.2", EntryPoint = "glGetCompressedTexImageARB")] public static void GetCompressedTexImage(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, [OutAttribute] IntPtr img) { @@ -8945,7 +9181,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_texture_compression] /// Return a compressed texture image /// /// @@ -8963,7 +9199,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns the compressed texture image. /// /// - [AutoGenerated(Category = "ArbTextureCompression", Version = "1.2", EntryPoint = "glGetCompressedTexImageARB")] + [AutoGenerated(Category = "ARB_texture_compression", Version = "1.2", EntryPoint = "glGetCompressedTexImageARB")] public static void GetCompressedTexImage(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, [InAttribute, OutAttribute] T2[] img) where T2 : struct @@ -8987,7 +9223,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_texture_compression] /// Return a compressed texture image /// /// @@ -9005,7 +9241,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns the compressed texture image. /// /// - [AutoGenerated(Category = "ArbTextureCompression", Version = "1.2", EntryPoint = "glGetCompressedTexImageARB")] + [AutoGenerated(Category = "ARB_texture_compression", Version = "1.2", EntryPoint = "glGetCompressedTexImageARB")] public static void GetCompressedTexImage(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, [InAttribute, OutAttribute] T2[,] img) where T2 : struct @@ -9029,7 +9265,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_texture_compression] /// Return a compressed texture image /// /// @@ -9047,7 +9283,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns the compressed texture image. /// /// - [AutoGenerated(Category = "ArbTextureCompression", Version = "1.2", EntryPoint = "glGetCompressedTexImageARB")] + [AutoGenerated(Category = "ARB_texture_compression", Version = "1.2", EntryPoint = "glGetCompressedTexImageARB")] public static void GetCompressedTexImage(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, [InAttribute, OutAttribute] T2[,,] img) where T2 : struct @@ -9071,7 +9307,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_texture_compression] /// Return a compressed texture image /// /// @@ -9089,7 +9325,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns the compressed texture image. /// /// - [AutoGenerated(Category = "ArbTextureCompression", Version = "1.2", EntryPoint = "glGetCompressedTexImageARB")] + [AutoGenerated(Category = "ARB_texture_compression", Version = "1.2", EntryPoint = "glGetCompressedTexImageARB")] public static void GetCompressedTexImage(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, [InAttribute, OutAttribute] ref T2 img) where T2 : struct @@ -9113,7 +9349,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbShaderObjects", Version = "1.2", EntryPoint = "glGetHandleARB")] + /// [requires: ARB_shader_objects] + [AutoGenerated(Category = "ARB_shader_objects", Version = "1.2", EntryPoint = "glGetHandleARB")] public static Int32 GetHandle(OpenTK.Graphics.OpenGL.ArbShaderObjects pname) { @@ -9127,7 +9364,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbShaderObjects", Version = "1.2", EntryPoint = "glGetInfoLogARB")] + /// [requires: ARB_shader_objects] + [AutoGenerated(Category = "ARB_shader_objects", Version = "1.2", EntryPoint = "glGetInfoLogARB")] public static void GetInfoLog(Int32 obj, Int32 maxLength, [OutAttribute] out Int32 length, [OutAttribute] StringBuilder infoLog) { @@ -9148,8 +9386,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ARB_shader_objects] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbShaderObjects", Version = "1.2", EntryPoint = "glGetInfoLogARB")] + [AutoGenerated(Category = "ARB_shader_objects", Version = "1.2", EntryPoint = "glGetInfoLogARB")] public static unsafe void GetInfoLog(Int32 obj, Int32 maxLength, [OutAttribute] Int32* length, [OutAttribute] StringBuilder infoLog) { @@ -9163,8 +9402,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ARB_shader_objects] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbShaderObjects", Version = "1.2", EntryPoint = "glGetInfoLogARB")] + [AutoGenerated(Category = "ARB_shader_objects", Version = "1.2", EntryPoint = "glGetInfoLogARB")] public static void GetInfoLog(UInt32 obj, Int32 maxLength, [OutAttribute] out Int32 length, [OutAttribute] StringBuilder infoLog) { @@ -9185,8 +9425,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ARB_shader_objects] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbShaderObjects", Version = "1.2", EntryPoint = "glGetInfoLogARB")] + [AutoGenerated(Category = "ARB_shader_objects", Version = "1.2", EntryPoint = "glGetInfoLogARB")] public static unsafe void GetInfoLog(UInt32 obj, Int32 maxLength, [OutAttribute] Int32* length, [OutAttribute] StringBuilder infoLog) { @@ -9200,7 +9441,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbShaderObjects", Version = "1.2", EntryPoint = "glGetObjectParameterfvARB")] + /// [requires: ARB_shader_objects] + [AutoGenerated(Category = "ARB_shader_objects", Version = "1.2", EntryPoint = "glGetObjectParameterfvARB")] public static void GetObjectParameter(Int32 obj, OpenTK.Graphics.OpenGL.ArbShaderObjects pname, [OutAttribute] Single[] @params) { @@ -9220,7 +9462,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbShaderObjects", Version = "1.2", EntryPoint = "glGetObjectParameterfvARB")] + /// [requires: ARB_shader_objects] + [AutoGenerated(Category = "ARB_shader_objects", Version = "1.2", EntryPoint = "glGetObjectParameterfvARB")] public static void GetObjectParameter(Int32 obj, OpenTK.Graphics.OpenGL.ArbShaderObjects pname, [OutAttribute] out Single @params) { @@ -9241,8 +9484,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ARB_shader_objects] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbShaderObjects", Version = "1.2", EntryPoint = "glGetObjectParameterfvARB")] + [AutoGenerated(Category = "ARB_shader_objects", Version = "1.2", EntryPoint = "glGetObjectParameterfvARB")] public static unsafe void GetObjectParameter(Int32 obj, OpenTK.Graphics.OpenGL.ArbShaderObjects pname, [OutAttribute] Single* @params) { @@ -9256,8 +9500,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ARB_shader_objects] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbShaderObjects", Version = "1.2", EntryPoint = "glGetObjectParameterfvARB")] + [AutoGenerated(Category = "ARB_shader_objects", Version = "1.2", EntryPoint = "glGetObjectParameterfvARB")] public static void GetObjectParameter(UInt32 obj, OpenTK.Graphics.OpenGL.ArbShaderObjects pname, [OutAttribute] Single[] @params) { @@ -9277,8 +9522,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ARB_shader_objects] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbShaderObjects", Version = "1.2", EntryPoint = "glGetObjectParameterfvARB")] + [AutoGenerated(Category = "ARB_shader_objects", Version = "1.2", EntryPoint = "glGetObjectParameterfvARB")] public static void GetObjectParameter(UInt32 obj, OpenTK.Graphics.OpenGL.ArbShaderObjects pname, [OutAttribute] out Single @params) { @@ -9299,8 +9545,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ARB_shader_objects] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbShaderObjects", Version = "1.2", EntryPoint = "glGetObjectParameterfvARB")] + [AutoGenerated(Category = "ARB_shader_objects", Version = "1.2", EntryPoint = "glGetObjectParameterfvARB")] public static unsafe void GetObjectParameter(UInt32 obj, OpenTK.Graphics.OpenGL.ArbShaderObjects pname, [OutAttribute] Single* @params) { @@ -9314,7 +9561,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbShaderObjects", Version = "1.2", EntryPoint = "glGetObjectParameterivARB")] + /// [requires: ARB_shader_objects] + [AutoGenerated(Category = "ARB_shader_objects", Version = "1.2", EntryPoint = "glGetObjectParameterivARB")] public static void GetObjectParameter(Int32 obj, OpenTK.Graphics.OpenGL.ArbShaderObjects pname, [OutAttribute] Int32[] @params) { @@ -9334,7 +9582,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbShaderObjects", Version = "1.2", EntryPoint = "glGetObjectParameterivARB")] + /// [requires: ARB_shader_objects] + [AutoGenerated(Category = "ARB_shader_objects", Version = "1.2", EntryPoint = "glGetObjectParameterivARB")] public static void GetObjectParameter(Int32 obj, OpenTK.Graphics.OpenGL.ArbShaderObjects pname, [OutAttribute] out Int32 @params) { @@ -9355,8 +9604,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ARB_shader_objects] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbShaderObjects", Version = "1.2", EntryPoint = "glGetObjectParameterivARB")] + [AutoGenerated(Category = "ARB_shader_objects", Version = "1.2", EntryPoint = "glGetObjectParameterivARB")] public static unsafe void GetObjectParameter(Int32 obj, OpenTK.Graphics.OpenGL.ArbShaderObjects pname, [OutAttribute] Int32* @params) { @@ -9370,8 +9620,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ARB_shader_objects] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbShaderObjects", Version = "1.2", EntryPoint = "glGetObjectParameterivARB")] + [AutoGenerated(Category = "ARB_shader_objects", Version = "1.2", EntryPoint = "glGetObjectParameterivARB")] public static void GetObjectParameter(UInt32 obj, OpenTK.Graphics.OpenGL.ArbShaderObjects pname, [OutAttribute] Int32[] @params) { @@ -9391,8 +9642,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ARB_shader_objects] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbShaderObjects", Version = "1.2", EntryPoint = "glGetObjectParameterivARB")] + [AutoGenerated(Category = "ARB_shader_objects", Version = "1.2", EntryPoint = "glGetObjectParameterivARB")] public static void GetObjectParameter(UInt32 obj, OpenTK.Graphics.OpenGL.ArbShaderObjects pname, [OutAttribute] out Int32 @params) { @@ -9413,8 +9665,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ARB_shader_objects] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbShaderObjects", Version = "1.2", EntryPoint = "glGetObjectParameterivARB")] + [AutoGenerated(Category = "ARB_shader_objects", Version = "1.2", EntryPoint = "glGetObjectParameterivARB")] public static unsafe void GetObjectParameter(UInt32 obj, OpenTK.Graphics.OpenGL.ArbShaderObjects pname, [OutAttribute] Int32* @params) { @@ -9428,7 +9681,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glGetProgramEnvParameterdvARB")] + /// [requires: ARB_vertex_program] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glGetProgramEnvParameterdvARB")] public static void GetProgramEnvParameter(OpenTK.Graphics.OpenGL.ArbVertexProgram target, Int32 index, [OutAttribute] Double[] @params) { @@ -9448,7 +9702,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glGetProgramEnvParameterdvARB")] + /// [requires: ARB_vertex_program] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glGetProgramEnvParameterdvARB")] public static void GetProgramEnvParameter(OpenTK.Graphics.OpenGL.ArbVertexProgram target, Int32 index, [OutAttribute] out Double @params) { @@ -9469,8 +9724,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ARB_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glGetProgramEnvParameterdvARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glGetProgramEnvParameterdvARB")] public static unsafe void GetProgramEnvParameter(OpenTK.Graphics.OpenGL.ArbVertexProgram target, Int32 index, [OutAttribute] Double* @params) { @@ -9484,8 +9740,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ARB_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glGetProgramEnvParameterdvARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glGetProgramEnvParameterdvARB")] public static void GetProgramEnvParameter(OpenTK.Graphics.OpenGL.ArbVertexProgram target, UInt32 index, [OutAttribute] Double[] @params) { @@ -9505,8 +9762,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ARB_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glGetProgramEnvParameterdvARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glGetProgramEnvParameterdvARB")] public static void GetProgramEnvParameter(OpenTK.Graphics.OpenGL.ArbVertexProgram target, UInt32 index, [OutAttribute] out Double @params) { @@ -9527,8 +9785,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ARB_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glGetProgramEnvParameterdvARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glGetProgramEnvParameterdvARB")] public static unsafe void GetProgramEnvParameter(OpenTK.Graphics.OpenGL.ArbVertexProgram target, UInt32 index, [OutAttribute] Double* @params) { @@ -9542,7 +9801,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glGetProgramEnvParameterfvARB")] + /// [requires: ARB_vertex_program] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glGetProgramEnvParameterfvARB")] public static void GetProgramEnvParameter(OpenTK.Graphics.OpenGL.ArbVertexProgram target, Int32 index, [OutAttribute] Single[] @params) { @@ -9562,7 +9822,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glGetProgramEnvParameterfvARB")] + /// [requires: ARB_vertex_program] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glGetProgramEnvParameterfvARB")] public static void GetProgramEnvParameter(OpenTK.Graphics.OpenGL.ArbVertexProgram target, Int32 index, [OutAttribute] out Single @params) { @@ -9583,8 +9844,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ARB_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glGetProgramEnvParameterfvARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glGetProgramEnvParameterfvARB")] public static unsafe void GetProgramEnvParameter(OpenTK.Graphics.OpenGL.ArbVertexProgram target, Int32 index, [OutAttribute] Single* @params) { @@ -9598,8 +9860,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ARB_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glGetProgramEnvParameterfvARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glGetProgramEnvParameterfvARB")] public static void GetProgramEnvParameter(OpenTK.Graphics.OpenGL.ArbVertexProgram target, UInt32 index, [OutAttribute] Single[] @params) { @@ -9619,8 +9882,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ARB_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glGetProgramEnvParameterfvARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glGetProgramEnvParameterfvARB")] public static void GetProgramEnvParameter(OpenTK.Graphics.OpenGL.ArbVertexProgram target, UInt32 index, [OutAttribute] out Single @params) { @@ -9641,8 +9905,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ARB_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glGetProgramEnvParameterfvARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glGetProgramEnvParameterfvARB")] public static unsafe void GetProgramEnvParameter(OpenTK.Graphics.OpenGL.ArbVertexProgram target, UInt32 index, [OutAttribute] Single* @params) { @@ -9657,7 +9922,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Returns a parameter from a program object /// /// @@ -9675,7 +9940,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns the requested object parameter. /// /// - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glGetProgramivARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glGetProgramivARB")] public static void GetProgram(OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb target, OpenTK.Graphics.OpenGL.AssemblyProgramParameterArb pname, [OutAttribute] out Int32 @params) { @@ -9697,7 +9962,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Returns a parameter from a program object /// /// @@ -9716,7 +9981,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glGetProgramivARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glGetProgramivARB")] public static unsafe void GetProgram(OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb target, OpenTK.Graphics.OpenGL.AssemblyProgramParameterArb pname, [OutAttribute] Int32* @params) { @@ -9730,7 +9995,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glGetProgramLocalParameterdvARB")] + /// [requires: ARB_vertex_program] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glGetProgramLocalParameterdvARB")] public static void GetProgramLocalParameter(OpenTK.Graphics.OpenGL.ArbVertexProgram target, Int32 index, [OutAttribute] Double[] @params) { @@ -9750,7 +10016,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glGetProgramLocalParameterdvARB")] + /// [requires: ARB_vertex_program] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glGetProgramLocalParameterdvARB")] public static void GetProgramLocalParameter(OpenTK.Graphics.OpenGL.ArbVertexProgram target, Int32 index, [OutAttribute] out Double @params) { @@ -9771,8 +10038,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ARB_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glGetProgramLocalParameterdvARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glGetProgramLocalParameterdvARB")] public static unsafe void GetProgramLocalParameter(OpenTK.Graphics.OpenGL.ArbVertexProgram target, Int32 index, [OutAttribute] Double* @params) { @@ -9786,8 +10054,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ARB_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glGetProgramLocalParameterdvARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glGetProgramLocalParameterdvARB")] public static void GetProgramLocalParameter(OpenTK.Graphics.OpenGL.ArbVertexProgram target, UInt32 index, [OutAttribute] Double[] @params) { @@ -9807,8 +10076,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ARB_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glGetProgramLocalParameterdvARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glGetProgramLocalParameterdvARB")] public static void GetProgramLocalParameter(OpenTK.Graphics.OpenGL.ArbVertexProgram target, UInt32 index, [OutAttribute] out Double @params) { @@ -9829,8 +10099,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ARB_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glGetProgramLocalParameterdvARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glGetProgramLocalParameterdvARB")] public static unsafe void GetProgramLocalParameter(OpenTK.Graphics.OpenGL.ArbVertexProgram target, UInt32 index, [OutAttribute] Double* @params) { @@ -9844,7 +10115,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glGetProgramLocalParameterfvARB")] + /// [requires: ARB_vertex_program] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glGetProgramLocalParameterfvARB")] public static void GetProgramLocalParameter(OpenTK.Graphics.OpenGL.ArbVertexProgram target, Int32 index, [OutAttribute] Single[] @params) { @@ -9864,7 +10136,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glGetProgramLocalParameterfvARB")] + /// [requires: ARB_vertex_program] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glGetProgramLocalParameterfvARB")] public static void GetProgramLocalParameter(OpenTK.Graphics.OpenGL.ArbVertexProgram target, Int32 index, [OutAttribute] out Single @params) { @@ -9885,8 +10158,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ARB_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glGetProgramLocalParameterfvARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glGetProgramLocalParameterfvARB")] public static unsafe void GetProgramLocalParameter(OpenTK.Graphics.OpenGL.ArbVertexProgram target, Int32 index, [OutAttribute] Single* @params) { @@ -9900,8 +10174,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ARB_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glGetProgramLocalParameterfvARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glGetProgramLocalParameterfvARB")] public static void GetProgramLocalParameter(OpenTK.Graphics.OpenGL.ArbVertexProgram target, UInt32 index, [OutAttribute] Single[] @params) { @@ -9921,8 +10196,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ARB_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glGetProgramLocalParameterfvARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glGetProgramLocalParameterfvARB")] public static void GetProgramLocalParameter(OpenTK.Graphics.OpenGL.ArbVertexProgram target, UInt32 index, [OutAttribute] out Single @params) { @@ -9943,8 +10219,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ARB_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glGetProgramLocalParameterfvARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glGetProgramLocalParameterfvARB")] public static unsafe void GetProgramLocalParameter(OpenTK.Graphics.OpenGL.ArbVertexProgram target, UInt32 index, [OutAttribute] Single* @params) { @@ -9958,7 +10235,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glGetProgramStringARB")] + /// [requires: ARB_vertex_program] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glGetProgramStringARB")] public static void GetProgramString(OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb target, OpenTK.Graphics.OpenGL.AssemblyProgramParameterArb pname, [OutAttribute] IntPtr @string) { @@ -9972,7 +10250,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glGetProgramStringARB")] + /// [requires: ARB_vertex_program] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glGetProgramStringARB")] public static void GetProgramString(OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb target, OpenTK.Graphics.OpenGL.AssemblyProgramParameterArb pname, [InAttribute, OutAttribute] T2[] @string) where T2 : struct @@ -9995,7 +10274,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glGetProgramStringARB")] + /// [requires: ARB_vertex_program] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glGetProgramStringARB")] public static void GetProgramString(OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb target, OpenTK.Graphics.OpenGL.AssemblyProgramParameterArb pname, [InAttribute, OutAttribute] T2[,] @string) where T2 : struct @@ -10018,7 +10298,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glGetProgramStringARB")] + /// [requires: ARB_vertex_program] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glGetProgramStringARB")] public static void GetProgramString(OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb target, OpenTK.Graphics.OpenGL.AssemblyProgramParameterArb pname, [InAttribute, OutAttribute] T2[,,] @string) where T2 : struct @@ -10041,7 +10322,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glGetProgramStringARB")] + /// [requires: ARB_vertex_program] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glGetProgramStringARB")] public static void GetProgramString(OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb target, OpenTK.Graphics.OpenGL.AssemblyProgramParameterArb pname, [InAttribute, OutAttribute] ref T2 @string) where T2 : struct @@ -10065,7 +10347,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbOcclusionQuery", Version = "1.5", EntryPoint = "glGetQueryivARB")] + /// [requires: ARB_occlusion_query] + [AutoGenerated(Category = "ARB_occlusion_query", Version = "1.5", EntryPoint = "glGetQueryivARB")] public static void GetQuery(OpenTK.Graphics.OpenGL.ArbOcclusionQuery target, OpenTK.Graphics.OpenGL.ArbOcclusionQuery pname, [OutAttribute] Int32[] @params) { @@ -10085,7 +10368,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbOcclusionQuery", Version = "1.5", EntryPoint = "glGetQueryivARB")] + /// [requires: ARB_occlusion_query] + [AutoGenerated(Category = "ARB_occlusion_query", Version = "1.5", EntryPoint = "glGetQueryivARB")] public static void GetQuery(OpenTK.Graphics.OpenGL.ArbOcclusionQuery target, OpenTK.Graphics.OpenGL.ArbOcclusionQuery pname, [OutAttribute] out Int32 @params) { @@ -10106,8 +10390,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ARB_occlusion_query] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbOcclusionQuery", Version = "1.5", EntryPoint = "glGetQueryivARB")] + [AutoGenerated(Category = "ARB_occlusion_query", Version = "1.5", EntryPoint = "glGetQueryivARB")] public static unsafe void GetQuery(OpenTK.Graphics.OpenGL.ArbOcclusionQuery target, OpenTK.Graphics.OpenGL.ArbOcclusionQuery pname, [OutAttribute] Int32* @params) { @@ -10122,7 +10407,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_occlusion_query] /// Return parameters of a query object /// /// @@ -10140,7 +10425,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns the requested data. /// /// - [AutoGenerated(Category = "ArbOcclusionQuery", Version = "1.5", EntryPoint = "glGetQueryObjectivARB")] + [AutoGenerated(Category = "ARB_occlusion_query", Version = "1.5", EntryPoint = "glGetQueryObjectivARB")] public static void GetQueryObject(Int32 id, OpenTK.Graphics.OpenGL.ArbOcclusionQuery pname, [OutAttribute] Int32[] @params) { @@ -10161,7 +10446,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_occlusion_query] /// Return parameters of a query object /// /// @@ -10179,7 +10464,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns the requested data. /// /// - [AutoGenerated(Category = "ArbOcclusionQuery", Version = "1.5", EntryPoint = "glGetQueryObjectivARB")] + [AutoGenerated(Category = "ARB_occlusion_query", Version = "1.5", EntryPoint = "glGetQueryObjectivARB")] public static void GetQueryObject(Int32 id, OpenTK.Graphics.OpenGL.ArbOcclusionQuery pname, [OutAttribute] out Int32 @params) { @@ -10201,7 +10486,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_occlusion_query] /// Return parameters of a query object /// /// @@ -10220,7 +10505,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbOcclusionQuery", Version = "1.5", EntryPoint = "glGetQueryObjectivARB")] + [AutoGenerated(Category = "ARB_occlusion_query", Version = "1.5", EntryPoint = "glGetQueryObjectivARB")] public static unsafe void GetQueryObject(Int32 id, OpenTK.Graphics.OpenGL.ArbOcclusionQuery pname, [OutAttribute] Int32* @params) { @@ -10235,7 +10520,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_occlusion_query] /// Return parameters of a query object /// /// @@ -10254,7 +10539,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbOcclusionQuery", Version = "1.5", EntryPoint = "glGetQueryObjectivARB")] + [AutoGenerated(Category = "ARB_occlusion_query", Version = "1.5", EntryPoint = "glGetQueryObjectivARB")] public static void GetQueryObject(UInt32 id, OpenTK.Graphics.OpenGL.ArbOcclusionQuery pname, [OutAttribute] Int32[] @params) { @@ -10275,7 +10560,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_occlusion_query] /// Return parameters of a query object /// /// @@ -10294,7 +10579,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbOcclusionQuery", Version = "1.5", EntryPoint = "glGetQueryObjectivARB")] + [AutoGenerated(Category = "ARB_occlusion_query", Version = "1.5", EntryPoint = "glGetQueryObjectivARB")] public static void GetQueryObject(UInt32 id, OpenTK.Graphics.OpenGL.ArbOcclusionQuery pname, [OutAttribute] out Int32 @params) { @@ -10316,7 +10601,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_occlusion_query] /// Return parameters of a query object /// /// @@ -10335,7 +10620,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbOcclusionQuery", Version = "1.5", EntryPoint = "glGetQueryObjectivARB")] + [AutoGenerated(Category = "ARB_occlusion_query", Version = "1.5", EntryPoint = "glGetQueryObjectivARB")] public static unsafe void GetQueryObject(UInt32 id, OpenTK.Graphics.OpenGL.ArbOcclusionQuery pname, [OutAttribute] Int32* @params) { @@ -10350,7 +10635,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_occlusion_query] /// Return parameters of a query object /// /// @@ -10369,7 +10654,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbOcclusionQuery", Version = "1.5", EntryPoint = "glGetQueryObjectuivARB")] + [AutoGenerated(Category = "ARB_occlusion_query", Version = "1.5", EntryPoint = "glGetQueryObjectuivARB")] public static void GetQueryObject(UInt32 id, OpenTK.Graphics.OpenGL.ArbOcclusionQuery pname, [OutAttribute] UInt32[] @params) { @@ -10390,7 +10675,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_occlusion_query] /// Return parameters of a query object /// /// @@ -10409,7 +10694,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbOcclusionQuery", Version = "1.5", EntryPoint = "glGetQueryObjectuivARB")] + [AutoGenerated(Category = "ARB_occlusion_query", Version = "1.5", EntryPoint = "glGetQueryObjectuivARB")] public static void GetQueryObject(UInt32 id, OpenTK.Graphics.OpenGL.ArbOcclusionQuery pname, [OutAttribute] out UInt32 @params) { @@ -10431,7 +10716,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_occlusion_query] /// Return parameters of a query object /// /// @@ -10450,7 +10735,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbOcclusionQuery", Version = "1.5", EntryPoint = "glGetQueryObjectuivARB")] + [AutoGenerated(Category = "ARB_occlusion_query", Version = "1.5", EntryPoint = "glGetQueryObjectuivARB")] public static unsafe void GetQueryObject(UInt32 id, OpenTK.Graphics.OpenGL.ArbOcclusionQuery pname, [OutAttribute] UInt32* @params) { @@ -10465,7 +10750,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_shader_objects] /// Returns the source code string from a shader object /// /// @@ -10488,7 +10773,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies an array of characters that is used to return the source code string. /// /// - [AutoGenerated(Category = "ArbShaderObjects", Version = "1.2", EntryPoint = "glGetShaderSourceARB")] + [AutoGenerated(Category = "ARB_shader_objects", Version = "1.2", EntryPoint = "glGetShaderSourceARB")] public static void GetShaderSource(Int32 obj, Int32 maxLength, [OutAttribute] out Int32 length, [OutAttribute] StringBuilder source) { @@ -10510,7 +10795,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_shader_objects] /// Returns the source code string from a shader object /// /// @@ -10534,7 +10819,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbShaderObjects", Version = "1.2", EntryPoint = "glGetShaderSourceARB")] + [AutoGenerated(Category = "ARB_shader_objects", Version = "1.2", EntryPoint = "glGetShaderSourceARB")] public static unsafe void GetShaderSource(Int32 obj, Int32 maxLength, [OutAttribute] Int32* length, [OutAttribute] StringBuilder source) { @@ -10549,7 +10834,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_shader_objects] /// Returns the source code string from a shader object /// /// @@ -10573,7 +10858,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbShaderObjects", Version = "1.2", EntryPoint = "glGetShaderSourceARB")] + [AutoGenerated(Category = "ARB_shader_objects", Version = "1.2", EntryPoint = "glGetShaderSourceARB")] public static void GetShaderSource(UInt32 obj, Int32 maxLength, [OutAttribute] out Int32 length, [OutAttribute] StringBuilder source) { @@ -10595,7 +10880,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_shader_objects] /// Returns the source code string from a shader object /// /// @@ -10619,7 +10904,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbShaderObjects", Version = "1.2", EntryPoint = "glGetShaderSourceARB")] + [AutoGenerated(Category = "ARB_shader_objects", Version = "1.2", EntryPoint = "glGetShaderSourceARB")] public static unsafe void GetShaderSource(UInt32 obj, Int32 maxLength, [OutAttribute] Int32* length, [OutAttribute] StringBuilder source) { @@ -10634,7 +10919,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_shader_objects] /// Returns the value of a uniform variable /// /// @@ -10652,7 +10937,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns the value of the specified uniform variable. /// /// - [AutoGenerated(Category = "ArbShaderObjects", Version = "1.2", EntryPoint = "glGetUniformfvARB")] + [AutoGenerated(Category = "ARB_shader_objects", Version = "1.2", EntryPoint = "glGetUniformfvARB")] public static void GetUniform(Int32 programObj, Int32 location, [OutAttribute] Single[] @params) { @@ -10673,7 +10958,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_shader_objects] /// Returns the value of a uniform variable /// /// @@ -10691,7 +10976,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns the value of the specified uniform variable. /// /// - [AutoGenerated(Category = "ArbShaderObjects", Version = "1.2", EntryPoint = "glGetUniformfvARB")] + [AutoGenerated(Category = "ARB_shader_objects", Version = "1.2", EntryPoint = "glGetUniformfvARB")] public static void GetUniform(Int32 programObj, Int32 location, [OutAttribute] out Single @params) { @@ -10713,7 +10998,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_shader_objects] /// Returns the value of a uniform variable /// /// @@ -10732,7 +11017,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbShaderObjects", Version = "1.2", EntryPoint = "glGetUniformfvARB")] + [AutoGenerated(Category = "ARB_shader_objects", Version = "1.2", EntryPoint = "glGetUniformfvARB")] public static unsafe void GetUniform(Int32 programObj, Int32 location, [OutAttribute] Single* @params) { @@ -10747,7 +11032,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_shader_objects] /// Returns the value of a uniform variable /// /// @@ -10766,7 +11051,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbShaderObjects", Version = "1.2", EntryPoint = "glGetUniformfvARB")] + [AutoGenerated(Category = "ARB_shader_objects", Version = "1.2", EntryPoint = "glGetUniformfvARB")] public static void GetUniform(UInt32 programObj, Int32 location, [OutAttribute] Single[] @params) { @@ -10787,7 +11072,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_shader_objects] /// Returns the value of a uniform variable /// /// @@ -10806,7 +11091,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbShaderObjects", Version = "1.2", EntryPoint = "glGetUniformfvARB")] + [AutoGenerated(Category = "ARB_shader_objects", Version = "1.2", EntryPoint = "glGetUniformfvARB")] public static void GetUniform(UInt32 programObj, Int32 location, [OutAttribute] out Single @params) { @@ -10828,7 +11113,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_shader_objects] /// Returns the value of a uniform variable /// /// @@ -10847,7 +11132,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbShaderObjects", Version = "1.2", EntryPoint = "glGetUniformfvARB")] + [AutoGenerated(Category = "ARB_shader_objects", Version = "1.2", EntryPoint = "glGetUniformfvARB")] public static unsafe void GetUniform(UInt32 programObj, Int32 location, [OutAttribute] Single* @params) { @@ -10862,7 +11147,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_shader_objects] /// Returns the value of a uniform variable /// /// @@ -10880,7 +11165,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns the value of the specified uniform variable. /// /// - [AutoGenerated(Category = "ArbShaderObjects", Version = "1.2", EntryPoint = "glGetUniformivARB")] + [AutoGenerated(Category = "ARB_shader_objects", Version = "1.2", EntryPoint = "glGetUniformivARB")] public static void GetUniform(Int32 programObj, Int32 location, [OutAttribute] Int32[] @params) { @@ -10901,7 +11186,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_shader_objects] /// Returns the value of a uniform variable /// /// @@ -10919,7 +11204,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns the value of the specified uniform variable. /// /// - [AutoGenerated(Category = "ArbShaderObjects", Version = "1.2", EntryPoint = "glGetUniformivARB")] + [AutoGenerated(Category = "ARB_shader_objects", Version = "1.2", EntryPoint = "glGetUniformivARB")] public static void GetUniform(Int32 programObj, Int32 location, [OutAttribute] out Int32 @params) { @@ -10941,7 +11226,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_shader_objects] /// Returns the value of a uniform variable /// /// @@ -10960,7 +11245,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbShaderObjects", Version = "1.2", EntryPoint = "glGetUniformivARB")] + [AutoGenerated(Category = "ARB_shader_objects", Version = "1.2", EntryPoint = "glGetUniformivARB")] public static unsafe void GetUniform(Int32 programObj, Int32 location, [OutAttribute] Int32* @params) { @@ -10975,7 +11260,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_shader_objects] /// Returns the value of a uniform variable /// /// @@ -10994,7 +11279,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbShaderObjects", Version = "1.2", EntryPoint = "glGetUniformivARB")] + [AutoGenerated(Category = "ARB_shader_objects", Version = "1.2", EntryPoint = "glGetUniformivARB")] public static void GetUniform(UInt32 programObj, Int32 location, [OutAttribute] Int32[] @params) { @@ -11015,7 +11300,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_shader_objects] /// Returns the value of a uniform variable /// /// @@ -11034,7 +11319,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbShaderObjects", Version = "1.2", EntryPoint = "glGetUniformivARB")] + [AutoGenerated(Category = "ARB_shader_objects", Version = "1.2", EntryPoint = "glGetUniformivARB")] public static void GetUniform(UInt32 programObj, Int32 location, [OutAttribute] out Int32 @params) { @@ -11056,7 +11341,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_shader_objects] /// Returns the value of a uniform variable /// /// @@ -11075,7 +11360,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbShaderObjects", Version = "1.2", EntryPoint = "glGetUniformivARB")] + [AutoGenerated(Category = "ARB_shader_objects", Version = "1.2", EntryPoint = "glGetUniformivARB")] public static unsafe void GetUniform(UInt32 programObj, Int32 location, [OutAttribute] Int32* @params) { @@ -11090,7 +11375,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_shader_objects] /// Returns the location of a uniform variable /// /// @@ -11103,7 +11388,7 @@ namespace OpenTK.Graphics.OpenGL /// Points to a null terminated string containing the name of the uniform variable whose location is to be queried. /// /// - [AutoGenerated(Category = "ArbShaderObjects", Version = "1.2", EntryPoint = "glGetUniformLocationARB")] + [AutoGenerated(Category = "ARB_shader_objects", Version = "1.2", EntryPoint = "glGetUniformLocationARB")] public static Int32 GetUniformLocation(Int32 programObj, String name) { @@ -11118,7 +11403,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_shader_objects] /// Returns the location of a uniform variable /// /// @@ -11132,7 +11417,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbShaderObjects", Version = "1.2", EntryPoint = "glGetUniformLocationARB")] + [AutoGenerated(Category = "ARB_shader_objects", Version = "1.2", EntryPoint = "glGetUniformLocationARB")] public static Int32 GetUniformLocation(UInt32 programObj, String name) { @@ -11147,7 +11432,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Return a generic vertex attribute parameter /// /// @@ -11165,7 +11450,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns the requested data. /// /// - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glGetVertexAttribdvARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glGetVertexAttribdvARB")] public static void GetVertexAttrib(Int32 index, OpenTK.Graphics.OpenGL.VertexAttribParameterArb pname, [OutAttribute] Double[] @params) { @@ -11186,7 +11471,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Return a generic vertex attribute parameter /// /// @@ -11204,7 +11489,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns the requested data. /// /// - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glGetVertexAttribdvARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glGetVertexAttribdvARB")] public static void GetVertexAttrib(Int32 index, OpenTK.Graphics.OpenGL.VertexAttribParameterArb pname, [OutAttribute] out Double @params) { @@ -11226,7 +11511,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Return a generic vertex attribute parameter /// /// @@ -11245,7 +11530,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glGetVertexAttribdvARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glGetVertexAttribdvARB")] public static unsafe void GetVertexAttrib(Int32 index, OpenTK.Graphics.OpenGL.VertexAttribParameterArb pname, [OutAttribute] Double* @params) { @@ -11260,7 +11545,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Return a generic vertex attribute parameter /// /// @@ -11279,7 +11564,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glGetVertexAttribdvARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glGetVertexAttribdvARB")] public static void GetVertexAttrib(UInt32 index, OpenTK.Graphics.OpenGL.VertexAttribParameterArb pname, [OutAttribute] Double[] @params) { @@ -11300,7 +11585,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Return a generic vertex attribute parameter /// /// @@ -11319,7 +11604,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glGetVertexAttribdvARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glGetVertexAttribdvARB")] public static void GetVertexAttrib(UInt32 index, OpenTK.Graphics.OpenGL.VertexAttribParameterArb pname, [OutAttribute] out Double @params) { @@ -11341,7 +11626,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Return a generic vertex attribute parameter /// /// @@ -11360,7 +11645,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glGetVertexAttribdvARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glGetVertexAttribdvARB")] public static unsafe void GetVertexAttrib(UInt32 index, OpenTK.Graphics.OpenGL.VertexAttribParameterArb pname, [OutAttribute] Double* @params) { @@ -11375,7 +11660,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Return a generic vertex attribute parameter /// /// @@ -11393,7 +11678,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns the requested data. /// /// - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glGetVertexAttribfvARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glGetVertexAttribfvARB")] public static void GetVertexAttrib(Int32 index, OpenTK.Graphics.OpenGL.VertexAttribParameterArb pname, [OutAttribute] Single[] @params) { @@ -11414,7 +11699,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Return a generic vertex attribute parameter /// /// @@ -11432,7 +11717,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns the requested data. /// /// - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glGetVertexAttribfvARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glGetVertexAttribfvARB")] public static void GetVertexAttrib(Int32 index, OpenTK.Graphics.OpenGL.VertexAttribParameterArb pname, [OutAttribute] out Single @params) { @@ -11454,7 +11739,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Return a generic vertex attribute parameter /// /// @@ -11473,7 +11758,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glGetVertexAttribfvARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glGetVertexAttribfvARB")] public static unsafe void GetVertexAttrib(Int32 index, OpenTK.Graphics.OpenGL.VertexAttribParameterArb pname, [OutAttribute] Single* @params) { @@ -11488,7 +11773,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Return a generic vertex attribute parameter /// /// @@ -11507,7 +11792,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glGetVertexAttribfvARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glGetVertexAttribfvARB")] public static void GetVertexAttrib(UInt32 index, OpenTK.Graphics.OpenGL.VertexAttribParameterArb pname, [OutAttribute] Single[] @params) { @@ -11528,7 +11813,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Return a generic vertex attribute parameter /// /// @@ -11547,7 +11832,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glGetVertexAttribfvARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glGetVertexAttribfvARB")] public static void GetVertexAttrib(UInt32 index, OpenTK.Graphics.OpenGL.VertexAttribParameterArb pname, [OutAttribute] out Single @params) { @@ -11569,7 +11854,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Return a generic vertex attribute parameter /// /// @@ -11588,7 +11873,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glGetVertexAttribfvARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glGetVertexAttribfvARB")] public static unsafe void GetVertexAttrib(UInt32 index, OpenTK.Graphics.OpenGL.VertexAttribParameterArb pname, [OutAttribute] Single* @params) { @@ -11603,7 +11888,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Return a generic vertex attribute parameter /// /// @@ -11621,7 +11906,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns the requested data. /// /// - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glGetVertexAttribivARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glGetVertexAttribivARB")] public static void GetVertexAttrib(Int32 index, OpenTK.Graphics.OpenGL.VertexAttribParameterArb pname, [OutAttribute] Int32[] @params) { @@ -11642,7 +11927,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Return a generic vertex attribute parameter /// /// @@ -11660,7 +11945,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns the requested data. /// /// - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glGetVertexAttribivARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glGetVertexAttribivARB")] public static void GetVertexAttrib(Int32 index, OpenTK.Graphics.OpenGL.VertexAttribParameterArb pname, [OutAttribute] out Int32 @params) { @@ -11682,7 +11967,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Return a generic vertex attribute parameter /// /// @@ -11701,7 +11986,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glGetVertexAttribivARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glGetVertexAttribivARB")] public static unsafe void GetVertexAttrib(Int32 index, OpenTK.Graphics.OpenGL.VertexAttribParameterArb pname, [OutAttribute] Int32* @params) { @@ -11716,7 +12001,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Return a generic vertex attribute parameter /// /// @@ -11735,7 +12020,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glGetVertexAttribivARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glGetVertexAttribivARB")] public static void GetVertexAttrib(UInt32 index, OpenTK.Graphics.OpenGL.VertexAttribParameterArb pname, [OutAttribute] Int32[] @params) { @@ -11756,7 +12041,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Return a generic vertex attribute parameter /// /// @@ -11775,7 +12060,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glGetVertexAttribivARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glGetVertexAttribivARB")] public static void GetVertexAttrib(UInt32 index, OpenTK.Graphics.OpenGL.VertexAttribParameterArb pname, [OutAttribute] out Int32 @params) { @@ -11797,7 +12082,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Return a generic vertex attribute parameter /// /// @@ -11816,7 +12101,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glGetVertexAttribivARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glGetVertexAttribivARB")] public static unsafe void GetVertexAttrib(UInt32 index, OpenTK.Graphics.OpenGL.VertexAttribParameterArb pname, [OutAttribute] Int32* @params) { @@ -11830,7 +12115,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glGetVertexAttribPointervARB")] + /// [requires: ARB_vertex_program] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glGetVertexAttribPointervARB")] public static void GetVertexAttribPointer(Int32 index, OpenTK.Graphics.OpenGL.VertexAttribPointerParameterArb pname, [OutAttribute] IntPtr pointer) { @@ -11844,7 +12130,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glGetVertexAttribPointervARB")] + /// [requires: ARB_vertex_program] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glGetVertexAttribPointervARB")] public static void GetVertexAttribPointer(Int32 index, OpenTK.Graphics.OpenGL.VertexAttribPointerParameterArb pname, [InAttribute, OutAttribute] T2[] pointer) where T2 : struct @@ -11867,7 +12154,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glGetVertexAttribPointervARB")] + /// [requires: ARB_vertex_program] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glGetVertexAttribPointervARB")] public static void GetVertexAttribPointer(Int32 index, OpenTK.Graphics.OpenGL.VertexAttribPointerParameterArb pname, [InAttribute, OutAttribute] T2[,] pointer) where T2 : struct @@ -11890,7 +12178,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glGetVertexAttribPointervARB")] + /// [requires: ARB_vertex_program] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glGetVertexAttribPointervARB")] public static void GetVertexAttribPointer(Int32 index, OpenTK.Graphics.OpenGL.VertexAttribPointerParameterArb pname, [InAttribute, OutAttribute] T2[,,] pointer) where T2 : struct @@ -11913,7 +12202,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glGetVertexAttribPointervARB")] + /// [requires: ARB_vertex_program] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glGetVertexAttribPointervARB")] public static void GetVertexAttribPointer(Int32 index, OpenTK.Graphics.OpenGL.VertexAttribPointerParameterArb pname, [InAttribute, OutAttribute] ref T2 pointer) where T2 : struct @@ -11937,8 +12227,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ARB_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glGetVertexAttribPointervARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glGetVertexAttribPointervARB")] public static void GetVertexAttribPointer(UInt32 index, OpenTK.Graphics.OpenGL.VertexAttribPointerParameterArb pname, [OutAttribute] IntPtr pointer) { @@ -11952,8 +12243,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ARB_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glGetVertexAttribPointervARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glGetVertexAttribPointervARB")] public static void GetVertexAttribPointer(UInt32 index, OpenTK.Graphics.OpenGL.VertexAttribPointerParameterArb pname, [InAttribute, OutAttribute] T2[] pointer) where T2 : struct @@ -11976,8 +12268,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ARB_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glGetVertexAttribPointervARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glGetVertexAttribPointervARB")] public static void GetVertexAttribPointer(UInt32 index, OpenTK.Graphics.OpenGL.VertexAttribPointerParameterArb pname, [InAttribute, OutAttribute] T2[,] pointer) where T2 : struct @@ -12000,8 +12293,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ARB_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glGetVertexAttribPointervARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glGetVertexAttribPointervARB")] public static void GetVertexAttribPointer(UInt32 index, OpenTK.Graphics.OpenGL.VertexAttribPointerParameterArb pname, [InAttribute, OutAttribute] T2[,,] pointer) where T2 : struct @@ -12024,8 +12318,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ARB_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glGetVertexAttribPointervARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glGetVertexAttribPointervARB")] public static void GetVertexAttribPointer(UInt32 index, OpenTK.Graphics.OpenGL.VertexAttribPointerParameterArb pname, [InAttribute, OutAttribute] ref T2 pointer) where T2 : struct @@ -12050,7 +12345,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_buffer_object] /// Determine if a name corresponds to a buffer object /// /// @@ -12058,7 +12353,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a value that may be the name of a buffer object. /// /// - [AutoGenerated(Category = "ArbVertexBufferObject", Version = "1.2", EntryPoint = "glIsBufferARB")] + [AutoGenerated(Category = "ARB_vertex_buffer_object", Version = "1.2", EntryPoint = "glIsBufferARB")] public static bool IsBuffer(Int32 buffer) { @@ -12073,7 +12368,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_buffer_object] /// Determine if a name corresponds to a buffer object /// /// @@ -12082,7 +12377,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexBufferObject", Version = "1.2", EntryPoint = "glIsBufferARB")] + [AutoGenerated(Category = "ARB_vertex_buffer_object", Version = "1.2", EntryPoint = "glIsBufferARB")] public static bool IsBuffer(UInt32 buffer) { @@ -12097,7 +12392,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Determines if a name corresponds to a program object /// /// @@ -12105,7 +12400,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a potential program object. /// /// - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glIsProgramARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glIsProgramARB")] public static bool IsProgram(Int32 program) { @@ -12120,7 +12415,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Determines if a name corresponds to a program object /// /// @@ -12129,7 +12424,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glIsProgramARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glIsProgramARB")] public static bool IsProgram(UInt32 program) { @@ -12144,7 +12439,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_occlusion_query] /// Determine if a name corresponds to a query object /// /// @@ -12152,7 +12447,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a value that may be the name of a query object. /// /// - [AutoGenerated(Category = "ArbOcclusionQuery", Version = "1.5", EntryPoint = "glIsQueryARB")] + [AutoGenerated(Category = "ARB_occlusion_query", Version = "1.5", EntryPoint = "glIsQueryARB")] public static bool IsQuery(Int32 id) { @@ -12167,7 +12462,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_occlusion_query] /// Determine if a name corresponds to a query object /// /// @@ -12176,7 +12471,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbOcclusionQuery", Version = "1.5", EntryPoint = "glIsQueryARB")] + [AutoGenerated(Category = "ARB_occlusion_query", Version = "1.5", EntryPoint = "glIsQueryARB")] public static bool IsQuery(UInt32 id) { @@ -12191,7 +12486,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_shader_objects] /// Links a program object /// /// @@ -12199,7 +12494,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the handle of the program object to be linked. /// /// - [AutoGenerated(Category = "ArbShaderObjects", Version = "1.2", EntryPoint = "glLinkProgramARB")] + [AutoGenerated(Category = "ARB_shader_objects", Version = "1.2", EntryPoint = "glLinkProgramARB")] public static void LinkProgram(Int32 programObj) { @@ -12214,7 +12509,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_shader_objects] /// Links a program object /// /// @@ -12223,7 +12518,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbShaderObjects", Version = "1.2", EntryPoint = "glLinkProgramARB")] + [AutoGenerated(Category = "ARB_shader_objects", Version = "1.2", EntryPoint = "glLinkProgramARB")] public static void LinkProgram(UInt32 programObj) { @@ -12238,7 +12533,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_transpose_matrix] /// Replace the current matrix with the specified row-major ordered matrix /// /// @@ -12246,7 +12541,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to 16 consecutive values, which are used as the elements of a 4 times 4 row-major matrix. /// /// - [AutoGenerated(Category = "ArbTransposeMatrix", Version = "1.2", EntryPoint = "glLoadTransposeMatrixdARB")] + [AutoGenerated(Category = "ARB_transpose_matrix", Version = "1.2", EntryPoint = "glLoadTransposeMatrixdARB")] public static void LoadTransposeMatrix(Double[] m) { @@ -12267,7 +12562,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_transpose_matrix] /// Replace the current matrix with the specified row-major ordered matrix /// /// @@ -12275,7 +12570,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to 16 consecutive values, which are used as the elements of a 4 times 4 row-major matrix. /// /// - [AutoGenerated(Category = "ArbTransposeMatrix", Version = "1.2", EntryPoint = "glLoadTransposeMatrixdARB")] + [AutoGenerated(Category = "ARB_transpose_matrix", Version = "1.2", EntryPoint = "glLoadTransposeMatrixdARB")] public static void LoadTransposeMatrix(ref Double m) { @@ -12296,7 +12591,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_transpose_matrix] /// Replace the current matrix with the specified row-major ordered matrix /// /// @@ -12305,7 +12600,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbTransposeMatrix", Version = "1.2", EntryPoint = "glLoadTransposeMatrixdARB")] + [AutoGenerated(Category = "ARB_transpose_matrix", Version = "1.2", EntryPoint = "glLoadTransposeMatrixdARB")] public static unsafe void LoadTransposeMatrix(Double* m) { @@ -12320,7 +12615,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_transpose_matrix] /// Replace the current matrix with the specified row-major ordered matrix /// /// @@ -12328,7 +12623,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to 16 consecutive values, which are used as the elements of a 4 times 4 row-major matrix. /// /// - [AutoGenerated(Category = "ArbTransposeMatrix", Version = "1.2", EntryPoint = "glLoadTransposeMatrixfARB")] + [AutoGenerated(Category = "ARB_transpose_matrix", Version = "1.2", EntryPoint = "glLoadTransposeMatrixfARB")] public static void LoadTransposeMatrix(Single[] m) { @@ -12349,7 +12644,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_transpose_matrix] /// Replace the current matrix with the specified row-major ordered matrix /// /// @@ -12357,7 +12652,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to 16 consecutive values, which are used as the elements of a 4 times 4 row-major matrix. /// /// - [AutoGenerated(Category = "ArbTransposeMatrix", Version = "1.2", EntryPoint = "glLoadTransposeMatrixfARB")] + [AutoGenerated(Category = "ARB_transpose_matrix", Version = "1.2", EntryPoint = "glLoadTransposeMatrixfARB")] public static void LoadTransposeMatrix(ref Single m) { @@ -12378,7 +12673,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_transpose_matrix] /// Replace the current matrix with the specified row-major ordered matrix /// /// @@ -12387,7 +12682,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbTransposeMatrix", Version = "1.2", EntryPoint = "glLoadTransposeMatrixfARB")] + [AutoGenerated(Category = "ARB_transpose_matrix", Version = "1.2", EntryPoint = "glLoadTransposeMatrixfARB")] public static unsafe void LoadTransposeMatrix(Single* m) { @@ -12402,7 +12697,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_buffer_object] /// Map a buffer object's data store /// /// @@ -12416,7 +12711,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexBufferObject", Version = "1.2", EntryPoint = "glMapBufferARB")] + [AutoGenerated(Category = "ARB_vertex_buffer_object", Version = "1.2", EntryPoint = "glMapBufferARB")] public static unsafe System.IntPtr MapBuffer(OpenTK.Graphics.OpenGL.BufferTargetArb target, OpenTK.Graphics.OpenGL.ArbVertexBufferObject access) { @@ -12430,7 +12725,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbMatrixPalette", Version = "1.1", EntryPoint = "glMatrixIndexPointerARB")] + /// [requires: ARB_matrix_palette] + [AutoGenerated(Category = "ARB_matrix_palette", Version = "1.1", EntryPoint = "glMatrixIndexPointerARB")] public static void MatrixIndexPointer(Int32 size, OpenTK.Graphics.OpenGL.ArbMatrixPalette type, Int32 stride, IntPtr pointer) { @@ -12444,7 +12740,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbMatrixPalette", Version = "1.1", EntryPoint = "glMatrixIndexPointerARB")] + /// [requires: ARB_matrix_palette] + [AutoGenerated(Category = "ARB_matrix_palette", Version = "1.1", EntryPoint = "glMatrixIndexPointerARB")] public static void MatrixIndexPointer(Int32 size, OpenTK.Graphics.OpenGL.ArbMatrixPalette type, Int32 stride, [InAttribute, OutAttribute] T3[] pointer) where T3 : struct @@ -12467,7 +12764,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbMatrixPalette", Version = "1.1", EntryPoint = "glMatrixIndexPointerARB")] + /// [requires: ARB_matrix_palette] + [AutoGenerated(Category = "ARB_matrix_palette", Version = "1.1", EntryPoint = "glMatrixIndexPointerARB")] public static void MatrixIndexPointer(Int32 size, OpenTK.Graphics.OpenGL.ArbMatrixPalette type, Int32 stride, [InAttribute, OutAttribute] T3[,] pointer) where T3 : struct @@ -12490,7 +12788,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbMatrixPalette", Version = "1.1", EntryPoint = "glMatrixIndexPointerARB")] + /// [requires: ARB_matrix_palette] + [AutoGenerated(Category = "ARB_matrix_palette", Version = "1.1", EntryPoint = "glMatrixIndexPointerARB")] public static void MatrixIndexPointer(Int32 size, OpenTK.Graphics.OpenGL.ArbMatrixPalette type, Int32 stride, [InAttribute, OutAttribute] T3[,,] pointer) where T3 : struct @@ -12513,7 +12812,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbMatrixPalette", Version = "1.1", EntryPoint = "glMatrixIndexPointerARB")] + /// [requires: ARB_matrix_palette] + [AutoGenerated(Category = "ARB_matrix_palette", Version = "1.1", EntryPoint = "glMatrixIndexPointerARB")] public static void MatrixIndexPointer(Int32 size, OpenTK.Graphics.OpenGL.ArbMatrixPalette type, Int32 stride, [InAttribute, OutAttribute] ref T3 pointer) where T3 : struct @@ -12537,7 +12837,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbMatrixPalette", Version = "1.1", EntryPoint = "glMatrixIndexubvARB")] + /// [requires: ARB_matrix_palette] + [AutoGenerated(Category = "ARB_matrix_palette", Version = "1.1", EntryPoint = "glMatrixIndexubvARB")] public static void MatrixIndex(Int32 size, Byte[] indices) { @@ -12557,7 +12858,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbMatrixPalette", Version = "1.1", EntryPoint = "glMatrixIndexubvARB")] + /// [requires: ARB_matrix_palette] + [AutoGenerated(Category = "ARB_matrix_palette", Version = "1.1", EntryPoint = "glMatrixIndexubvARB")] public static void MatrixIndex(Int32 size, ref Byte indices) { @@ -12577,8 +12879,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ARB_matrix_palette] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbMatrixPalette", Version = "1.1", EntryPoint = "glMatrixIndexubvARB")] + [AutoGenerated(Category = "ARB_matrix_palette", Version = "1.1", EntryPoint = "glMatrixIndexubvARB")] public static unsafe void MatrixIndex(Int32 size, Byte* indices) { @@ -12592,7 +12895,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbMatrixPalette", Version = "1.1", EntryPoint = "glMatrixIndexuivARB")] + /// [requires: ARB_matrix_palette] + [AutoGenerated(Category = "ARB_matrix_palette", Version = "1.1", EntryPoint = "glMatrixIndexuivARB")] public static void MatrixIndex(Int32 size, Int32[] indices) { @@ -12612,7 +12916,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbMatrixPalette", Version = "1.1", EntryPoint = "glMatrixIndexuivARB")] + /// [requires: ARB_matrix_palette] + [AutoGenerated(Category = "ARB_matrix_palette", Version = "1.1", EntryPoint = "glMatrixIndexuivARB")] public static void MatrixIndex(Int32 size, ref Int32 indices) { @@ -12632,8 +12937,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ARB_matrix_palette] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbMatrixPalette", Version = "1.1", EntryPoint = "glMatrixIndexuivARB")] + [AutoGenerated(Category = "ARB_matrix_palette", Version = "1.1", EntryPoint = "glMatrixIndexuivARB")] public static unsafe void MatrixIndex(Int32 size, Int32* indices) { @@ -12647,8 +12953,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ARB_matrix_palette] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbMatrixPalette", Version = "1.1", EntryPoint = "glMatrixIndexuivARB")] + [AutoGenerated(Category = "ARB_matrix_palette", Version = "1.1", EntryPoint = "glMatrixIndexuivARB")] public static void MatrixIndex(Int32 size, UInt32[] indices) { @@ -12668,8 +12975,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ARB_matrix_palette] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbMatrixPalette", Version = "1.1", EntryPoint = "glMatrixIndexuivARB")] + [AutoGenerated(Category = "ARB_matrix_palette", Version = "1.1", EntryPoint = "glMatrixIndexuivARB")] public static void MatrixIndex(Int32 size, ref UInt32 indices) { @@ -12689,8 +12997,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ARB_matrix_palette] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbMatrixPalette", Version = "1.1", EntryPoint = "glMatrixIndexuivARB")] + [AutoGenerated(Category = "ARB_matrix_palette", Version = "1.1", EntryPoint = "glMatrixIndexuivARB")] public static unsafe void MatrixIndex(Int32 size, UInt32* indices) { @@ -12704,7 +13013,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbMatrixPalette", Version = "1.1", EntryPoint = "glMatrixIndexusvARB")] + /// [requires: ARB_matrix_palette] + [AutoGenerated(Category = "ARB_matrix_palette", Version = "1.1", EntryPoint = "glMatrixIndexusvARB")] public static void MatrixIndex(Int32 size, Int16[] indices) { @@ -12724,7 +13034,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbMatrixPalette", Version = "1.1", EntryPoint = "glMatrixIndexusvARB")] + /// [requires: ARB_matrix_palette] + [AutoGenerated(Category = "ARB_matrix_palette", Version = "1.1", EntryPoint = "glMatrixIndexusvARB")] public static void MatrixIndex(Int32 size, ref Int16 indices) { @@ -12744,8 +13055,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ARB_matrix_palette] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbMatrixPalette", Version = "1.1", EntryPoint = "glMatrixIndexusvARB")] + [AutoGenerated(Category = "ARB_matrix_palette", Version = "1.1", EntryPoint = "glMatrixIndexusvARB")] public static unsafe void MatrixIndex(Int32 size, Int16* indices) { @@ -12759,8 +13071,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ARB_matrix_palette] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbMatrixPalette", Version = "1.1", EntryPoint = "glMatrixIndexusvARB")] + [AutoGenerated(Category = "ARB_matrix_palette", Version = "1.1", EntryPoint = "glMatrixIndexusvARB")] public static void MatrixIndex(Int32 size, UInt16[] indices) { @@ -12780,8 +13093,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ARB_matrix_palette] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbMatrixPalette", Version = "1.1", EntryPoint = "glMatrixIndexusvARB")] + [AutoGenerated(Category = "ARB_matrix_palette", Version = "1.1", EntryPoint = "glMatrixIndexusvARB")] public static void MatrixIndex(Int32 size, ref UInt16 indices) { @@ -12801,8 +13115,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ARB_matrix_palette] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbMatrixPalette", Version = "1.1", EntryPoint = "glMatrixIndexusvARB")] + [AutoGenerated(Category = "ARB_matrix_palette", Version = "1.1", EntryPoint = "glMatrixIndexusvARB")] public static unsafe void MatrixIndex(Int32 size, UInt16* indices) { @@ -12817,7 +13132,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_multitexture] /// Set the current texture coordinates /// /// @@ -12830,7 +13145,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "ArbMultitexture", Version = "1.2", EntryPoint = "glMultiTexCoord1dARB")] + [AutoGenerated(Category = "ARB_multitexture", Version = "1.2", EntryPoint = "glMultiTexCoord1dARB")] public static void MultiTexCoord1(OpenTK.Graphics.OpenGL.TextureUnit target, Double s) { @@ -12845,7 +13160,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_multitexture] /// Set the current texture coordinates /// /// @@ -12859,7 +13174,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbMultitexture", Version = "1.2", EntryPoint = "glMultiTexCoord1dvARB")] + [AutoGenerated(Category = "ARB_multitexture", Version = "1.2", EntryPoint = "glMultiTexCoord1dvARB")] public static unsafe void MultiTexCoord1(OpenTK.Graphics.OpenGL.TextureUnit target, Double* v) { @@ -12874,7 +13189,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_multitexture] /// Set the current texture coordinates /// /// @@ -12887,7 +13202,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "ArbMultitexture", Version = "1.2", EntryPoint = "glMultiTexCoord1fARB")] + [AutoGenerated(Category = "ARB_multitexture", Version = "1.2", EntryPoint = "glMultiTexCoord1fARB")] public static void MultiTexCoord1(OpenTK.Graphics.OpenGL.TextureUnit target, Single s) { @@ -12902,7 +13217,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_multitexture] /// Set the current texture coordinates /// /// @@ -12916,7 +13231,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbMultitexture", Version = "1.2", EntryPoint = "glMultiTexCoord1fvARB")] + [AutoGenerated(Category = "ARB_multitexture", Version = "1.2", EntryPoint = "glMultiTexCoord1fvARB")] public static unsafe void MultiTexCoord1(OpenTK.Graphics.OpenGL.TextureUnit target, Single* v) { @@ -12931,7 +13246,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_multitexture] /// Set the current texture coordinates /// /// @@ -12944,7 +13259,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "ArbMultitexture", Version = "1.2", EntryPoint = "glMultiTexCoord1iARB")] + [AutoGenerated(Category = "ARB_multitexture", Version = "1.2", EntryPoint = "glMultiTexCoord1iARB")] public static void MultiTexCoord1(OpenTK.Graphics.OpenGL.TextureUnit target, Int32 s) { @@ -12959,7 +13274,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_multitexture] /// Set the current texture coordinates /// /// @@ -12973,7 +13288,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbMultitexture", Version = "1.2", EntryPoint = "glMultiTexCoord1ivARB")] + [AutoGenerated(Category = "ARB_multitexture", Version = "1.2", EntryPoint = "glMultiTexCoord1ivARB")] public static unsafe void MultiTexCoord1(OpenTK.Graphics.OpenGL.TextureUnit target, Int32* v) { @@ -12988,7 +13303,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_multitexture] /// Set the current texture coordinates /// /// @@ -13001,7 +13316,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "ArbMultitexture", Version = "1.2", EntryPoint = "glMultiTexCoord1sARB")] + [AutoGenerated(Category = "ARB_multitexture", Version = "1.2", EntryPoint = "glMultiTexCoord1sARB")] public static void MultiTexCoord1(OpenTK.Graphics.OpenGL.TextureUnit target, Int16 s) { @@ -13016,7 +13331,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_multitexture] /// Set the current texture coordinates /// /// @@ -13030,7 +13345,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbMultitexture", Version = "1.2", EntryPoint = "glMultiTexCoord1svARB")] + [AutoGenerated(Category = "ARB_multitexture", Version = "1.2", EntryPoint = "glMultiTexCoord1svARB")] public static unsafe void MultiTexCoord1(OpenTK.Graphics.OpenGL.TextureUnit target, Int16* v) { @@ -13045,7 +13360,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_multitexture] /// Set the current texture coordinates /// /// @@ -13058,7 +13373,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "ArbMultitexture", Version = "1.2", EntryPoint = "glMultiTexCoord2dARB")] + [AutoGenerated(Category = "ARB_multitexture", Version = "1.2", EntryPoint = "glMultiTexCoord2dARB")] public static void MultiTexCoord2(OpenTK.Graphics.OpenGL.TextureUnit target, Double s, Double t) { @@ -13073,7 +13388,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_multitexture] /// Set the current texture coordinates /// /// @@ -13086,7 +13401,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "ArbMultitexture", Version = "1.2", EntryPoint = "glMultiTexCoord2dvARB")] + [AutoGenerated(Category = "ARB_multitexture", Version = "1.2", EntryPoint = "glMultiTexCoord2dvARB")] public static void MultiTexCoord2(OpenTK.Graphics.OpenGL.TextureUnit target, Double[] v) { @@ -13107,7 +13422,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_multitexture] /// Set the current texture coordinates /// /// @@ -13120,7 +13435,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "ArbMultitexture", Version = "1.2", EntryPoint = "glMultiTexCoord2dvARB")] + [AutoGenerated(Category = "ARB_multitexture", Version = "1.2", EntryPoint = "glMultiTexCoord2dvARB")] public static void MultiTexCoord2(OpenTK.Graphics.OpenGL.TextureUnit target, ref Double v) { @@ -13141,7 +13456,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_multitexture] /// Set the current texture coordinates /// /// @@ -13155,7 +13470,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbMultitexture", Version = "1.2", EntryPoint = "glMultiTexCoord2dvARB")] + [AutoGenerated(Category = "ARB_multitexture", Version = "1.2", EntryPoint = "glMultiTexCoord2dvARB")] public static unsafe void MultiTexCoord2(OpenTK.Graphics.OpenGL.TextureUnit target, Double* v) { @@ -13170,7 +13485,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_multitexture] /// Set the current texture coordinates /// /// @@ -13183,7 +13498,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "ArbMultitexture", Version = "1.2", EntryPoint = "glMultiTexCoord2fARB")] + [AutoGenerated(Category = "ARB_multitexture", Version = "1.2", EntryPoint = "glMultiTexCoord2fARB")] public static void MultiTexCoord2(OpenTK.Graphics.OpenGL.TextureUnit target, Single s, Single t) { @@ -13198,7 +13513,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_multitexture] /// Set the current texture coordinates /// /// @@ -13211,7 +13526,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "ArbMultitexture", Version = "1.2", EntryPoint = "glMultiTexCoord2fvARB")] + [AutoGenerated(Category = "ARB_multitexture", Version = "1.2", EntryPoint = "glMultiTexCoord2fvARB")] public static void MultiTexCoord2(OpenTK.Graphics.OpenGL.TextureUnit target, Single[] v) { @@ -13232,7 +13547,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_multitexture] /// Set the current texture coordinates /// /// @@ -13245,7 +13560,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "ArbMultitexture", Version = "1.2", EntryPoint = "glMultiTexCoord2fvARB")] + [AutoGenerated(Category = "ARB_multitexture", Version = "1.2", EntryPoint = "glMultiTexCoord2fvARB")] public static void MultiTexCoord2(OpenTK.Graphics.OpenGL.TextureUnit target, ref Single v) { @@ -13266,7 +13581,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_multitexture] /// Set the current texture coordinates /// /// @@ -13280,7 +13595,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbMultitexture", Version = "1.2", EntryPoint = "glMultiTexCoord2fvARB")] + [AutoGenerated(Category = "ARB_multitexture", Version = "1.2", EntryPoint = "glMultiTexCoord2fvARB")] public static unsafe void MultiTexCoord2(OpenTK.Graphics.OpenGL.TextureUnit target, Single* v) { @@ -13295,7 +13610,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_multitexture] /// Set the current texture coordinates /// /// @@ -13308,7 +13623,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "ArbMultitexture", Version = "1.2", EntryPoint = "glMultiTexCoord2iARB")] + [AutoGenerated(Category = "ARB_multitexture", Version = "1.2", EntryPoint = "glMultiTexCoord2iARB")] public static void MultiTexCoord2(OpenTK.Graphics.OpenGL.TextureUnit target, Int32 s, Int32 t) { @@ -13323,7 +13638,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_multitexture] /// Set the current texture coordinates /// /// @@ -13336,7 +13651,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "ArbMultitexture", Version = "1.2", EntryPoint = "glMultiTexCoord2ivARB")] + [AutoGenerated(Category = "ARB_multitexture", Version = "1.2", EntryPoint = "glMultiTexCoord2ivARB")] public static void MultiTexCoord2(OpenTK.Graphics.OpenGL.TextureUnit target, Int32[] v) { @@ -13357,7 +13672,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_multitexture] /// Set the current texture coordinates /// /// @@ -13370,7 +13685,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "ArbMultitexture", Version = "1.2", EntryPoint = "glMultiTexCoord2ivARB")] + [AutoGenerated(Category = "ARB_multitexture", Version = "1.2", EntryPoint = "glMultiTexCoord2ivARB")] public static void MultiTexCoord2(OpenTK.Graphics.OpenGL.TextureUnit target, ref Int32 v) { @@ -13391,7 +13706,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_multitexture] /// Set the current texture coordinates /// /// @@ -13405,7 +13720,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbMultitexture", Version = "1.2", EntryPoint = "glMultiTexCoord2ivARB")] + [AutoGenerated(Category = "ARB_multitexture", Version = "1.2", EntryPoint = "glMultiTexCoord2ivARB")] public static unsafe void MultiTexCoord2(OpenTK.Graphics.OpenGL.TextureUnit target, Int32* v) { @@ -13420,7 +13735,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_multitexture] /// Set the current texture coordinates /// /// @@ -13433,7 +13748,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "ArbMultitexture", Version = "1.2", EntryPoint = "glMultiTexCoord2sARB")] + [AutoGenerated(Category = "ARB_multitexture", Version = "1.2", EntryPoint = "glMultiTexCoord2sARB")] public static void MultiTexCoord2(OpenTK.Graphics.OpenGL.TextureUnit target, Int16 s, Int16 t) { @@ -13448,7 +13763,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_multitexture] /// Set the current texture coordinates /// /// @@ -13461,7 +13776,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "ArbMultitexture", Version = "1.2", EntryPoint = "glMultiTexCoord2svARB")] + [AutoGenerated(Category = "ARB_multitexture", Version = "1.2", EntryPoint = "glMultiTexCoord2svARB")] public static void MultiTexCoord2(OpenTK.Graphics.OpenGL.TextureUnit target, Int16[] v) { @@ -13482,7 +13797,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_multitexture] /// Set the current texture coordinates /// /// @@ -13495,7 +13810,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "ArbMultitexture", Version = "1.2", EntryPoint = "glMultiTexCoord2svARB")] + [AutoGenerated(Category = "ARB_multitexture", Version = "1.2", EntryPoint = "glMultiTexCoord2svARB")] public static void MultiTexCoord2(OpenTK.Graphics.OpenGL.TextureUnit target, ref Int16 v) { @@ -13516,7 +13831,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_multitexture] /// Set the current texture coordinates /// /// @@ -13530,7 +13845,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbMultitexture", Version = "1.2", EntryPoint = "glMultiTexCoord2svARB")] + [AutoGenerated(Category = "ARB_multitexture", Version = "1.2", EntryPoint = "glMultiTexCoord2svARB")] public static unsafe void MultiTexCoord2(OpenTK.Graphics.OpenGL.TextureUnit target, Int16* v) { @@ -13545,7 +13860,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_multitexture] /// Set the current texture coordinates /// /// @@ -13558,7 +13873,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "ArbMultitexture", Version = "1.2", EntryPoint = "glMultiTexCoord3dARB")] + [AutoGenerated(Category = "ARB_multitexture", Version = "1.2", EntryPoint = "glMultiTexCoord3dARB")] public static void MultiTexCoord3(OpenTK.Graphics.OpenGL.TextureUnit target, Double s, Double t, Double r) { @@ -13573,7 +13888,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_multitexture] /// Set the current texture coordinates /// /// @@ -13586,7 +13901,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "ArbMultitexture", Version = "1.2", EntryPoint = "glMultiTexCoord3dvARB")] + [AutoGenerated(Category = "ARB_multitexture", Version = "1.2", EntryPoint = "glMultiTexCoord3dvARB")] public static void MultiTexCoord3(OpenTK.Graphics.OpenGL.TextureUnit target, Double[] v) { @@ -13607,7 +13922,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_multitexture] /// Set the current texture coordinates /// /// @@ -13620,7 +13935,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "ArbMultitexture", Version = "1.2", EntryPoint = "glMultiTexCoord3dvARB")] + [AutoGenerated(Category = "ARB_multitexture", Version = "1.2", EntryPoint = "glMultiTexCoord3dvARB")] public static void MultiTexCoord3(OpenTK.Graphics.OpenGL.TextureUnit target, ref Double v) { @@ -13641,7 +13956,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_multitexture] /// Set the current texture coordinates /// /// @@ -13655,7 +13970,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbMultitexture", Version = "1.2", EntryPoint = "glMultiTexCoord3dvARB")] + [AutoGenerated(Category = "ARB_multitexture", Version = "1.2", EntryPoint = "glMultiTexCoord3dvARB")] public static unsafe void MultiTexCoord3(OpenTK.Graphics.OpenGL.TextureUnit target, Double* v) { @@ -13670,7 +13985,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_multitexture] /// Set the current texture coordinates /// /// @@ -13683,7 +13998,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "ArbMultitexture", Version = "1.2", EntryPoint = "glMultiTexCoord3fARB")] + [AutoGenerated(Category = "ARB_multitexture", Version = "1.2", EntryPoint = "glMultiTexCoord3fARB")] public static void MultiTexCoord3(OpenTK.Graphics.OpenGL.TextureUnit target, Single s, Single t, Single r) { @@ -13698,7 +14013,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_multitexture] /// Set the current texture coordinates /// /// @@ -13711,7 +14026,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "ArbMultitexture", Version = "1.2", EntryPoint = "glMultiTexCoord3fvARB")] + [AutoGenerated(Category = "ARB_multitexture", Version = "1.2", EntryPoint = "glMultiTexCoord3fvARB")] public static void MultiTexCoord3(OpenTK.Graphics.OpenGL.TextureUnit target, Single[] v) { @@ -13732,7 +14047,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_multitexture] /// Set the current texture coordinates /// /// @@ -13745,7 +14060,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "ArbMultitexture", Version = "1.2", EntryPoint = "glMultiTexCoord3fvARB")] + [AutoGenerated(Category = "ARB_multitexture", Version = "1.2", EntryPoint = "glMultiTexCoord3fvARB")] public static void MultiTexCoord3(OpenTK.Graphics.OpenGL.TextureUnit target, ref Single v) { @@ -13766,7 +14081,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_multitexture] /// Set the current texture coordinates /// /// @@ -13780,7 +14095,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbMultitexture", Version = "1.2", EntryPoint = "glMultiTexCoord3fvARB")] + [AutoGenerated(Category = "ARB_multitexture", Version = "1.2", EntryPoint = "glMultiTexCoord3fvARB")] public static unsafe void MultiTexCoord3(OpenTK.Graphics.OpenGL.TextureUnit target, Single* v) { @@ -13795,7 +14110,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_multitexture] /// Set the current texture coordinates /// /// @@ -13808,7 +14123,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "ArbMultitexture", Version = "1.2", EntryPoint = "glMultiTexCoord3iARB")] + [AutoGenerated(Category = "ARB_multitexture", Version = "1.2", EntryPoint = "glMultiTexCoord3iARB")] public static void MultiTexCoord3(OpenTK.Graphics.OpenGL.TextureUnit target, Int32 s, Int32 t, Int32 r) { @@ -13823,7 +14138,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_multitexture] /// Set the current texture coordinates /// /// @@ -13836,7 +14151,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "ArbMultitexture", Version = "1.2", EntryPoint = "glMultiTexCoord3ivARB")] + [AutoGenerated(Category = "ARB_multitexture", Version = "1.2", EntryPoint = "glMultiTexCoord3ivARB")] public static void MultiTexCoord3(OpenTK.Graphics.OpenGL.TextureUnit target, Int32[] v) { @@ -13857,7 +14172,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_multitexture] /// Set the current texture coordinates /// /// @@ -13870,7 +14185,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "ArbMultitexture", Version = "1.2", EntryPoint = "glMultiTexCoord3ivARB")] + [AutoGenerated(Category = "ARB_multitexture", Version = "1.2", EntryPoint = "glMultiTexCoord3ivARB")] public static void MultiTexCoord3(OpenTK.Graphics.OpenGL.TextureUnit target, ref Int32 v) { @@ -13891,7 +14206,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_multitexture] /// Set the current texture coordinates /// /// @@ -13905,7 +14220,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbMultitexture", Version = "1.2", EntryPoint = "glMultiTexCoord3ivARB")] + [AutoGenerated(Category = "ARB_multitexture", Version = "1.2", EntryPoint = "glMultiTexCoord3ivARB")] public static unsafe void MultiTexCoord3(OpenTK.Graphics.OpenGL.TextureUnit target, Int32* v) { @@ -13920,7 +14235,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_multitexture] /// Set the current texture coordinates /// /// @@ -13933,7 +14248,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "ArbMultitexture", Version = "1.2", EntryPoint = "glMultiTexCoord3sARB")] + [AutoGenerated(Category = "ARB_multitexture", Version = "1.2", EntryPoint = "glMultiTexCoord3sARB")] public static void MultiTexCoord3(OpenTK.Graphics.OpenGL.TextureUnit target, Int16 s, Int16 t, Int16 r) { @@ -13948,7 +14263,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_multitexture] /// Set the current texture coordinates /// /// @@ -13961,7 +14276,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "ArbMultitexture", Version = "1.2", EntryPoint = "glMultiTexCoord3svARB")] + [AutoGenerated(Category = "ARB_multitexture", Version = "1.2", EntryPoint = "glMultiTexCoord3svARB")] public static void MultiTexCoord3(OpenTK.Graphics.OpenGL.TextureUnit target, Int16[] v) { @@ -13982,7 +14297,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_multitexture] /// Set the current texture coordinates /// /// @@ -13995,7 +14310,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "ArbMultitexture", Version = "1.2", EntryPoint = "glMultiTexCoord3svARB")] + [AutoGenerated(Category = "ARB_multitexture", Version = "1.2", EntryPoint = "glMultiTexCoord3svARB")] public static void MultiTexCoord3(OpenTK.Graphics.OpenGL.TextureUnit target, ref Int16 v) { @@ -14016,7 +14331,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_multitexture] /// Set the current texture coordinates /// /// @@ -14030,7 +14345,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbMultitexture", Version = "1.2", EntryPoint = "glMultiTexCoord3svARB")] + [AutoGenerated(Category = "ARB_multitexture", Version = "1.2", EntryPoint = "glMultiTexCoord3svARB")] public static unsafe void MultiTexCoord3(OpenTK.Graphics.OpenGL.TextureUnit target, Int16* v) { @@ -14045,7 +14360,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_multitexture] /// Set the current texture coordinates /// /// @@ -14058,7 +14373,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "ArbMultitexture", Version = "1.2", EntryPoint = "glMultiTexCoord4dARB")] + [AutoGenerated(Category = "ARB_multitexture", Version = "1.2", EntryPoint = "glMultiTexCoord4dARB")] public static void MultiTexCoord4(OpenTK.Graphics.OpenGL.TextureUnit target, Double s, Double t, Double r, Double q) { @@ -14073,7 +14388,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_multitexture] /// Set the current texture coordinates /// /// @@ -14086,7 +14401,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "ArbMultitexture", Version = "1.2", EntryPoint = "glMultiTexCoord4dvARB")] + [AutoGenerated(Category = "ARB_multitexture", Version = "1.2", EntryPoint = "glMultiTexCoord4dvARB")] public static void MultiTexCoord4(OpenTK.Graphics.OpenGL.TextureUnit target, Double[] v) { @@ -14107,7 +14422,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_multitexture] /// Set the current texture coordinates /// /// @@ -14120,7 +14435,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "ArbMultitexture", Version = "1.2", EntryPoint = "glMultiTexCoord4dvARB")] + [AutoGenerated(Category = "ARB_multitexture", Version = "1.2", EntryPoint = "glMultiTexCoord4dvARB")] public static void MultiTexCoord4(OpenTK.Graphics.OpenGL.TextureUnit target, ref Double v) { @@ -14141,7 +14456,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_multitexture] /// Set the current texture coordinates /// /// @@ -14155,7 +14470,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbMultitexture", Version = "1.2", EntryPoint = "glMultiTexCoord4dvARB")] + [AutoGenerated(Category = "ARB_multitexture", Version = "1.2", EntryPoint = "glMultiTexCoord4dvARB")] public static unsafe void MultiTexCoord4(OpenTK.Graphics.OpenGL.TextureUnit target, Double* v) { @@ -14170,7 +14485,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_multitexture] /// Set the current texture coordinates /// /// @@ -14183,7 +14498,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "ArbMultitexture", Version = "1.2", EntryPoint = "glMultiTexCoord4fARB")] + [AutoGenerated(Category = "ARB_multitexture", Version = "1.2", EntryPoint = "glMultiTexCoord4fARB")] public static void MultiTexCoord4(OpenTK.Graphics.OpenGL.TextureUnit target, Single s, Single t, Single r, Single q) { @@ -14198,7 +14513,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_multitexture] /// Set the current texture coordinates /// /// @@ -14211,7 +14526,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "ArbMultitexture", Version = "1.2", EntryPoint = "glMultiTexCoord4fvARB")] + [AutoGenerated(Category = "ARB_multitexture", Version = "1.2", EntryPoint = "glMultiTexCoord4fvARB")] public static void MultiTexCoord4(OpenTK.Graphics.OpenGL.TextureUnit target, Single[] v) { @@ -14232,7 +14547,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_multitexture] /// Set the current texture coordinates /// /// @@ -14245,7 +14560,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "ArbMultitexture", Version = "1.2", EntryPoint = "glMultiTexCoord4fvARB")] + [AutoGenerated(Category = "ARB_multitexture", Version = "1.2", EntryPoint = "glMultiTexCoord4fvARB")] public static void MultiTexCoord4(OpenTK.Graphics.OpenGL.TextureUnit target, ref Single v) { @@ -14266,7 +14581,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_multitexture] /// Set the current texture coordinates /// /// @@ -14280,7 +14595,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbMultitexture", Version = "1.2", EntryPoint = "glMultiTexCoord4fvARB")] + [AutoGenerated(Category = "ARB_multitexture", Version = "1.2", EntryPoint = "glMultiTexCoord4fvARB")] public static unsafe void MultiTexCoord4(OpenTK.Graphics.OpenGL.TextureUnit target, Single* v) { @@ -14295,7 +14610,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_multitexture] /// Set the current texture coordinates /// /// @@ -14308,7 +14623,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "ArbMultitexture", Version = "1.2", EntryPoint = "glMultiTexCoord4iARB")] + [AutoGenerated(Category = "ARB_multitexture", Version = "1.2", EntryPoint = "glMultiTexCoord4iARB")] public static void MultiTexCoord4(OpenTK.Graphics.OpenGL.TextureUnit target, Int32 s, Int32 t, Int32 r, Int32 q) { @@ -14323,7 +14638,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_multitexture] /// Set the current texture coordinates /// /// @@ -14336,7 +14651,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "ArbMultitexture", Version = "1.2", EntryPoint = "glMultiTexCoord4ivARB")] + [AutoGenerated(Category = "ARB_multitexture", Version = "1.2", EntryPoint = "glMultiTexCoord4ivARB")] public static void MultiTexCoord4(OpenTK.Graphics.OpenGL.TextureUnit target, Int32[] v) { @@ -14357,7 +14672,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_multitexture] /// Set the current texture coordinates /// /// @@ -14370,7 +14685,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "ArbMultitexture", Version = "1.2", EntryPoint = "glMultiTexCoord4ivARB")] + [AutoGenerated(Category = "ARB_multitexture", Version = "1.2", EntryPoint = "glMultiTexCoord4ivARB")] public static void MultiTexCoord4(OpenTK.Graphics.OpenGL.TextureUnit target, ref Int32 v) { @@ -14391,7 +14706,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_multitexture] /// Set the current texture coordinates /// /// @@ -14405,7 +14720,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbMultitexture", Version = "1.2", EntryPoint = "glMultiTexCoord4ivARB")] + [AutoGenerated(Category = "ARB_multitexture", Version = "1.2", EntryPoint = "glMultiTexCoord4ivARB")] public static unsafe void MultiTexCoord4(OpenTK.Graphics.OpenGL.TextureUnit target, Int32* v) { @@ -14420,7 +14735,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_multitexture] /// Set the current texture coordinates /// /// @@ -14433,7 +14748,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "ArbMultitexture", Version = "1.2", EntryPoint = "glMultiTexCoord4sARB")] + [AutoGenerated(Category = "ARB_multitexture", Version = "1.2", EntryPoint = "glMultiTexCoord4sARB")] public static void MultiTexCoord4(OpenTK.Graphics.OpenGL.TextureUnit target, Int16 s, Int16 t, Int16 r, Int16 q) { @@ -14448,7 +14763,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_multitexture] /// Set the current texture coordinates /// /// @@ -14461,7 +14776,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "ArbMultitexture", Version = "1.2", EntryPoint = "glMultiTexCoord4svARB")] + [AutoGenerated(Category = "ARB_multitexture", Version = "1.2", EntryPoint = "glMultiTexCoord4svARB")] public static void MultiTexCoord4(OpenTK.Graphics.OpenGL.TextureUnit target, Int16[] v) { @@ -14482,7 +14797,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_multitexture] /// Set the current texture coordinates /// /// @@ -14495,7 +14810,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "ArbMultitexture", Version = "1.2", EntryPoint = "glMultiTexCoord4svARB")] + [AutoGenerated(Category = "ARB_multitexture", Version = "1.2", EntryPoint = "glMultiTexCoord4svARB")] public static void MultiTexCoord4(OpenTK.Graphics.OpenGL.TextureUnit target, ref Int16 v) { @@ -14516,7 +14831,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_multitexture] /// Set the current texture coordinates /// /// @@ -14530,7 +14845,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbMultitexture", Version = "1.2", EntryPoint = "glMultiTexCoord4svARB")] + [AutoGenerated(Category = "ARB_multitexture", Version = "1.2", EntryPoint = "glMultiTexCoord4svARB")] public static unsafe void MultiTexCoord4(OpenTK.Graphics.OpenGL.TextureUnit target, Int16* v) { @@ -14545,7 +14860,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_transpose_matrix] /// Multiply the current matrix with the specified row-major ordered matrix /// /// @@ -14553,7 +14868,7 @@ namespace OpenTK.Graphics.OpenGL /// Points to 16 consecutive values that are used as the elements of a 4 times 4 row-major matrix. /// /// - [AutoGenerated(Category = "ArbTransposeMatrix", Version = "1.2", EntryPoint = "glMultTransposeMatrixdARB")] + [AutoGenerated(Category = "ARB_transpose_matrix", Version = "1.2", EntryPoint = "glMultTransposeMatrixdARB")] public static void MultTransposeMatrix(Double[] m) { @@ -14574,7 +14889,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_transpose_matrix] /// Multiply the current matrix with the specified row-major ordered matrix /// /// @@ -14582,7 +14897,7 @@ namespace OpenTK.Graphics.OpenGL /// Points to 16 consecutive values that are used as the elements of a 4 times 4 row-major matrix. /// /// - [AutoGenerated(Category = "ArbTransposeMatrix", Version = "1.2", EntryPoint = "glMultTransposeMatrixdARB")] + [AutoGenerated(Category = "ARB_transpose_matrix", Version = "1.2", EntryPoint = "glMultTransposeMatrixdARB")] public static void MultTransposeMatrix(ref Double m) { @@ -14603,7 +14918,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_transpose_matrix] /// Multiply the current matrix with the specified row-major ordered matrix /// /// @@ -14612,7 +14927,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbTransposeMatrix", Version = "1.2", EntryPoint = "glMultTransposeMatrixdARB")] + [AutoGenerated(Category = "ARB_transpose_matrix", Version = "1.2", EntryPoint = "glMultTransposeMatrixdARB")] public static unsafe void MultTransposeMatrix(Double* m) { @@ -14627,7 +14942,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_transpose_matrix] /// Multiply the current matrix with the specified row-major ordered matrix /// /// @@ -14635,7 +14950,7 @@ namespace OpenTK.Graphics.OpenGL /// Points to 16 consecutive values that are used as the elements of a 4 times 4 row-major matrix. /// /// - [AutoGenerated(Category = "ArbTransposeMatrix", Version = "1.2", EntryPoint = "glMultTransposeMatrixfARB")] + [AutoGenerated(Category = "ARB_transpose_matrix", Version = "1.2", EntryPoint = "glMultTransposeMatrixfARB")] public static void MultTransposeMatrix(Single[] m) { @@ -14656,7 +14971,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_transpose_matrix] /// Multiply the current matrix with the specified row-major ordered matrix /// /// @@ -14664,7 +14979,7 @@ namespace OpenTK.Graphics.OpenGL /// Points to 16 consecutive values that are used as the elements of a 4 times 4 row-major matrix. /// /// - [AutoGenerated(Category = "ArbTransposeMatrix", Version = "1.2", EntryPoint = "glMultTransposeMatrixfARB")] + [AutoGenerated(Category = "ARB_transpose_matrix", Version = "1.2", EntryPoint = "glMultTransposeMatrixfARB")] public static void MultTransposeMatrix(ref Single m) { @@ -14685,7 +15000,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_transpose_matrix] /// Multiply the current matrix with the specified row-major ordered matrix /// /// @@ -14694,7 +15009,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbTransposeMatrix", Version = "1.2", EntryPoint = "glMultTransposeMatrixfARB")] + [AutoGenerated(Category = "ARB_transpose_matrix", Version = "1.2", EntryPoint = "glMultTransposeMatrixfARB")] public static unsafe void MultTransposeMatrix(Single* m) { @@ -14709,7 +15024,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_point_parameters] /// Specify point parameters /// /// @@ -14722,7 +15037,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the value that pname will be set to. /// /// - [AutoGenerated(Category = "ArbPointParameters", Version = "1.0", EntryPoint = "glPointParameterfARB")] + [AutoGenerated(Category = "ARB_point_parameters", Version = "1.0", EntryPoint = "glPointParameterfARB")] public static void PointParameter(OpenTK.Graphics.OpenGL.ArbPointParameters pname, Single param) { @@ -14737,7 +15052,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_point_parameters] /// Specify point parameters /// /// @@ -14750,7 +15065,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the value that pname will be set to. /// /// - [AutoGenerated(Category = "ArbPointParameters", Version = "1.0", EntryPoint = "glPointParameterfvARB")] + [AutoGenerated(Category = "ARB_point_parameters", Version = "1.0", EntryPoint = "glPointParameterfvARB")] public static void PointParameter(OpenTK.Graphics.OpenGL.ArbPointParameters pname, Single[] @params) { @@ -14771,7 +15086,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_point_parameters] /// Specify point parameters /// /// @@ -14785,7 +15100,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbPointParameters", Version = "1.0", EntryPoint = "glPointParameterfvARB")] + [AutoGenerated(Category = "ARB_point_parameters", Version = "1.0", EntryPoint = "glPointParameterfvARB")] public static unsafe void PointParameter(OpenTK.Graphics.OpenGL.ArbPointParameters pname, Single* @params) { @@ -14799,7 +15114,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glProgramEnvParameter4dARB")] + /// [requires: ARB_vertex_program] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glProgramEnvParameter4dARB")] public static void ProgramEnvParameter4(OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb target, Int32 index, Double x, Double y, Double z, Double w) { @@ -14813,8 +15129,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ARB_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glProgramEnvParameter4dARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glProgramEnvParameter4dARB")] public static void ProgramEnvParameter4(OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb target, UInt32 index, Double x, Double y, Double z, Double w) { @@ -14828,7 +15145,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glProgramEnvParameter4dvARB")] + /// [requires: ARB_vertex_program] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glProgramEnvParameter4dvARB")] public static void ProgramEnvParameter4(OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb target, Int32 index, Double[] @params) { @@ -14848,7 +15166,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glProgramEnvParameter4dvARB")] + /// [requires: ARB_vertex_program] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glProgramEnvParameter4dvARB")] public static void ProgramEnvParameter4(OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb target, Int32 index, ref Double @params) { @@ -14868,8 +15187,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ARB_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glProgramEnvParameter4dvARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glProgramEnvParameter4dvARB")] public static unsafe void ProgramEnvParameter4(OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb target, Int32 index, Double* @params) { @@ -14883,8 +15203,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ARB_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glProgramEnvParameter4dvARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glProgramEnvParameter4dvARB")] public static void ProgramEnvParameter4(OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb target, UInt32 index, Double[] @params) { @@ -14904,8 +15225,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ARB_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glProgramEnvParameter4dvARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glProgramEnvParameter4dvARB")] public static void ProgramEnvParameter4(OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb target, UInt32 index, ref Double @params) { @@ -14925,8 +15247,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ARB_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glProgramEnvParameter4dvARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glProgramEnvParameter4dvARB")] public static unsafe void ProgramEnvParameter4(OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb target, UInt32 index, Double* @params) { @@ -14940,7 +15263,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glProgramEnvParameter4fARB")] + /// [requires: ARB_vertex_program] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glProgramEnvParameter4fARB")] public static void ProgramEnvParameter4(OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb target, Int32 index, Single x, Single y, Single z, Single w) { @@ -14954,8 +15278,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ARB_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glProgramEnvParameter4fARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glProgramEnvParameter4fARB")] public static void ProgramEnvParameter4(OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb target, UInt32 index, Single x, Single y, Single z, Single w) { @@ -14969,7 +15294,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glProgramEnvParameter4fvARB")] + /// [requires: ARB_vertex_program] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glProgramEnvParameter4fvARB")] public static void ProgramEnvParameter4(OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb target, Int32 index, Single[] @params) { @@ -14989,7 +15315,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glProgramEnvParameter4fvARB")] + /// [requires: ARB_vertex_program] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glProgramEnvParameter4fvARB")] public static void ProgramEnvParameter4(OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb target, Int32 index, ref Single @params) { @@ -15009,8 +15336,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ARB_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glProgramEnvParameter4fvARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glProgramEnvParameter4fvARB")] public static unsafe void ProgramEnvParameter4(OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb target, Int32 index, Single* @params) { @@ -15024,8 +15352,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ARB_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glProgramEnvParameter4fvARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glProgramEnvParameter4fvARB")] public static void ProgramEnvParameter4(OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb target, UInt32 index, Single[] @params) { @@ -15045,8 +15374,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ARB_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glProgramEnvParameter4fvARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glProgramEnvParameter4fvARB")] public static void ProgramEnvParameter4(OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb target, UInt32 index, ref Single @params) { @@ -15066,8 +15396,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ARB_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glProgramEnvParameter4fvARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glProgramEnvParameter4fvARB")] public static unsafe void ProgramEnvParameter4(OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb target, UInt32 index, Single* @params) { @@ -15081,7 +15412,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glProgramLocalParameter4dARB")] + /// [requires: ARB_vertex_program] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glProgramLocalParameter4dARB")] public static void ProgramLocalParameter4(OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb target, Int32 index, Double x, Double y, Double z, Double w) { @@ -15095,8 +15427,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ARB_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glProgramLocalParameter4dARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glProgramLocalParameter4dARB")] public static void ProgramLocalParameter4(OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb target, UInt32 index, Double x, Double y, Double z, Double w) { @@ -15110,7 +15443,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glProgramLocalParameter4dvARB")] + /// [requires: ARB_vertex_program] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glProgramLocalParameter4dvARB")] public static void ProgramLocalParameter4(OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb target, Int32 index, Double[] @params) { @@ -15130,7 +15464,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glProgramLocalParameter4dvARB")] + /// [requires: ARB_vertex_program] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glProgramLocalParameter4dvARB")] public static void ProgramLocalParameter4(OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb target, Int32 index, ref Double @params) { @@ -15150,8 +15485,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ARB_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glProgramLocalParameter4dvARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glProgramLocalParameter4dvARB")] public static unsafe void ProgramLocalParameter4(OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb target, Int32 index, Double* @params) { @@ -15165,8 +15501,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ARB_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glProgramLocalParameter4dvARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glProgramLocalParameter4dvARB")] public static void ProgramLocalParameter4(OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb target, UInt32 index, Double[] @params) { @@ -15186,8 +15523,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ARB_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glProgramLocalParameter4dvARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glProgramLocalParameter4dvARB")] public static void ProgramLocalParameter4(OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb target, UInt32 index, ref Double @params) { @@ -15207,8 +15545,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ARB_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glProgramLocalParameter4dvARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glProgramLocalParameter4dvARB")] public static unsafe void ProgramLocalParameter4(OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb target, UInt32 index, Double* @params) { @@ -15222,7 +15561,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glProgramLocalParameter4fARB")] + /// [requires: ARB_vertex_program] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glProgramLocalParameter4fARB")] public static void ProgramLocalParameter4(OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb target, Int32 index, Single x, Single y, Single z, Single w) { @@ -15236,8 +15576,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ARB_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glProgramLocalParameter4fARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glProgramLocalParameter4fARB")] public static void ProgramLocalParameter4(OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb target, UInt32 index, Single x, Single y, Single z, Single w) { @@ -15251,7 +15592,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glProgramLocalParameter4fvARB")] + /// [requires: ARB_vertex_program] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glProgramLocalParameter4fvARB")] public static void ProgramLocalParameter4(OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb target, Int32 index, Single[] @params) { @@ -15271,7 +15613,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glProgramLocalParameter4fvARB")] + /// [requires: ARB_vertex_program] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glProgramLocalParameter4fvARB")] public static void ProgramLocalParameter4(OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb target, Int32 index, ref Single @params) { @@ -15291,8 +15634,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ARB_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glProgramLocalParameter4fvARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glProgramLocalParameter4fvARB")] public static unsafe void ProgramLocalParameter4(OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb target, Int32 index, Single* @params) { @@ -15306,8 +15650,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ARB_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glProgramLocalParameter4fvARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glProgramLocalParameter4fvARB")] public static void ProgramLocalParameter4(OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb target, UInt32 index, Single[] @params) { @@ -15327,8 +15672,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ARB_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glProgramLocalParameter4fvARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glProgramLocalParameter4fvARB")] public static void ProgramLocalParameter4(OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb target, UInt32 index, ref Single @params) { @@ -15348,8 +15694,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ARB_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glProgramLocalParameter4fvARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glProgramLocalParameter4fvARB")] public static unsafe void ProgramLocalParameter4(OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb target, UInt32 index, Single* @params) { @@ -15363,7 +15710,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbGeometryShader4", Version = "3.0", EntryPoint = "glProgramParameteriARB")] + /// [requires: ARB_geometry_shader4] + [AutoGenerated(Category = "ARB_geometry_shader4", Version = "3.0", EntryPoint = "glProgramParameteriARB")] public static void ProgramParameter(Int32 program, OpenTK.Graphics.OpenGL.ArbGeometryShader4 pname, Int32 value) { @@ -15377,8 +15725,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ARB_geometry_shader4] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbGeometryShader4", Version = "3.0", EntryPoint = "glProgramParameteriARB")] + [AutoGenerated(Category = "ARB_geometry_shader4", Version = "3.0", EntryPoint = "glProgramParameteriARB")] public static void ProgramParameter(UInt32 program, OpenTK.Graphics.OpenGL.ArbGeometryShader4 pname, Int32 value) { @@ -15392,7 +15741,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glProgramStringARB")] + /// [requires: ARB_vertex_program] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glProgramStringARB")] public static void ProgramString(OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb target, OpenTK.Graphics.OpenGL.ArbVertexProgram format, Int32 len, IntPtr @string) { @@ -15406,7 +15756,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glProgramStringARB")] + /// [requires: ARB_vertex_program] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glProgramStringARB")] public static void ProgramString(OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb target, OpenTK.Graphics.OpenGL.ArbVertexProgram format, Int32 len, [InAttribute, OutAttribute] T3[] @string) where T3 : struct @@ -15429,7 +15780,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glProgramStringARB")] + /// [requires: ARB_vertex_program] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glProgramStringARB")] public static void ProgramString(OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb target, OpenTK.Graphics.OpenGL.ArbVertexProgram format, Int32 len, [InAttribute, OutAttribute] T3[,] @string) where T3 : struct @@ -15452,7 +15804,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glProgramStringARB")] + /// [requires: ARB_vertex_program] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glProgramStringARB")] public static void ProgramString(OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb target, OpenTK.Graphics.OpenGL.ArbVertexProgram format, Int32 len, [InAttribute, OutAttribute] T3[,,] @string) where T3 : struct @@ -15475,7 +15828,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glProgramStringARB")] + /// [requires: ARB_vertex_program] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glProgramStringARB")] public static void ProgramString(OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb target, OpenTK.Graphics.OpenGL.ArbVertexProgram format, Int32 len, [InAttribute, OutAttribute] ref T3 @string) where T3 : struct @@ -15500,7 +15854,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_multisample] /// Specify multisample coverage parameters /// /// @@ -15513,7 +15867,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify a single boolean value representing if the coverage masks should be inverted. GL_TRUE and GL_FALSE are accepted. The initial value is GL_FALSE. /// /// - [AutoGenerated(Category = "ArbMultisample", Version = "1.2", EntryPoint = "glSampleCoverageARB")] + [AutoGenerated(Category = "ARB_multisample", Version = "1.2", EntryPoint = "glSampleCoverageARB")] public static void SampleCoverage(Single value, bool invert) { @@ -15528,7 +15882,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_shader_objects] /// Replaces the source code in a shader object /// /// @@ -15551,7 +15905,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies an array of string lengths. /// /// - [AutoGenerated(Category = "ArbShaderObjects", Version = "1.2", EntryPoint = "glShaderSourceARB")] + [AutoGenerated(Category = "ARB_shader_objects", Version = "1.2", EntryPoint = "glShaderSourceARB")] public static void ShaderSource(Int32 shaderObj, Int32 count, String[] @string, ref Int32 length) { @@ -15572,7 +15926,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_shader_objects] /// Replaces the source code in a shader object /// /// @@ -15596,7 +15950,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbShaderObjects", Version = "1.2", EntryPoint = "glShaderSourceARB")] + [AutoGenerated(Category = "ARB_shader_objects", Version = "1.2", EntryPoint = "glShaderSourceARB")] public static unsafe void ShaderSource(Int32 shaderObj, Int32 count, String[] @string, Int32* length) { @@ -15611,7 +15965,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_shader_objects] /// Replaces the source code in a shader object /// /// @@ -15635,7 +15989,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbShaderObjects", Version = "1.2", EntryPoint = "glShaderSourceARB")] + [AutoGenerated(Category = "ARB_shader_objects", Version = "1.2", EntryPoint = "glShaderSourceARB")] public static void ShaderSource(UInt32 shaderObj, Int32 count, String[] @string, ref Int32 length) { @@ -15656,7 +16010,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_shader_objects] /// Replaces the source code in a shader object /// /// @@ -15680,7 +16034,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbShaderObjects", Version = "1.2", EntryPoint = "glShaderSourceARB")] + [AutoGenerated(Category = "ARB_shader_objects", Version = "1.2", EntryPoint = "glShaderSourceARB")] public static unsafe void ShaderSource(UInt32 shaderObj, Int32 count, String[] @string, Int32* length) { @@ -15694,7 +16048,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbTextureBufferObject", Version = "3.0", EntryPoint = "glTexBufferARB")] + /// [requires: ARB_texture_buffer_object] + [AutoGenerated(Category = "ARB_texture_buffer_object", Version = "3.0", EntryPoint = "glTexBufferARB")] public static void TexBuffer(OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.ArbTextureBufferObject internalformat, Int32 buffer) { @@ -15708,8 +16063,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ARB_texture_buffer_object] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbTextureBufferObject", Version = "3.0", EntryPoint = "glTexBufferARB")] + [AutoGenerated(Category = "ARB_texture_buffer_object", Version = "3.0", EntryPoint = "glTexBufferARB")] public static void TexBuffer(OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.ArbTextureBufferObject internalformat, UInt32 buffer) { @@ -15724,7 +16080,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_shader_objects] /// Specify the value of a uniform variable for the current program object /// /// @@ -15737,7 +16093,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified uniform variable. /// /// - [AutoGenerated(Category = "ArbShaderObjects", Version = "1.2", EntryPoint = "glUniform1fARB")] + [AutoGenerated(Category = "ARB_shader_objects", Version = "1.2", EntryPoint = "glUniform1fARB")] public static void Uniform1(Int32 location, Single v0) { @@ -15752,7 +16108,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_shader_objects] /// Specify the value of a uniform variable for the current program object /// /// @@ -15765,7 +16121,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified uniform variable. /// /// - [AutoGenerated(Category = "ArbShaderObjects", Version = "1.2", EntryPoint = "glUniform1fvARB")] + [AutoGenerated(Category = "ARB_shader_objects", Version = "1.2", EntryPoint = "glUniform1fvARB")] public static void Uniform1(Int32 location, Int32 count, Single[] value) { @@ -15786,7 +16142,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_shader_objects] /// Specify the value of a uniform variable for the current program object /// /// @@ -15799,7 +16155,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified uniform variable. /// /// - [AutoGenerated(Category = "ArbShaderObjects", Version = "1.2", EntryPoint = "glUniform1fvARB")] + [AutoGenerated(Category = "ARB_shader_objects", Version = "1.2", EntryPoint = "glUniform1fvARB")] public static void Uniform1(Int32 location, Int32 count, ref Single value) { @@ -15820,7 +16176,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_shader_objects] /// Specify the value of a uniform variable for the current program object /// /// @@ -15834,7 +16190,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbShaderObjects", Version = "1.2", EntryPoint = "glUniform1fvARB")] + [AutoGenerated(Category = "ARB_shader_objects", Version = "1.2", EntryPoint = "glUniform1fvARB")] public static unsafe void Uniform1(Int32 location, Int32 count, Single* value) { @@ -15849,7 +16205,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_shader_objects] /// Specify the value of a uniform variable for the current program object /// /// @@ -15862,7 +16218,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified uniform variable. /// /// - [AutoGenerated(Category = "ArbShaderObjects", Version = "1.2", EntryPoint = "glUniform1iARB")] + [AutoGenerated(Category = "ARB_shader_objects", Version = "1.2", EntryPoint = "glUniform1iARB")] public static void Uniform1(Int32 location, Int32 v0) { @@ -15877,7 +16233,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_shader_objects] /// Specify the value of a uniform variable for the current program object /// /// @@ -15890,7 +16246,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified uniform variable. /// /// - [AutoGenerated(Category = "ArbShaderObjects", Version = "1.2", EntryPoint = "glUniform1ivARB")] + [AutoGenerated(Category = "ARB_shader_objects", Version = "1.2", EntryPoint = "glUniform1ivARB")] public static void Uniform1(Int32 location, Int32 count, Int32[] value) { @@ -15911,7 +16267,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_shader_objects] /// Specify the value of a uniform variable for the current program object /// /// @@ -15924,7 +16280,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified uniform variable. /// /// - [AutoGenerated(Category = "ArbShaderObjects", Version = "1.2", EntryPoint = "glUniform1ivARB")] + [AutoGenerated(Category = "ARB_shader_objects", Version = "1.2", EntryPoint = "glUniform1ivARB")] public static void Uniform1(Int32 location, Int32 count, ref Int32 value) { @@ -15945,7 +16301,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_shader_objects] /// Specify the value of a uniform variable for the current program object /// /// @@ -15959,7 +16315,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbShaderObjects", Version = "1.2", EntryPoint = "glUniform1ivARB")] + [AutoGenerated(Category = "ARB_shader_objects", Version = "1.2", EntryPoint = "glUniform1ivARB")] public static unsafe void Uniform1(Int32 location, Int32 count, Int32* value) { @@ -15974,7 +16330,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_shader_objects] /// Specify the value of a uniform variable for the current program object /// /// @@ -15987,7 +16343,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified uniform variable. /// /// - [AutoGenerated(Category = "ArbShaderObjects", Version = "1.2", EntryPoint = "glUniform2fARB")] + [AutoGenerated(Category = "ARB_shader_objects", Version = "1.2", EntryPoint = "glUniform2fARB")] public static void Uniform2(Int32 location, Single v0, Single v1) { @@ -16002,7 +16358,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_shader_objects] /// Specify the value of a uniform variable for the current program object /// /// @@ -16015,7 +16371,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified uniform variable. /// /// - [AutoGenerated(Category = "ArbShaderObjects", Version = "1.2", EntryPoint = "glUniform2fvARB")] + [AutoGenerated(Category = "ARB_shader_objects", Version = "1.2", EntryPoint = "glUniform2fvARB")] public static void Uniform2(Int32 location, Int32 count, Single[] value) { @@ -16036,7 +16392,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_shader_objects] /// Specify the value of a uniform variable for the current program object /// /// @@ -16049,7 +16405,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified uniform variable. /// /// - [AutoGenerated(Category = "ArbShaderObjects", Version = "1.2", EntryPoint = "glUniform2fvARB")] + [AutoGenerated(Category = "ARB_shader_objects", Version = "1.2", EntryPoint = "glUniform2fvARB")] public static void Uniform2(Int32 location, Int32 count, ref Single value) { @@ -16070,7 +16426,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_shader_objects] /// Specify the value of a uniform variable for the current program object /// /// @@ -16084,7 +16440,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbShaderObjects", Version = "1.2", EntryPoint = "glUniform2fvARB")] + [AutoGenerated(Category = "ARB_shader_objects", Version = "1.2", EntryPoint = "glUniform2fvARB")] public static unsafe void Uniform2(Int32 location, Int32 count, Single* value) { @@ -16099,7 +16455,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_shader_objects] /// Specify the value of a uniform variable for the current program object /// /// @@ -16112,7 +16468,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified uniform variable. /// /// - [AutoGenerated(Category = "ArbShaderObjects", Version = "1.2", EntryPoint = "glUniform2iARB")] + [AutoGenerated(Category = "ARB_shader_objects", Version = "1.2", EntryPoint = "glUniform2iARB")] public static void Uniform2(Int32 location, Int32 v0, Int32 v1) { @@ -16127,7 +16483,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_shader_objects] /// Specify the value of a uniform variable for the current program object /// /// @@ -16140,7 +16496,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified uniform variable. /// /// - [AutoGenerated(Category = "ArbShaderObjects", Version = "1.2", EntryPoint = "glUniform2ivARB")] + [AutoGenerated(Category = "ARB_shader_objects", Version = "1.2", EntryPoint = "glUniform2ivARB")] public static void Uniform2(Int32 location, Int32 count, Int32[] value) { @@ -16161,7 +16517,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_shader_objects] /// Specify the value of a uniform variable for the current program object /// /// @@ -16175,7 +16531,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbShaderObjects", Version = "1.2", EntryPoint = "glUniform2ivARB")] + [AutoGenerated(Category = "ARB_shader_objects", Version = "1.2", EntryPoint = "glUniform2ivARB")] public static unsafe void Uniform2(Int32 location, Int32 count, Int32* value) { @@ -16190,7 +16546,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_shader_objects] /// Specify the value of a uniform variable for the current program object /// /// @@ -16203,7 +16559,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified uniform variable. /// /// - [AutoGenerated(Category = "ArbShaderObjects", Version = "1.2", EntryPoint = "glUniform3fARB")] + [AutoGenerated(Category = "ARB_shader_objects", Version = "1.2", EntryPoint = "glUniform3fARB")] public static void Uniform3(Int32 location, Single v0, Single v1, Single v2) { @@ -16218,7 +16574,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_shader_objects] /// Specify the value of a uniform variable for the current program object /// /// @@ -16231,7 +16587,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified uniform variable. /// /// - [AutoGenerated(Category = "ArbShaderObjects", Version = "1.2", EntryPoint = "glUniform3fvARB")] + [AutoGenerated(Category = "ARB_shader_objects", Version = "1.2", EntryPoint = "glUniform3fvARB")] public static void Uniform3(Int32 location, Int32 count, Single[] value) { @@ -16252,7 +16608,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_shader_objects] /// Specify the value of a uniform variable for the current program object /// /// @@ -16265,7 +16621,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified uniform variable. /// /// - [AutoGenerated(Category = "ArbShaderObjects", Version = "1.2", EntryPoint = "glUniform3fvARB")] + [AutoGenerated(Category = "ARB_shader_objects", Version = "1.2", EntryPoint = "glUniform3fvARB")] public static void Uniform3(Int32 location, Int32 count, ref Single value) { @@ -16286,7 +16642,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_shader_objects] /// Specify the value of a uniform variable for the current program object /// /// @@ -16300,7 +16656,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbShaderObjects", Version = "1.2", EntryPoint = "glUniform3fvARB")] + [AutoGenerated(Category = "ARB_shader_objects", Version = "1.2", EntryPoint = "glUniform3fvARB")] public static unsafe void Uniform3(Int32 location, Int32 count, Single* value) { @@ -16315,7 +16671,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_shader_objects] /// Specify the value of a uniform variable for the current program object /// /// @@ -16328,7 +16684,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified uniform variable. /// /// - [AutoGenerated(Category = "ArbShaderObjects", Version = "1.2", EntryPoint = "glUniform3iARB")] + [AutoGenerated(Category = "ARB_shader_objects", Version = "1.2", EntryPoint = "glUniform3iARB")] public static void Uniform3(Int32 location, Int32 v0, Int32 v1, Int32 v2) { @@ -16343,7 +16699,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_shader_objects] /// Specify the value of a uniform variable for the current program object /// /// @@ -16356,7 +16712,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified uniform variable. /// /// - [AutoGenerated(Category = "ArbShaderObjects", Version = "1.2", EntryPoint = "glUniform3ivARB")] + [AutoGenerated(Category = "ARB_shader_objects", Version = "1.2", EntryPoint = "glUniform3ivARB")] public static void Uniform3(Int32 location, Int32 count, Int32[] value) { @@ -16377,7 +16733,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_shader_objects] /// Specify the value of a uniform variable for the current program object /// /// @@ -16390,7 +16746,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified uniform variable. /// /// - [AutoGenerated(Category = "ArbShaderObjects", Version = "1.2", EntryPoint = "glUniform3ivARB")] + [AutoGenerated(Category = "ARB_shader_objects", Version = "1.2", EntryPoint = "glUniform3ivARB")] public static void Uniform3(Int32 location, Int32 count, ref Int32 value) { @@ -16411,7 +16767,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_shader_objects] /// Specify the value of a uniform variable for the current program object /// /// @@ -16425,7 +16781,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbShaderObjects", Version = "1.2", EntryPoint = "glUniform3ivARB")] + [AutoGenerated(Category = "ARB_shader_objects", Version = "1.2", EntryPoint = "glUniform3ivARB")] public static unsafe void Uniform3(Int32 location, Int32 count, Int32* value) { @@ -16440,7 +16796,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_shader_objects] /// Specify the value of a uniform variable for the current program object /// /// @@ -16453,7 +16809,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified uniform variable. /// /// - [AutoGenerated(Category = "ArbShaderObjects", Version = "1.2", EntryPoint = "glUniform4fARB")] + [AutoGenerated(Category = "ARB_shader_objects", Version = "1.2", EntryPoint = "glUniform4fARB")] public static void Uniform4(Int32 location, Single v0, Single v1, Single v2, Single v3) { @@ -16468,7 +16824,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_shader_objects] /// Specify the value of a uniform variable for the current program object /// /// @@ -16481,7 +16837,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified uniform variable. /// /// - [AutoGenerated(Category = "ArbShaderObjects", Version = "1.2", EntryPoint = "glUniform4fvARB")] + [AutoGenerated(Category = "ARB_shader_objects", Version = "1.2", EntryPoint = "glUniform4fvARB")] public static void Uniform4(Int32 location, Int32 count, Single[] value) { @@ -16502,7 +16858,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_shader_objects] /// Specify the value of a uniform variable for the current program object /// /// @@ -16515,7 +16871,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified uniform variable. /// /// - [AutoGenerated(Category = "ArbShaderObjects", Version = "1.2", EntryPoint = "glUniform4fvARB")] + [AutoGenerated(Category = "ARB_shader_objects", Version = "1.2", EntryPoint = "glUniform4fvARB")] public static void Uniform4(Int32 location, Int32 count, ref Single value) { @@ -16536,7 +16892,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_shader_objects] /// Specify the value of a uniform variable for the current program object /// /// @@ -16550,7 +16906,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbShaderObjects", Version = "1.2", EntryPoint = "glUniform4fvARB")] + [AutoGenerated(Category = "ARB_shader_objects", Version = "1.2", EntryPoint = "glUniform4fvARB")] public static unsafe void Uniform4(Int32 location, Int32 count, Single* value) { @@ -16565,7 +16921,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_shader_objects] /// Specify the value of a uniform variable for the current program object /// /// @@ -16578,7 +16934,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified uniform variable. /// /// - [AutoGenerated(Category = "ArbShaderObjects", Version = "1.2", EntryPoint = "glUniform4iARB")] + [AutoGenerated(Category = "ARB_shader_objects", Version = "1.2", EntryPoint = "glUniform4iARB")] public static void Uniform4(Int32 location, Int32 v0, Int32 v1, Int32 v2, Int32 v3) { @@ -16593,7 +16949,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_shader_objects] /// Specify the value of a uniform variable for the current program object /// /// @@ -16606,7 +16962,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified uniform variable. /// /// - [AutoGenerated(Category = "ArbShaderObjects", Version = "1.2", EntryPoint = "glUniform4ivARB")] + [AutoGenerated(Category = "ARB_shader_objects", Version = "1.2", EntryPoint = "glUniform4ivARB")] public static void Uniform4(Int32 location, Int32 count, Int32[] value) { @@ -16627,7 +16983,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_shader_objects] /// Specify the value of a uniform variable for the current program object /// /// @@ -16640,7 +16996,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified uniform variable. /// /// - [AutoGenerated(Category = "ArbShaderObjects", Version = "1.2", EntryPoint = "glUniform4ivARB")] + [AutoGenerated(Category = "ARB_shader_objects", Version = "1.2", EntryPoint = "glUniform4ivARB")] public static void Uniform4(Int32 location, Int32 count, ref Int32 value) { @@ -16661,7 +17017,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_shader_objects] /// Specify the value of a uniform variable for the current program object /// /// @@ -16675,7 +17031,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbShaderObjects", Version = "1.2", EntryPoint = "glUniform4ivARB")] + [AutoGenerated(Category = "ARB_shader_objects", Version = "1.2", EntryPoint = "glUniform4ivARB")] public static unsafe void Uniform4(Int32 location, Int32 count, Int32* value) { @@ -16689,7 +17045,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbShaderObjects", Version = "1.2", EntryPoint = "glUniformMatrix2fvARB")] + /// [requires: ARB_shader_objects] + [AutoGenerated(Category = "ARB_shader_objects", Version = "1.2", EntryPoint = "glUniformMatrix2fvARB")] public static void UniformMatrix2(Int32 location, Int32 count, bool transpose, Single[] value) { @@ -16709,7 +17066,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbShaderObjects", Version = "1.2", EntryPoint = "glUniformMatrix2fvARB")] + /// [requires: ARB_shader_objects] + [AutoGenerated(Category = "ARB_shader_objects", Version = "1.2", EntryPoint = "glUniformMatrix2fvARB")] public static void UniformMatrix2(Int32 location, Int32 count, bool transpose, ref Single value) { @@ -16729,8 +17087,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ARB_shader_objects] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbShaderObjects", Version = "1.2", EntryPoint = "glUniformMatrix2fvARB")] + [AutoGenerated(Category = "ARB_shader_objects", Version = "1.2", EntryPoint = "glUniformMatrix2fvARB")] public static unsafe void UniformMatrix2(Int32 location, Int32 count, bool transpose, Single* value) { @@ -16744,7 +17103,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbShaderObjects", Version = "1.2", EntryPoint = "glUniformMatrix3fvARB")] + /// [requires: ARB_shader_objects] + [AutoGenerated(Category = "ARB_shader_objects", Version = "1.2", EntryPoint = "glUniformMatrix3fvARB")] public static void UniformMatrix3(Int32 location, Int32 count, bool transpose, Single[] value) { @@ -16764,7 +17124,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbShaderObjects", Version = "1.2", EntryPoint = "glUniformMatrix3fvARB")] + /// [requires: ARB_shader_objects] + [AutoGenerated(Category = "ARB_shader_objects", Version = "1.2", EntryPoint = "glUniformMatrix3fvARB")] public static void UniformMatrix3(Int32 location, Int32 count, bool transpose, ref Single value) { @@ -16784,8 +17145,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ARB_shader_objects] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbShaderObjects", Version = "1.2", EntryPoint = "glUniformMatrix3fvARB")] + [AutoGenerated(Category = "ARB_shader_objects", Version = "1.2", EntryPoint = "glUniformMatrix3fvARB")] public static unsafe void UniformMatrix3(Int32 location, Int32 count, bool transpose, Single* value) { @@ -16799,7 +17161,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbShaderObjects", Version = "1.2", EntryPoint = "glUniformMatrix4fvARB")] + /// [requires: ARB_shader_objects] + [AutoGenerated(Category = "ARB_shader_objects", Version = "1.2", EntryPoint = "glUniformMatrix4fvARB")] public static void UniformMatrix4(Int32 location, Int32 count, bool transpose, Single[] value) { @@ -16819,7 +17182,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbShaderObjects", Version = "1.2", EntryPoint = "glUniformMatrix4fvARB")] + /// [requires: ARB_shader_objects] + [AutoGenerated(Category = "ARB_shader_objects", Version = "1.2", EntryPoint = "glUniformMatrix4fvARB")] public static void UniformMatrix4(Int32 location, Int32 count, bool transpose, ref Single value) { @@ -16839,8 +17203,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ARB_shader_objects] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbShaderObjects", Version = "1.2", EntryPoint = "glUniformMatrix4fvARB")] + [AutoGenerated(Category = "ARB_shader_objects", Version = "1.2", EntryPoint = "glUniformMatrix4fvARB")] public static unsafe void UniformMatrix4(Int32 location, Int32 count, bool transpose, Single* value) { @@ -16854,7 +17219,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbVertexBufferObject", Version = "1.2", EntryPoint = "glUnmapBufferARB")] + /// [requires: ARB_vertex_buffer_object] + [AutoGenerated(Category = "ARB_vertex_buffer_object", Version = "1.2", EntryPoint = "glUnmapBufferARB")] public static bool UnmapBuffer(OpenTK.Graphics.OpenGL.BufferTargetArb target) { @@ -16868,7 +17234,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbShaderObjects", Version = "1.2", EntryPoint = "glUseProgramObjectARB")] + /// [requires: ARB_shader_objects] + [AutoGenerated(Category = "ARB_shader_objects", Version = "1.2", EntryPoint = "glUseProgramObjectARB")] public static void UseProgramObject(Int32 programObj) { @@ -16882,8 +17249,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ARB_shader_objects] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbShaderObjects", Version = "1.2", EntryPoint = "glUseProgramObjectARB")] + [AutoGenerated(Category = "ARB_shader_objects", Version = "1.2", EntryPoint = "glUseProgramObjectARB")] public static void UseProgramObject(UInt32 programObj) { @@ -16898,7 +17266,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_shader_objects] /// Validates a program object /// /// @@ -16906,7 +17274,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the handle of the program object to be validated. /// /// - [AutoGenerated(Category = "ArbShaderObjects", Version = "1.2", EntryPoint = "glValidateProgramARB")] + [AutoGenerated(Category = "ARB_shader_objects", Version = "1.2", EntryPoint = "glValidateProgramARB")] public static void ValidateProgram(Int32 programObj) { @@ -16921,7 +17289,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_shader_objects] /// Validates a program object /// /// @@ -16930,7 +17298,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbShaderObjects", Version = "1.2", EntryPoint = "glValidateProgramARB")] + [AutoGenerated(Category = "ARB_shader_objects", Version = "1.2", EntryPoint = "glValidateProgramARB")] public static void ValidateProgram(UInt32 programObj) { @@ -16945,7 +17313,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -16958,7 +17326,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified vertex attribute. /// /// - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib1dARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib1dARB")] public static void VertexAttrib1(Int32 index, Double x) { @@ -16973,7 +17341,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -16987,7 +17355,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib1dARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib1dARB")] public static void VertexAttrib1(UInt32 index, Double x) { @@ -17002,7 +17370,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -17016,7 +17384,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib1dvARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib1dvARB")] public static unsafe void VertexAttrib1(Int32 index, Double* v) { @@ -17031,7 +17399,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -17045,7 +17413,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib1dvARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib1dvARB")] public static unsafe void VertexAttrib1(UInt32 index, Double* v) { @@ -17060,7 +17428,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -17073,7 +17441,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified vertex attribute. /// /// - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib1fARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib1fARB")] public static void VertexAttrib1(Int32 index, Single x) { @@ -17088,7 +17456,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -17102,7 +17470,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib1fARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib1fARB")] public static void VertexAttrib1(UInt32 index, Single x) { @@ -17117,7 +17485,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -17131,7 +17499,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib1fvARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib1fvARB")] public static unsafe void VertexAttrib1(Int32 index, Single* v) { @@ -17146,7 +17514,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -17160,7 +17528,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib1fvARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib1fvARB")] public static unsafe void VertexAttrib1(UInt32 index, Single* v) { @@ -17175,7 +17543,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -17188,7 +17556,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified vertex attribute. /// /// - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib1sARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib1sARB")] public static void VertexAttrib1(Int32 index, Int16 x) { @@ -17203,7 +17571,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -17217,7 +17585,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib1sARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib1sARB")] public static void VertexAttrib1(UInt32 index, Int16 x) { @@ -17232,7 +17600,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -17246,7 +17614,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib1svARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib1svARB")] public static unsafe void VertexAttrib1(Int32 index, Int16* v) { @@ -17261,7 +17629,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -17275,7 +17643,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib1svARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib1svARB")] public static unsafe void VertexAttrib1(UInt32 index, Int16* v) { @@ -17290,7 +17658,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -17303,7 +17671,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified vertex attribute. /// /// - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib2dARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib2dARB")] public static void VertexAttrib2(Int32 index, Double x, Double y) { @@ -17318,7 +17686,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -17332,7 +17700,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib2dARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib2dARB")] public static void VertexAttrib2(UInt32 index, Double x, Double y) { @@ -17347,7 +17715,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -17360,7 +17728,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified vertex attribute. /// /// - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib2dvARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib2dvARB")] public static void VertexAttrib2(Int32 index, Double[] v) { @@ -17381,7 +17749,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -17394,7 +17762,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified vertex attribute. /// /// - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib2dvARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib2dvARB")] public static void VertexAttrib2(Int32 index, ref Double v) { @@ -17415,7 +17783,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -17429,7 +17797,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib2dvARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib2dvARB")] public static unsafe void VertexAttrib2(Int32 index, Double* v) { @@ -17444,7 +17812,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -17458,7 +17826,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib2dvARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib2dvARB")] public static void VertexAttrib2(UInt32 index, Double[] v) { @@ -17479,7 +17847,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -17493,7 +17861,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib2dvARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib2dvARB")] public static void VertexAttrib2(UInt32 index, ref Double v) { @@ -17514,7 +17882,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -17528,7 +17896,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib2dvARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib2dvARB")] public static unsafe void VertexAttrib2(UInt32 index, Double* v) { @@ -17543,7 +17911,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -17556,7 +17924,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified vertex attribute. /// /// - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib2fARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib2fARB")] public static void VertexAttrib2(Int32 index, Single x, Single y) { @@ -17571,7 +17939,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -17585,7 +17953,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib2fARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib2fARB")] public static void VertexAttrib2(UInt32 index, Single x, Single y) { @@ -17600,7 +17968,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -17613,7 +17981,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified vertex attribute. /// /// - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib2fvARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib2fvARB")] public static void VertexAttrib2(Int32 index, Single[] v) { @@ -17634,7 +18002,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -17647,7 +18015,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified vertex attribute. /// /// - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib2fvARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib2fvARB")] public static void VertexAttrib2(Int32 index, ref Single v) { @@ -17668,7 +18036,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -17682,7 +18050,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib2fvARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib2fvARB")] public static unsafe void VertexAttrib2(Int32 index, Single* v) { @@ -17697,7 +18065,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -17711,7 +18079,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib2fvARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib2fvARB")] public static void VertexAttrib2(UInt32 index, Single[] v) { @@ -17732,7 +18100,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -17746,7 +18114,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib2fvARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib2fvARB")] public static void VertexAttrib2(UInt32 index, ref Single v) { @@ -17767,7 +18135,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -17781,7 +18149,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib2fvARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib2fvARB")] public static unsafe void VertexAttrib2(UInt32 index, Single* v) { @@ -17796,7 +18164,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -17809,7 +18177,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified vertex attribute. /// /// - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib2sARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib2sARB")] public static void VertexAttrib2(Int32 index, Int16 x, Int16 y) { @@ -17824,7 +18192,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -17838,7 +18206,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib2sARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib2sARB")] public static void VertexAttrib2(UInt32 index, Int16 x, Int16 y) { @@ -17853,7 +18221,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -17866,7 +18234,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified vertex attribute. /// /// - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib2svARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib2svARB")] public static void VertexAttrib2(Int32 index, Int16[] v) { @@ -17887,7 +18255,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -17900,7 +18268,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified vertex attribute. /// /// - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib2svARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib2svARB")] public static void VertexAttrib2(Int32 index, ref Int16 v) { @@ -17921,7 +18289,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -17935,7 +18303,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib2svARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib2svARB")] public static unsafe void VertexAttrib2(Int32 index, Int16* v) { @@ -17950,7 +18318,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -17964,7 +18332,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib2svARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib2svARB")] public static void VertexAttrib2(UInt32 index, Int16[] v) { @@ -17985,7 +18353,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -17999,7 +18367,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib2svARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib2svARB")] public static void VertexAttrib2(UInt32 index, ref Int16 v) { @@ -18020,7 +18388,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -18034,7 +18402,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib2svARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib2svARB")] public static unsafe void VertexAttrib2(UInt32 index, Int16* v) { @@ -18049,7 +18417,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -18062,7 +18430,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified vertex attribute. /// /// - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib3dARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib3dARB")] public static void VertexAttrib3(Int32 index, Double x, Double y, Double z) { @@ -18077,7 +18445,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -18091,7 +18459,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib3dARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib3dARB")] public static void VertexAttrib3(UInt32 index, Double x, Double y, Double z) { @@ -18106,7 +18474,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -18119,7 +18487,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified vertex attribute. /// /// - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib3dvARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib3dvARB")] public static void VertexAttrib3(Int32 index, Double[] v) { @@ -18140,7 +18508,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -18153,7 +18521,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified vertex attribute. /// /// - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib3dvARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib3dvARB")] public static void VertexAttrib3(Int32 index, ref Double v) { @@ -18174,7 +18542,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -18188,7 +18556,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib3dvARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib3dvARB")] public static unsafe void VertexAttrib3(Int32 index, Double* v) { @@ -18203,7 +18571,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -18217,7 +18585,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib3dvARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib3dvARB")] public static void VertexAttrib3(UInt32 index, Double[] v) { @@ -18238,7 +18606,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -18252,7 +18620,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib3dvARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib3dvARB")] public static void VertexAttrib3(UInt32 index, ref Double v) { @@ -18273,7 +18641,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -18287,7 +18655,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib3dvARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib3dvARB")] public static unsafe void VertexAttrib3(UInt32 index, Double* v) { @@ -18302,7 +18670,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -18315,7 +18683,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified vertex attribute. /// /// - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib3fARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib3fARB")] public static void VertexAttrib3(Int32 index, Single x, Single y, Single z) { @@ -18330,7 +18698,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -18344,7 +18712,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib3fARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib3fARB")] public static void VertexAttrib3(UInt32 index, Single x, Single y, Single z) { @@ -18359,7 +18727,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -18372,7 +18740,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified vertex attribute. /// /// - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib3fvARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib3fvARB")] public static void VertexAttrib3(Int32 index, Single[] v) { @@ -18393,7 +18761,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -18406,7 +18774,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified vertex attribute. /// /// - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib3fvARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib3fvARB")] public static void VertexAttrib3(Int32 index, ref Single v) { @@ -18427,7 +18795,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -18441,7 +18809,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib3fvARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib3fvARB")] public static unsafe void VertexAttrib3(Int32 index, Single* v) { @@ -18456,7 +18824,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -18470,7 +18838,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib3fvARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib3fvARB")] public static void VertexAttrib3(UInt32 index, Single[] v) { @@ -18491,7 +18859,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -18505,7 +18873,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib3fvARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib3fvARB")] public static void VertexAttrib3(UInt32 index, ref Single v) { @@ -18526,7 +18894,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -18540,7 +18908,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib3fvARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib3fvARB")] public static unsafe void VertexAttrib3(UInt32 index, Single* v) { @@ -18555,7 +18923,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -18568,7 +18936,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified vertex attribute. /// /// - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib3sARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib3sARB")] public static void VertexAttrib3(Int32 index, Int16 x, Int16 y, Int16 z) { @@ -18583,7 +18951,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -18597,7 +18965,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib3sARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib3sARB")] public static void VertexAttrib3(UInt32 index, Int16 x, Int16 y, Int16 z) { @@ -18612,7 +18980,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -18625,7 +18993,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified vertex attribute. /// /// - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib3svARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib3svARB")] public static void VertexAttrib3(Int32 index, Int16[] v) { @@ -18646,7 +19014,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -18659,7 +19027,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified vertex attribute. /// /// - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib3svARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib3svARB")] public static void VertexAttrib3(Int32 index, ref Int16 v) { @@ -18680,7 +19048,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -18694,7 +19062,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib3svARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib3svARB")] public static unsafe void VertexAttrib3(Int32 index, Int16* v) { @@ -18709,7 +19077,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -18723,7 +19091,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib3svARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib3svARB")] public static void VertexAttrib3(UInt32 index, Int16[] v) { @@ -18744,7 +19112,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -18758,7 +19126,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib3svARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib3svARB")] public static void VertexAttrib3(UInt32 index, ref Int16 v) { @@ -18779,7 +19147,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -18793,7 +19161,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib3svARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib3svARB")] public static unsafe void VertexAttrib3(UInt32 index, Int16* v) { @@ -18808,7 +19176,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -18822,7 +19190,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib4bvARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib4bvARB")] public static void VertexAttrib4(UInt32 index, SByte[] v) { @@ -18843,7 +19211,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -18857,7 +19225,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib4bvARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib4bvARB")] public static void VertexAttrib4(UInt32 index, ref SByte v) { @@ -18878,7 +19246,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -18892,7 +19260,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib4bvARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib4bvARB")] public static unsafe void VertexAttrib4(UInt32 index, SByte* v) { @@ -18907,7 +19275,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -18920,7 +19288,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified vertex attribute. /// /// - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib4dARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib4dARB")] public static void VertexAttrib4(Int32 index, Double x, Double y, Double z, Double w) { @@ -18935,7 +19303,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -18949,7 +19317,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib4dARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib4dARB")] public static void VertexAttrib4(UInt32 index, Double x, Double y, Double z, Double w) { @@ -18964,7 +19332,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -18977,7 +19345,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified vertex attribute. /// /// - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib4dvARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib4dvARB")] public static void VertexAttrib4(Int32 index, Double[] v) { @@ -18998,7 +19366,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -19011,7 +19379,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified vertex attribute. /// /// - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib4dvARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib4dvARB")] public static void VertexAttrib4(Int32 index, ref Double v) { @@ -19032,7 +19400,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -19046,7 +19414,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib4dvARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib4dvARB")] public static unsafe void VertexAttrib4(Int32 index, Double* v) { @@ -19061,7 +19429,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -19075,7 +19443,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib4dvARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib4dvARB")] public static void VertexAttrib4(UInt32 index, Double[] v) { @@ -19096,7 +19464,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -19110,7 +19478,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib4dvARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib4dvARB")] public static void VertexAttrib4(UInt32 index, ref Double v) { @@ -19131,7 +19499,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -19145,7 +19513,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib4dvARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib4dvARB")] public static unsafe void VertexAttrib4(UInt32 index, Double* v) { @@ -19160,7 +19528,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -19173,7 +19541,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified vertex attribute. /// /// - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib4fARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib4fARB")] public static void VertexAttrib4(Int32 index, Single x, Single y, Single z, Single w) { @@ -19188,7 +19556,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -19202,7 +19570,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib4fARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib4fARB")] public static void VertexAttrib4(UInt32 index, Single x, Single y, Single z, Single w) { @@ -19217,7 +19585,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -19230,7 +19598,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified vertex attribute. /// /// - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib4fvARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib4fvARB")] public static void VertexAttrib4(Int32 index, Single[] v) { @@ -19251,7 +19619,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -19264,7 +19632,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified vertex attribute. /// /// - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib4fvARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib4fvARB")] public static void VertexAttrib4(Int32 index, ref Single v) { @@ -19285,7 +19653,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -19299,7 +19667,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib4fvARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib4fvARB")] public static unsafe void VertexAttrib4(Int32 index, Single* v) { @@ -19314,7 +19682,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -19328,7 +19696,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib4fvARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib4fvARB")] public static void VertexAttrib4(UInt32 index, Single[] v) { @@ -19349,7 +19717,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -19363,7 +19731,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib4fvARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib4fvARB")] public static void VertexAttrib4(UInt32 index, ref Single v) { @@ -19384,7 +19752,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -19398,7 +19766,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib4fvARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib4fvARB")] public static unsafe void VertexAttrib4(UInt32 index, Single* v) { @@ -19413,7 +19781,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -19426,7 +19794,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified vertex attribute. /// /// - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib4ivARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib4ivARB")] public static void VertexAttrib4(Int32 index, Int32[] v) { @@ -19447,7 +19815,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -19460,7 +19828,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified vertex attribute. /// /// - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib4ivARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib4ivARB")] public static void VertexAttrib4(Int32 index, ref Int32 v) { @@ -19481,7 +19849,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -19495,7 +19863,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib4ivARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib4ivARB")] public static unsafe void VertexAttrib4(Int32 index, Int32* v) { @@ -19510,7 +19878,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -19524,7 +19892,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib4ivARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib4ivARB")] public static void VertexAttrib4(UInt32 index, Int32[] v) { @@ -19545,7 +19913,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -19559,7 +19927,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib4ivARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib4ivARB")] public static void VertexAttrib4(UInt32 index, ref Int32 v) { @@ -19580,7 +19948,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -19594,7 +19962,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib4ivARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib4ivARB")] public static unsafe void VertexAttrib4(UInt32 index, Int32* v) { @@ -19608,8 +19976,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ARB_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib4NbvARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib4NbvARB")] public static void VertexAttrib4N(UInt32 index, SByte[] v) { @@ -19629,8 +19998,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ARB_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib4NbvARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib4NbvARB")] public static void VertexAttrib4N(UInt32 index, ref SByte v) { @@ -19650,8 +20020,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ARB_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib4NbvARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib4NbvARB")] public static unsafe void VertexAttrib4N(UInt32 index, SByte* v) { @@ -19665,7 +20036,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib4NivARB")] + /// [requires: ARB_vertex_program] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib4NivARB")] public static void VertexAttrib4N(Int32 index, Int32[] v) { @@ -19685,7 +20057,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib4NivARB")] + /// [requires: ARB_vertex_program] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib4NivARB")] public static void VertexAttrib4N(Int32 index, ref Int32 v) { @@ -19705,8 +20078,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ARB_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib4NivARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib4NivARB")] public static unsafe void VertexAttrib4N(Int32 index, Int32* v) { @@ -19720,8 +20094,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ARB_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib4NivARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib4NivARB")] public static void VertexAttrib4N(UInt32 index, Int32[] v) { @@ -19741,8 +20116,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ARB_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib4NivARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib4NivARB")] public static void VertexAttrib4N(UInt32 index, ref Int32 v) { @@ -19762,8 +20138,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ARB_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib4NivARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib4NivARB")] public static unsafe void VertexAttrib4N(UInt32 index, Int32* v) { @@ -19777,7 +20154,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib4NsvARB")] + /// [requires: ARB_vertex_program] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib4NsvARB")] public static void VertexAttrib4N(Int32 index, Int16[] v) { @@ -19797,7 +20175,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib4NsvARB")] + /// [requires: ARB_vertex_program] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib4NsvARB")] public static void VertexAttrib4N(Int32 index, ref Int16 v) { @@ -19817,8 +20196,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ARB_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib4NsvARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib4NsvARB")] public static unsafe void VertexAttrib4N(Int32 index, Int16* v) { @@ -19832,8 +20212,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ARB_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib4NsvARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib4NsvARB")] public static void VertexAttrib4N(UInt32 index, Int16[] v) { @@ -19853,8 +20234,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ARB_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib4NsvARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib4NsvARB")] public static void VertexAttrib4N(UInt32 index, ref Int16 v) { @@ -19874,8 +20256,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ARB_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib4NsvARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib4NsvARB")] public static unsafe void VertexAttrib4N(UInt32 index, Int16* v) { @@ -19889,7 +20272,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib4NubARB")] + /// [requires: ARB_vertex_program] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib4NubARB")] public static void VertexAttrib4N(Int32 index, Byte x, Byte y, Byte z, Byte w) { @@ -19903,8 +20287,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ARB_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib4NubARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib4NubARB")] public static void VertexAttrib4N(UInt32 index, Byte x, Byte y, Byte z, Byte w) { @@ -19918,7 +20303,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib4NubvARB")] + /// [requires: ARB_vertex_program] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib4NubvARB")] public static void VertexAttrib4N(Int32 index, Byte[] v) { @@ -19938,7 +20324,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib4NubvARB")] + /// [requires: ARB_vertex_program] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib4NubvARB")] public static void VertexAttrib4N(Int32 index, ref Byte v) { @@ -19958,8 +20345,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ARB_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib4NubvARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib4NubvARB")] public static unsafe void VertexAttrib4N(Int32 index, Byte* v) { @@ -19973,8 +20361,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ARB_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib4NubvARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib4NubvARB")] public static void VertexAttrib4N(UInt32 index, Byte[] v) { @@ -19994,8 +20383,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ARB_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib4NubvARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib4NubvARB")] public static void VertexAttrib4N(UInt32 index, ref Byte v) { @@ -20015,8 +20405,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ARB_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib4NubvARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib4NubvARB")] public static unsafe void VertexAttrib4N(UInt32 index, Byte* v) { @@ -20030,8 +20421,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ARB_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib4NuivARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib4NuivARB")] public static void VertexAttrib4N(UInt32 index, UInt32[] v) { @@ -20051,8 +20443,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ARB_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib4NuivARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib4NuivARB")] public static void VertexAttrib4N(UInt32 index, ref UInt32 v) { @@ -20072,8 +20465,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ARB_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib4NuivARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib4NuivARB")] public static unsafe void VertexAttrib4N(UInt32 index, UInt32* v) { @@ -20087,8 +20481,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ARB_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib4NusvARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib4NusvARB")] public static void VertexAttrib4N(UInt32 index, UInt16[] v) { @@ -20108,8 +20503,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ARB_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib4NusvARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib4NusvARB")] public static void VertexAttrib4N(UInt32 index, ref UInt16 v) { @@ -20129,8 +20525,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ARB_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib4NusvARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib4NusvARB")] public static unsafe void VertexAttrib4N(UInt32 index, UInt16* v) { @@ -20145,7 +20542,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -20158,7 +20555,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified vertex attribute. /// /// - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib4sARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib4sARB")] public static void VertexAttrib4(Int32 index, Int16 x, Int16 y, Int16 z, Int16 w) { @@ -20173,7 +20570,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -20187,7 +20584,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib4sARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib4sARB")] public static void VertexAttrib4(UInt32 index, Int16 x, Int16 y, Int16 z, Int16 w) { @@ -20202,7 +20599,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -20215,7 +20612,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified vertex attribute. /// /// - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib4svARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib4svARB")] public static void VertexAttrib4(Int32 index, Int16[] v) { @@ -20236,7 +20633,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -20249,7 +20646,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified vertex attribute. /// /// - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib4svARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib4svARB")] public static void VertexAttrib4(Int32 index, ref Int16 v) { @@ -20270,7 +20667,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -20284,7 +20681,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib4svARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib4svARB")] public static unsafe void VertexAttrib4(Int32 index, Int16* v) { @@ -20299,7 +20696,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -20313,7 +20710,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib4svARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib4svARB")] public static void VertexAttrib4(UInt32 index, Int16[] v) { @@ -20334,7 +20731,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -20348,7 +20745,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib4svARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib4svARB")] public static void VertexAttrib4(UInt32 index, ref Int16 v) { @@ -20369,7 +20766,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -20383,7 +20780,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib4svARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib4svARB")] public static unsafe void VertexAttrib4(UInt32 index, Int16* v) { @@ -20398,7 +20795,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -20411,7 +20808,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified vertex attribute. /// /// - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib4ubvARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib4ubvARB")] public static void VertexAttrib4(Int32 index, Byte[] v) { @@ -20432,7 +20829,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -20445,7 +20842,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified vertex attribute. /// /// - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib4ubvARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib4ubvARB")] public static void VertexAttrib4(Int32 index, ref Byte v) { @@ -20466,7 +20863,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -20480,7 +20877,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib4ubvARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib4ubvARB")] public static unsafe void VertexAttrib4(Int32 index, Byte* v) { @@ -20495,7 +20892,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -20509,7 +20906,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib4ubvARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib4ubvARB")] public static void VertexAttrib4(UInt32 index, Byte[] v) { @@ -20530,7 +20927,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -20544,7 +20941,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib4ubvARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib4ubvARB")] public static void VertexAttrib4(UInt32 index, ref Byte v) { @@ -20565,7 +20962,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -20579,7 +20976,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib4ubvARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib4ubvARB")] public static unsafe void VertexAttrib4(UInt32 index, Byte* v) { @@ -20594,7 +20991,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -20608,7 +21005,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib4uivARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib4uivARB")] public static void VertexAttrib4(UInt32 index, UInt32[] v) { @@ -20629,7 +21026,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -20643,7 +21040,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib4uivARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib4uivARB")] public static void VertexAttrib4(UInt32 index, ref UInt32 v) { @@ -20664,7 +21061,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -20678,7 +21075,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib4uivARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib4uivARB")] public static unsafe void VertexAttrib4(UInt32 index, UInt32* v) { @@ -20693,7 +21090,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -20707,7 +21104,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib4usvARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib4usvARB")] public static void VertexAttrib4(UInt32 index, UInt16[] v) { @@ -20728,7 +21125,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -20742,7 +21139,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib4usvARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib4usvARB")] public static void VertexAttrib4(UInt32 index, ref UInt16 v) { @@ -20763,7 +21160,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -20777,7 +21174,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttrib4usvARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttrib4usvARB")] public static unsafe void VertexAttrib4(UInt32 index, UInt16* v) { @@ -20791,7 +21188,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbInstancedArrays", Version = "2.0", EntryPoint = "glVertexAttribDivisorARB")] + /// [requires: ARB_instanced_arrays] + [AutoGenerated(Category = "ARB_instanced_arrays", Version = "2.0", EntryPoint = "glVertexAttribDivisorARB")] public static void VertexAttribDivisor(Int32 index, Int32 divisor) { @@ -20805,8 +21203,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ARB_instanced_arrays] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbInstancedArrays", Version = "2.0", EntryPoint = "glVertexAttribDivisorARB")] + [AutoGenerated(Category = "ARB_instanced_arrays", Version = "2.0", EntryPoint = "glVertexAttribDivisorARB")] public static void VertexAttribDivisor(UInt32 index, UInt32 divisor) { @@ -20821,7 +21220,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Define an array of generic vertex attribute data /// /// @@ -20854,7 +21253,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the first component of the first generic vertex attribute in the array. The initial value is 0. /// /// - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttribPointerARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttribPointerARB")] public static void VertexAttribPointer(Int32 index, Int32 size, OpenTK.Graphics.OpenGL.VertexAttribPointerTypeArb type, bool normalized, Int32 stride, IntPtr pointer) { @@ -20869,7 +21268,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Define an array of generic vertex attribute data /// /// @@ -20902,7 +21301,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the first component of the first generic vertex attribute in the array. The initial value is 0. /// /// - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttribPointerARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttribPointerARB")] public static void VertexAttribPointer(Int32 index, Int32 size, OpenTK.Graphics.OpenGL.VertexAttribPointerTypeArb type, bool normalized, Int32 stride, [InAttribute, OutAttribute] T5[] pointer) where T5 : struct @@ -20926,7 +21325,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Define an array of generic vertex attribute data /// /// @@ -20959,7 +21358,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the first component of the first generic vertex attribute in the array. The initial value is 0. /// /// - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttribPointerARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttribPointerARB")] public static void VertexAttribPointer(Int32 index, Int32 size, OpenTK.Graphics.OpenGL.VertexAttribPointerTypeArb type, bool normalized, Int32 stride, [InAttribute, OutAttribute] T5[,] pointer) where T5 : struct @@ -20983,7 +21382,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Define an array of generic vertex attribute data /// /// @@ -21016,7 +21415,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the first component of the first generic vertex attribute in the array. The initial value is 0. /// /// - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttribPointerARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttribPointerARB")] public static void VertexAttribPointer(Int32 index, Int32 size, OpenTK.Graphics.OpenGL.VertexAttribPointerTypeArb type, bool normalized, Int32 stride, [InAttribute, OutAttribute] T5[,,] pointer) where T5 : struct @@ -21040,7 +21439,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Define an array of generic vertex attribute data /// /// @@ -21073,7 +21472,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the first component of the first generic vertex attribute in the array. The initial value is 0. /// /// - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttribPointerARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttribPointerARB")] public static void VertexAttribPointer(Int32 index, Int32 size, OpenTK.Graphics.OpenGL.VertexAttribPointerTypeArb type, bool normalized, Int32 stride, [InAttribute, OutAttribute] ref T5 pointer) where T5 : struct @@ -21098,7 +21497,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Define an array of generic vertex attribute data /// /// @@ -21132,7 +21531,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttribPointerARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttribPointerARB")] public static void VertexAttribPointer(UInt32 index, Int32 size, OpenTK.Graphics.OpenGL.VertexAttribPointerTypeArb type, bool normalized, Int32 stride, IntPtr pointer) { @@ -21147,7 +21546,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Define an array of generic vertex attribute data /// /// @@ -21181,7 +21580,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttribPointerARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttribPointerARB")] public static void VertexAttribPointer(UInt32 index, Int32 size, OpenTK.Graphics.OpenGL.VertexAttribPointerTypeArb type, bool normalized, Int32 stride, [InAttribute, OutAttribute] T5[] pointer) where T5 : struct @@ -21205,7 +21604,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Define an array of generic vertex attribute data /// /// @@ -21239,7 +21638,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttribPointerARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttribPointerARB")] public static void VertexAttribPointer(UInt32 index, Int32 size, OpenTK.Graphics.OpenGL.VertexAttribPointerTypeArb type, bool normalized, Int32 stride, [InAttribute, OutAttribute] T5[,] pointer) where T5 : struct @@ -21263,7 +21662,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Define an array of generic vertex attribute data /// /// @@ -21297,7 +21696,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttribPointerARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttribPointerARB")] public static void VertexAttribPointer(UInt32 index, Int32 size, OpenTK.Graphics.OpenGL.VertexAttribPointerTypeArb type, bool normalized, Int32 stride, [InAttribute, OutAttribute] T5[,,] pointer) where T5 : struct @@ -21321,7 +21720,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_vertex_program] /// Define an array of generic vertex attribute data /// /// @@ -21355,7 +21754,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexProgram", Version = "1.3", EntryPoint = "glVertexAttribPointerARB")] + [AutoGenerated(Category = "ARB_vertex_program", Version = "1.3", EntryPoint = "glVertexAttribPointerARB")] public static void VertexAttribPointer(UInt32 index, Int32 size, OpenTK.Graphics.OpenGL.VertexAttribPointerTypeArb type, bool normalized, Int32 stride, [InAttribute, OutAttribute] ref T5 pointer) where T5 : struct @@ -21379,7 +21778,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbVertexBlend", Version = "1.1", EntryPoint = "glVertexBlendARB")] + /// [requires: ARB_vertex_blend] + [AutoGenerated(Category = "ARB_vertex_blend", Version = "1.1", EntryPoint = "glVertexBlendARB")] public static void VertexBlend(Int32 count) { @@ -21393,8 +21793,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ARB_vertex_blend] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexBlend", Version = "1.1", EntryPoint = "glWeightbvARB")] + [AutoGenerated(Category = "ARB_vertex_blend", Version = "1.1", EntryPoint = "glWeightbvARB")] public static void Weight(Int32 size, SByte[] weights) { @@ -21414,8 +21815,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ARB_vertex_blend] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexBlend", Version = "1.1", EntryPoint = "glWeightbvARB")] + [AutoGenerated(Category = "ARB_vertex_blend", Version = "1.1", EntryPoint = "glWeightbvARB")] public static void Weight(Int32 size, ref SByte weights) { @@ -21435,8 +21837,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ARB_vertex_blend] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexBlend", Version = "1.1", EntryPoint = "glWeightbvARB")] + [AutoGenerated(Category = "ARB_vertex_blend", Version = "1.1", EntryPoint = "glWeightbvARB")] public static unsafe void Weight(Int32 size, SByte* weights) { @@ -21450,7 +21853,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbVertexBlend", Version = "1.1", EntryPoint = "glWeightdvARB")] + /// [requires: ARB_vertex_blend] + [AutoGenerated(Category = "ARB_vertex_blend", Version = "1.1", EntryPoint = "glWeightdvARB")] public static void Weight(Int32 size, Double[] weights) { @@ -21470,7 +21874,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbVertexBlend", Version = "1.1", EntryPoint = "glWeightdvARB")] + /// [requires: ARB_vertex_blend] + [AutoGenerated(Category = "ARB_vertex_blend", Version = "1.1", EntryPoint = "glWeightdvARB")] public static void Weight(Int32 size, ref Double weights) { @@ -21490,8 +21895,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ARB_vertex_blend] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexBlend", Version = "1.1", EntryPoint = "glWeightdvARB")] + [AutoGenerated(Category = "ARB_vertex_blend", Version = "1.1", EntryPoint = "glWeightdvARB")] public static unsafe void Weight(Int32 size, Double* weights) { @@ -21505,7 +21911,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbVertexBlend", Version = "1.1", EntryPoint = "glWeightfvARB")] + /// [requires: ARB_vertex_blend] + [AutoGenerated(Category = "ARB_vertex_blend", Version = "1.1", EntryPoint = "glWeightfvARB")] public static void Weight(Int32 size, Single[] weights) { @@ -21525,7 +21932,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbVertexBlend", Version = "1.1", EntryPoint = "glWeightfvARB")] + /// [requires: ARB_vertex_blend] + [AutoGenerated(Category = "ARB_vertex_blend", Version = "1.1", EntryPoint = "glWeightfvARB")] public static void Weight(Int32 size, ref Single weights) { @@ -21545,8 +21953,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ARB_vertex_blend] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexBlend", Version = "1.1", EntryPoint = "glWeightfvARB")] + [AutoGenerated(Category = "ARB_vertex_blend", Version = "1.1", EntryPoint = "glWeightfvARB")] public static unsafe void Weight(Int32 size, Single* weights) { @@ -21560,7 +21969,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbVertexBlend", Version = "1.1", EntryPoint = "glWeightivARB")] + /// [requires: ARB_vertex_blend] + [AutoGenerated(Category = "ARB_vertex_blend", Version = "1.1", EntryPoint = "glWeightivARB")] public static void Weight(Int32 size, Int32[] weights) { @@ -21580,7 +21990,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbVertexBlend", Version = "1.1", EntryPoint = "glWeightivARB")] + /// [requires: ARB_vertex_blend] + [AutoGenerated(Category = "ARB_vertex_blend", Version = "1.1", EntryPoint = "glWeightivARB")] public static void Weight(Int32 size, ref Int32 weights) { @@ -21600,8 +22011,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ARB_vertex_blend] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexBlend", Version = "1.1", EntryPoint = "glWeightivARB")] + [AutoGenerated(Category = "ARB_vertex_blend", Version = "1.1", EntryPoint = "glWeightivARB")] public static unsafe void Weight(Int32 size, Int32* weights) { @@ -21615,7 +22027,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbVertexBlend", Version = "1.1", EntryPoint = "glWeightPointerARB")] + /// [requires: ARB_vertex_blend] + [AutoGenerated(Category = "ARB_vertex_blend", Version = "1.1", EntryPoint = "glWeightPointerARB")] public static void WeightPointer(Int32 size, OpenTK.Graphics.OpenGL.ArbVertexBlend type, Int32 stride, IntPtr pointer) { @@ -21629,7 +22042,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbVertexBlend", Version = "1.1", EntryPoint = "glWeightPointerARB")] + /// [requires: ARB_vertex_blend] + [AutoGenerated(Category = "ARB_vertex_blend", Version = "1.1", EntryPoint = "glWeightPointerARB")] public static void WeightPointer(Int32 size, OpenTK.Graphics.OpenGL.ArbVertexBlend type, Int32 stride, [InAttribute, OutAttribute] T3[] pointer) where T3 : struct @@ -21652,7 +22066,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbVertexBlend", Version = "1.1", EntryPoint = "glWeightPointerARB")] + /// [requires: ARB_vertex_blend] + [AutoGenerated(Category = "ARB_vertex_blend", Version = "1.1", EntryPoint = "glWeightPointerARB")] public static void WeightPointer(Int32 size, OpenTK.Graphics.OpenGL.ArbVertexBlend type, Int32 stride, [InAttribute, OutAttribute] T3[,] pointer) where T3 : struct @@ -21675,7 +22090,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbVertexBlend", Version = "1.1", EntryPoint = "glWeightPointerARB")] + /// [requires: ARB_vertex_blend] + [AutoGenerated(Category = "ARB_vertex_blend", Version = "1.1", EntryPoint = "glWeightPointerARB")] public static void WeightPointer(Int32 size, OpenTK.Graphics.OpenGL.ArbVertexBlend type, Int32 stride, [InAttribute, OutAttribute] T3[,,] pointer) where T3 : struct @@ -21698,7 +22114,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbVertexBlend", Version = "1.1", EntryPoint = "glWeightPointerARB")] + /// [requires: ARB_vertex_blend] + [AutoGenerated(Category = "ARB_vertex_blend", Version = "1.1", EntryPoint = "glWeightPointerARB")] public static void WeightPointer(Int32 size, OpenTK.Graphics.OpenGL.ArbVertexBlend type, Int32 stride, [InAttribute, OutAttribute] ref T3 pointer) where T3 : struct @@ -21722,7 +22139,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbVertexBlend", Version = "1.1", EntryPoint = "glWeightsvARB")] + /// [requires: ARB_vertex_blend] + [AutoGenerated(Category = "ARB_vertex_blend", Version = "1.1", EntryPoint = "glWeightsvARB")] public static void Weight(Int32 size, Int16[] weights) { @@ -21742,7 +22160,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbVertexBlend", Version = "1.1", EntryPoint = "glWeightsvARB")] + /// [requires: ARB_vertex_blend] + [AutoGenerated(Category = "ARB_vertex_blend", Version = "1.1", EntryPoint = "glWeightsvARB")] public static void Weight(Int32 size, ref Int16 weights) { @@ -21762,8 +22181,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ARB_vertex_blend] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexBlend", Version = "1.1", EntryPoint = "glWeightsvARB")] + [AutoGenerated(Category = "ARB_vertex_blend", Version = "1.1", EntryPoint = "glWeightsvARB")] public static unsafe void Weight(Int32 size, Int16* weights) { @@ -21777,7 +22197,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbVertexBlend", Version = "1.1", EntryPoint = "glWeightubvARB")] + /// [requires: ARB_vertex_blend] + [AutoGenerated(Category = "ARB_vertex_blend", Version = "1.1", EntryPoint = "glWeightubvARB")] public static void Weight(Int32 size, Byte[] weights) { @@ -21797,7 +22218,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbVertexBlend", Version = "1.1", EntryPoint = "glWeightubvARB")] + /// [requires: ARB_vertex_blend] + [AutoGenerated(Category = "ARB_vertex_blend", Version = "1.1", EntryPoint = "glWeightubvARB")] public static void Weight(Int32 size, ref Byte weights) { @@ -21817,8 +22239,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ARB_vertex_blend] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexBlend", Version = "1.1", EntryPoint = "glWeightubvARB")] + [AutoGenerated(Category = "ARB_vertex_blend", Version = "1.1", EntryPoint = "glWeightubvARB")] public static unsafe void Weight(Int32 size, Byte* weights) { @@ -21832,8 +22255,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ARB_vertex_blend] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexBlend", Version = "1.1", EntryPoint = "glWeightuivARB")] + [AutoGenerated(Category = "ARB_vertex_blend", Version = "1.1", EntryPoint = "glWeightuivARB")] public static void Weight(Int32 size, UInt32[] weights) { @@ -21853,8 +22277,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ARB_vertex_blend] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexBlend", Version = "1.1", EntryPoint = "glWeightuivARB")] + [AutoGenerated(Category = "ARB_vertex_blend", Version = "1.1", EntryPoint = "glWeightuivARB")] public static void Weight(Int32 size, ref UInt32 weights) { @@ -21874,8 +22299,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ARB_vertex_blend] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexBlend", Version = "1.1", EntryPoint = "glWeightuivARB")] + [AutoGenerated(Category = "ARB_vertex_blend", Version = "1.1", EntryPoint = "glWeightuivARB")] public static unsafe void Weight(Int32 size, UInt32* weights) { @@ -21889,8 +22315,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ARB_vertex_blend] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexBlend", Version = "1.1", EntryPoint = "glWeightusvARB")] + [AutoGenerated(Category = "ARB_vertex_blend", Version = "1.1", EntryPoint = "glWeightusvARB")] public static void Weight(Int32 size, UInt16[] weights) { @@ -21910,8 +22337,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ARB_vertex_blend] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexBlend", Version = "1.1", EntryPoint = "glWeightusvARB")] + [AutoGenerated(Category = "ARB_vertex_blend", Version = "1.1", EntryPoint = "glWeightusvARB")] public static void Weight(Int32 size, ref UInt16 weights) { @@ -21931,8 +22359,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ARB_vertex_blend] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexBlend", Version = "1.1", EntryPoint = "glWeightusvARB")] + [AutoGenerated(Category = "ARB_vertex_blend", Version = "1.1", EntryPoint = "glWeightusvARB")] public static unsafe void Weight(Int32 size, UInt16* weights) { @@ -21947,7 +22376,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_window_pos] /// Specify the raster position in window coordinates for pixel operations /// /// @@ -21955,7 +22384,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the , , coordinates for the raster position. /// /// - [AutoGenerated(Category = "ArbWindowPos", Version = "1.0", EntryPoint = "glWindowPos2dARB")] + [AutoGenerated(Category = "ARB_window_pos", Version = "1.0", EntryPoint = "glWindowPos2dARB")] public static void WindowPos2(Double x, Double y) { @@ -21970,7 +22399,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_window_pos] /// Specify the raster position in window coordinates for pixel operations /// /// @@ -21978,7 +22407,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the , , coordinates for the raster position. /// /// - [AutoGenerated(Category = "ArbWindowPos", Version = "1.0", EntryPoint = "glWindowPos2dvARB")] + [AutoGenerated(Category = "ARB_window_pos", Version = "1.0", EntryPoint = "glWindowPos2dvARB")] public static void WindowPos2(Double[] v) { @@ -21999,7 +22428,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_window_pos] /// Specify the raster position in window coordinates for pixel operations /// /// @@ -22007,7 +22436,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the , , coordinates for the raster position. /// /// - [AutoGenerated(Category = "ArbWindowPos", Version = "1.0", EntryPoint = "glWindowPos2dvARB")] + [AutoGenerated(Category = "ARB_window_pos", Version = "1.0", EntryPoint = "glWindowPos2dvARB")] public static void WindowPos2(ref Double v) { @@ -22028,7 +22457,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_window_pos] /// Specify the raster position in window coordinates for pixel operations /// /// @@ -22037,7 +22466,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbWindowPos", Version = "1.0", EntryPoint = "glWindowPos2dvARB")] + [AutoGenerated(Category = "ARB_window_pos", Version = "1.0", EntryPoint = "glWindowPos2dvARB")] public static unsafe void WindowPos2(Double* v) { @@ -22052,7 +22481,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_window_pos] /// Specify the raster position in window coordinates for pixel operations /// /// @@ -22060,7 +22489,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the , , coordinates for the raster position. /// /// - [AutoGenerated(Category = "ArbWindowPos", Version = "1.0", EntryPoint = "glWindowPos2fARB")] + [AutoGenerated(Category = "ARB_window_pos", Version = "1.0", EntryPoint = "glWindowPos2fARB")] public static void WindowPos2(Single x, Single y) { @@ -22075,7 +22504,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_window_pos] /// Specify the raster position in window coordinates for pixel operations /// /// @@ -22083,7 +22512,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the , , coordinates for the raster position. /// /// - [AutoGenerated(Category = "ArbWindowPos", Version = "1.0", EntryPoint = "glWindowPos2fvARB")] + [AutoGenerated(Category = "ARB_window_pos", Version = "1.0", EntryPoint = "glWindowPos2fvARB")] public static void WindowPos2(Single[] v) { @@ -22104,7 +22533,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_window_pos] /// Specify the raster position in window coordinates for pixel operations /// /// @@ -22112,7 +22541,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the , , coordinates for the raster position. /// /// - [AutoGenerated(Category = "ArbWindowPos", Version = "1.0", EntryPoint = "glWindowPos2fvARB")] + [AutoGenerated(Category = "ARB_window_pos", Version = "1.0", EntryPoint = "glWindowPos2fvARB")] public static void WindowPos2(ref Single v) { @@ -22133,7 +22562,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_window_pos] /// Specify the raster position in window coordinates for pixel operations /// /// @@ -22142,7 +22571,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbWindowPos", Version = "1.0", EntryPoint = "glWindowPos2fvARB")] + [AutoGenerated(Category = "ARB_window_pos", Version = "1.0", EntryPoint = "glWindowPos2fvARB")] public static unsafe void WindowPos2(Single* v) { @@ -22157,7 +22586,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_window_pos] /// Specify the raster position in window coordinates for pixel operations /// /// @@ -22165,7 +22594,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the , , coordinates for the raster position. /// /// - [AutoGenerated(Category = "ArbWindowPos", Version = "1.0", EntryPoint = "glWindowPos2iARB")] + [AutoGenerated(Category = "ARB_window_pos", Version = "1.0", EntryPoint = "glWindowPos2iARB")] public static void WindowPos2(Int32 x, Int32 y) { @@ -22180,7 +22609,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_window_pos] /// Specify the raster position in window coordinates for pixel operations /// /// @@ -22188,7 +22617,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the , , coordinates for the raster position. /// /// - [AutoGenerated(Category = "ArbWindowPos", Version = "1.0", EntryPoint = "glWindowPos2ivARB")] + [AutoGenerated(Category = "ARB_window_pos", Version = "1.0", EntryPoint = "glWindowPos2ivARB")] public static void WindowPos2(Int32[] v) { @@ -22209,7 +22638,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_window_pos] /// Specify the raster position in window coordinates for pixel operations /// /// @@ -22217,7 +22646,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the , , coordinates for the raster position. /// /// - [AutoGenerated(Category = "ArbWindowPos", Version = "1.0", EntryPoint = "glWindowPos2ivARB")] + [AutoGenerated(Category = "ARB_window_pos", Version = "1.0", EntryPoint = "glWindowPos2ivARB")] public static void WindowPos2(ref Int32 v) { @@ -22238,7 +22667,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_window_pos] /// Specify the raster position in window coordinates for pixel operations /// /// @@ -22247,7 +22676,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbWindowPos", Version = "1.0", EntryPoint = "glWindowPos2ivARB")] + [AutoGenerated(Category = "ARB_window_pos", Version = "1.0", EntryPoint = "glWindowPos2ivARB")] public static unsafe void WindowPos2(Int32* v) { @@ -22262,7 +22691,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_window_pos] /// Specify the raster position in window coordinates for pixel operations /// /// @@ -22270,7 +22699,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the , , coordinates for the raster position. /// /// - [AutoGenerated(Category = "ArbWindowPos", Version = "1.0", EntryPoint = "glWindowPos2sARB")] + [AutoGenerated(Category = "ARB_window_pos", Version = "1.0", EntryPoint = "glWindowPos2sARB")] public static void WindowPos2(Int16 x, Int16 y) { @@ -22285,7 +22714,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_window_pos] /// Specify the raster position in window coordinates for pixel operations /// /// @@ -22293,7 +22722,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the , , coordinates for the raster position. /// /// - [AutoGenerated(Category = "ArbWindowPos", Version = "1.0", EntryPoint = "glWindowPos2svARB")] + [AutoGenerated(Category = "ARB_window_pos", Version = "1.0", EntryPoint = "glWindowPos2svARB")] public static void WindowPos2(Int16[] v) { @@ -22314,7 +22743,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_window_pos] /// Specify the raster position in window coordinates for pixel operations /// /// @@ -22322,7 +22751,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the , , coordinates for the raster position. /// /// - [AutoGenerated(Category = "ArbWindowPos", Version = "1.0", EntryPoint = "glWindowPos2svARB")] + [AutoGenerated(Category = "ARB_window_pos", Version = "1.0", EntryPoint = "glWindowPos2svARB")] public static void WindowPos2(ref Int16 v) { @@ -22343,7 +22772,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_window_pos] /// Specify the raster position in window coordinates for pixel operations /// /// @@ -22352,7 +22781,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbWindowPos", Version = "1.0", EntryPoint = "glWindowPos2svARB")] + [AutoGenerated(Category = "ARB_window_pos", Version = "1.0", EntryPoint = "glWindowPos2svARB")] public static unsafe void WindowPos2(Int16* v) { @@ -22367,7 +22796,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_window_pos] /// Specify the raster position in window coordinates for pixel operations /// /// @@ -22375,7 +22804,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the , , coordinates for the raster position. /// /// - [AutoGenerated(Category = "ArbWindowPos", Version = "1.0", EntryPoint = "glWindowPos3dARB")] + [AutoGenerated(Category = "ARB_window_pos", Version = "1.0", EntryPoint = "glWindowPos3dARB")] public static void WindowPos3(Double x, Double y, Double z) { @@ -22390,7 +22819,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_window_pos] /// Specify the raster position in window coordinates for pixel operations /// /// @@ -22398,7 +22827,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the , , coordinates for the raster position. /// /// - [AutoGenerated(Category = "ArbWindowPos", Version = "1.0", EntryPoint = "glWindowPos3dvARB")] + [AutoGenerated(Category = "ARB_window_pos", Version = "1.0", EntryPoint = "glWindowPos3dvARB")] public static void WindowPos3(Double[] v) { @@ -22419,7 +22848,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_window_pos] /// Specify the raster position in window coordinates for pixel operations /// /// @@ -22427,7 +22856,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the , , coordinates for the raster position. /// /// - [AutoGenerated(Category = "ArbWindowPos", Version = "1.0", EntryPoint = "glWindowPos3dvARB")] + [AutoGenerated(Category = "ARB_window_pos", Version = "1.0", EntryPoint = "glWindowPos3dvARB")] public static void WindowPos3(ref Double v) { @@ -22448,7 +22877,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_window_pos] /// Specify the raster position in window coordinates for pixel operations /// /// @@ -22457,7 +22886,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbWindowPos", Version = "1.0", EntryPoint = "glWindowPos3dvARB")] + [AutoGenerated(Category = "ARB_window_pos", Version = "1.0", EntryPoint = "glWindowPos3dvARB")] public static unsafe void WindowPos3(Double* v) { @@ -22472,7 +22901,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_window_pos] /// Specify the raster position in window coordinates for pixel operations /// /// @@ -22480,7 +22909,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the , , coordinates for the raster position. /// /// - [AutoGenerated(Category = "ArbWindowPos", Version = "1.0", EntryPoint = "glWindowPos3fARB")] + [AutoGenerated(Category = "ARB_window_pos", Version = "1.0", EntryPoint = "glWindowPos3fARB")] public static void WindowPos3(Single x, Single y, Single z) { @@ -22495,7 +22924,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_window_pos] /// Specify the raster position in window coordinates for pixel operations /// /// @@ -22503,7 +22932,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the , , coordinates for the raster position. /// /// - [AutoGenerated(Category = "ArbWindowPos", Version = "1.0", EntryPoint = "glWindowPos3fvARB")] + [AutoGenerated(Category = "ARB_window_pos", Version = "1.0", EntryPoint = "glWindowPos3fvARB")] public static void WindowPos3(Single[] v) { @@ -22524,7 +22953,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_window_pos] /// Specify the raster position in window coordinates for pixel operations /// /// @@ -22532,7 +22961,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the , , coordinates for the raster position. /// /// - [AutoGenerated(Category = "ArbWindowPos", Version = "1.0", EntryPoint = "glWindowPos3fvARB")] + [AutoGenerated(Category = "ARB_window_pos", Version = "1.0", EntryPoint = "glWindowPos3fvARB")] public static void WindowPos3(ref Single v) { @@ -22553,7 +22982,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_window_pos] /// Specify the raster position in window coordinates for pixel operations /// /// @@ -22562,7 +22991,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbWindowPos", Version = "1.0", EntryPoint = "glWindowPos3fvARB")] + [AutoGenerated(Category = "ARB_window_pos", Version = "1.0", EntryPoint = "glWindowPos3fvARB")] public static unsafe void WindowPos3(Single* v) { @@ -22577,7 +23006,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_window_pos] /// Specify the raster position in window coordinates for pixel operations /// /// @@ -22585,7 +23014,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the , , coordinates for the raster position. /// /// - [AutoGenerated(Category = "ArbWindowPos", Version = "1.0", EntryPoint = "glWindowPos3iARB")] + [AutoGenerated(Category = "ARB_window_pos", Version = "1.0", EntryPoint = "glWindowPos3iARB")] public static void WindowPos3(Int32 x, Int32 y, Int32 z) { @@ -22600,7 +23029,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_window_pos] /// Specify the raster position in window coordinates for pixel operations /// /// @@ -22608,7 +23037,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the , , coordinates for the raster position. /// /// - [AutoGenerated(Category = "ArbWindowPos", Version = "1.0", EntryPoint = "glWindowPos3ivARB")] + [AutoGenerated(Category = "ARB_window_pos", Version = "1.0", EntryPoint = "glWindowPos3ivARB")] public static void WindowPos3(Int32[] v) { @@ -22629,7 +23058,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_window_pos] /// Specify the raster position in window coordinates for pixel operations /// /// @@ -22637,7 +23066,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the , , coordinates for the raster position. /// /// - [AutoGenerated(Category = "ArbWindowPos", Version = "1.0", EntryPoint = "glWindowPos3ivARB")] + [AutoGenerated(Category = "ARB_window_pos", Version = "1.0", EntryPoint = "glWindowPos3ivARB")] public static void WindowPos3(ref Int32 v) { @@ -22658,7 +23087,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_window_pos] /// Specify the raster position in window coordinates for pixel operations /// /// @@ -22667,7 +23096,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbWindowPos", Version = "1.0", EntryPoint = "glWindowPos3ivARB")] + [AutoGenerated(Category = "ARB_window_pos", Version = "1.0", EntryPoint = "glWindowPos3ivARB")] public static unsafe void WindowPos3(Int32* v) { @@ -22682,7 +23111,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_window_pos] /// Specify the raster position in window coordinates for pixel operations /// /// @@ -22690,7 +23119,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the , , coordinates for the raster position. /// /// - [AutoGenerated(Category = "ArbWindowPos", Version = "1.0", EntryPoint = "glWindowPos3sARB")] + [AutoGenerated(Category = "ARB_window_pos", Version = "1.0", EntryPoint = "glWindowPos3sARB")] public static void WindowPos3(Int16 x, Int16 y, Int16 z) { @@ -22705,7 +23134,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_window_pos] /// Specify the raster position in window coordinates for pixel operations /// /// @@ -22713,7 +23142,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the , , coordinates for the raster position. /// /// - [AutoGenerated(Category = "ArbWindowPos", Version = "1.0", EntryPoint = "glWindowPos3svARB")] + [AutoGenerated(Category = "ARB_window_pos", Version = "1.0", EntryPoint = "glWindowPos3svARB")] public static void WindowPos3(Int16[] v) { @@ -22734,7 +23163,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_window_pos] /// Specify the raster position in window coordinates for pixel operations /// /// @@ -22742,7 +23171,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the , , coordinates for the raster position. /// /// - [AutoGenerated(Category = "ArbWindowPos", Version = "1.0", EntryPoint = "glWindowPos3svARB")] + [AutoGenerated(Category = "ARB_window_pos", Version = "1.0", EntryPoint = "glWindowPos3svARB")] public static void WindowPos3(ref Int16 v) { @@ -22763,7 +23192,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ARB_window_pos] /// Specify the raster position in window coordinates for pixel operations /// /// @@ -22772,7 +23201,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbWindowPos", Version = "1.0", EntryPoint = "glWindowPos3svARB")] + [AutoGenerated(Category = "ARB_window_pos", Version = "1.0", EntryPoint = "glWindowPos3svARB")] public static unsafe void WindowPos3(Int16* v) { @@ -22790,7 +23219,8 @@ namespace OpenTK.Graphics.OpenGL public static partial class Ati { - [AutoGenerated(Category = "AtiFragmentShader", Version = "1.2", EntryPoint = "glAlphaFragmentOp1ATI")] + /// [requires: ATI_fragment_shader] + [AutoGenerated(Category = "ATI_fragment_shader", Version = "1.2", EntryPoint = "glAlphaFragmentOp1ATI")] public static void AlphaFragmentOp1(OpenTK.Graphics.OpenGL.AtiFragmentShader op, Int32 dst, Int32 dstMod, Int32 arg1, Int32 arg1Rep, Int32 arg1Mod) { @@ -22804,8 +23234,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ATI_fragment_shader] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AtiFragmentShader", Version = "1.2", EntryPoint = "glAlphaFragmentOp1ATI")] + [AutoGenerated(Category = "ATI_fragment_shader", Version = "1.2", EntryPoint = "glAlphaFragmentOp1ATI")] public static void AlphaFragmentOp1(OpenTK.Graphics.OpenGL.AtiFragmentShader op, UInt32 dst, UInt32 dstMod, UInt32 arg1, UInt32 arg1Rep, UInt32 arg1Mod) { @@ -22819,7 +23250,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AtiFragmentShader", Version = "1.2", EntryPoint = "glAlphaFragmentOp2ATI")] + /// [requires: ATI_fragment_shader] + [AutoGenerated(Category = "ATI_fragment_shader", Version = "1.2", EntryPoint = "glAlphaFragmentOp2ATI")] public static void AlphaFragmentOp2(OpenTK.Graphics.OpenGL.AtiFragmentShader op, Int32 dst, Int32 dstMod, Int32 arg1, Int32 arg1Rep, Int32 arg1Mod, Int32 arg2, Int32 arg2Rep, Int32 arg2Mod) { @@ -22833,8 +23265,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ATI_fragment_shader] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AtiFragmentShader", Version = "1.2", EntryPoint = "glAlphaFragmentOp2ATI")] + [AutoGenerated(Category = "ATI_fragment_shader", Version = "1.2", EntryPoint = "glAlphaFragmentOp2ATI")] public static void AlphaFragmentOp2(OpenTK.Graphics.OpenGL.AtiFragmentShader op, UInt32 dst, UInt32 dstMod, UInt32 arg1, UInt32 arg1Rep, UInt32 arg1Mod, UInt32 arg2, UInt32 arg2Rep, UInt32 arg2Mod) { @@ -22848,7 +23281,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AtiFragmentShader", Version = "1.2", EntryPoint = "glAlphaFragmentOp3ATI")] + /// [requires: ATI_fragment_shader] + [AutoGenerated(Category = "ATI_fragment_shader", Version = "1.2", EntryPoint = "glAlphaFragmentOp3ATI")] public static void AlphaFragmentOp3(OpenTK.Graphics.OpenGL.AtiFragmentShader op, Int32 dst, Int32 dstMod, Int32 arg1, Int32 arg1Rep, Int32 arg1Mod, Int32 arg2, Int32 arg2Rep, Int32 arg2Mod, Int32 arg3, Int32 arg3Rep, Int32 arg3Mod) { @@ -22862,8 +23296,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ATI_fragment_shader] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AtiFragmentShader", Version = "1.2", EntryPoint = "glAlphaFragmentOp3ATI")] + [AutoGenerated(Category = "ATI_fragment_shader", Version = "1.2", EntryPoint = "glAlphaFragmentOp3ATI")] public static void AlphaFragmentOp3(OpenTK.Graphics.OpenGL.AtiFragmentShader op, UInt32 dst, UInt32 dstMod, UInt32 arg1, UInt32 arg1Rep, UInt32 arg1Mod, UInt32 arg2, UInt32 arg2Rep, UInt32 arg2Mod, UInt32 arg3, UInt32 arg3Rep, UInt32 arg3Mod) { @@ -22877,7 +23312,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AtiVertexArrayObject", Version = "1.2", EntryPoint = "glArrayObjectATI")] + /// [requires: ATI_vertex_array_object] + [AutoGenerated(Category = "ATI_vertex_array_object", Version = "1.2", EntryPoint = "glArrayObjectATI")] public static void ArrayObject(OpenTK.Graphics.OpenGL.EnableCap array, Int32 size, OpenTK.Graphics.OpenGL.AtiVertexArrayObject type, Int32 stride, Int32 buffer, Int32 offset) { @@ -22891,8 +23327,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ATI_vertex_array_object] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AtiVertexArrayObject", Version = "1.2", EntryPoint = "glArrayObjectATI")] + [AutoGenerated(Category = "ATI_vertex_array_object", Version = "1.2", EntryPoint = "glArrayObjectATI")] public static void ArrayObject(OpenTK.Graphics.OpenGL.EnableCap array, Int32 size, OpenTK.Graphics.OpenGL.AtiVertexArrayObject type, Int32 stride, UInt32 buffer, UInt32 offset) { @@ -22906,7 +23343,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AtiFragmentShader", Version = "1.2", EntryPoint = "glBeginFragmentShaderATI")] + /// [requires: ATI_fragment_shader] + [AutoGenerated(Category = "ATI_fragment_shader", Version = "1.2", EntryPoint = "glBeginFragmentShaderATI")] public static void BeginFragmentShader() { @@ -22920,7 +23358,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AtiFragmentShader", Version = "1.2", EntryPoint = "glBindFragmentShaderATI")] + /// [requires: ATI_fragment_shader] + [AutoGenerated(Category = "ATI_fragment_shader", Version = "1.2", EntryPoint = "glBindFragmentShaderATI")] public static void BindFragmentShader(Int32 id) { @@ -22934,8 +23373,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ATI_fragment_shader] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AtiFragmentShader", Version = "1.2", EntryPoint = "glBindFragmentShaderATI")] + [AutoGenerated(Category = "ATI_fragment_shader", Version = "1.2", EntryPoint = "glBindFragmentShaderATI")] public static void BindFragmentShader(UInt32 id) { @@ -22949,7 +23389,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AtiVertexStreams", Version = "1.2", EntryPoint = "glClientActiveVertexStreamATI")] + /// [requires: ATI_vertex_streams] + [AutoGenerated(Category = "ATI_vertex_streams", Version = "1.2", EntryPoint = "glClientActiveVertexStreamATI")] public static void ClientActiveVertexStream(OpenTK.Graphics.OpenGL.AtiVertexStreams stream) { @@ -22963,7 +23404,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AtiFragmentShader", Version = "1.2", EntryPoint = "glColorFragmentOp1ATI")] + /// [requires: ATI_fragment_shader] + [AutoGenerated(Category = "ATI_fragment_shader", Version = "1.2", EntryPoint = "glColorFragmentOp1ATI")] public static void ColorFragmentOp1(OpenTK.Graphics.OpenGL.AtiFragmentShader op, Int32 dst, Int32 dstMask, Int32 dstMod, Int32 arg1, Int32 arg1Rep, Int32 arg1Mod) { @@ -22977,8 +23419,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ATI_fragment_shader] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AtiFragmentShader", Version = "1.2", EntryPoint = "glColorFragmentOp1ATI")] + [AutoGenerated(Category = "ATI_fragment_shader", Version = "1.2", EntryPoint = "glColorFragmentOp1ATI")] public static void ColorFragmentOp1(OpenTK.Graphics.OpenGL.AtiFragmentShader op, UInt32 dst, UInt32 dstMask, UInt32 dstMod, UInt32 arg1, UInt32 arg1Rep, UInt32 arg1Mod) { @@ -22992,7 +23435,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AtiFragmentShader", Version = "1.2", EntryPoint = "glColorFragmentOp2ATI")] + /// [requires: ATI_fragment_shader] + [AutoGenerated(Category = "ATI_fragment_shader", Version = "1.2", EntryPoint = "glColorFragmentOp2ATI")] public static void ColorFragmentOp2(OpenTK.Graphics.OpenGL.AtiFragmentShader op, Int32 dst, Int32 dstMask, Int32 dstMod, Int32 arg1, Int32 arg1Rep, Int32 arg1Mod, Int32 arg2, Int32 arg2Rep, Int32 arg2Mod) { @@ -23006,8 +23450,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ATI_fragment_shader] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AtiFragmentShader", Version = "1.2", EntryPoint = "glColorFragmentOp2ATI")] + [AutoGenerated(Category = "ATI_fragment_shader", Version = "1.2", EntryPoint = "glColorFragmentOp2ATI")] public static void ColorFragmentOp2(OpenTK.Graphics.OpenGL.AtiFragmentShader op, UInt32 dst, UInt32 dstMask, UInt32 dstMod, UInt32 arg1, UInt32 arg1Rep, UInt32 arg1Mod, UInt32 arg2, UInt32 arg2Rep, UInt32 arg2Mod) { @@ -23021,7 +23466,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AtiFragmentShader", Version = "1.2", EntryPoint = "glColorFragmentOp3ATI")] + /// [requires: ATI_fragment_shader] + [AutoGenerated(Category = "ATI_fragment_shader", Version = "1.2", EntryPoint = "glColorFragmentOp3ATI")] public static void ColorFragmentOp3(OpenTK.Graphics.OpenGL.AtiFragmentShader op, Int32 dst, Int32 dstMask, Int32 dstMod, Int32 arg1, Int32 arg1Rep, Int32 arg1Mod, Int32 arg2, Int32 arg2Rep, Int32 arg2Mod, Int32 arg3, Int32 arg3Rep, Int32 arg3Mod) { @@ -23035,8 +23481,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ATI_fragment_shader] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AtiFragmentShader", Version = "1.2", EntryPoint = "glColorFragmentOp3ATI")] + [AutoGenerated(Category = "ATI_fragment_shader", Version = "1.2", EntryPoint = "glColorFragmentOp3ATI")] public static void ColorFragmentOp3(OpenTK.Graphics.OpenGL.AtiFragmentShader op, UInt32 dst, UInt32 dstMask, UInt32 dstMod, UInt32 arg1, UInt32 arg1Rep, UInt32 arg1Mod, UInt32 arg2, UInt32 arg2Rep, UInt32 arg2Mod, UInt32 arg3, UInt32 arg3Rep, UInt32 arg3Mod) { @@ -23050,7 +23497,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AtiFragmentShader", Version = "1.2", EntryPoint = "glDeleteFragmentShaderATI")] + /// [requires: ATI_fragment_shader] + [AutoGenerated(Category = "ATI_fragment_shader", Version = "1.2", EntryPoint = "glDeleteFragmentShaderATI")] public static void DeleteFragmentShader(Int32 id) { @@ -23064,8 +23512,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ATI_fragment_shader] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AtiFragmentShader", Version = "1.2", EntryPoint = "glDeleteFragmentShaderATI")] + [AutoGenerated(Category = "ATI_fragment_shader", Version = "1.2", EntryPoint = "glDeleteFragmentShaderATI")] public static void DeleteFragmentShader(UInt32 id) { @@ -23080,7 +23529,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ATI_draw_buffers] /// Specifies a list of color buffers to be drawn into /// /// @@ -23093,7 +23542,7 @@ namespace OpenTK.Graphics.OpenGL /// Points to an array of symbolic constants specifying the buffers into which fragment colors or data values will be written. /// /// - [AutoGenerated(Category = "AtiDrawBuffers", Version = "1.2", EntryPoint = "glDrawBuffersATI")] + [AutoGenerated(Category = "ATI_draw_buffers", Version = "1.2", EntryPoint = "glDrawBuffersATI")] public static void DrawBuffers(Int32 n, OpenTK.Graphics.OpenGL.AtiDrawBuffers[] bufs) { @@ -23114,7 +23563,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ATI_draw_buffers] /// Specifies a list of color buffers to be drawn into /// /// @@ -23127,7 +23576,7 @@ namespace OpenTK.Graphics.OpenGL /// Points to an array of symbolic constants specifying the buffers into which fragment colors or data values will be written. /// /// - [AutoGenerated(Category = "AtiDrawBuffers", Version = "1.2", EntryPoint = "glDrawBuffersATI")] + [AutoGenerated(Category = "ATI_draw_buffers", Version = "1.2", EntryPoint = "glDrawBuffersATI")] public static void DrawBuffers(Int32 n, ref OpenTK.Graphics.OpenGL.AtiDrawBuffers bufs) { @@ -23148,7 +23597,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ATI_draw_buffers] /// Specifies a list of color buffers to be drawn into /// /// @@ -23162,7 +23611,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "AtiDrawBuffers", Version = "1.2", EntryPoint = "glDrawBuffersATI")] + [AutoGenerated(Category = "ATI_draw_buffers", Version = "1.2", EntryPoint = "glDrawBuffersATI")] public static unsafe void DrawBuffers(Int32 n, OpenTK.Graphics.OpenGL.AtiDrawBuffers* bufs) { @@ -23176,7 +23625,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AtiElementArray", Version = "1.2", EntryPoint = "glDrawElementArrayATI")] + /// [requires: ATI_element_array] + [AutoGenerated(Category = "ATI_element_array", Version = "1.2", EntryPoint = "glDrawElementArrayATI")] public static void DrawElementArray(OpenTK.Graphics.OpenGL.BeginMode mode, Int32 count) { @@ -23190,7 +23640,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AtiElementArray", Version = "1.2", EntryPoint = "glDrawRangeElementArrayATI")] + /// [requires: ATI_element_array] + [AutoGenerated(Category = "ATI_element_array", Version = "1.2", EntryPoint = "glDrawRangeElementArrayATI")] public static void DrawRangeElementArray(OpenTK.Graphics.OpenGL.BeginMode mode, Int32 start, Int32 end, Int32 count) { @@ -23204,8 +23655,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ATI_element_array] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AtiElementArray", Version = "1.2", EntryPoint = "glDrawRangeElementArrayATI")] + [AutoGenerated(Category = "ATI_element_array", Version = "1.2", EntryPoint = "glDrawRangeElementArrayATI")] public static void DrawRangeElementArray(OpenTK.Graphics.OpenGL.BeginMode mode, UInt32 start, UInt32 end, Int32 count) { @@ -23219,7 +23671,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AtiElementArray", Version = "1.2", EntryPoint = "glElementPointerATI")] + /// [requires: ATI_element_array] + [AutoGenerated(Category = "ATI_element_array", Version = "1.2", EntryPoint = "glElementPointerATI")] public static void ElementPointer(OpenTK.Graphics.OpenGL.AtiElementArray type, IntPtr pointer) { @@ -23233,7 +23686,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AtiElementArray", Version = "1.2", EntryPoint = "glElementPointerATI")] + /// [requires: ATI_element_array] + [AutoGenerated(Category = "ATI_element_array", Version = "1.2", EntryPoint = "glElementPointerATI")] public static void ElementPointer(OpenTK.Graphics.OpenGL.AtiElementArray type, [InAttribute, OutAttribute] T1[] pointer) where T1 : struct @@ -23256,7 +23710,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AtiElementArray", Version = "1.2", EntryPoint = "glElementPointerATI")] + /// [requires: ATI_element_array] + [AutoGenerated(Category = "ATI_element_array", Version = "1.2", EntryPoint = "glElementPointerATI")] public static void ElementPointer(OpenTK.Graphics.OpenGL.AtiElementArray type, [InAttribute, OutAttribute] T1[,] pointer) where T1 : struct @@ -23279,7 +23734,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AtiElementArray", Version = "1.2", EntryPoint = "glElementPointerATI")] + /// [requires: ATI_element_array] + [AutoGenerated(Category = "ATI_element_array", Version = "1.2", EntryPoint = "glElementPointerATI")] public static void ElementPointer(OpenTK.Graphics.OpenGL.AtiElementArray type, [InAttribute, OutAttribute] T1[,,] pointer) where T1 : struct @@ -23302,7 +23758,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AtiElementArray", Version = "1.2", EntryPoint = "glElementPointerATI")] + /// [requires: ATI_element_array] + [AutoGenerated(Category = "ATI_element_array", Version = "1.2", EntryPoint = "glElementPointerATI")] public static void ElementPointer(OpenTK.Graphics.OpenGL.AtiElementArray type, [InAttribute, OutAttribute] ref T1 pointer) where T1 : struct @@ -23326,7 +23783,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AtiFragmentShader", Version = "1.2", EntryPoint = "glEndFragmentShaderATI")] + /// [requires: ATI_fragment_shader] + [AutoGenerated(Category = "ATI_fragment_shader", Version = "1.2", EntryPoint = "glEndFragmentShaderATI")] public static void EndFragmentShader() { @@ -23340,7 +23798,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AtiVertexArrayObject", Version = "1.2", EntryPoint = "glFreeObjectBufferATI")] + /// [requires: ATI_vertex_array_object] + [AutoGenerated(Category = "ATI_vertex_array_object", Version = "1.2", EntryPoint = "glFreeObjectBufferATI")] public static void FreeObjectBuffer(Int32 buffer) { @@ -23354,8 +23813,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ATI_vertex_array_object] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AtiVertexArrayObject", Version = "1.2", EntryPoint = "glFreeObjectBufferATI")] + [AutoGenerated(Category = "ATI_vertex_array_object", Version = "1.2", EntryPoint = "glFreeObjectBufferATI")] public static void FreeObjectBuffer(UInt32 buffer) { @@ -23369,7 +23829,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AtiFragmentShader", Version = "1.2", EntryPoint = "glGenFragmentShadersATI")] + /// [requires: ATI_fragment_shader] + [AutoGenerated(Category = "ATI_fragment_shader", Version = "1.2", EntryPoint = "glGenFragmentShadersATI")] public static Int32 GenFragmentShaders(Int32 range) { @@ -23383,8 +23844,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ATI_fragment_shader] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AtiFragmentShader", Version = "1.2", EntryPoint = "glGenFragmentShadersATI")] + [AutoGenerated(Category = "ATI_fragment_shader", Version = "1.2", EntryPoint = "glGenFragmentShadersATI")] public static Int32 GenFragmentShaders(UInt32 range) { @@ -23398,7 +23860,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AtiVertexArrayObject", Version = "1.2", EntryPoint = "glGetArrayObjectfvATI")] + /// [requires: ATI_vertex_array_object] + [AutoGenerated(Category = "ATI_vertex_array_object", Version = "1.2", EntryPoint = "glGetArrayObjectfvATI")] public static void GetArrayObject(OpenTK.Graphics.OpenGL.EnableCap array, OpenTK.Graphics.OpenGL.AtiVertexArrayObject pname, [OutAttribute] out Single @params) { @@ -23419,8 +23882,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ATI_vertex_array_object] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AtiVertexArrayObject", Version = "1.2", EntryPoint = "glGetArrayObjectfvATI")] + [AutoGenerated(Category = "ATI_vertex_array_object", Version = "1.2", EntryPoint = "glGetArrayObjectfvATI")] public static unsafe void GetArrayObject(OpenTK.Graphics.OpenGL.EnableCap array, OpenTK.Graphics.OpenGL.AtiVertexArrayObject pname, [OutAttribute] Single* @params) { @@ -23434,7 +23898,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AtiVertexArrayObject", Version = "1.2", EntryPoint = "glGetArrayObjectivATI")] + /// [requires: ATI_vertex_array_object] + [AutoGenerated(Category = "ATI_vertex_array_object", Version = "1.2", EntryPoint = "glGetArrayObjectivATI")] public static void GetArrayObject(OpenTK.Graphics.OpenGL.EnableCap array, OpenTK.Graphics.OpenGL.AtiVertexArrayObject pname, [OutAttribute] out Int32 @params) { @@ -23455,8 +23920,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ATI_vertex_array_object] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AtiVertexArrayObject", Version = "1.2", EntryPoint = "glGetArrayObjectivATI")] + [AutoGenerated(Category = "ATI_vertex_array_object", Version = "1.2", EntryPoint = "glGetArrayObjectivATI")] public static unsafe void GetArrayObject(OpenTK.Graphics.OpenGL.EnableCap array, OpenTK.Graphics.OpenGL.AtiVertexArrayObject pname, [OutAttribute] Int32* @params) { @@ -23470,7 +23936,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AtiVertexArrayObject", Version = "1.2", EntryPoint = "glGetObjectBufferfvATI")] + /// [requires: ATI_vertex_array_object] + [AutoGenerated(Category = "ATI_vertex_array_object", Version = "1.2", EntryPoint = "glGetObjectBufferfvATI")] public static void GetObjectBuffer(Int32 buffer, OpenTK.Graphics.OpenGL.AtiVertexArrayObject pname, [OutAttribute] out Single @params) { @@ -23491,8 +23958,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ATI_vertex_array_object] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AtiVertexArrayObject", Version = "1.2", EntryPoint = "glGetObjectBufferfvATI")] + [AutoGenerated(Category = "ATI_vertex_array_object", Version = "1.2", EntryPoint = "glGetObjectBufferfvATI")] public static unsafe void GetObjectBuffer(Int32 buffer, OpenTK.Graphics.OpenGL.AtiVertexArrayObject pname, [OutAttribute] Single* @params) { @@ -23506,8 +23974,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ATI_vertex_array_object] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AtiVertexArrayObject", Version = "1.2", EntryPoint = "glGetObjectBufferfvATI")] + [AutoGenerated(Category = "ATI_vertex_array_object", Version = "1.2", EntryPoint = "glGetObjectBufferfvATI")] public static void GetObjectBuffer(UInt32 buffer, OpenTK.Graphics.OpenGL.AtiVertexArrayObject pname, [OutAttribute] out Single @params) { @@ -23528,8 +23997,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ATI_vertex_array_object] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AtiVertexArrayObject", Version = "1.2", EntryPoint = "glGetObjectBufferfvATI")] + [AutoGenerated(Category = "ATI_vertex_array_object", Version = "1.2", EntryPoint = "glGetObjectBufferfvATI")] public static unsafe void GetObjectBuffer(UInt32 buffer, OpenTK.Graphics.OpenGL.AtiVertexArrayObject pname, [OutAttribute] Single* @params) { @@ -23543,7 +24013,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AtiVertexArrayObject", Version = "1.2", EntryPoint = "glGetObjectBufferivATI")] + /// [requires: ATI_vertex_array_object] + [AutoGenerated(Category = "ATI_vertex_array_object", Version = "1.2", EntryPoint = "glGetObjectBufferivATI")] public static void GetObjectBuffer(Int32 buffer, OpenTK.Graphics.OpenGL.AtiVertexArrayObject pname, [OutAttribute] out Int32 @params) { @@ -23564,8 +24035,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ATI_vertex_array_object] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AtiVertexArrayObject", Version = "1.2", EntryPoint = "glGetObjectBufferivATI")] + [AutoGenerated(Category = "ATI_vertex_array_object", Version = "1.2", EntryPoint = "glGetObjectBufferivATI")] public static unsafe void GetObjectBuffer(Int32 buffer, OpenTK.Graphics.OpenGL.AtiVertexArrayObject pname, [OutAttribute] Int32* @params) { @@ -23579,8 +24051,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ATI_vertex_array_object] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AtiVertexArrayObject", Version = "1.2", EntryPoint = "glGetObjectBufferivATI")] + [AutoGenerated(Category = "ATI_vertex_array_object", Version = "1.2", EntryPoint = "glGetObjectBufferivATI")] public static void GetObjectBuffer(UInt32 buffer, OpenTK.Graphics.OpenGL.AtiVertexArrayObject pname, [OutAttribute] out Int32 @params) { @@ -23601,8 +24074,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ATI_vertex_array_object] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AtiVertexArrayObject", Version = "1.2", EntryPoint = "glGetObjectBufferivATI")] + [AutoGenerated(Category = "ATI_vertex_array_object", Version = "1.2", EntryPoint = "glGetObjectBufferivATI")] public static unsafe void GetObjectBuffer(UInt32 buffer, OpenTK.Graphics.OpenGL.AtiVertexArrayObject pname, [OutAttribute] Int32* @params) { @@ -23616,7 +24090,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AtiEnvmapBumpmap", Version = "1.2", EntryPoint = "glGetTexBumpParameterfvATI")] + /// [requires: ATI_envmap_bumpmap] + [AutoGenerated(Category = "ATI_envmap_bumpmap", Version = "1.2", EntryPoint = "glGetTexBumpParameterfvATI")] public static void GetTexBumpParameter(OpenTK.Graphics.OpenGL.AtiEnvmapBumpmap pname, [OutAttribute] Single[] param) { @@ -23636,7 +24111,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AtiEnvmapBumpmap", Version = "1.2", EntryPoint = "glGetTexBumpParameterfvATI")] + /// [requires: ATI_envmap_bumpmap] + [AutoGenerated(Category = "ATI_envmap_bumpmap", Version = "1.2", EntryPoint = "glGetTexBumpParameterfvATI")] public static void GetTexBumpParameter(OpenTK.Graphics.OpenGL.AtiEnvmapBumpmap pname, [OutAttribute] out Single param) { @@ -23657,8 +24133,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ATI_envmap_bumpmap] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AtiEnvmapBumpmap", Version = "1.2", EntryPoint = "glGetTexBumpParameterfvATI")] + [AutoGenerated(Category = "ATI_envmap_bumpmap", Version = "1.2", EntryPoint = "glGetTexBumpParameterfvATI")] public static unsafe void GetTexBumpParameter(OpenTK.Graphics.OpenGL.AtiEnvmapBumpmap pname, [OutAttribute] Single* param) { @@ -23672,7 +24149,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AtiEnvmapBumpmap", Version = "1.2", EntryPoint = "glGetTexBumpParameterivATI")] + /// [requires: ATI_envmap_bumpmap] + [AutoGenerated(Category = "ATI_envmap_bumpmap", Version = "1.2", EntryPoint = "glGetTexBumpParameterivATI")] public static void GetTexBumpParameter(OpenTK.Graphics.OpenGL.AtiEnvmapBumpmap pname, [OutAttribute] Int32[] param) { @@ -23692,7 +24170,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AtiEnvmapBumpmap", Version = "1.2", EntryPoint = "glGetTexBumpParameterivATI")] + /// [requires: ATI_envmap_bumpmap] + [AutoGenerated(Category = "ATI_envmap_bumpmap", Version = "1.2", EntryPoint = "glGetTexBumpParameterivATI")] public static void GetTexBumpParameter(OpenTK.Graphics.OpenGL.AtiEnvmapBumpmap pname, [OutAttribute] out Int32 param) { @@ -23713,8 +24192,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ATI_envmap_bumpmap] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AtiEnvmapBumpmap", Version = "1.2", EntryPoint = "glGetTexBumpParameterivATI")] + [AutoGenerated(Category = "ATI_envmap_bumpmap", Version = "1.2", EntryPoint = "glGetTexBumpParameterivATI")] public static unsafe void GetTexBumpParameter(OpenTK.Graphics.OpenGL.AtiEnvmapBumpmap pname, [OutAttribute] Int32* param) { @@ -23728,7 +24208,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AtiVertexArrayObject", Version = "1.2", EntryPoint = "glGetVariantArrayObjectfvATI")] + /// [requires: ATI_vertex_array_object] + [AutoGenerated(Category = "ATI_vertex_array_object", Version = "1.2", EntryPoint = "glGetVariantArrayObjectfvATI")] public static void GetVariantArrayObject(Int32 id, OpenTK.Graphics.OpenGL.AtiVertexArrayObject pname, [OutAttribute] out Single @params) { @@ -23749,8 +24230,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ATI_vertex_array_object] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AtiVertexArrayObject", Version = "1.2", EntryPoint = "glGetVariantArrayObjectfvATI")] + [AutoGenerated(Category = "ATI_vertex_array_object", Version = "1.2", EntryPoint = "glGetVariantArrayObjectfvATI")] public static unsafe void GetVariantArrayObject(Int32 id, OpenTK.Graphics.OpenGL.AtiVertexArrayObject pname, [OutAttribute] Single* @params) { @@ -23764,8 +24246,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ATI_vertex_array_object] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AtiVertexArrayObject", Version = "1.2", EntryPoint = "glGetVariantArrayObjectfvATI")] + [AutoGenerated(Category = "ATI_vertex_array_object", Version = "1.2", EntryPoint = "glGetVariantArrayObjectfvATI")] public static void GetVariantArrayObject(UInt32 id, OpenTK.Graphics.OpenGL.AtiVertexArrayObject pname, [OutAttribute] out Single @params) { @@ -23786,8 +24269,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ATI_vertex_array_object] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AtiVertexArrayObject", Version = "1.2", EntryPoint = "glGetVariantArrayObjectfvATI")] + [AutoGenerated(Category = "ATI_vertex_array_object", Version = "1.2", EntryPoint = "glGetVariantArrayObjectfvATI")] public static unsafe void GetVariantArrayObject(UInt32 id, OpenTK.Graphics.OpenGL.AtiVertexArrayObject pname, [OutAttribute] Single* @params) { @@ -23801,7 +24285,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AtiVertexArrayObject", Version = "1.2", EntryPoint = "glGetVariantArrayObjectivATI")] + /// [requires: ATI_vertex_array_object] + [AutoGenerated(Category = "ATI_vertex_array_object", Version = "1.2", EntryPoint = "glGetVariantArrayObjectivATI")] public static void GetVariantArrayObject(Int32 id, OpenTK.Graphics.OpenGL.AtiVertexArrayObject pname, [OutAttribute] out Int32 @params) { @@ -23822,8 +24307,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ATI_vertex_array_object] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AtiVertexArrayObject", Version = "1.2", EntryPoint = "glGetVariantArrayObjectivATI")] + [AutoGenerated(Category = "ATI_vertex_array_object", Version = "1.2", EntryPoint = "glGetVariantArrayObjectivATI")] public static unsafe void GetVariantArrayObject(Int32 id, OpenTK.Graphics.OpenGL.AtiVertexArrayObject pname, [OutAttribute] Int32* @params) { @@ -23837,8 +24323,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ATI_vertex_array_object] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AtiVertexArrayObject", Version = "1.2", EntryPoint = "glGetVariantArrayObjectivATI")] + [AutoGenerated(Category = "ATI_vertex_array_object", Version = "1.2", EntryPoint = "glGetVariantArrayObjectivATI")] public static void GetVariantArrayObject(UInt32 id, OpenTK.Graphics.OpenGL.AtiVertexArrayObject pname, [OutAttribute] out Int32 @params) { @@ -23859,8 +24346,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ATI_vertex_array_object] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AtiVertexArrayObject", Version = "1.2", EntryPoint = "glGetVariantArrayObjectivATI")] + [AutoGenerated(Category = "ATI_vertex_array_object", Version = "1.2", EntryPoint = "glGetVariantArrayObjectivATI")] public static unsafe void GetVariantArrayObject(UInt32 id, OpenTK.Graphics.OpenGL.AtiVertexArrayObject pname, [OutAttribute] Int32* @params) { @@ -23874,7 +24362,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AtiVertexAttribArrayObject", Version = "1.2", EntryPoint = "glGetVertexAttribArrayObjectfvATI")] + /// [requires: ATI_vertex_attrib_array_object] + [AutoGenerated(Category = "ATI_vertex_attrib_array_object", Version = "1.2", EntryPoint = "glGetVertexAttribArrayObjectfvATI")] public static void GetVertexAttribArrayObject(Int32 index, OpenTK.Graphics.OpenGL.AtiVertexAttribArrayObject pname, [OutAttribute] Single[] @params) { @@ -23894,7 +24383,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AtiVertexAttribArrayObject", Version = "1.2", EntryPoint = "glGetVertexAttribArrayObjectfvATI")] + /// [requires: ATI_vertex_attrib_array_object] + [AutoGenerated(Category = "ATI_vertex_attrib_array_object", Version = "1.2", EntryPoint = "glGetVertexAttribArrayObjectfvATI")] public static void GetVertexAttribArrayObject(Int32 index, OpenTK.Graphics.OpenGL.AtiVertexAttribArrayObject pname, [OutAttribute] out Single @params) { @@ -23915,8 +24405,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ATI_vertex_attrib_array_object] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AtiVertexAttribArrayObject", Version = "1.2", EntryPoint = "glGetVertexAttribArrayObjectfvATI")] + [AutoGenerated(Category = "ATI_vertex_attrib_array_object", Version = "1.2", EntryPoint = "glGetVertexAttribArrayObjectfvATI")] public static unsafe void GetVertexAttribArrayObject(Int32 index, OpenTK.Graphics.OpenGL.AtiVertexAttribArrayObject pname, [OutAttribute] Single* @params) { @@ -23930,8 +24421,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ATI_vertex_attrib_array_object] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AtiVertexAttribArrayObject", Version = "1.2", EntryPoint = "glGetVertexAttribArrayObjectfvATI")] + [AutoGenerated(Category = "ATI_vertex_attrib_array_object", Version = "1.2", EntryPoint = "glGetVertexAttribArrayObjectfvATI")] public static void GetVertexAttribArrayObject(UInt32 index, OpenTK.Graphics.OpenGL.AtiVertexAttribArrayObject pname, [OutAttribute] Single[] @params) { @@ -23951,8 +24443,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ATI_vertex_attrib_array_object] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AtiVertexAttribArrayObject", Version = "1.2", EntryPoint = "glGetVertexAttribArrayObjectfvATI")] + [AutoGenerated(Category = "ATI_vertex_attrib_array_object", Version = "1.2", EntryPoint = "glGetVertexAttribArrayObjectfvATI")] public static void GetVertexAttribArrayObject(UInt32 index, OpenTK.Graphics.OpenGL.AtiVertexAttribArrayObject pname, [OutAttribute] out Single @params) { @@ -23973,8 +24466,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ATI_vertex_attrib_array_object] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AtiVertexAttribArrayObject", Version = "1.2", EntryPoint = "glGetVertexAttribArrayObjectfvATI")] + [AutoGenerated(Category = "ATI_vertex_attrib_array_object", Version = "1.2", EntryPoint = "glGetVertexAttribArrayObjectfvATI")] public static unsafe void GetVertexAttribArrayObject(UInt32 index, OpenTK.Graphics.OpenGL.AtiVertexAttribArrayObject pname, [OutAttribute] Single* @params) { @@ -23988,7 +24482,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AtiVertexAttribArrayObject", Version = "1.2", EntryPoint = "glGetVertexAttribArrayObjectivATI")] + /// [requires: ATI_vertex_attrib_array_object] + [AutoGenerated(Category = "ATI_vertex_attrib_array_object", Version = "1.2", EntryPoint = "glGetVertexAttribArrayObjectivATI")] public static void GetVertexAttribArrayObject(Int32 index, OpenTK.Graphics.OpenGL.AtiVertexAttribArrayObject pname, [OutAttribute] Int32[] @params) { @@ -24008,7 +24503,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AtiVertexAttribArrayObject", Version = "1.2", EntryPoint = "glGetVertexAttribArrayObjectivATI")] + /// [requires: ATI_vertex_attrib_array_object] + [AutoGenerated(Category = "ATI_vertex_attrib_array_object", Version = "1.2", EntryPoint = "glGetVertexAttribArrayObjectivATI")] public static void GetVertexAttribArrayObject(Int32 index, OpenTK.Graphics.OpenGL.AtiVertexAttribArrayObject pname, [OutAttribute] out Int32 @params) { @@ -24029,8 +24525,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ATI_vertex_attrib_array_object] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AtiVertexAttribArrayObject", Version = "1.2", EntryPoint = "glGetVertexAttribArrayObjectivATI")] + [AutoGenerated(Category = "ATI_vertex_attrib_array_object", Version = "1.2", EntryPoint = "glGetVertexAttribArrayObjectivATI")] public static unsafe void GetVertexAttribArrayObject(Int32 index, OpenTK.Graphics.OpenGL.AtiVertexAttribArrayObject pname, [OutAttribute] Int32* @params) { @@ -24044,8 +24541,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ATI_vertex_attrib_array_object] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AtiVertexAttribArrayObject", Version = "1.2", EntryPoint = "glGetVertexAttribArrayObjectivATI")] + [AutoGenerated(Category = "ATI_vertex_attrib_array_object", Version = "1.2", EntryPoint = "glGetVertexAttribArrayObjectivATI")] public static void GetVertexAttribArrayObject(UInt32 index, OpenTK.Graphics.OpenGL.AtiVertexAttribArrayObject pname, [OutAttribute] Int32[] @params) { @@ -24065,8 +24563,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ATI_vertex_attrib_array_object] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AtiVertexAttribArrayObject", Version = "1.2", EntryPoint = "glGetVertexAttribArrayObjectivATI")] + [AutoGenerated(Category = "ATI_vertex_attrib_array_object", Version = "1.2", EntryPoint = "glGetVertexAttribArrayObjectivATI")] public static void GetVertexAttribArrayObject(UInt32 index, OpenTK.Graphics.OpenGL.AtiVertexAttribArrayObject pname, [OutAttribute] out Int32 @params) { @@ -24087,8 +24586,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ATI_vertex_attrib_array_object] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AtiVertexAttribArrayObject", Version = "1.2", EntryPoint = "glGetVertexAttribArrayObjectivATI")] + [AutoGenerated(Category = "ATI_vertex_attrib_array_object", Version = "1.2", EntryPoint = "glGetVertexAttribArrayObjectivATI")] public static unsafe void GetVertexAttribArrayObject(UInt32 index, OpenTK.Graphics.OpenGL.AtiVertexAttribArrayObject pname, [OutAttribute] Int32* @params) { @@ -24102,7 +24602,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AtiVertexArrayObject", Version = "1.2", EntryPoint = "glIsObjectBufferATI")] + /// [requires: ATI_vertex_array_object] + [AutoGenerated(Category = "ATI_vertex_array_object", Version = "1.2", EntryPoint = "glIsObjectBufferATI")] public static bool IsObjectBuffer(Int32 buffer) { @@ -24116,8 +24617,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ATI_vertex_array_object] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AtiVertexArrayObject", Version = "1.2", EntryPoint = "glIsObjectBufferATI")] + [AutoGenerated(Category = "ATI_vertex_array_object", Version = "1.2", EntryPoint = "glIsObjectBufferATI")] public static bool IsObjectBuffer(UInt32 buffer) { @@ -24131,8 +24633,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ATI_map_object_buffer] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AtiMapObjectBuffer", Version = "1.2", EntryPoint = "glMapObjectBufferATI")] + [AutoGenerated(Category = "ATI_map_object_buffer", Version = "1.2", EntryPoint = "glMapObjectBufferATI")] public static unsafe System.IntPtr MapObjectBuffer(Int32 buffer) { @@ -24146,8 +24649,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ATI_map_object_buffer] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AtiMapObjectBuffer", Version = "1.2", EntryPoint = "glMapObjectBufferATI")] + [AutoGenerated(Category = "ATI_map_object_buffer", Version = "1.2", EntryPoint = "glMapObjectBufferATI")] public static unsafe System.IntPtr MapObjectBuffer(UInt32 buffer) { @@ -24161,7 +24665,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AtiVertexArrayObject", Version = "1.2", EntryPoint = "glNewObjectBufferATI")] + /// [requires: ATI_vertex_array_object] + [AutoGenerated(Category = "ATI_vertex_array_object", Version = "1.2", EntryPoint = "glNewObjectBufferATI")] public static Int32 NewObjectBuffer(Int32 size, IntPtr pointer, OpenTK.Graphics.OpenGL.AtiVertexArrayObject usage) { @@ -24175,7 +24680,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AtiVertexArrayObject", Version = "1.2", EntryPoint = "glNewObjectBufferATI")] + /// [requires: ATI_vertex_array_object] + [AutoGenerated(Category = "ATI_vertex_array_object", Version = "1.2", EntryPoint = "glNewObjectBufferATI")] public static Int32 NewObjectBuffer(Int32 size, [InAttribute, OutAttribute] T1[] pointer, OpenTK.Graphics.OpenGL.AtiVertexArrayObject usage) where T1 : struct @@ -24198,7 +24704,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AtiVertexArrayObject", Version = "1.2", EntryPoint = "glNewObjectBufferATI")] + /// [requires: ATI_vertex_array_object] + [AutoGenerated(Category = "ATI_vertex_array_object", Version = "1.2", EntryPoint = "glNewObjectBufferATI")] public static Int32 NewObjectBuffer(Int32 size, [InAttribute, OutAttribute] T1[,] pointer, OpenTK.Graphics.OpenGL.AtiVertexArrayObject usage) where T1 : struct @@ -24221,7 +24728,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AtiVertexArrayObject", Version = "1.2", EntryPoint = "glNewObjectBufferATI")] + /// [requires: ATI_vertex_array_object] + [AutoGenerated(Category = "ATI_vertex_array_object", Version = "1.2", EntryPoint = "glNewObjectBufferATI")] public static Int32 NewObjectBuffer(Int32 size, [InAttribute, OutAttribute] T1[,,] pointer, OpenTK.Graphics.OpenGL.AtiVertexArrayObject usage) where T1 : struct @@ -24244,7 +24752,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AtiVertexArrayObject", Version = "1.2", EntryPoint = "glNewObjectBufferATI")] + /// [requires: ATI_vertex_array_object] + [AutoGenerated(Category = "ATI_vertex_array_object", Version = "1.2", EntryPoint = "glNewObjectBufferATI")] public static Int32 NewObjectBuffer(Int32 size, [InAttribute, OutAttribute] ref T1 pointer, OpenTK.Graphics.OpenGL.AtiVertexArrayObject usage) where T1 : struct @@ -24269,7 +24778,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AtiVertexStreams", Version = "1.2", EntryPoint = "glNormalStream3bATI")] + /// [requires: ATI_vertex_streams] + [AutoGenerated(Category = "ATI_vertex_streams", Version = "1.2", EntryPoint = "glNormalStream3bATI")] public static void NormalStream3(OpenTK.Graphics.OpenGL.AtiVertexStreams stream, Byte nx, Byte ny, Byte nz) { @@ -24283,8 +24793,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ATI_vertex_streams] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AtiVertexStreams", Version = "1.2", EntryPoint = "glNormalStream3bATI")] + [AutoGenerated(Category = "ATI_vertex_streams", Version = "1.2", EntryPoint = "glNormalStream3bATI")] public static void NormalStream3(OpenTK.Graphics.OpenGL.AtiVertexStreams stream, SByte nx, SByte ny, SByte nz) { @@ -24298,7 +24809,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AtiVertexStreams", Version = "1.2", EntryPoint = "glNormalStream3bvATI")] + /// [requires: ATI_vertex_streams] + [AutoGenerated(Category = "ATI_vertex_streams", Version = "1.2", EntryPoint = "glNormalStream3bvATI")] public static void NormalStream3(OpenTK.Graphics.OpenGL.AtiVertexStreams stream, Byte[] coords) { @@ -24318,7 +24830,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AtiVertexStreams", Version = "1.2", EntryPoint = "glNormalStream3bvATI")] + /// [requires: ATI_vertex_streams] + [AutoGenerated(Category = "ATI_vertex_streams", Version = "1.2", EntryPoint = "glNormalStream3bvATI")] public static void NormalStream3(OpenTK.Graphics.OpenGL.AtiVertexStreams stream, ref Byte coords) { @@ -24338,8 +24851,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ATI_vertex_streams] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AtiVertexStreams", Version = "1.2", EntryPoint = "glNormalStream3bvATI")] + [AutoGenerated(Category = "ATI_vertex_streams", Version = "1.2", EntryPoint = "glNormalStream3bvATI")] public static unsafe void NormalStream3(OpenTK.Graphics.OpenGL.AtiVertexStreams stream, Byte* coords) { @@ -24353,8 +24867,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ATI_vertex_streams] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AtiVertexStreams", Version = "1.2", EntryPoint = "glNormalStream3bvATI")] + [AutoGenerated(Category = "ATI_vertex_streams", Version = "1.2", EntryPoint = "glNormalStream3bvATI")] public static void NormalStream3(OpenTK.Graphics.OpenGL.AtiVertexStreams stream, SByte[] coords) { @@ -24374,8 +24889,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ATI_vertex_streams] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AtiVertexStreams", Version = "1.2", EntryPoint = "glNormalStream3bvATI")] + [AutoGenerated(Category = "ATI_vertex_streams", Version = "1.2", EntryPoint = "glNormalStream3bvATI")] public static void NormalStream3(OpenTK.Graphics.OpenGL.AtiVertexStreams stream, ref SByte coords) { @@ -24395,8 +24911,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ATI_vertex_streams] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AtiVertexStreams", Version = "1.2", EntryPoint = "glNormalStream3bvATI")] + [AutoGenerated(Category = "ATI_vertex_streams", Version = "1.2", EntryPoint = "glNormalStream3bvATI")] public static unsafe void NormalStream3(OpenTK.Graphics.OpenGL.AtiVertexStreams stream, SByte* coords) { @@ -24410,7 +24927,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AtiVertexStreams", Version = "1.2", EntryPoint = "glNormalStream3dATI")] + /// [requires: ATI_vertex_streams] + [AutoGenerated(Category = "ATI_vertex_streams", Version = "1.2", EntryPoint = "glNormalStream3dATI")] public static void NormalStream3(OpenTK.Graphics.OpenGL.AtiVertexStreams stream, Double nx, Double ny, Double nz) { @@ -24424,7 +24942,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AtiVertexStreams", Version = "1.2", EntryPoint = "glNormalStream3dvATI")] + /// [requires: ATI_vertex_streams] + [AutoGenerated(Category = "ATI_vertex_streams", Version = "1.2", EntryPoint = "glNormalStream3dvATI")] public static void NormalStream3(OpenTK.Graphics.OpenGL.AtiVertexStreams stream, Double[] coords) { @@ -24444,7 +24963,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AtiVertexStreams", Version = "1.2", EntryPoint = "glNormalStream3dvATI")] + /// [requires: ATI_vertex_streams] + [AutoGenerated(Category = "ATI_vertex_streams", Version = "1.2", EntryPoint = "glNormalStream3dvATI")] public static void NormalStream3(OpenTK.Graphics.OpenGL.AtiVertexStreams stream, ref Double coords) { @@ -24464,8 +24984,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ATI_vertex_streams] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AtiVertexStreams", Version = "1.2", EntryPoint = "glNormalStream3dvATI")] + [AutoGenerated(Category = "ATI_vertex_streams", Version = "1.2", EntryPoint = "glNormalStream3dvATI")] public static unsafe void NormalStream3(OpenTK.Graphics.OpenGL.AtiVertexStreams stream, Double* coords) { @@ -24479,7 +25000,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AtiVertexStreams", Version = "1.2", EntryPoint = "glNormalStream3fATI")] + /// [requires: ATI_vertex_streams] + [AutoGenerated(Category = "ATI_vertex_streams", Version = "1.2", EntryPoint = "glNormalStream3fATI")] public static void NormalStream3(OpenTK.Graphics.OpenGL.AtiVertexStreams stream, Single nx, Single ny, Single nz) { @@ -24493,7 +25015,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AtiVertexStreams", Version = "1.2", EntryPoint = "glNormalStream3fvATI")] + /// [requires: ATI_vertex_streams] + [AutoGenerated(Category = "ATI_vertex_streams", Version = "1.2", EntryPoint = "glNormalStream3fvATI")] public static void NormalStream3(OpenTK.Graphics.OpenGL.AtiVertexStreams stream, Single[] coords) { @@ -24513,7 +25036,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AtiVertexStreams", Version = "1.2", EntryPoint = "glNormalStream3fvATI")] + /// [requires: ATI_vertex_streams] + [AutoGenerated(Category = "ATI_vertex_streams", Version = "1.2", EntryPoint = "glNormalStream3fvATI")] public static void NormalStream3(OpenTK.Graphics.OpenGL.AtiVertexStreams stream, ref Single coords) { @@ -24533,8 +25057,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ATI_vertex_streams] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AtiVertexStreams", Version = "1.2", EntryPoint = "glNormalStream3fvATI")] + [AutoGenerated(Category = "ATI_vertex_streams", Version = "1.2", EntryPoint = "glNormalStream3fvATI")] public static unsafe void NormalStream3(OpenTK.Graphics.OpenGL.AtiVertexStreams stream, Single* coords) { @@ -24548,7 +25073,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AtiVertexStreams", Version = "1.2", EntryPoint = "glNormalStream3iATI")] + /// [requires: ATI_vertex_streams] + [AutoGenerated(Category = "ATI_vertex_streams", Version = "1.2", EntryPoint = "glNormalStream3iATI")] public static void NormalStream3(OpenTK.Graphics.OpenGL.AtiVertexStreams stream, Int32 nx, Int32 ny, Int32 nz) { @@ -24562,7 +25088,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AtiVertexStreams", Version = "1.2", EntryPoint = "glNormalStream3ivATI")] + /// [requires: ATI_vertex_streams] + [AutoGenerated(Category = "ATI_vertex_streams", Version = "1.2", EntryPoint = "glNormalStream3ivATI")] public static void NormalStream3(OpenTK.Graphics.OpenGL.AtiVertexStreams stream, Int32[] coords) { @@ -24582,7 +25109,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AtiVertexStreams", Version = "1.2", EntryPoint = "glNormalStream3ivATI")] + /// [requires: ATI_vertex_streams] + [AutoGenerated(Category = "ATI_vertex_streams", Version = "1.2", EntryPoint = "glNormalStream3ivATI")] public static void NormalStream3(OpenTK.Graphics.OpenGL.AtiVertexStreams stream, ref Int32 coords) { @@ -24602,8 +25130,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ATI_vertex_streams] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AtiVertexStreams", Version = "1.2", EntryPoint = "glNormalStream3ivATI")] + [AutoGenerated(Category = "ATI_vertex_streams", Version = "1.2", EntryPoint = "glNormalStream3ivATI")] public static unsafe void NormalStream3(OpenTK.Graphics.OpenGL.AtiVertexStreams stream, Int32* coords) { @@ -24617,7 +25146,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AtiVertexStreams", Version = "1.2", EntryPoint = "glNormalStream3sATI")] + /// [requires: ATI_vertex_streams] + [AutoGenerated(Category = "ATI_vertex_streams", Version = "1.2", EntryPoint = "glNormalStream3sATI")] public static void NormalStream3(OpenTK.Graphics.OpenGL.AtiVertexStreams stream, Int16 nx, Int16 ny, Int16 nz) { @@ -24631,7 +25161,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AtiVertexStreams", Version = "1.2", EntryPoint = "glNormalStream3svATI")] + /// [requires: ATI_vertex_streams] + [AutoGenerated(Category = "ATI_vertex_streams", Version = "1.2", EntryPoint = "glNormalStream3svATI")] public static void NormalStream3(OpenTK.Graphics.OpenGL.AtiVertexStreams stream, Int16[] coords) { @@ -24651,7 +25182,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AtiVertexStreams", Version = "1.2", EntryPoint = "glNormalStream3svATI")] + /// [requires: ATI_vertex_streams] + [AutoGenerated(Category = "ATI_vertex_streams", Version = "1.2", EntryPoint = "glNormalStream3svATI")] public static void NormalStream3(OpenTK.Graphics.OpenGL.AtiVertexStreams stream, ref Int16 coords) { @@ -24671,8 +25203,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ATI_vertex_streams] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AtiVertexStreams", Version = "1.2", EntryPoint = "glNormalStream3svATI")] + [AutoGenerated(Category = "ATI_vertex_streams", Version = "1.2", EntryPoint = "glNormalStream3svATI")] public static unsafe void NormalStream3(OpenTK.Graphics.OpenGL.AtiVertexStreams stream, Int16* coords) { @@ -24686,7 +25219,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AtiFragmentShader", Version = "1.2", EntryPoint = "glPassTexCoordATI")] + /// [requires: ATI_fragment_shader] + [AutoGenerated(Category = "ATI_fragment_shader", Version = "1.2", EntryPoint = "glPassTexCoordATI")] public static void PassTexCoor(Int32 dst, Int32 coord, OpenTK.Graphics.OpenGL.AtiFragmentShader swizzle) { @@ -24700,8 +25234,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ATI_fragment_shader] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AtiFragmentShader", Version = "1.2", EntryPoint = "glPassTexCoordATI")] + [AutoGenerated(Category = "ATI_fragment_shader", Version = "1.2", EntryPoint = "glPassTexCoordATI")] public static void PassTexCoor(UInt32 dst, UInt32 coord, OpenTK.Graphics.OpenGL.AtiFragmentShader swizzle) { @@ -24715,7 +25250,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AtiPnTriangles", Version = "1.2", EntryPoint = "glPNTrianglesfATI")] + /// [requires: ATI_pn_triangles] + [AutoGenerated(Category = "ATI_pn_triangles", Version = "1.2", EntryPoint = "glPNTrianglesfATI")] public static void PNTriangles(OpenTK.Graphics.OpenGL.AtiPnTriangles pname, Single param) { @@ -24729,7 +25265,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AtiPnTriangles", Version = "1.2", EntryPoint = "glPNTrianglesiATI")] + /// [requires: ATI_pn_triangles] + [AutoGenerated(Category = "ATI_pn_triangles", Version = "1.2", EntryPoint = "glPNTrianglesiATI")] public static void PNTriangles(OpenTK.Graphics.OpenGL.AtiPnTriangles pname, Int32 param) { @@ -24743,7 +25280,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AtiFragmentShader", Version = "1.2", EntryPoint = "glSampleMapATI")] + /// [requires: ATI_fragment_shader] + [AutoGenerated(Category = "ATI_fragment_shader", Version = "1.2", EntryPoint = "glSampleMapATI")] public static void SampleMap(Int32 dst, Int32 interp, OpenTK.Graphics.OpenGL.AtiFragmentShader swizzle) { @@ -24757,8 +25295,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ATI_fragment_shader] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AtiFragmentShader", Version = "1.2", EntryPoint = "glSampleMapATI")] + [AutoGenerated(Category = "ATI_fragment_shader", Version = "1.2", EntryPoint = "glSampleMapATI")] public static void SampleMap(UInt32 dst, UInt32 interp, OpenTK.Graphics.OpenGL.AtiFragmentShader swizzle) { @@ -24772,7 +25311,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AtiFragmentShader", Version = "1.2", EntryPoint = "glSetFragmentShaderConstantATI")] + /// [requires: ATI_fragment_shader] + [AutoGenerated(Category = "ATI_fragment_shader", Version = "1.2", EntryPoint = "glSetFragmentShaderConstantATI")] public static void SetFragmentShaderConstant(Int32 dst, Single[] value) { @@ -24792,7 +25332,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AtiFragmentShader", Version = "1.2", EntryPoint = "glSetFragmentShaderConstantATI")] + /// [requires: ATI_fragment_shader] + [AutoGenerated(Category = "ATI_fragment_shader", Version = "1.2", EntryPoint = "glSetFragmentShaderConstantATI")] public static void SetFragmentShaderConstant(Int32 dst, ref Single value) { @@ -24812,8 +25353,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ATI_fragment_shader] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AtiFragmentShader", Version = "1.2", EntryPoint = "glSetFragmentShaderConstantATI")] + [AutoGenerated(Category = "ATI_fragment_shader", Version = "1.2", EntryPoint = "glSetFragmentShaderConstantATI")] public static unsafe void SetFragmentShaderConstant(Int32 dst, Single* value) { @@ -24827,8 +25369,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ATI_fragment_shader] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AtiFragmentShader", Version = "1.2", EntryPoint = "glSetFragmentShaderConstantATI")] + [AutoGenerated(Category = "ATI_fragment_shader", Version = "1.2", EntryPoint = "glSetFragmentShaderConstantATI")] public static void SetFragmentShaderConstant(UInt32 dst, Single[] value) { @@ -24848,8 +25391,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ATI_fragment_shader] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AtiFragmentShader", Version = "1.2", EntryPoint = "glSetFragmentShaderConstantATI")] + [AutoGenerated(Category = "ATI_fragment_shader", Version = "1.2", EntryPoint = "glSetFragmentShaderConstantATI")] public static void SetFragmentShaderConstant(UInt32 dst, ref Single value) { @@ -24869,8 +25413,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ATI_fragment_shader] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AtiFragmentShader", Version = "1.2", EntryPoint = "glSetFragmentShaderConstantATI")] + [AutoGenerated(Category = "ATI_fragment_shader", Version = "1.2", EntryPoint = "glSetFragmentShaderConstantATI")] public static unsafe void SetFragmentShaderConstant(UInt32 dst, Single* value) { @@ -24885,7 +25430,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ATI_separate_stencil] /// Set front and/or back function and reference value for stencil testing /// /// @@ -24908,7 +25453,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a mask that is ANDed with both the reference value and the stored stencil value when the test is done. The initial value is all 1's. /// /// - [AutoGenerated(Category = "AtiSeparateStencil", Version = "1.2", EntryPoint = "glStencilFuncSeparateATI")] + [AutoGenerated(Category = "ATI_separate_stencil", Version = "1.2", EntryPoint = "glStencilFuncSeparateATI")] public static void StencilFuncSeparate(OpenTK.Graphics.OpenGL.StencilFunction frontfunc, OpenTK.Graphics.OpenGL.StencilFunction backfunc, Int32 @ref, Int32 mask) { @@ -24923,7 +25468,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ATI_separate_stencil] /// Set front and/or back function and reference value for stencil testing /// /// @@ -24947,7 +25492,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "AtiSeparateStencil", Version = "1.2", EntryPoint = "glStencilFuncSeparateATI")] + [AutoGenerated(Category = "ATI_separate_stencil", Version = "1.2", EntryPoint = "glStencilFuncSeparateATI")] public static void StencilFuncSeparate(OpenTK.Graphics.OpenGL.StencilFunction frontfunc, OpenTK.Graphics.OpenGL.StencilFunction backfunc, Int32 @ref, UInt32 mask) { @@ -24962,7 +25507,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: ATI_separate_stencil] /// Set front and/or back stencil test actions /// /// @@ -24985,7 +25530,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the stencil action when both the stencil test and the depth test pass, or when the stencil test passes and either there is no depth buffer or depth testing is not enabled. dppass accepts the same symbolic constants as sfail. The initial value is GL_KEEP. /// /// - [AutoGenerated(Category = "AtiSeparateStencil", Version = "1.2", EntryPoint = "glStencilOpSeparateATI")] + [AutoGenerated(Category = "ATI_separate_stencil", Version = "1.2", EntryPoint = "glStencilOpSeparateATI")] public static void StencilOpSeparate(OpenTK.Graphics.OpenGL.AtiSeparateStencil face, OpenTK.Graphics.OpenGL.StencilOp sfail, OpenTK.Graphics.OpenGL.StencilOp dpfail, OpenTK.Graphics.OpenGL.StencilOp dppass) { @@ -24999,7 +25544,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AtiEnvmapBumpmap", Version = "1.2", EntryPoint = "glTexBumpParameterfvATI")] + /// [requires: ATI_envmap_bumpmap] + [AutoGenerated(Category = "ATI_envmap_bumpmap", Version = "1.2", EntryPoint = "glTexBumpParameterfvATI")] public static void TexBumpParameter(OpenTK.Graphics.OpenGL.AtiEnvmapBumpmap pname, Single[] param) { @@ -25019,7 +25565,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AtiEnvmapBumpmap", Version = "1.2", EntryPoint = "glTexBumpParameterfvATI")] + /// [requires: ATI_envmap_bumpmap] + [AutoGenerated(Category = "ATI_envmap_bumpmap", Version = "1.2", EntryPoint = "glTexBumpParameterfvATI")] public static void TexBumpParameter(OpenTK.Graphics.OpenGL.AtiEnvmapBumpmap pname, ref Single param) { @@ -25039,8 +25586,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ATI_envmap_bumpmap] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AtiEnvmapBumpmap", Version = "1.2", EntryPoint = "glTexBumpParameterfvATI")] + [AutoGenerated(Category = "ATI_envmap_bumpmap", Version = "1.2", EntryPoint = "glTexBumpParameterfvATI")] public static unsafe void TexBumpParameter(OpenTK.Graphics.OpenGL.AtiEnvmapBumpmap pname, Single* param) { @@ -25054,7 +25602,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AtiEnvmapBumpmap", Version = "1.2", EntryPoint = "glTexBumpParameterivATI")] + /// [requires: ATI_envmap_bumpmap] + [AutoGenerated(Category = "ATI_envmap_bumpmap", Version = "1.2", EntryPoint = "glTexBumpParameterivATI")] public static void TexBumpParameter(OpenTK.Graphics.OpenGL.AtiEnvmapBumpmap pname, Int32[] param) { @@ -25074,7 +25623,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AtiEnvmapBumpmap", Version = "1.2", EntryPoint = "glTexBumpParameterivATI")] + /// [requires: ATI_envmap_bumpmap] + [AutoGenerated(Category = "ATI_envmap_bumpmap", Version = "1.2", EntryPoint = "glTexBumpParameterivATI")] public static void TexBumpParameter(OpenTK.Graphics.OpenGL.AtiEnvmapBumpmap pname, ref Int32 param) { @@ -25094,8 +25644,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ATI_envmap_bumpmap] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AtiEnvmapBumpmap", Version = "1.2", EntryPoint = "glTexBumpParameterivATI")] + [AutoGenerated(Category = "ATI_envmap_bumpmap", Version = "1.2", EntryPoint = "glTexBumpParameterivATI")] public static unsafe void TexBumpParameter(OpenTK.Graphics.OpenGL.AtiEnvmapBumpmap pname, Int32* param) { @@ -25109,7 +25660,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AtiMapObjectBuffer", Version = "1.2", EntryPoint = "glUnmapObjectBufferATI")] + /// [requires: ATI_map_object_buffer] + [AutoGenerated(Category = "ATI_map_object_buffer", Version = "1.2", EntryPoint = "glUnmapObjectBufferATI")] public static void UnmapObjectBuffer(Int32 buffer) { @@ -25123,8 +25675,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ATI_map_object_buffer] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AtiMapObjectBuffer", Version = "1.2", EntryPoint = "glUnmapObjectBufferATI")] + [AutoGenerated(Category = "ATI_map_object_buffer", Version = "1.2", EntryPoint = "glUnmapObjectBufferATI")] public static void UnmapObjectBuffer(UInt32 buffer) { @@ -25138,7 +25691,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AtiVertexArrayObject", Version = "1.2", EntryPoint = "glUpdateObjectBufferATI")] + /// [requires: ATI_vertex_array_object] + [AutoGenerated(Category = "ATI_vertex_array_object", Version = "1.2", EntryPoint = "glUpdateObjectBufferATI")] public static void UpdateObjectBuffer(Int32 buffer, Int32 offset, Int32 size, IntPtr pointer, OpenTK.Graphics.OpenGL.AtiVertexArrayObject preserve) { @@ -25152,7 +25706,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AtiVertexArrayObject", Version = "1.2", EntryPoint = "glUpdateObjectBufferATI")] + /// [requires: ATI_vertex_array_object] + [AutoGenerated(Category = "ATI_vertex_array_object", Version = "1.2", EntryPoint = "glUpdateObjectBufferATI")] public static void UpdateObjectBuffer(Int32 buffer, Int32 offset, Int32 size, [InAttribute, OutAttribute] T3[] pointer, OpenTK.Graphics.OpenGL.AtiVertexArrayObject preserve) where T3 : struct @@ -25175,7 +25730,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AtiVertexArrayObject", Version = "1.2", EntryPoint = "glUpdateObjectBufferATI")] + /// [requires: ATI_vertex_array_object] + [AutoGenerated(Category = "ATI_vertex_array_object", Version = "1.2", EntryPoint = "glUpdateObjectBufferATI")] public static void UpdateObjectBuffer(Int32 buffer, Int32 offset, Int32 size, [InAttribute, OutAttribute] T3[,] pointer, OpenTK.Graphics.OpenGL.AtiVertexArrayObject preserve) where T3 : struct @@ -25198,7 +25754,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AtiVertexArrayObject", Version = "1.2", EntryPoint = "glUpdateObjectBufferATI")] + /// [requires: ATI_vertex_array_object] + [AutoGenerated(Category = "ATI_vertex_array_object", Version = "1.2", EntryPoint = "glUpdateObjectBufferATI")] public static void UpdateObjectBuffer(Int32 buffer, Int32 offset, Int32 size, [InAttribute, OutAttribute] T3[,,] pointer, OpenTK.Graphics.OpenGL.AtiVertexArrayObject preserve) where T3 : struct @@ -25221,7 +25778,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AtiVertexArrayObject", Version = "1.2", EntryPoint = "glUpdateObjectBufferATI")] + /// [requires: ATI_vertex_array_object] + [AutoGenerated(Category = "ATI_vertex_array_object", Version = "1.2", EntryPoint = "glUpdateObjectBufferATI")] public static void UpdateObjectBuffer(Int32 buffer, Int32 offset, Int32 size, [InAttribute, OutAttribute] ref T3 pointer, OpenTK.Graphics.OpenGL.AtiVertexArrayObject preserve) where T3 : struct @@ -25245,8 +25803,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ATI_vertex_array_object] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AtiVertexArrayObject", Version = "1.2", EntryPoint = "glUpdateObjectBufferATI")] + [AutoGenerated(Category = "ATI_vertex_array_object", Version = "1.2", EntryPoint = "glUpdateObjectBufferATI")] public static void UpdateObjectBuffer(UInt32 buffer, UInt32 offset, Int32 size, IntPtr pointer, OpenTK.Graphics.OpenGL.AtiVertexArrayObject preserve) { @@ -25260,8 +25819,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ATI_vertex_array_object] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AtiVertexArrayObject", Version = "1.2", EntryPoint = "glUpdateObjectBufferATI")] + [AutoGenerated(Category = "ATI_vertex_array_object", Version = "1.2", EntryPoint = "glUpdateObjectBufferATI")] public static void UpdateObjectBuffer(UInt32 buffer, UInt32 offset, Int32 size, [InAttribute, OutAttribute] T3[] pointer, OpenTK.Graphics.OpenGL.AtiVertexArrayObject preserve) where T3 : struct @@ -25284,8 +25844,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ATI_vertex_array_object] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AtiVertexArrayObject", Version = "1.2", EntryPoint = "glUpdateObjectBufferATI")] + [AutoGenerated(Category = "ATI_vertex_array_object", Version = "1.2", EntryPoint = "glUpdateObjectBufferATI")] public static void UpdateObjectBuffer(UInt32 buffer, UInt32 offset, Int32 size, [InAttribute, OutAttribute] T3[,] pointer, OpenTK.Graphics.OpenGL.AtiVertexArrayObject preserve) where T3 : struct @@ -25308,8 +25869,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ATI_vertex_array_object] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AtiVertexArrayObject", Version = "1.2", EntryPoint = "glUpdateObjectBufferATI")] + [AutoGenerated(Category = "ATI_vertex_array_object", Version = "1.2", EntryPoint = "glUpdateObjectBufferATI")] public static void UpdateObjectBuffer(UInt32 buffer, UInt32 offset, Int32 size, [InAttribute, OutAttribute] T3[,,] pointer, OpenTK.Graphics.OpenGL.AtiVertexArrayObject preserve) where T3 : struct @@ -25332,8 +25894,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ATI_vertex_array_object] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AtiVertexArrayObject", Version = "1.2", EntryPoint = "glUpdateObjectBufferATI")] + [AutoGenerated(Category = "ATI_vertex_array_object", Version = "1.2", EntryPoint = "glUpdateObjectBufferATI")] public static void UpdateObjectBuffer(UInt32 buffer, UInt32 offset, Int32 size, [InAttribute, OutAttribute] ref T3 pointer, OpenTK.Graphics.OpenGL.AtiVertexArrayObject preserve) where T3 : struct @@ -25357,7 +25920,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AtiVertexArrayObject", Version = "1.2", EntryPoint = "glVariantArrayObjectATI")] + /// [requires: ATI_vertex_array_object] + [AutoGenerated(Category = "ATI_vertex_array_object", Version = "1.2", EntryPoint = "glVariantArrayObjectATI")] public static void VariantArrayObject(Int32 id, OpenTK.Graphics.OpenGL.AtiVertexArrayObject type, Int32 stride, Int32 buffer, Int32 offset) { @@ -25371,8 +25935,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ATI_vertex_array_object] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AtiVertexArrayObject", Version = "1.2", EntryPoint = "glVariantArrayObjectATI")] + [AutoGenerated(Category = "ATI_vertex_array_object", Version = "1.2", EntryPoint = "glVariantArrayObjectATI")] public static void VariantArrayObject(UInt32 id, OpenTK.Graphics.OpenGL.AtiVertexArrayObject type, Int32 stride, UInt32 buffer, UInt32 offset) { @@ -25386,7 +25951,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AtiVertexAttribArrayObject", Version = "1.2", EntryPoint = "glVertexAttribArrayObjectATI")] + /// [requires: ATI_vertex_attrib_array_object] + [AutoGenerated(Category = "ATI_vertex_attrib_array_object", Version = "1.2", EntryPoint = "glVertexAttribArrayObjectATI")] public static void VertexAttribArrayObject(Int32 index, Int32 size, OpenTK.Graphics.OpenGL.AtiVertexAttribArrayObject type, bool normalized, Int32 stride, Int32 buffer, Int32 offset) { @@ -25400,8 +25966,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ATI_vertex_attrib_array_object] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AtiVertexAttribArrayObject", Version = "1.2", EntryPoint = "glVertexAttribArrayObjectATI")] + [AutoGenerated(Category = "ATI_vertex_attrib_array_object", Version = "1.2", EntryPoint = "glVertexAttribArrayObjectATI")] public static void VertexAttribArrayObject(UInt32 index, Int32 size, OpenTK.Graphics.OpenGL.AtiVertexAttribArrayObject type, bool normalized, Int32 stride, UInt32 buffer, UInt32 offset) { @@ -25415,7 +25982,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AtiVertexStreams", Version = "1.2", EntryPoint = "glVertexBlendEnvfATI")] + /// [requires: ATI_vertex_streams] + [AutoGenerated(Category = "ATI_vertex_streams", Version = "1.2", EntryPoint = "glVertexBlendEnvfATI")] public static void VertexBlendEnv(OpenTK.Graphics.OpenGL.AtiVertexStreams pname, Single param) { @@ -25429,7 +25997,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AtiVertexStreams", Version = "1.2", EntryPoint = "glVertexBlendEnviATI")] + /// [requires: ATI_vertex_streams] + [AutoGenerated(Category = "ATI_vertex_streams", Version = "1.2", EntryPoint = "glVertexBlendEnviATI")] public static void VertexBlendEnv(OpenTK.Graphics.OpenGL.AtiVertexStreams pname, Int32 param) { @@ -25443,7 +26012,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AtiVertexStreams", Version = "1.2", EntryPoint = "glVertexStream1dATI")] + /// [requires: ATI_vertex_streams] + [AutoGenerated(Category = "ATI_vertex_streams", Version = "1.2", EntryPoint = "glVertexStream1dATI")] public static void VertexStream1(OpenTK.Graphics.OpenGL.AtiVertexStreams stream, Double x) { @@ -25457,8 +26027,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ATI_vertex_streams] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AtiVertexStreams", Version = "1.2", EntryPoint = "glVertexStream1dvATI")] + [AutoGenerated(Category = "ATI_vertex_streams", Version = "1.2", EntryPoint = "glVertexStream1dvATI")] public static unsafe void VertexStream1(OpenTK.Graphics.OpenGL.AtiVertexStreams stream, Double* coords) { @@ -25472,7 +26043,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AtiVertexStreams", Version = "1.2", EntryPoint = "glVertexStream1fATI")] + /// [requires: ATI_vertex_streams] + [AutoGenerated(Category = "ATI_vertex_streams", Version = "1.2", EntryPoint = "glVertexStream1fATI")] public static void VertexStream1(OpenTK.Graphics.OpenGL.AtiVertexStreams stream, Single x) { @@ -25486,8 +26058,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ATI_vertex_streams] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AtiVertexStreams", Version = "1.2", EntryPoint = "glVertexStream1fvATI")] + [AutoGenerated(Category = "ATI_vertex_streams", Version = "1.2", EntryPoint = "glVertexStream1fvATI")] public static unsafe void VertexStream1(OpenTK.Graphics.OpenGL.AtiVertexStreams stream, Single* coords) { @@ -25501,7 +26074,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AtiVertexStreams", Version = "1.2", EntryPoint = "glVertexStream1iATI")] + /// [requires: ATI_vertex_streams] + [AutoGenerated(Category = "ATI_vertex_streams", Version = "1.2", EntryPoint = "glVertexStream1iATI")] public static void VertexStream1(OpenTK.Graphics.OpenGL.AtiVertexStreams stream, Int32 x) { @@ -25515,8 +26089,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ATI_vertex_streams] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AtiVertexStreams", Version = "1.2", EntryPoint = "glVertexStream1ivATI")] + [AutoGenerated(Category = "ATI_vertex_streams", Version = "1.2", EntryPoint = "glVertexStream1ivATI")] public static unsafe void VertexStream1(OpenTK.Graphics.OpenGL.AtiVertexStreams stream, Int32* coords) { @@ -25530,7 +26105,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AtiVertexStreams", Version = "1.2", EntryPoint = "glVertexStream1sATI")] + /// [requires: ATI_vertex_streams] + [AutoGenerated(Category = "ATI_vertex_streams", Version = "1.2", EntryPoint = "glVertexStream1sATI")] public static void VertexStream1(OpenTK.Graphics.OpenGL.AtiVertexStreams stream, Int16 x) { @@ -25544,8 +26120,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ATI_vertex_streams] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AtiVertexStreams", Version = "1.2", EntryPoint = "glVertexStream1svATI")] + [AutoGenerated(Category = "ATI_vertex_streams", Version = "1.2", EntryPoint = "glVertexStream1svATI")] public static unsafe void VertexStream1(OpenTK.Graphics.OpenGL.AtiVertexStreams stream, Int16* coords) { @@ -25559,7 +26136,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AtiVertexStreams", Version = "1.2", EntryPoint = "glVertexStream2dATI")] + /// [requires: ATI_vertex_streams] + [AutoGenerated(Category = "ATI_vertex_streams", Version = "1.2", EntryPoint = "glVertexStream2dATI")] public static void VertexStream2(OpenTK.Graphics.OpenGL.AtiVertexStreams stream, Double x, Double y) { @@ -25573,7 +26151,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AtiVertexStreams", Version = "1.2", EntryPoint = "glVertexStream2dvATI")] + /// [requires: ATI_vertex_streams] + [AutoGenerated(Category = "ATI_vertex_streams", Version = "1.2", EntryPoint = "glVertexStream2dvATI")] public static void VertexStream2(OpenTK.Graphics.OpenGL.AtiVertexStreams stream, Double[] coords) { @@ -25593,7 +26172,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AtiVertexStreams", Version = "1.2", EntryPoint = "glVertexStream2dvATI")] + /// [requires: ATI_vertex_streams] + [AutoGenerated(Category = "ATI_vertex_streams", Version = "1.2", EntryPoint = "glVertexStream2dvATI")] public static void VertexStream2(OpenTK.Graphics.OpenGL.AtiVertexStreams stream, ref Double coords) { @@ -25613,8 +26193,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ATI_vertex_streams] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AtiVertexStreams", Version = "1.2", EntryPoint = "glVertexStream2dvATI")] + [AutoGenerated(Category = "ATI_vertex_streams", Version = "1.2", EntryPoint = "glVertexStream2dvATI")] public static unsafe void VertexStream2(OpenTK.Graphics.OpenGL.AtiVertexStreams stream, Double* coords) { @@ -25628,7 +26209,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AtiVertexStreams", Version = "1.2", EntryPoint = "glVertexStream2fATI")] + /// [requires: ATI_vertex_streams] + [AutoGenerated(Category = "ATI_vertex_streams", Version = "1.2", EntryPoint = "glVertexStream2fATI")] public static void VertexStream2(OpenTK.Graphics.OpenGL.AtiVertexStreams stream, Single x, Single y) { @@ -25642,7 +26224,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AtiVertexStreams", Version = "1.2", EntryPoint = "glVertexStream2fvATI")] + /// [requires: ATI_vertex_streams] + [AutoGenerated(Category = "ATI_vertex_streams", Version = "1.2", EntryPoint = "glVertexStream2fvATI")] public static void VertexStream2(OpenTK.Graphics.OpenGL.AtiVertexStreams stream, Single[] coords) { @@ -25662,7 +26245,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AtiVertexStreams", Version = "1.2", EntryPoint = "glVertexStream2fvATI")] + /// [requires: ATI_vertex_streams] + [AutoGenerated(Category = "ATI_vertex_streams", Version = "1.2", EntryPoint = "glVertexStream2fvATI")] public static void VertexStream2(OpenTK.Graphics.OpenGL.AtiVertexStreams stream, ref Single coords) { @@ -25682,8 +26266,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ATI_vertex_streams] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AtiVertexStreams", Version = "1.2", EntryPoint = "glVertexStream2fvATI")] + [AutoGenerated(Category = "ATI_vertex_streams", Version = "1.2", EntryPoint = "glVertexStream2fvATI")] public static unsafe void VertexStream2(OpenTK.Graphics.OpenGL.AtiVertexStreams stream, Single* coords) { @@ -25697,7 +26282,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AtiVertexStreams", Version = "1.2", EntryPoint = "glVertexStream2iATI")] + /// [requires: ATI_vertex_streams] + [AutoGenerated(Category = "ATI_vertex_streams", Version = "1.2", EntryPoint = "glVertexStream2iATI")] public static void VertexStream2(OpenTK.Graphics.OpenGL.AtiVertexStreams stream, Int32 x, Int32 y) { @@ -25711,7 +26297,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AtiVertexStreams", Version = "1.2", EntryPoint = "glVertexStream2ivATI")] + /// [requires: ATI_vertex_streams] + [AutoGenerated(Category = "ATI_vertex_streams", Version = "1.2", EntryPoint = "glVertexStream2ivATI")] public static void VertexStream2(OpenTK.Graphics.OpenGL.AtiVertexStreams stream, Int32[] coords) { @@ -25731,7 +26318,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AtiVertexStreams", Version = "1.2", EntryPoint = "glVertexStream2ivATI")] + /// [requires: ATI_vertex_streams] + [AutoGenerated(Category = "ATI_vertex_streams", Version = "1.2", EntryPoint = "glVertexStream2ivATI")] public static void VertexStream2(OpenTK.Graphics.OpenGL.AtiVertexStreams stream, ref Int32 coords) { @@ -25751,8 +26339,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ATI_vertex_streams] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AtiVertexStreams", Version = "1.2", EntryPoint = "glVertexStream2ivATI")] + [AutoGenerated(Category = "ATI_vertex_streams", Version = "1.2", EntryPoint = "glVertexStream2ivATI")] public static unsafe void VertexStream2(OpenTK.Graphics.OpenGL.AtiVertexStreams stream, Int32* coords) { @@ -25766,7 +26355,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AtiVertexStreams", Version = "1.2", EntryPoint = "glVertexStream2sATI")] + /// [requires: ATI_vertex_streams] + [AutoGenerated(Category = "ATI_vertex_streams", Version = "1.2", EntryPoint = "glVertexStream2sATI")] public static void VertexStream2(OpenTK.Graphics.OpenGL.AtiVertexStreams stream, Int16 x, Int16 y) { @@ -25780,7 +26370,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AtiVertexStreams", Version = "1.2", EntryPoint = "glVertexStream2svATI")] + /// [requires: ATI_vertex_streams] + [AutoGenerated(Category = "ATI_vertex_streams", Version = "1.2", EntryPoint = "glVertexStream2svATI")] public static void VertexStream2(OpenTK.Graphics.OpenGL.AtiVertexStreams stream, Int16[] coords) { @@ -25800,7 +26391,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AtiVertexStreams", Version = "1.2", EntryPoint = "glVertexStream2svATI")] + /// [requires: ATI_vertex_streams] + [AutoGenerated(Category = "ATI_vertex_streams", Version = "1.2", EntryPoint = "glVertexStream2svATI")] public static void VertexStream2(OpenTK.Graphics.OpenGL.AtiVertexStreams stream, ref Int16 coords) { @@ -25820,8 +26412,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ATI_vertex_streams] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AtiVertexStreams", Version = "1.2", EntryPoint = "glVertexStream2svATI")] + [AutoGenerated(Category = "ATI_vertex_streams", Version = "1.2", EntryPoint = "glVertexStream2svATI")] public static unsafe void VertexStream2(OpenTK.Graphics.OpenGL.AtiVertexStreams stream, Int16* coords) { @@ -25835,7 +26428,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AtiVertexStreams", Version = "1.2", EntryPoint = "glVertexStream3dATI")] + /// [requires: ATI_vertex_streams] + [AutoGenerated(Category = "ATI_vertex_streams", Version = "1.2", EntryPoint = "glVertexStream3dATI")] public static void VertexStream3(OpenTK.Graphics.OpenGL.AtiVertexStreams stream, Double x, Double y, Double z) { @@ -25849,7 +26443,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AtiVertexStreams", Version = "1.2", EntryPoint = "glVertexStream3dvATI")] + /// [requires: ATI_vertex_streams] + [AutoGenerated(Category = "ATI_vertex_streams", Version = "1.2", EntryPoint = "glVertexStream3dvATI")] public static void VertexStream3(OpenTK.Graphics.OpenGL.AtiVertexStreams stream, Double[] coords) { @@ -25869,7 +26464,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AtiVertexStreams", Version = "1.2", EntryPoint = "glVertexStream3dvATI")] + /// [requires: ATI_vertex_streams] + [AutoGenerated(Category = "ATI_vertex_streams", Version = "1.2", EntryPoint = "glVertexStream3dvATI")] public static void VertexStream3(OpenTK.Graphics.OpenGL.AtiVertexStreams stream, ref Double coords) { @@ -25889,8 +26485,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ATI_vertex_streams] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AtiVertexStreams", Version = "1.2", EntryPoint = "glVertexStream3dvATI")] + [AutoGenerated(Category = "ATI_vertex_streams", Version = "1.2", EntryPoint = "glVertexStream3dvATI")] public static unsafe void VertexStream3(OpenTK.Graphics.OpenGL.AtiVertexStreams stream, Double* coords) { @@ -25904,7 +26501,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AtiVertexStreams", Version = "1.2", EntryPoint = "glVertexStream3fATI")] + /// [requires: ATI_vertex_streams] + [AutoGenerated(Category = "ATI_vertex_streams", Version = "1.2", EntryPoint = "glVertexStream3fATI")] public static void VertexStream3(OpenTK.Graphics.OpenGL.AtiVertexStreams stream, Single x, Single y, Single z) { @@ -25918,7 +26516,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AtiVertexStreams", Version = "1.2", EntryPoint = "glVertexStream3fvATI")] + /// [requires: ATI_vertex_streams] + [AutoGenerated(Category = "ATI_vertex_streams", Version = "1.2", EntryPoint = "glVertexStream3fvATI")] public static void VertexStream3(OpenTK.Graphics.OpenGL.AtiVertexStreams stream, Single[] coords) { @@ -25938,7 +26537,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AtiVertexStreams", Version = "1.2", EntryPoint = "glVertexStream3fvATI")] + /// [requires: ATI_vertex_streams] + [AutoGenerated(Category = "ATI_vertex_streams", Version = "1.2", EntryPoint = "glVertexStream3fvATI")] public static void VertexStream3(OpenTK.Graphics.OpenGL.AtiVertexStreams stream, ref Single coords) { @@ -25958,8 +26558,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ATI_vertex_streams] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AtiVertexStreams", Version = "1.2", EntryPoint = "glVertexStream3fvATI")] + [AutoGenerated(Category = "ATI_vertex_streams", Version = "1.2", EntryPoint = "glVertexStream3fvATI")] public static unsafe void VertexStream3(OpenTK.Graphics.OpenGL.AtiVertexStreams stream, Single* coords) { @@ -25973,7 +26574,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AtiVertexStreams", Version = "1.2", EntryPoint = "glVertexStream3iATI")] + /// [requires: ATI_vertex_streams] + [AutoGenerated(Category = "ATI_vertex_streams", Version = "1.2", EntryPoint = "glVertexStream3iATI")] public static void VertexStream3(OpenTK.Graphics.OpenGL.AtiVertexStreams stream, Int32 x, Int32 y, Int32 z) { @@ -25987,7 +26589,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AtiVertexStreams", Version = "1.2", EntryPoint = "glVertexStream3ivATI")] + /// [requires: ATI_vertex_streams] + [AutoGenerated(Category = "ATI_vertex_streams", Version = "1.2", EntryPoint = "glVertexStream3ivATI")] public static void VertexStream3(OpenTK.Graphics.OpenGL.AtiVertexStreams stream, Int32[] coords) { @@ -26007,7 +26610,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AtiVertexStreams", Version = "1.2", EntryPoint = "glVertexStream3ivATI")] + /// [requires: ATI_vertex_streams] + [AutoGenerated(Category = "ATI_vertex_streams", Version = "1.2", EntryPoint = "glVertexStream3ivATI")] public static void VertexStream3(OpenTK.Graphics.OpenGL.AtiVertexStreams stream, ref Int32 coords) { @@ -26027,8 +26631,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ATI_vertex_streams] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AtiVertexStreams", Version = "1.2", EntryPoint = "glVertexStream3ivATI")] + [AutoGenerated(Category = "ATI_vertex_streams", Version = "1.2", EntryPoint = "glVertexStream3ivATI")] public static unsafe void VertexStream3(OpenTK.Graphics.OpenGL.AtiVertexStreams stream, Int32* coords) { @@ -26042,7 +26647,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AtiVertexStreams", Version = "1.2", EntryPoint = "glVertexStream3sATI")] + /// [requires: ATI_vertex_streams] + [AutoGenerated(Category = "ATI_vertex_streams", Version = "1.2", EntryPoint = "glVertexStream3sATI")] public static void VertexStream3(OpenTK.Graphics.OpenGL.AtiVertexStreams stream, Int16 x, Int16 y, Int16 z) { @@ -26056,7 +26662,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AtiVertexStreams", Version = "1.2", EntryPoint = "glVertexStream3svATI")] + /// [requires: ATI_vertex_streams] + [AutoGenerated(Category = "ATI_vertex_streams", Version = "1.2", EntryPoint = "glVertexStream3svATI")] public static void VertexStream3(OpenTK.Graphics.OpenGL.AtiVertexStreams stream, Int16[] coords) { @@ -26076,7 +26683,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AtiVertexStreams", Version = "1.2", EntryPoint = "glVertexStream3svATI")] + /// [requires: ATI_vertex_streams] + [AutoGenerated(Category = "ATI_vertex_streams", Version = "1.2", EntryPoint = "glVertexStream3svATI")] public static void VertexStream3(OpenTK.Graphics.OpenGL.AtiVertexStreams stream, ref Int16 coords) { @@ -26096,8 +26704,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ATI_vertex_streams] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AtiVertexStreams", Version = "1.2", EntryPoint = "glVertexStream3svATI")] + [AutoGenerated(Category = "ATI_vertex_streams", Version = "1.2", EntryPoint = "glVertexStream3svATI")] public static unsafe void VertexStream3(OpenTK.Graphics.OpenGL.AtiVertexStreams stream, Int16* coords) { @@ -26111,7 +26720,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AtiVertexStreams", Version = "1.2", EntryPoint = "glVertexStream4dATI")] + /// [requires: ATI_vertex_streams] + [AutoGenerated(Category = "ATI_vertex_streams", Version = "1.2", EntryPoint = "glVertexStream4dATI")] public static void VertexStream4(OpenTK.Graphics.OpenGL.AtiVertexStreams stream, Double x, Double y, Double z, Double w) { @@ -26125,7 +26735,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AtiVertexStreams", Version = "1.2", EntryPoint = "glVertexStream4dvATI")] + /// [requires: ATI_vertex_streams] + [AutoGenerated(Category = "ATI_vertex_streams", Version = "1.2", EntryPoint = "glVertexStream4dvATI")] public static void VertexStream4(OpenTK.Graphics.OpenGL.AtiVertexStreams stream, Double[] coords) { @@ -26145,7 +26756,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AtiVertexStreams", Version = "1.2", EntryPoint = "glVertexStream4dvATI")] + /// [requires: ATI_vertex_streams] + [AutoGenerated(Category = "ATI_vertex_streams", Version = "1.2", EntryPoint = "glVertexStream4dvATI")] public static void VertexStream4(OpenTK.Graphics.OpenGL.AtiVertexStreams stream, ref Double coords) { @@ -26165,8 +26777,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ATI_vertex_streams] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AtiVertexStreams", Version = "1.2", EntryPoint = "glVertexStream4dvATI")] + [AutoGenerated(Category = "ATI_vertex_streams", Version = "1.2", EntryPoint = "glVertexStream4dvATI")] public static unsafe void VertexStream4(OpenTK.Graphics.OpenGL.AtiVertexStreams stream, Double* coords) { @@ -26180,7 +26793,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AtiVertexStreams", Version = "1.2", EntryPoint = "glVertexStream4fATI")] + /// [requires: ATI_vertex_streams] + [AutoGenerated(Category = "ATI_vertex_streams", Version = "1.2", EntryPoint = "glVertexStream4fATI")] public static void VertexStream4(OpenTK.Graphics.OpenGL.AtiVertexStreams stream, Single x, Single y, Single z, Single w) { @@ -26194,7 +26808,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AtiVertexStreams", Version = "1.2", EntryPoint = "glVertexStream4fvATI")] + /// [requires: ATI_vertex_streams] + [AutoGenerated(Category = "ATI_vertex_streams", Version = "1.2", EntryPoint = "glVertexStream4fvATI")] public static void VertexStream4(OpenTK.Graphics.OpenGL.AtiVertexStreams stream, Single[] coords) { @@ -26214,7 +26829,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AtiVertexStreams", Version = "1.2", EntryPoint = "glVertexStream4fvATI")] + /// [requires: ATI_vertex_streams] + [AutoGenerated(Category = "ATI_vertex_streams", Version = "1.2", EntryPoint = "glVertexStream4fvATI")] public static void VertexStream4(OpenTK.Graphics.OpenGL.AtiVertexStreams stream, ref Single coords) { @@ -26234,8 +26850,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ATI_vertex_streams] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AtiVertexStreams", Version = "1.2", EntryPoint = "glVertexStream4fvATI")] + [AutoGenerated(Category = "ATI_vertex_streams", Version = "1.2", EntryPoint = "glVertexStream4fvATI")] public static unsafe void VertexStream4(OpenTK.Graphics.OpenGL.AtiVertexStreams stream, Single* coords) { @@ -26249,7 +26866,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AtiVertexStreams", Version = "1.2", EntryPoint = "glVertexStream4iATI")] + /// [requires: ATI_vertex_streams] + [AutoGenerated(Category = "ATI_vertex_streams", Version = "1.2", EntryPoint = "glVertexStream4iATI")] public static void VertexStream4(OpenTK.Graphics.OpenGL.AtiVertexStreams stream, Int32 x, Int32 y, Int32 z, Int32 w) { @@ -26263,7 +26881,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AtiVertexStreams", Version = "1.2", EntryPoint = "glVertexStream4ivATI")] + /// [requires: ATI_vertex_streams] + [AutoGenerated(Category = "ATI_vertex_streams", Version = "1.2", EntryPoint = "glVertexStream4ivATI")] public static void VertexStream4(OpenTK.Graphics.OpenGL.AtiVertexStreams stream, Int32[] coords) { @@ -26283,7 +26902,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AtiVertexStreams", Version = "1.2", EntryPoint = "glVertexStream4ivATI")] + /// [requires: ATI_vertex_streams] + [AutoGenerated(Category = "ATI_vertex_streams", Version = "1.2", EntryPoint = "glVertexStream4ivATI")] public static void VertexStream4(OpenTK.Graphics.OpenGL.AtiVertexStreams stream, ref Int32 coords) { @@ -26303,8 +26923,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ATI_vertex_streams] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AtiVertexStreams", Version = "1.2", EntryPoint = "glVertexStream4ivATI")] + [AutoGenerated(Category = "ATI_vertex_streams", Version = "1.2", EntryPoint = "glVertexStream4ivATI")] public static unsafe void VertexStream4(OpenTK.Graphics.OpenGL.AtiVertexStreams stream, Int32* coords) { @@ -26318,7 +26939,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AtiVertexStreams", Version = "1.2", EntryPoint = "glVertexStream4sATI")] + /// [requires: ATI_vertex_streams] + [AutoGenerated(Category = "ATI_vertex_streams", Version = "1.2", EntryPoint = "glVertexStream4sATI")] public static void VertexStream4(OpenTK.Graphics.OpenGL.AtiVertexStreams stream, Int16 x, Int16 y, Int16 z, Int16 w) { @@ -26332,7 +26954,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AtiVertexStreams", Version = "1.2", EntryPoint = "glVertexStream4svATI")] + /// [requires: ATI_vertex_streams] + [AutoGenerated(Category = "ATI_vertex_streams", Version = "1.2", EntryPoint = "glVertexStream4svATI")] public static void VertexStream4(OpenTK.Graphics.OpenGL.AtiVertexStreams stream, Int16[] coords) { @@ -26352,7 +26975,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "AtiVertexStreams", Version = "1.2", EntryPoint = "glVertexStream4svATI")] + /// [requires: ATI_vertex_streams] + [AutoGenerated(Category = "ATI_vertex_streams", Version = "1.2", EntryPoint = "glVertexStream4svATI")] public static void VertexStream4(OpenTK.Graphics.OpenGL.AtiVertexStreams stream, ref Int16 coords) { @@ -26372,8 +26996,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: ATI_vertex_streams] [System.CLSCompliant(false)] - [AutoGenerated(Category = "AtiVertexStreams", Version = "1.2", EntryPoint = "glVertexStream4svATI")] + [AutoGenerated(Category = "ATI_vertex_streams", Version = "1.2", EntryPoint = "glVertexStream4svATI")] public static unsafe void VertexStream4(OpenTK.Graphics.OpenGL.AtiVertexStreams stream, Int16* coords) { @@ -26390,7 +27015,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Operate on the accumulation buffer /// /// @@ -26403,7 +27028,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a floating-point value used in the accumulation buffer operation. op determines how value is used. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glAccum")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glAccum")] public static void Accum(OpenTK.Graphics.OpenGL.AccumOp op, Single value) { @@ -26418,7 +27043,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.3] /// Select active texture unit /// /// @@ -26426,7 +27051,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies which texture unit to make active. The number of texture units is implementation dependent, but must be at least two. texture must be one of GL_TEXTURE, where i ranges from 0 to the larger of (GL_MAX_TEXTURE_COORDS - 1) and (GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS - 1). The initial value is GL_TEXTURE0. /// /// - [AutoGenerated(Category = "Version13", Version = "1.3", EntryPoint = "glActiveTexture")] + [AutoGenerated(Category = "VERSION_1_3", Version = "1.3", EntryPoint = "glActiveTexture")] public static void ActiveTexture(OpenTK.Graphics.OpenGL.TextureUnit texture) { @@ -26441,7 +27066,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Specify the alpha test function /// /// @@ -26454,7 +27079,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the reference value that incoming alpha values are compared to. This value is clamped to the range [0,1], where 0 represents the lowest possible alpha value and 1 the highest possible value. The initial reference value is 0. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glAlphaFunc")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glAlphaFunc")] public static void AlphaFunc(OpenTK.Graphics.OpenGL.AlphaFunction func, Single @ref) { @@ -26469,7 +27094,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.1][deprecated: v3.1] /// Determine if textures are loaded in texture memory /// /// @@ -26487,7 +27112,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies an array in which the texture residence status is returned. The residence status of a texture named by an element of textures is returned in the corresponding element of residences. /// /// - [AutoGenerated(Category = "Version11Deprecated", Version = "1.1", EntryPoint = "glAreTexturesResident")] + [AutoGenerated(Category = "VERSION_1_1_DEPRECATED", Version = "1.1", EntryPoint = "glAreTexturesResident")] public static bool AreTexturesResident(Int32 n, Int32[] textures, [OutAttribute] bool[] residences) { @@ -26509,7 +27134,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.1][deprecated: v3.1] /// Determine if textures are loaded in texture memory /// /// @@ -26527,7 +27152,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies an array in which the texture residence status is returned. The residence status of a texture named by an element of textures is returned in the corresponding element of residences. /// /// - [AutoGenerated(Category = "Version11Deprecated", Version = "1.1", EntryPoint = "glAreTexturesResident")] + [AutoGenerated(Category = "VERSION_1_1_DEPRECATED", Version = "1.1", EntryPoint = "glAreTexturesResident")] public static bool AreTexturesResident(Int32 n, ref Int32 textures, [OutAttribute] out bool residences) { @@ -26551,7 +27176,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.1][deprecated: v3.1] /// Determine if textures are loaded in texture memory /// /// @@ -26570,7 +27195,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version11Deprecated", Version = "1.1", EntryPoint = "glAreTexturesResident")] + [AutoGenerated(Category = "VERSION_1_1_DEPRECATED", Version = "1.1", EntryPoint = "glAreTexturesResident")] public static unsafe bool AreTexturesResident(Int32 n, Int32* textures, [OutAttribute] bool* residences) { @@ -26585,7 +27210,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.1][deprecated: v3.1] /// Determine if textures are loaded in texture memory /// /// @@ -26604,7 +27229,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version11Deprecated", Version = "1.1", EntryPoint = "glAreTexturesResident")] + [AutoGenerated(Category = "VERSION_1_1_DEPRECATED", Version = "1.1", EntryPoint = "glAreTexturesResident")] public static bool AreTexturesResident(Int32 n, UInt32[] textures, [OutAttribute] bool[] residences) { @@ -26626,7 +27251,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.1][deprecated: v3.1] /// Determine if textures are loaded in texture memory /// /// @@ -26645,7 +27270,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version11Deprecated", Version = "1.1", EntryPoint = "glAreTexturesResident")] + [AutoGenerated(Category = "VERSION_1_1_DEPRECATED", Version = "1.1", EntryPoint = "glAreTexturesResident")] public static bool AreTexturesResident(Int32 n, ref UInt32 textures, [OutAttribute] out bool residences) { @@ -26669,7 +27294,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.1][deprecated: v3.1] /// Determine if textures are loaded in texture memory /// /// @@ -26688,7 +27313,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version11Deprecated", Version = "1.1", EntryPoint = "glAreTexturesResident")] + [AutoGenerated(Category = "VERSION_1_1_DEPRECATED", Version = "1.1", EntryPoint = "glAreTexturesResident")] public static unsafe bool AreTexturesResident(Int32 n, UInt32* textures, [OutAttribute] bool* residences) { @@ -26703,7 +27328,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.1][deprecated: v3.1] /// Render a vertex using the specified vertex array element /// /// @@ -26711,7 +27336,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies an index into the enabled vertex data arrays. /// /// - [AutoGenerated(Category = "Version11Deprecated", Version = "1.1", EntryPoint = "glArrayElement")] + [AutoGenerated(Category = "VERSION_1_1_DEPRECATED", Version = "1.1", EntryPoint = "glArrayElement")] public static void ArrayElement(Int32 i) { @@ -26726,7 +27351,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Attaches a shader object to a program object /// /// @@ -26739,7 +27364,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the shader object that is to be attached. /// /// - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glAttachShader")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glAttachShader")] public static void AttachShader(Int32 program, Int32 shader) { @@ -26754,7 +27379,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Attaches a shader object to a program object /// /// @@ -26768,7 +27393,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glAttachShader")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glAttachShader")] public static void AttachShader(UInt32 program, UInt32 shader) { @@ -26783,7 +27408,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Delimit the vertices of a primitive or a group of like primitives /// /// @@ -26791,7 +27416,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the primitive or primitives that will be created from vertices presented between glBegin and the subsequent glEnd. Ten symbolic constants are accepted: GL_POINTS, GL_LINES, GL_LINE_STRIP, GL_LINE_LOOP, GL_TRIANGLES, GL_TRIANGLE_STRIP, GL_TRIANGLE_FAN, GL_QUADS, GL_QUAD_STRIP, and GL_POLYGON. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glBegin")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glBegin")] public static void Begin(OpenTK.Graphics.OpenGL.BeginMode mode) { @@ -26806,7 +27431,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glBeginConditionalRender")] + /// [requires: v3.0] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glBeginConditionalRender")] public static void BeginConditionalRender(Int32 id, OpenTK.Graphics.OpenGL.ConditionalRenderType mode) { @@ -26820,8 +27446,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v3.0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glBeginConditionalRender")] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glBeginConditionalRender")] public static void BeginConditionalRender(UInt32 id, OpenTK.Graphics.OpenGL.ConditionalRenderType mode) { @@ -26836,7 +27463,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.5] /// Delimit the boundaries of a query object /// /// @@ -26849,7 +27476,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the name of a query object. /// /// - [AutoGenerated(Category = "Version15", Version = "1.5", EntryPoint = "glBeginQuery")] + [AutoGenerated(Category = "VERSION_1_5", Version = "1.5", EntryPoint = "glBeginQuery")] public static void BeginQuery(OpenTK.Graphics.OpenGL.QueryTarget target, Int32 id) { @@ -26864,7 +27491,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.5] /// Delimit the boundaries of a query object /// /// @@ -26878,7 +27505,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version15", Version = "1.5", EntryPoint = "glBeginQuery")] + [AutoGenerated(Category = "VERSION_1_5", Version = "1.5", EntryPoint = "glBeginQuery")] public static void BeginQuery(OpenTK.Graphics.OpenGL.QueryTarget target, UInt32 id) { @@ -26892,7 +27519,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glBeginTransformFeedback")] + /// [requires: v3.0] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glBeginTransformFeedback")] public static void BeginTransformFeedback(OpenTK.Graphics.OpenGL.BeginFeedbackMode primitiveMode) { @@ -26907,7 +27535,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Associates a generic vertex attribute index with a named attribute variable /// /// @@ -26925,7 +27553,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a null terminated string containing the name of the vertex shader attribute variable to which index is to be bound. /// /// - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glBindAttribLocation")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glBindAttribLocation")] public static void BindAttribLocation(Int32 program, Int32 index, String name) { @@ -26940,7 +27568,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Associates a generic vertex attribute index with a named attribute variable /// /// @@ -26959,7 +27587,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glBindAttribLocation")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glBindAttribLocation")] public static void BindAttribLocation(UInt32 program, UInt32 index, String name) { @@ -26974,7 +27602,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.5] /// Bind a named buffer object /// /// @@ -26987,7 +27615,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the name of a buffer object. /// /// - [AutoGenerated(Category = "Version15", Version = "1.5", EntryPoint = "glBindBuffer")] + [AutoGenerated(Category = "VERSION_1_5", Version = "1.5", EntryPoint = "glBindBuffer")] public static void BindBuffer(OpenTK.Graphics.OpenGL.BufferTarget target, Int32 buffer) { @@ -27002,7 +27630,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.5] /// Bind a named buffer object /// /// @@ -27016,7 +27644,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version15", Version = "1.5", EntryPoint = "glBindBuffer")] + [AutoGenerated(Category = "VERSION_1_5", Version = "1.5", EntryPoint = "glBindBuffer")] public static void BindBuffer(OpenTK.Graphics.OpenGL.BufferTarget target, UInt32 buffer) { @@ -27030,7 +27658,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glBindBufferBase")] + /// [requires: v3.0] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glBindBufferBase")] public static void BindBufferBase(OpenTK.Graphics.OpenGL.BufferTarget target, Int32 index, Int32 buffer) { @@ -27044,8 +27673,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v3.0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glBindBufferBase")] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glBindBufferBase")] public static void BindBufferBase(OpenTK.Graphics.OpenGL.BufferTarget target, UInt32 index, UInt32 buffer) { @@ -27059,7 +27689,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glBindBufferRange")] + /// [requires: v3.0] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glBindBufferRange")] public static void BindBufferRange(OpenTK.Graphics.OpenGL.BufferTarget target, Int32 index, Int32 buffer, IntPtr offset, IntPtr size) { @@ -27073,8 +27704,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v3.0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glBindBufferRange")] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glBindBufferRange")] public static void BindBufferRange(OpenTK.Graphics.OpenGL.BufferTarget target, UInt32 index, UInt32 buffer, IntPtr offset, IntPtr size) { @@ -27088,7 +27720,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glBindFragDataLocation")] + /// [requires: v3.0] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glBindFragDataLocation")] public static void BindFragDataLocation(Int32 program, Int32 color, String name) { @@ -27102,8 +27735,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v3.0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glBindFragDataLocation")] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glBindFragDataLocation")] public static void BindFragDataLocation(UInt32 program, UInt32 color, String name) { @@ -27117,7 +27751,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbFramebufferObject", Version = "3.0", EntryPoint = "glBindFramebuffer")] + /// [requires: v3.0] + [AutoGenerated(Category = "ARB_framebuffer_object", Version = "3.0", EntryPoint = "glBindFramebuffer")] public static void BindFramebuffer(OpenTK.Graphics.OpenGL.FramebufferTarget target, Int32 framebuffer) { @@ -27131,8 +27766,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v3.0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbFramebufferObject", Version = "3.0", EntryPoint = "glBindFramebuffer")] + [AutoGenerated(Category = "ARB_framebuffer_object", Version = "3.0", EntryPoint = "glBindFramebuffer")] public static void BindFramebuffer(OpenTK.Graphics.OpenGL.FramebufferTarget target, UInt32 framebuffer) { @@ -27146,7 +27782,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbFramebufferObject", Version = "3.0", EntryPoint = "glBindRenderbuffer")] + /// [requires: v3.0] + [AutoGenerated(Category = "ARB_framebuffer_object", Version = "3.0", EntryPoint = "glBindRenderbuffer")] public static void BindRenderbuffer(OpenTK.Graphics.OpenGL.RenderbufferTarget target, Int32 renderbuffer) { @@ -27160,8 +27797,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v3.0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbFramebufferObject", Version = "3.0", EntryPoint = "glBindRenderbuffer")] + [AutoGenerated(Category = "ARB_framebuffer_object", Version = "3.0", EntryPoint = "glBindRenderbuffer")] public static void BindRenderbuffer(OpenTK.Graphics.OpenGL.RenderbufferTarget target, UInt32 renderbuffer) { @@ -27176,7 +27814,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.1] /// Bind a named texture to a texturing target /// /// @@ -27189,7 +27827,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the name of a texture. /// /// - [AutoGenerated(Category = "Version11", Version = "1.1", EntryPoint = "glBindTexture")] + [AutoGenerated(Category = "VERSION_1_1", Version = "1.1", EntryPoint = "glBindTexture")] public static void BindTexture(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 texture) { @@ -27204,7 +27842,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.1] /// Bind a named texture to a texturing target /// /// @@ -27218,7 +27856,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version11", Version = "1.1", EntryPoint = "glBindTexture")] + [AutoGenerated(Category = "VERSION_1_1", Version = "1.1", EntryPoint = "glBindTexture")] public static void BindTexture(OpenTK.Graphics.OpenGL.TextureTarget target, UInt32 texture) { @@ -27232,7 +27870,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbVertexArrayObject", Version = "3.0", EntryPoint = "glBindVertexArray")] + /// [requires: v3.0] + [AutoGenerated(Category = "ARB_vertex_array_object", Version = "3.0", EntryPoint = "glBindVertexArray")] public static void BindVertexArray(Int32 array) { @@ -27246,8 +27885,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v3.0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexArrayObject", Version = "3.0", EntryPoint = "glBindVertexArray")] + [AutoGenerated(Category = "ARB_vertex_array_object", Version = "3.0", EntryPoint = "glBindVertexArray")] public static void BindVertexArray(UInt32 array) { @@ -27262,7 +27902,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Draw a bitmap /// /// @@ -27285,7 +27925,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the address of the bitmap image. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glBitmap")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glBitmap")] public static void Bitmap(Int32 width, Int32 height, Single xorig, Single yorig, Single xmove, Single ymove, Byte[] bitmap) { @@ -27306,7 +27946,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Draw a bitmap /// /// @@ -27329,7 +27969,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the address of the bitmap image. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glBitmap")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glBitmap")] public static void Bitmap(Int32 width, Int32 height, Single xorig, Single yorig, Single xmove, Single ymove, ref Byte bitmap) { @@ -27350,7 +27990,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Draw a bitmap /// /// @@ -27374,7 +28014,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glBitmap")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glBitmap")] public static unsafe void Bitmap(Int32 width, Int32 height, Single xorig, Single yorig, Single xmove, Single ymove, Byte* bitmap) { @@ -27389,7 +28029,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2] /// Set the blend color /// /// @@ -27397,7 +28037,7 @@ namespace OpenTK.Graphics.OpenGL /// specify the components of GL_BLEND_COLOR /// /// - [AutoGenerated(Category = "Version12", Version = "1.2", EntryPoint = "glBlendColor")] + [AutoGenerated(Category = "VERSION_1_2", Version = "1.2", EntryPoint = "glBlendColor")] public static void BlendColor(Single red, Single green, Single blue, Single alpha) { @@ -27412,7 +28052,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2] /// Specify the equation used for both the RGB blend equation and the Alpha blend equation /// /// @@ -27420,7 +28060,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 = "Version12", Version = "1.2", EntryPoint = "glBlendEquation")] + [AutoGenerated(Category = "VERSION_1_2", Version = "1.2", EntryPoint = "glBlendEquation")] public static void BlendEquation(OpenTK.Graphics.OpenGL.BlendEquationMode mode) { @@ -27435,7 +28075,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2] /// Specify the equation used for both the RGB blend equation and the Alpha blend equation /// /// @@ -27443,7 +28083,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 = "ArbDrawBuffersBlend", Version = "1.2", EntryPoint = "glBlendEquationi")] + [AutoGenerated(Category = "ARB_draw_buffers_blend", Version = "1.2", EntryPoint = "glBlendEquationi")] public static void BlendEquation(Int32 buf, OpenTK.Graphics.OpenGL.ArbDrawBuffersBlend mode) { @@ -27458,7 +28098,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2] /// Specify the equation used for both the RGB blend equation and the Alpha blend equation /// /// @@ -27467,7 +28107,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbDrawBuffersBlend", Version = "1.2", EntryPoint = "glBlendEquationi")] + [AutoGenerated(Category = "ARB_draw_buffers_blend", Version = "1.2", EntryPoint = "glBlendEquationi")] public static void BlendEquation(UInt32 buf, OpenTK.Graphics.OpenGL.ArbDrawBuffersBlend mode) { @@ -27482,7 +28122,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Set the RGB blend equation and the alpha blend equation separately /// /// @@ -27495,7 +28135,7 @@ namespace OpenTK.Graphics.OpenGL /// specifies the alpha blend equation, how the alpha component of the 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 = "Version20", Version = "2.0", EntryPoint = "glBlendEquationSeparate")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glBlendEquationSeparate")] public static void BlendEquationSeparate(OpenTK.Graphics.OpenGL.BlendEquationMode modeRGB, OpenTK.Graphics.OpenGL.BlendEquationMode modeAlpha) { @@ -27510,7 +28150,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2] /// Set the RGB blend equation and the alpha blend equation separately /// /// @@ -27523,7 +28163,7 @@ namespace OpenTK.Graphics.OpenGL /// specifies the alpha blend equation, how the alpha component of the 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 = "ArbDrawBuffersBlend", Version = "1.2", EntryPoint = "glBlendEquationSeparatei")] + [AutoGenerated(Category = "ARB_draw_buffers_blend", Version = "1.2", EntryPoint = "glBlendEquationSeparatei")] public static void BlendEquationSeparate(Int32 buf, OpenTK.Graphics.OpenGL.BlendEquationMode modeRGB, OpenTK.Graphics.OpenGL.BlendEquationMode modeAlpha) { @@ -27538,7 +28178,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2] /// Set the RGB blend equation and the alpha blend equation separately /// /// @@ -27552,7 +28192,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbDrawBuffersBlend", Version = "1.2", EntryPoint = "glBlendEquationSeparatei")] + [AutoGenerated(Category = "ARB_draw_buffers_blend", Version = "1.2", EntryPoint = "glBlendEquationSeparatei")] public static void BlendEquationSeparate(UInt32 buf, OpenTK.Graphics.OpenGL.BlendEquationMode modeRGB, OpenTK.Graphics.OpenGL.BlendEquationMode modeAlpha) { @@ -27567,7 +28207,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0] /// Specify pixel arithmetic /// /// @@ -27580,7 +28220,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies how the red, green, blue, and alpha destination blending factors are computed. The following symbolic constants are accepted: GL_ZERO, GL_ONE, GL_SRC_COLOR, GL_ONE_MINUS_SRC_COLOR, GL_DST_COLOR, GL_ONE_MINUS_DST_COLOR, GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA, GL_DST_ALPHA, GL_ONE_MINUS_DST_ALPHA. GL_CONSTANT_COLOR, GL_ONE_MINUS_CONSTANT_COLOR, GL_CONSTANT_ALPHA, and GL_ONE_MINUS_CONSTANT_ALPHA. The initial value is GL_ZERO. /// /// - [AutoGenerated(Category = "Version10", Version = "1.0", EntryPoint = "glBlendFunc")] + [AutoGenerated(Category = "VERSION_1_0", Version = "1.0", EntryPoint = "glBlendFunc")] public static void BlendFunc(OpenTK.Graphics.OpenGL.BlendingFactorSrc sfactor, OpenTK.Graphics.OpenGL.BlendingFactorDest dfactor) { @@ -27595,7 +28235,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2] /// Specify pixel arithmetic /// /// @@ -27608,7 +28248,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies how the red, green, blue, and alpha destination blending factors are computed. The following symbolic constants are accepted: GL_ZERO, GL_ONE, GL_SRC_COLOR, GL_ONE_MINUS_SRC_COLOR, GL_DST_COLOR, GL_ONE_MINUS_DST_COLOR, GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA, GL_DST_ALPHA, GL_ONE_MINUS_DST_ALPHA. GL_CONSTANT_COLOR, GL_ONE_MINUS_CONSTANT_COLOR, GL_CONSTANT_ALPHA, and GL_ONE_MINUS_CONSTANT_ALPHA. The initial value is GL_ZERO. /// /// - [AutoGenerated(Category = "ArbDrawBuffersBlend", Version = "1.2", EntryPoint = "glBlendFunci")] + [AutoGenerated(Category = "ARB_draw_buffers_blend", Version = "1.2", EntryPoint = "glBlendFunci")] public static void BlendFunc(Int32 buf, OpenTK.Graphics.OpenGL.ArbDrawBuffersBlend src, OpenTK.Graphics.OpenGL.ArbDrawBuffersBlend dst) { @@ -27623,7 +28263,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2] /// Specify pixel arithmetic /// /// @@ -27637,7 +28277,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbDrawBuffersBlend", Version = "1.2", EntryPoint = "glBlendFunci")] + [AutoGenerated(Category = "ARB_draw_buffers_blend", Version = "1.2", EntryPoint = "glBlendFunci")] public static void BlendFunc(UInt32 buf, OpenTK.Graphics.OpenGL.ArbDrawBuffersBlend src, OpenTK.Graphics.OpenGL.ArbDrawBuffersBlend dst) { @@ -27652,7 +28292,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.4] /// Specify pixel arithmetic for RGB and alpha components separately /// /// @@ -27675,7 +28315,7 @@ namespace OpenTK.Graphics.OpenGL /// Specified how the alpha destination blending factor is computed. The same symbolic constants are accepted as for dstRGB. The initial value is GL_ZERO. /// /// - [AutoGenerated(Category = "Version14", Version = "1.4", EntryPoint = "glBlendFuncSeparate")] + [AutoGenerated(Category = "VERSION_1_4", Version = "1.4", EntryPoint = "glBlendFuncSeparate")] public static void BlendFuncSeparate(OpenTK.Graphics.OpenGL.BlendingFactorSrc sfactorRGB, OpenTK.Graphics.OpenGL.BlendingFactorDest dfactorRGB, OpenTK.Graphics.OpenGL.BlendingFactorSrc sfactorAlpha, OpenTK.Graphics.OpenGL.BlendingFactorDest dfactorAlpha) { @@ -27690,7 +28330,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2] /// Specify pixel arithmetic for RGB and alpha components separately /// /// @@ -27713,7 +28353,7 @@ namespace OpenTK.Graphics.OpenGL /// Specified how the alpha destination blending factor is computed. The same symbolic constants are accepted as for dstRGB. The initial value is GL_ZERO. /// /// - [AutoGenerated(Category = "ArbDrawBuffersBlend", Version = "1.2", EntryPoint = "glBlendFuncSeparatei")] + [AutoGenerated(Category = "ARB_draw_buffers_blend", Version = "1.2", EntryPoint = "glBlendFuncSeparatei")] public static void BlendFuncSeparate(Int32 buf, OpenTK.Graphics.OpenGL.ArbDrawBuffersBlend srcRGB, OpenTK.Graphics.OpenGL.ArbDrawBuffersBlend dstRGB, OpenTK.Graphics.OpenGL.ArbDrawBuffersBlend srcAlpha, OpenTK.Graphics.OpenGL.ArbDrawBuffersBlend dstAlpha) { @@ -27728,7 +28368,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2] /// Specify pixel arithmetic for RGB and alpha components separately /// /// @@ -27752,7 +28392,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbDrawBuffersBlend", Version = "1.2", EntryPoint = "glBlendFuncSeparatei")] + [AutoGenerated(Category = "ARB_draw_buffers_blend", Version = "1.2", EntryPoint = "glBlendFuncSeparatei")] public static void BlendFuncSeparate(UInt32 buf, OpenTK.Graphics.OpenGL.ArbDrawBuffersBlend srcRGB, OpenTK.Graphics.OpenGL.ArbDrawBuffersBlend dstRGB, OpenTK.Graphics.OpenGL.ArbDrawBuffersBlend srcAlpha, OpenTK.Graphics.OpenGL.ArbDrawBuffersBlend dstAlpha) { @@ -27766,7 +28406,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbFramebufferObject", Version = "3.0", EntryPoint = "glBlitFramebuffer")] + /// [requires: v3.0] + [AutoGenerated(Category = "ARB_framebuffer_object", 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) { @@ -27781,7 +28422,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.5] /// Creates and initializes a buffer object's data store /// /// @@ -27804,7 +28445,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the expected usage pattern of the data store. The symbolic constant must be GL_STREAM_DRAW, GL_STREAM_READ, GL_STREAM_COPY, GL_STATIC_DRAW, GL_STATIC_READ, GL_STATIC_COPY, GL_DYNAMIC_DRAW, GL_DYNAMIC_READ, or GL_DYNAMIC_COPY. /// /// - [AutoGenerated(Category = "Version15", Version = "1.5", EntryPoint = "glBufferData")] + [AutoGenerated(Category = "VERSION_1_5", Version = "1.5", EntryPoint = "glBufferData")] public static void BufferData(OpenTK.Graphics.OpenGL.BufferTarget target, IntPtr size, IntPtr data, OpenTK.Graphics.OpenGL.BufferUsageHint usage) { @@ -27819,7 +28460,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.5] /// Creates and initializes a buffer object's data store /// /// @@ -27842,7 +28483,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the expected usage pattern of the data store. The symbolic constant must be GL_STREAM_DRAW, GL_STREAM_READ, GL_STREAM_COPY, GL_STATIC_DRAW, GL_STATIC_READ, GL_STATIC_COPY, GL_DYNAMIC_DRAW, GL_DYNAMIC_READ, or GL_DYNAMIC_COPY. /// /// - [AutoGenerated(Category = "Version15", Version = "1.5", EntryPoint = "glBufferData")] + [AutoGenerated(Category = "VERSION_1_5", Version = "1.5", EntryPoint = "glBufferData")] public static void BufferData(OpenTK.Graphics.OpenGL.BufferTarget target, IntPtr size, [InAttribute, OutAttribute] T2[] data, OpenTK.Graphics.OpenGL.BufferUsageHint usage) where T2 : struct @@ -27866,7 +28507,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.5] /// Creates and initializes a buffer object's data store /// /// @@ -27889,7 +28530,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the expected usage pattern of the data store. The symbolic constant must be GL_STREAM_DRAW, GL_STREAM_READ, GL_STREAM_COPY, GL_STATIC_DRAW, GL_STATIC_READ, GL_STATIC_COPY, GL_DYNAMIC_DRAW, GL_DYNAMIC_READ, or GL_DYNAMIC_COPY. /// /// - [AutoGenerated(Category = "Version15", Version = "1.5", EntryPoint = "glBufferData")] + [AutoGenerated(Category = "VERSION_1_5", Version = "1.5", EntryPoint = "glBufferData")] public static void BufferData(OpenTK.Graphics.OpenGL.BufferTarget target, IntPtr size, [InAttribute, OutAttribute] T2[,] data, OpenTK.Graphics.OpenGL.BufferUsageHint usage) where T2 : struct @@ -27913,7 +28554,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.5] /// Creates and initializes a buffer object's data store /// /// @@ -27936,7 +28577,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the expected usage pattern of the data store. The symbolic constant must be GL_STREAM_DRAW, GL_STREAM_READ, GL_STREAM_COPY, GL_STATIC_DRAW, GL_STATIC_READ, GL_STATIC_COPY, GL_DYNAMIC_DRAW, GL_DYNAMIC_READ, or GL_DYNAMIC_COPY. /// /// - [AutoGenerated(Category = "Version15", Version = "1.5", EntryPoint = "glBufferData")] + [AutoGenerated(Category = "VERSION_1_5", Version = "1.5", EntryPoint = "glBufferData")] public static void BufferData(OpenTK.Graphics.OpenGL.BufferTarget target, IntPtr size, [InAttribute, OutAttribute] T2[,,] data, OpenTK.Graphics.OpenGL.BufferUsageHint usage) where T2 : struct @@ -27960,7 +28601,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.5] /// Creates and initializes a buffer object's data store /// /// @@ -27983,7 +28624,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the expected usage pattern of the data store. The symbolic constant must be GL_STREAM_DRAW, GL_STREAM_READ, GL_STREAM_COPY, GL_STATIC_DRAW, GL_STATIC_READ, GL_STATIC_COPY, GL_DYNAMIC_DRAW, GL_DYNAMIC_READ, or GL_DYNAMIC_COPY. /// /// - [AutoGenerated(Category = "Version15", Version = "1.5", EntryPoint = "glBufferData")] + [AutoGenerated(Category = "VERSION_1_5", Version = "1.5", EntryPoint = "glBufferData")] public static void BufferData(OpenTK.Graphics.OpenGL.BufferTarget target, IntPtr size, [InAttribute, OutAttribute] ref T2 data, OpenTK.Graphics.OpenGL.BufferUsageHint usage) where T2 : struct @@ -28008,7 +28649,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.5] /// Updates a subset of a buffer object's data store /// /// @@ -28031,7 +28672,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the new data that will be copied into the data store. /// /// - [AutoGenerated(Category = "Version15", Version = "1.5", EntryPoint = "glBufferSubData")] + [AutoGenerated(Category = "VERSION_1_5", Version = "1.5", EntryPoint = "glBufferSubData")] public static void BufferSubData(OpenTK.Graphics.OpenGL.BufferTarget target, IntPtr offset, IntPtr size, IntPtr data) { @@ -28046,7 +28687,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.5] /// Updates a subset of a buffer object's data store /// /// @@ -28069,7 +28710,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the new data that will be copied into the data store. /// /// - [AutoGenerated(Category = "Version15", Version = "1.5", EntryPoint = "glBufferSubData")] + [AutoGenerated(Category = "VERSION_1_5", Version = "1.5", EntryPoint = "glBufferSubData")] public static void BufferSubData(OpenTK.Graphics.OpenGL.BufferTarget target, IntPtr offset, IntPtr size, [InAttribute, OutAttribute] T3[] data) where T3 : struct @@ -28093,7 +28734,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.5] /// Updates a subset of a buffer object's data store /// /// @@ -28116,7 +28757,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the new data that will be copied into the data store. /// /// - [AutoGenerated(Category = "Version15", Version = "1.5", EntryPoint = "glBufferSubData")] + [AutoGenerated(Category = "VERSION_1_5", Version = "1.5", EntryPoint = "glBufferSubData")] public static void BufferSubData(OpenTK.Graphics.OpenGL.BufferTarget target, IntPtr offset, IntPtr size, [InAttribute, OutAttribute] T3[,] data) where T3 : struct @@ -28140,7 +28781,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.5] /// Updates a subset of a buffer object's data store /// /// @@ -28163,7 +28804,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the new data that will be copied into the data store. /// /// - [AutoGenerated(Category = "Version15", Version = "1.5", EntryPoint = "glBufferSubData")] + [AutoGenerated(Category = "VERSION_1_5", Version = "1.5", EntryPoint = "glBufferSubData")] public static void BufferSubData(OpenTK.Graphics.OpenGL.BufferTarget target, IntPtr offset, IntPtr size, [InAttribute, OutAttribute] T3[,,] data) where T3 : struct @@ -28187,7 +28828,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.5] /// Updates a subset of a buffer object's data store /// /// @@ -28210,7 +28851,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the new data that will be copied into the data store. /// /// - [AutoGenerated(Category = "Version15", Version = "1.5", EntryPoint = "glBufferSubData")] + [AutoGenerated(Category = "VERSION_1_5", Version = "1.5", EntryPoint = "glBufferSubData")] public static void BufferSubData(OpenTK.Graphics.OpenGL.BufferTarget target, IntPtr offset, IntPtr size, [InAttribute, OutAttribute] ref T3 data) where T3 : struct @@ -28235,7 +28876,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Execute a display list /// /// @@ -28243,7 +28884,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the integer name of the display list to be executed. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glCallList")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glCallList")] public static void CallList(Int32 list) { @@ -28258,7 +28899,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Execute a display list /// /// @@ -28267,7 +28908,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glCallList")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glCallList")] public static void CallList(UInt32 list) { @@ -28282,7 +28923,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Execute a list of display lists /// /// @@ -28300,7 +28941,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the address of an array of name offsets in the display list. The pointer type is void because the offsets can be bytes, shorts, ints, or floats, depending on the value of type. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glCallLists")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glCallLists")] public static void CallLists(Int32 n, OpenTK.Graphics.OpenGL.ListNameType type, IntPtr lists) { @@ -28315,7 +28956,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Execute a list of display lists /// /// @@ -28333,7 +28974,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the address of an array of name offsets in the display list. The pointer type is void because the offsets can be bytes, shorts, ints, or floats, depending on the value of type. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glCallLists")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glCallLists")] public static void CallLists(Int32 n, OpenTK.Graphics.OpenGL.ListNameType type, [InAttribute, OutAttribute] T2[] lists) where T2 : struct @@ -28357,7 +28998,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Execute a list of display lists /// /// @@ -28375,7 +29016,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the address of an array of name offsets in the display list. The pointer type is void because the offsets can be bytes, shorts, ints, or floats, depending on the value of type. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glCallLists")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glCallLists")] public static void CallLists(Int32 n, OpenTK.Graphics.OpenGL.ListNameType type, [InAttribute, OutAttribute] T2[,] lists) where T2 : struct @@ -28399,7 +29040,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Execute a list of display lists /// /// @@ -28417,7 +29058,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the address of an array of name offsets in the display list. The pointer type is void because the offsets can be bytes, shorts, ints, or floats, depending on the value of type. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glCallLists")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glCallLists")] public static void CallLists(Int32 n, OpenTK.Graphics.OpenGL.ListNameType type, [InAttribute, OutAttribute] T2[,,] lists) where T2 : struct @@ -28441,7 +29082,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Execute a list of display lists /// /// @@ -28459,7 +29100,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the address of an array of name offsets in the display list. The pointer type is void because the offsets can be bytes, shorts, ints, or floats, depending on the value of type. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glCallLists")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glCallLists")] public static void CallLists(Int32 n, OpenTK.Graphics.OpenGL.ListNameType type, [InAttribute, OutAttribute] ref T2 lists) where T2 : struct @@ -28483,7 +29124,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbFramebufferObject", Version = "3.0", EntryPoint = "glCheckFramebufferStatus")] + /// [requires: v3.0] + [AutoGenerated(Category = "ARB_framebuffer_object", Version = "3.0", EntryPoint = "glCheckFramebufferStatus")] public static OpenTK.Graphics.OpenGL.FramebufferErrorCode CheckFramebufferStatus(OpenTK.Graphics.OpenGL.FramebufferTarget target) { @@ -28497,7 +29139,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glClampColor")] + /// [requires: v3.0] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glClampColor")] public static void ClampColor(OpenTK.Graphics.OpenGL.ClampColorTarget target, OpenTK.Graphics.OpenGL.ClampColorMode clamp) { @@ -28512,7 +29155,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0] /// Clear buffers to preset values /// /// @@ -28520,7 +29163,7 @@ namespace OpenTK.Graphics.OpenGL /// Bitwise OR of masks that indicate the buffers to be cleared. The four masks are GL_COLOR_BUFFER_BIT, GL_DEPTH_BUFFER_BIT, GL_ACCUM_BUFFER_BIT, and GL_STENCIL_BUFFER_BIT. /// /// - [AutoGenerated(Category = "Version10", Version = "1.0", EntryPoint = "glClear")] + [AutoGenerated(Category = "VERSION_1_0", Version = "1.0", EntryPoint = "glClear")] public static void Clear(OpenTK.Graphics.OpenGL.ClearBufferMask mask) { @@ -28535,7 +29178,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Specify clear values for the accumulation buffer /// /// @@ -28543,7 +29186,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the red, green, blue, and alpha values used when the accumulation buffer is cleared. The initial values are all 0. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glClearAccum")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glClearAccum")] public static void ClearAccum(Single red, Single green, Single blue, Single alpha) { @@ -28557,7 +29200,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glClearBufferfi")] + /// [requires: v3.0] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glClearBufferfi")] public static void ClearBuffer(OpenTK.Graphics.OpenGL.ClearBuffer buffer, Int32 drawbuffer, Single depth, Int32 stencil) { @@ -28571,7 +29215,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glClearBufferfv")] + /// [requires: v3.0] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glClearBufferfv")] public static void ClearBuffer(OpenTK.Graphics.OpenGL.ClearBuffer buffer, Int32 drawbuffer, Single[] value) { @@ -28591,7 +29236,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glClearBufferfv")] + /// [requires: v3.0] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glClearBufferfv")] public static void ClearBuffer(OpenTK.Graphics.OpenGL.ClearBuffer buffer, Int32 drawbuffer, ref Single value) { @@ -28611,8 +29257,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v3.0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glClearBufferfv")] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glClearBufferfv")] public static unsafe void ClearBuffer(OpenTK.Graphics.OpenGL.ClearBuffer buffer, Int32 drawbuffer, Single* value) { @@ -28626,7 +29273,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glClearBufferiv")] + /// [requires: v3.0] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glClearBufferiv")] public static void ClearBuffer(OpenTK.Graphics.OpenGL.ClearBuffer buffer, Int32 drawbuffer, Int32[] value) { @@ -28646,7 +29294,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glClearBufferiv")] + /// [requires: v3.0] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glClearBufferiv")] public static void ClearBuffer(OpenTK.Graphics.OpenGL.ClearBuffer buffer, Int32 drawbuffer, ref Int32 value) { @@ -28666,8 +29315,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v3.0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glClearBufferiv")] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glClearBufferiv")] public static unsafe void ClearBuffer(OpenTK.Graphics.OpenGL.ClearBuffer buffer, Int32 drawbuffer, Int32* value) { @@ -28681,8 +29331,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v3.0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glClearBufferuiv")] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glClearBufferuiv")] public static void ClearBuffer(OpenTK.Graphics.OpenGL.ClearBuffer buffer, Int32 drawbuffer, UInt32[] value) { @@ -28702,8 +29353,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v3.0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glClearBufferuiv")] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glClearBufferuiv")] public static void ClearBuffer(OpenTK.Graphics.OpenGL.ClearBuffer buffer, Int32 drawbuffer, ref UInt32 value) { @@ -28723,8 +29375,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v3.0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glClearBufferuiv")] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glClearBufferuiv")] public static unsafe void ClearBuffer(OpenTK.Graphics.OpenGL.ClearBuffer buffer, Int32 drawbuffer, UInt32* value) { @@ -28739,7 +29392,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0] /// Specify clear values for the color buffers /// /// @@ -28747,7 +29400,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the red, green, blue, and alpha values used when the color buffers are cleared. The initial values are all 0. /// /// - [AutoGenerated(Category = "Version10", Version = "1.0", EntryPoint = "glClearColor")] + [AutoGenerated(Category = "VERSION_1_0", Version = "1.0", EntryPoint = "glClearColor")] public static void ClearColor(Single red, Single green, Single blue, Single alpha) { @@ -28762,7 +29415,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0] /// Specify the clear value for the depth buffer /// /// @@ -28770,7 +29423,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the depth value used when the depth buffer is cleared. The initial value is 1. /// /// - [AutoGenerated(Category = "Version10", Version = "1.0", EntryPoint = "glClearDepth")] + [AutoGenerated(Category = "VERSION_1_0", Version = "1.0", EntryPoint = "glClearDepth")] public static void ClearDepth(Double depth) { @@ -28785,7 +29438,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Specify the clear value for the color index buffers /// /// @@ -28793,7 +29446,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the index used when the color index buffers are cleared. The initial value is 0. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glClearIndex")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glClearIndex")] public static void ClearIndex(Single c) { @@ -28808,7 +29461,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0] /// Specify the clear value for the stencil buffer /// /// @@ -28816,7 +29469,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the index used when the stencil buffer is cleared. The initial value is 0. /// /// - [AutoGenerated(Category = "Version10", Version = "1.0", EntryPoint = "glClearStencil")] + [AutoGenerated(Category = "VERSION_1_0", Version = "1.0", EntryPoint = "glClearStencil")] public static void ClearStencil(Int32 s) { @@ -28831,7 +29484,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.3][deprecated: v3.1] /// Select active texture unit /// /// @@ -28839,7 +29492,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies which texture unit to make active. The number of texture units is implementation dependent, but must be at least two. texture must be one of GL_TEXTURE, where i ranges from 0 to the value of GL_MAX_TEXTURE_COORDS - 1, which is an implementation-dependent value. The initial value is GL_TEXTURE0. /// /// - [AutoGenerated(Category = "Version13Deprecated", Version = "1.3", EntryPoint = "glClientActiveTexture")] + [AutoGenerated(Category = "VERSION_1_3_DEPRECATED", Version = "1.3", EntryPoint = "glClientActiveTexture")] public static void ClientActiveTexture(OpenTK.Graphics.OpenGL.TextureUnit texture) { @@ -28853,7 +29506,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbSync", Version = "1.2", EntryPoint = "glClientWaitSync")] + /// [requires: v1.2] + [AutoGenerated(Category = "ARB_sync", Version = "1.2", EntryPoint = "glClientWaitSync")] public static OpenTK.Graphics.OpenGL.ArbSync ClientWaitSync(IntPtr sync, Int32 flags, Int64 timeout) { @@ -28867,8 +29521,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v1.2] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbSync", Version = "1.2", EntryPoint = "glClientWaitSync")] + [AutoGenerated(Category = "ARB_sync", Version = "1.2", EntryPoint = "glClientWaitSync")] public static OpenTK.Graphics.OpenGL.ArbSync ClientWaitSync(IntPtr sync, UInt32 flags, UInt64 timeout) { @@ -28883,7 +29538,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Specify a plane against which all geometry is clipped /// /// @@ -28896,7 +29551,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the address of an array of four double-precision floating-point values. These values are interpreted as a plane equation. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glClipPlane")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glClipPlane")] public static void ClipPlane(OpenTK.Graphics.OpenGL.ClipPlaneName plane, Double[] equation) { @@ -28917,7 +29572,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Specify a plane against which all geometry is clipped /// /// @@ -28930,7 +29585,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the address of an array of four double-precision floating-point values. These values are interpreted as a plane equation. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glClipPlane")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glClipPlane")] public static void ClipPlane(OpenTK.Graphics.OpenGL.ClipPlaneName plane, ref Double equation) { @@ -28951,7 +29606,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Specify a plane against which all geometry is clipped /// /// @@ -28965,7 +29620,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glClipPlane")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glClipPlane")] public static unsafe void ClipPlane(OpenTK.Graphics.OpenGL.ClipPlaneName plane, Double* equation) { @@ -28980,7 +29635,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current color /// /// @@ -28994,7 +29649,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glColor3b")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glColor3b")] public static void Color3(SByte red, SByte green, SByte blue) { @@ -29009,7 +29664,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current color /// /// @@ -29023,7 +29678,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glColor3bv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glColor3bv")] public static void Color3(SByte[] v) { @@ -29044,7 +29699,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current color /// /// @@ -29058,7 +29713,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glColor3bv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glColor3bv")] public static void Color3(ref SByte v) { @@ -29079,7 +29734,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current color /// /// @@ -29093,7 +29748,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glColor3bv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glColor3bv")] public static unsafe void Color3(SByte* v) { @@ -29108,7 +29763,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current color /// /// @@ -29121,7 +29776,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a new alpha value for the current color. Included only in the four-argument glColor4 commands. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glColor3d")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glColor3d")] public static void Color3(Double red, Double green, Double blue) { @@ -29136,7 +29791,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current color /// /// @@ -29149,7 +29804,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a new alpha value for the current color. Included only in the four-argument glColor4 commands. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glColor3dv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glColor3dv")] public static void Color3(Double[] v) { @@ -29170,7 +29825,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current color /// /// @@ -29183,7 +29838,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a new alpha value for the current color. Included only in the four-argument glColor4 commands. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glColor3dv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glColor3dv")] public static void Color3(ref Double v) { @@ -29204,7 +29859,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current color /// /// @@ -29218,7 +29873,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glColor3dv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glColor3dv")] public static unsafe void Color3(Double* v) { @@ -29233,7 +29888,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current color /// /// @@ -29246,7 +29901,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a new alpha value for the current color. Included only in the four-argument glColor4 commands. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glColor3f")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glColor3f")] public static void Color3(Single red, Single green, Single blue) { @@ -29261,7 +29916,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current color /// /// @@ -29274,7 +29929,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a new alpha value for the current color. Included only in the four-argument glColor4 commands. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glColor3fv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glColor3fv")] public static void Color3(Single[] v) { @@ -29295,7 +29950,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current color /// /// @@ -29308,7 +29963,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a new alpha value for the current color. Included only in the four-argument glColor4 commands. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glColor3fv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glColor3fv")] public static void Color3(ref Single v) { @@ -29329,7 +29984,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current color /// /// @@ -29343,7 +29998,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glColor3fv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glColor3fv")] public static unsafe void Color3(Single* v) { @@ -29358,7 +30013,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current color /// /// @@ -29371,7 +30026,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a new alpha value for the current color. Included only in the four-argument glColor4 commands. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glColor3i")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glColor3i")] public static void Color3(Int32 red, Int32 green, Int32 blue) { @@ -29386,7 +30041,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current color /// /// @@ -29399,7 +30054,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a new alpha value for the current color. Included only in the four-argument glColor4 commands. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glColor3iv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glColor3iv")] public static void Color3(Int32[] v) { @@ -29420,7 +30075,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current color /// /// @@ -29433,7 +30088,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a new alpha value for the current color. Included only in the four-argument glColor4 commands. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glColor3iv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glColor3iv")] public static void Color3(ref Int32 v) { @@ -29454,7 +30109,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current color /// /// @@ -29468,7 +30123,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glColor3iv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glColor3iv")] public static unsafe void Color3(Int32* v) { @@ -29483,7 +30138,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current color /// /// @@ -29496,7 +30151,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a new alpha value for the current color. Included only in the four-argument glColor4 commands. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glColor3s")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glColor3s")] public static void Color3(Int16 red, Int16 green, Int16 blue) { @@ -29511,7 +30166,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current color /// /// @@ -29524,7 +30179,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a new alpha value for the current color. Included only in the four-argument glColor4 commands. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glColor3sv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glColor3sv")] public static void Color3(Int16[] v) { @@ -29545,7 +30200,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current color /// /// @@ -29558,7 +30213,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a new alpha value for the current color. Included only in the four-argument glColor4 commands. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glColor3sv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glColor3sv")] public static void Color3(ref Int16 v) { @@ -29579,7 +30234,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current color /// /// @@ -29593,7 +30248,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glColor3sv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glColor3sv")] public static unsafe void Color3(Int16* v) { @@ -29608,7 +30263,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current color /// /// @@ -29621,7 +30276,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a new alpha value for the current color. Included only in the four-argument glColor4 commands. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glColor3ub")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glColor3ub")] public static void Color3(Byte red, Byte green, Byte blue) { @@ -29636,7 +30291,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current color /// /// @@ -29649,7 +30304,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a new alpha value for the current color. Included only in the four-argument glColor4 commands. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glColor3ubv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glColor3ubv")] public static void Color3(Byte[] v) { @@ -29670,7 +30325,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current color /// /// @@ -29683,7 +30338,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a new alpha value for the current color. Included only in the four-argument glColor4 commands. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glColor3ubv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glColor3ubv")] public static void Color3(ref Byte v) { @@ -29704,7 +30359,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current color /// /// @@ -29718,7 +30373,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glColor3ubv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glColor3ubv")] public static unsafe void Color3(Byte* v) { @@ -29733,7 +30388,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current color /// /// @@ -29747,7 +30402,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glColor3ui")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glColor3ui")] public static void Color3(UInt32 red, UInt32 green, UInt32 blue) { @@ -29762,7 +30417,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current color /// /// @@ -29776,7 +30431,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glColor3uiv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glColor3uiv")] public static void Color3(UInt32[] v) { @@ -29797,7 +30452,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current color /// /// @@ -29811,7 +30466,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glColor3uiv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glColor3uiv")] public static void Color3(ref UInt32 v) { @@ -29832,7 +30487,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current color /// /// @@ -29846,7 +30501,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glColor3uiv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glColor3uiv")] public static unsafe void Color3(UInt32* v) { @@ -29861,7 +30516,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current color /// /// @@ -29875,7 +30530,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glColor3us")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glColor3us")] public static void Color3(UInt16 red, UInt16 green, UInt16 blue) { @@ -29890,7 +30545,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current color /// /// @@ -29904,7 +30559,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glColor3usv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glColor3usv")] public static void Color3(UInt16[] v) { @@ -29925,7 +30580,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current color /// /// @@ -29939,7 +30594,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glColor3usv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glColor3usv")] public static void Color3(ref UInt16 v) { @@ -29960,7 +30615,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current color /// /// @@ -29974,7 +30629,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glColor3usv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glColor3usv")] public static unsafe void Color3(UInt16* v) { @@ -29989,7 +30644,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current color /// /// @@ -30003,7 +30658,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glColor4b")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glColor4b")] public static void Color4(SByte red, SByte green, SByte blue, SByte alpha) { @@ -30018,7 +30673,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current color /// /// @@ -30032,7 +30687,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glColor4bv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glColor4bv")] public static void Color4(SByte[] v) { @@ -30053,7 +30708,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current color /// /// @@ -30067,7 +30722,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glColor4bv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glColor4bv")] public static void Color4(ref SByte v) { @@ -30088,7 +30743,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current color /// /// @@ -30102,7 +30757,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glColor4bv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glColor4bv")] public static unsafe void Color4(SByte* v) { @@ -30117,7 +30772,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current color /// /// @@ -30130,7 +30785,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a new alpha value for the current color. Included only in the four-argument glColor4 commands. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glColor4d")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glColor4d")] public static void Color4(Double red, Double green, Double blue, Double alpha) { @@ -30145,7 +30800,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current color /// /// @@ -30158,7 +30813,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a new alpha value for the current color. Included only in the four-argument glColor4 commands. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glColor4dv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glColor4dv")] public static void Color4(Double[] v) { @@ -30179,7 +30834,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current color /// /// @@ -30192,7 +30847,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a new alpha value for the current color. Included only in the four-argument glColor4 commands. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glColor4dv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glColor4dv")] public static void Color4(ref Double v) { @@ -30213,7 +30868,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current color /// /// @@ -30227,7 +30882,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glColor4dv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glColor4dv")] public static unsafe void Color4(Double* v) { @@ -30242,7 +30897,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current color /// /// @@ -30255,7 +30910,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a new alpha value for the current color. Included only in the four-argument glColor4 commands. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glColor4f")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glColor4f")] public static void Color4(Single red, Single green, Single blue, Single alpha) { @@ -30270,7 +30925,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current color /// /// @@ -30283,7 +30938,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a new alpha value for the current color. Included only in the four-argument glColor4 commands. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glColor4fv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glColor4fv")] public static void Color4(Single[] v) { @@ -30304,7 +30959,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current color /// /// @@ -30317,7 +30972,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a new alpha value for the current color. Included only in the four-argument glColor4 commands. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glColor4fv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glColor4fv")] public static void Color4(ref Single v) { @@ -30338,7 +30993,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current color /// /// @@ -30352,7 +31007,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glColor4fv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glColor4fv")] public static unsafe void Color4(Single* v) { @@ -30367,7 +31022,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current color /// /// @@ -30380,7 +31035,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a new alpha value for the current color. Included only in the four-argument glColor4 commands. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glColor4i")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glColor4i")] public static void Color4(Int32 red, Int32 green, Int32 blue, Int32 alpha) { @@ -30395,7 +31050,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current color /// /// @@ -30408,7 +31063,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a new alpha value for the current color. Included only in the four-argument glColor4 commands. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glColor4iv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glColor4iv")] public static void Color4(Int32[] v) { @@ -30429,7 +31084,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current color /// /// @@ -30442,7 +31097,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a new alpha value for the current color. Included only in the four-argument glColor4 commands. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glColor4iv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glColor4iv")] public static void Color4(ref Int32 v) { @@ -30463,7 +31118,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current color /// /// @@ -30477,7 +31132,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glColor4iv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glColor4iv")] public static unsafe void Color4(Int32* v) { @@ -30492,7 +31147,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current color /// /// @@ -30505,7 +31160,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a new alpha value for the current color. Included only in the four-argument glColor4 commands. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glColor4s")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glColor4s")] public static void Color4(Int16 red, Int16 green, Int16 blue, Int16 alpha) { @@ -30520,7 +31175,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current color /// /// @@ -30533,7 +31188,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a new alpha value for the current color. Included only in the four-argument glColor4 commands. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glColor4sv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glColor4sv")] public static void Color4(Int16[] v) { @@ -30554,7 +31209,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current color /// /// @@ -30567,7 +31222,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a new alpha value for the current color. Included only in the four-argument glColor4 commands. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glColor4sv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glColor4sv")] public static void Color4(ref Int16 v) { @@ -30588,7 +31243,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current color /// /// @@ -30602,7 +31257,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glColor4sv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glColor4sv")] public static unsafe void Color4(Int16* v) { @@ -30617,7 +31272,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current color /// /// @@ -30630,7 +31285,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a new alpha value for the current color. Included only in the four-argument glColor4 commands. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glColor4ub")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glColor4ub")] public static void Color4(Byte red, Byte green, Byte blue, Byte alpha) { @@ -30645,7 +31300,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current color /// /// @@ -30658,7 +31313,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a new alpha value for the current color. Included only in the four-argument glColor4 commands. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glColor4ubv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glColor4ubv")] public static void Color4(Byte[] v) { @@ -30679,7 +31334,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current color /// /// @@ -30692,7 +31347,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a new alpha value for the current color. Included only in the four-argument glColor4 commands. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glColor4ubv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glColor4ubv")] public static void Color4(ref Byte v) { @@ -30713,7 +31368,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current color /// /// @@ -30727,7 +31382,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glColor4ubv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glColor4ubv")] public static unsafe void Color4(Byte* v) { @@ -30742,7 +31397,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current color /// /// @@ -30756,7 +31411,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glColor4ui")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glColor4ui")] public static void Color4(UInt32 red, UInt32 green, UInt32 blue, UInt32 alpha) { @@ -30771,7 +31426,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current color /// /// @@ -30785,7 +31440,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glColor4uiv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glColor4uiv")] public static void Color4(UInt32[] v) { @@ -30806,7 +31461,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current color /// /// @@ -30820,7 +31475,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glColor4uiv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glColor4uiv")] public static void Color4(ref UInt32 v) { @@ -30841,7 +31496,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current color /// /// @@ -30855,7 +31510,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glColor4uiv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glColor4uiv")] public static unsafe void Color4(UInt32* v) { @@ -30870,7 +31525,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current color /// /// @@ -30884,7 +31539,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glColor4us")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glColor4us")] public static void Color4(UInt16 red, UInt16 green, UInt16 blue, UInt16 alpha) { @@ -30899,7 +31554,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current color /// /// @@ -30913,7 +31568,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glColor4usv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glColor4usv")] public static void Color4(UInt16[] v) { @@ -30934,7 +31589,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current color /// /// @@ -30948,7 +31603,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glColor4usv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glColor4usv")] public static void Color4(ref UInt16 v) { @@ -30969,7 +31624,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current color /// /// @@ -30983,7 +31638,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glColor4usv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glColor4usv")] public static unsafe void Color4(UInt16* v) { @@ -30998,7 +31653,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0] /// Enable and disable writing of frame buffer color components /// /// @@ -31006,7 +31661,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify whether red, green, blue, and alpha can or cannot be written into the frame buffer. The initial values are all GL_TRUE, indicating that the color components can be written. /// /// - [AutoGenerated(Category = "Version10", Version = "1.0", EntryPoint = "glColorMask")] + [AutoGenerated(Category = "VERSION_1_0", Version = "1.0", EntryPoint = "glColorMask")] public static void ColorMask(bool red, bool green, bool blue, bool alpha) { @@ -31021,7 +31676,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.0] /// Enable and disable writing of frame buffer color components /// /// @@ -31029,7 +31684,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify whether red, green, blue, and alpha can or cannot be written into the frame buffer. The initial values are all GL_TRUE, indicating that the color components can be written. /// /// - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glColorMaski")] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glColorMaski")] public static void ColorMask(Int32 index, bool r, bool g, bool b, bool a) { @@ -31044,7 +31699,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.0] /// Enable and disable writing of frame buffer color components /// /// @@ -31053,7 +31708,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glColorMaski")] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glColorMaski")] public static void ColorMask(UInt32 index, bool r, bool g, bool b, bool a) { @@ -31068,7 +31723,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Cause a material color to track the current color /// /// @@ -31081,7 +31736,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies which of several material parameters track the current color. Accepted values are GL_EMISSION, GL_AMBIENT, GL_DIFFUSE, GL_SPECULAR, and GL_AMBIENT_AND_DIFFUSE. The initial value is GL_AMBIENT_AND_DIFFUSE. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glColorMaterial")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glColorMaterial")] public static void ColorMaterial(OpenTK.Graphics.OpenGL.MaterialFace face, OpenTK.Graphics.OpenGL.ColorMaterialParameter mode) { @@ -31096,7 +31751,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.1][deprecated: v3.1] /// Define an array of colors /// /// @@ -31119,7 +31774,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the first component of the first color element in the array. The initial value is 0. /// /// - [AutoGenerated(Category = "Version11Deprecated", Version = "1.1", EntryPoint = "glColorPointer")] + [AutoGenerated(Category = "VERSION_1_1_DEPRECATED", Version = "1.1", EntryPoint = "glColorPointer")] public static void ColorPointer(Int32 size, OpenTK.Graphics.OpenGL.ColorPointerType type, Int32 stride, IntPtr pointer) { @@ -31134,7 +31789,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.1][deprecated: v3.1] /// Define an array of colors /// /// @@ -31157,7 +31812,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the first component of the first color element in the array. The initial value is 0. /// /// - [AutoGenerated(Category = "Version11Deprecated", Version = "1.1", EntryPoint = "glColorPointer")] + [AutoGenerated(Category = "VERSION_1_1_DEPRECATED", Version = "1.1", EntryPoint = "glColorPointer")] public static void ColorPointer(Int32 size, OpenTK.Graphics.OpenGL.ColorPointerType type, Int32 stride, [InAttribute, OutAttribute] T3[] pointer) where T3 : struct @@ -31181,7 +31836,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.1][deprecated: v3.1] /// Define an array of colors /// /// @@ -31204,7 +31859,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the first component of the first color element in the array. The initial value is 0. /// /// - [AutoGenerated(Category = "Version11Deprecated", Version = "1.1", EntryPoint = "glColorPointer")] + [AutoGenerated(Category = "VERSION_1_1_DEPRECATED", Version = "1.1", EntryPoint = "glColorPointer")] public static void ColorPointer(Int32 size, OpenTK.Graphics.OpenGL.ColorPointerType type, Int32 stride, [InAttribute, OutAttribute] T3[,] pointer) where T3 : struct @@ -31228,7 +31883,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.1][deprecated: v3.1] /// Define an array of colors /// /// @@ -31251,7 +31906,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the first component of the first color element in the array. The initial value is 0. /// /// - [AutoGenerated(Category = "Version11Deprecated", Version = "1.1", EntryPoint = "glColorPointer")] + [AutoGenerated(Category = "VERSION_1_1_DEPRECATED", Version = "1.1", EntryPoint = "glColorPointer")] public static void ColorPointer(Int32 size, OpenTK.Graphics.OpenGL.ColorPointerType type, Int32 stride, [InAttribute, OutAttribute] T3[,,] pointer) where T3 : struct @@ -31275,7 +31930,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.1][deprecated: v3.1] /// Define an array of colors /// /// @@ -31298,7 +31953,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the first component of the first color element in the array. The initial value is 0. /// /// - [AutoGenerated(Category = "Version11Deprecated", Version = "1.1", EntryPoint = "glColorPointer")] + [AutoGenerated(Category = "VERSION_1_1_DEPRECATED", Version = "1.1", EntryPoint = "glColorPointer")] public static void ColorPointer(Int32 size, OpenTK.Graphics.OpenGL.ColorPointerType type, Int32 stride, [InAttribute, OutAttribute] ref T3 pointer) where T3 : struct @@ -31323,7 +31978,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2][deprecated: v3.1] /// Respecify a portion of a color table /// /// @@ -31356,7 +32011,7 @@ namespace OpenTK.Graphics.OpenGL /// Pointer to a one-dimensional array of pixel data that is processed to replace the specified region of the color table. /// /// - [AutoGenerated(Category = "Version12Deprecated", Version = "1.2", EntryPoint = "glColorSubTable")] + [AutoGenerated(Category = "VERSION_1_2_DEPRECATED", Version = "1.2", EntryPoint = "glColorSubTable")] public static void ColorSubTable(OpenTK.Graphics.OpenGL.ColorTableTarget target, Int32 start, Int32 count, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, IntPtr data) { @@ -31371,7 +32026,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2][deprecated: v3.1] /// Respecify a portion of a color table /// /// @@ -31404,7 +32059,7 @@ namespace OpenTK.Graphics.OpenGL /// Pointer to a one-dimensional array of pixel data that is processed to replace the specified region of the color table. /// /// - [AutoGenerated(Category = "Version12Deprecated", Version = "1.2", EntryPoint = "glColorSubTable")] + [AutoGenerated(Category = "VERSION_1_2_DEPRECATED", Version = "1.2", EntryPoint = "glColorSubTable")] public static void ColorSubTable(OpenTK.Graphics.OpenGL.ColorTableTarget target, Int32 start, Int32 count, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T5[] data) where T5 : struct @@ -31428,7 +32083,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2][deprecated: v3.1] /// Respecify a portion of a color table /// /// @@ -31461,7 +32116,7 @@ namespace OpenTK.Graphics.OpenGL /// Pointer to a one-dimensional array of pixel data that is processed to replace the specified region of the color table. /// /// - [AutoGenerated(Category = "Version12Deprecated", Version = "1.2", EntryPoint = "glColorSubTable")] + [AutoGenerated(Category = "VERSION_1_2_DEPRECATED", Version = "1.2", EntryPoint = "glColorSubTable")] public static void ColorSubTable(OpenTK.Graphics.OpenGL.ColorTableTarget target, Int32 start, Int32 count, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T5[,] data) where T5 : struct @@ -31485,7 +32140,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2][deprecated: v3.1] /// Respecify a portion of a color table /// /// @@ -31518,7 +32173,7 @@ namespace OpenTK.Graphics.OpenGL /// Pointer to a one-dimensional array of pixel data that is processed to replace the specified region of the color table. /// /// - [AutoGenerated(Category = "Version12Deprecated", Version = "1.2", EntryPoint = "glColorSubTable")] + [AutoGenerated(Category = "VERSION_1_2_DEPRECATED", Version = "1.2", EntryPoint = "glColorSubTable")] public static void ColorSubTable(OpenTK.Graphics.OpenGL.ColorTableTarget target, Int32 start, Int32 count, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T5[,,] data) where T5 : struct @@ -31542,7 +32197,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2][deprecated: v3.1] /// Respecify a portion of a color table /// /// @@ -31575,7 +32230,7 @@ namespace OpenTK.Graphics.OpenGL /// Pointer to a one-dimensional array of pixel data that is processed to replace the specified region of the color table. /// /// - [AutoGenerated(Category = "Version12Deprecated", Version = "1.2", EntryPoint = "glColorSubTable")] + [AutoGenerated(Category = "VERSION_1_2_DEPRECATED", Version = "1.2", EntryPoint = "glColorSubTable")] public static void ColorSubTable(OpenTK.Graphics.OpenGL.ColorTableTarget target, Int32 start, Int32 count, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] ref T5 data) where T5 : struct @@ -31600,7 +32255,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2][deprecated: v3.1] /// Define a color lookup table /// /// @@ -31633,7 +32288,7 @@ namespace OpenTK.Graphics.OpenGL /// Pointer to a one-dimensional array of pixel data that is processed to build the color table. /// /// - [AutoGenerated(Category = "Version12Deprecated", Version = "1.2", EntryPoint = "glColorTable")] + [AutoGenerated(Category = "VERSION_1_2_DEPRECATED", Version = "1.2", EntryPoint = "glColorTable")] public static void ColorTable(OpenTK.Graphics.OpenGL.ColorTableTarget target, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, IntPtr table) { @@ -31648,7 +32303,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2][deprecated: v3.1] /// Define a color lookup table /// /// @@ -31681,7 +32336,7 @@ namespace OpenTK.Graphics.OpenGL /// Pointer to a one-dimensional array of pixel data that is processed to build the color table. /// /// - [AutoGenerated(Category = "Version12Deprecated", Version = "1.2", EntryPoint = "glColorTable")] + [AutoGenerated(Category = "VERSION_1_2_DEPRECATED", Version = "1.2", EntryPoint = "glColorTable")] public static void ColorTable(OpenTK.Graphics.OpenGL.ColorTableTarget target, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T5[] table) where T5 : struct @@ -31705,7 +32360,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2][deprecated: v3.1] /// Define a color lookup table /// /// @@ -31738,7 +32393,7 @@ namespace OpenTK.Graphics.OpenGL /// Pointer to a one-dimensional array of pixel data that is processed to build the color table. /// /// - [AutoGenerated(Category = "Version12Deprecated", Version = "1.2", EntryPoint = "glColorTable")] + [AutoGenerated(Category = "VERSION_1_2_DEPRECATED", Version = "1.2", EntryPoint = "glColorTable")] public static void ColorTable(OpenTK.Graphics.OpenGL.ColorTableTarget target, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T5[,] table) where T5 : struct @@ -31762,7 +32417,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2][deprecated: v3.1] /// Define a color lookup table /// /// @@ -31795,7 +32450,7 @@ namespace OpenTK.Graphics.OpenGL /// Pointer to a one-dimensional array of pixel data that is processed to build the color table. /// /// - [AutoGenerated(Category = "Version12Deprecated", Version = "1.2", EntryPoint = "glColorTable")] + [AutoGenerated(Category = "VERSION_1_2_DEPRECATED", Version = "1.2", EntryPoint = "glColorTable")] public static void ColorTable(OpenTK.Graphics.OpenGL.ColorTableTarget target, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T5[,,] table) where T5 : struct @@ -31819,7 +32474,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2][deprecated: v3.1] /// Define a color lookup table /// /// @@ -31852,7 +32507,7 @@ namespace OpenTK.Graphics.OpenGL /// Pointer to a one-dimensional array of pixel data that is processed to build the color table. /// /// - [AutoGenerated(Category = "Version12Deprecated", Version = "1.2", EntryPoint = "glColorTable")] + [AutoGenerated(Category = "VERSION_1_2_DEPRECATED", Version = "1.2", EntryPoint = "glColorTable")] public static void ColorTable(OpenTK.Graphics.OpenGL.ColorTableTarget target, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] ref T5 table) where T5 : struct @@ -31877,7 +32532,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2][deprecated: v3.1] /// Set color lookup table parameters /// /// @@ -31895,7 +32550,7 @@ namespace OpenTK.Graphics.OpenGL /// A pointer to an array where the values of the parameters are stored. /// /// - [AutoGenerated(Category = "Version12Deprecated", Version = "1.2", EntryPoint = "glColorTableParameterfv")] + [AutoGenerated(Category = "VERSION_1_2_DEPRECATED", Version = "1.2", EntryPoint = "glColorTableParameterfv")] public static void ColorTableParameter(OpenTK.Graphics.OpenGL.ColorTableTarget target, OpenTK.Graphics.OpenGL.ColorTableParameterPName pname, Single[] @params) { @@ -31916,7 +32571,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2][deprecated: v3.1] /// Set color lookup table parameters /// /// @@ -31934,7 +32589,7 @@ namespace OpenTK.Graphics.OpenGL /// A pointer to an array where the values of the parameters are stored. /// /// - [AutoGenerated(Category = "Version12Deprecated", Version = "1.2", EntryPoint = "glColorTableParameterfv")] + [AutoGenerated(Category = "VERSION_1_2_DEPRECATED", Version = "1.2", EntryPoint = "glColorTableParameterfv")] public static void ColorTableParameter(OpenTK.Graphics.OpenGL.ColorTableTarget target, OpenTK.Graphics.OpenGL.ColorTableParameterPName pname, ref Single @params) { @@ -31955,7 +32610,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2][deprecated: v3.1] /// Set color lookup table parameters /// /// @@ -31974,7 +32629,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version12Deprecated", Version = "1.2", EntryPoint = "glColorTableParameterfv")] + [AutoGenerated(Category = "VERSION_1_2_DEPRECATED", Version = "1.2", EntryPoint = "glColorTableParameterfv")] public static unsafe void ColorTableParameter(OpenTK.Graphics.OpenGL.ColorTableTarget target, OpenTK.Graphics.OpenGL.ColorTableParameterPName pname, Single* @params) { @@ -31989,7 +32644,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2][deprecated: v3.1] /// Set color lookup table parameters /// /// @@ -32007,7 +32662,7 @@ namespace OpenTK.Graphics.OpenGL /// A pointer to an array where the values of the parameters are stored. /// /// - [AutoGenerated(Category = "Version12Deprecated", Version = "1.2", EntryPoint = "glColorTableParameteriv")] + [AutoGenerated(Category = "VERSION_1_2_DEPRECATED", Version = "1.2", EntryPoint = "glColorTableParameteriv")] public static void ColorTableParameter(OpenTK.Graphics.OpenGL.ColorTableTarget target, OpenTK.Graphics.OpenGL.ColorTableParameterPName pname, Int32[] @params) { @@ -32028,7 +32683,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2][deprecated: v3.1] /// Set color lookup table parameters /// /// @@ -32046,7 +32701,7 @@ namespace OpenTK.Graphics.OpenGL /// A pointer to an array where the values of the parameters are stored. /// /// - [AutoGenerated(Category = "Version12Deprecated", Version = "1.2", EntryPoint = "glColorTableParameteriv")] + [AutoGenerated(Category = "VERSION_1_2_DEPRECATED", Version = "1.2", EntryPoint = "glColorTableParameteriv")] public static void ColorTableParameter(OpenTK.Graphics.OpenGL.ColorTableTarget target, OpenTK.Graphics.OpenGL.ColorTableParameterPName pname, ref Int32 @params) { @@ -32067,7 +32722,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2][deprecated: v3.1] /// Set color lookup table parameters /// /// @@ -32086,7 +32741,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version12Deprecated", Version = "1.2", EntryPoint = "glColorTableParameteriv")] + [AutoGenerated(Category = "VERSION_1_2_DEPRECATED", Version = "1.2", EntryPoint = "glColorTableParameteriv")] public static unsafe void ColorTableParameter(OpenTK.Graphics.OpenGL.ColorTableTarget target, OpenTK.Graphics.OpenGL.ColorTableParameterPName pname, Int32* @params) { @@ -32101,7 +32756,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Compiles a shader object /// /// @@ -32109,7 +32764,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the shader object to be compiled. /// /// - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glCompileShader")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glCompileShader")] public static void CompileShader(Int32 shader) { @@ -32124,7 +32779,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Compiles a shader object /// /// @@ -32133,7 +32788,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glCompileShader")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glCompileShader")] public static void CompileShader(UInt32 shader) { @@ -32148,7 +32803,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.3] /// Specify a one-dimensional texture image in a compressed format /// /// @@ -32186,7 +32841,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the compressed image data in memory. /// /// - [AutoGenerated(Category = "Version13", Version = "1.3", EntryPoint = "glCompressedTexImage1D")] + [AutoGenerated(Category = "VERSION_1_3", Version = "1.3", EntryPoint = "glCompressedTexImage1D")] public static void CompressedTexImage1D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, Int32 border, Int32 imageSize, IntPtr data) { @@ -32201,7 +32856,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.3] /// Specify a one-dimensional texture image in a compressed format /// /// @@ -32239,7 +32894,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the compressed image data in memory. /// /// - [AutoGenerated(Category = "Version13", Version = "1.3", EntryPoint = "glCompressedTexImage1D")] + [AutoGenerated(Category = "VERSION_1_3", Version = "1.3", EntryPoint = "glCompressedTexImage1D")] public static void CompressedTexImage1D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, Int32 border, Int32 imageSize, [InAttribute, OutAttribute] T6[] data) where T6 : struct @@ -32263,7 +32918,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.3] /// Specify a one-dimensional texture image in a compressed format /// /// @@ -32301,7 +32956,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the compressed image data in memory. /// /// - [AutoGenerated(Category = "Version13", Version = "1.3", EntryPoint = "glCompressedTexImage1D")] + [AutoGenerated(Category = "VERSION_1_3", Version = "1.3", EntryPoint = "glCompressedTexImage1D")] public static void CompressedTexImage1D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, Int32 border, Int32 imageSize, [InAttribute, OutAttribute] T6[,] data) where T6 : struct @@ -32325,7 +32980,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.3] /// Specify a one-dimensional texture image in a compressed format /// /// @@ -32363,7 +33018,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the compressed image data in memory. /// /// - [AutoGenerated(Category = "Version13", Version = "1.3", EntryPoint = "glCompressedTexImage1D")] + [AutoGenerated(Category = "VERSION_1_3", Version = "1.3", EntryPoint = "glCompressedTexImage1D")] public static void CompressedTexImage1D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, Int32 border, Int32 imageSize, [InAttribute, OutAttribute] T6[,,] data) where T6 : struct @@ -32387,7 +33042,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.3] /// Specify a one-dimensional texture image in a compressed format /// /// @@ -32425,7 +33080,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the compressed image data in memory. /// /// - [AutoGenerated(Category = "Version13", Version = "1.3", EntryPoint = "glCompressedTexImage1D")] + [AutoGenerated(Category = "VERSION_1_3", Version = "1.3", EntryPoint = "glCompressedTexImage1D")] public static void CompressedTexImage1D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, Int32 border, Int32 imageSize, [InAttribute, OutAttribute] ref T6 data) where T6 : struct @@ -32450,7 +33105,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.3] /// Specify a two-dimensional texture image in a compressed format /// /// @@ -32493,7 +33148,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the compressed image data in memory. /// /// - [AutoGenerated(Category = "Version13", Version = "1.3", EntryPoint = "glCompressedTexImage2D")] + [AutoGenerated(Category = "VERSION_1_3", Version = "1.3", EntryPoint = "glCompressedTexImage2D")] public static void CompressedTexImage2D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, Int32 height, Int32 border, Int32 imageSize, IntPtr data) { @@ -32508,7 +33163,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.3] /// Specify a two-dimensional texture image in a compressed format /// /// @@ -32551,7 +33206,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the compressed image data in memory. /// /// - [AutoGenerated(Category = "Version13", Version = "1.3", EntryPoint = "glCompressedTexImage2D")] + [AutoGenerated(Category = "VERSION_1_3", Version = "1.3", EntryPoint = "glCompressedTexImage2D")] public static void CompressedTexImage2D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, Int32 height, Int32 border, Int32 imageSize, [InAttribute, OutAttribute] T7[] data) where T7 : struct @@ -32575,7 +33230,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.3] /// Specify a two-dimensional texture image in a compressed format /// /// @@ -32618,7 +33273,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the compressed image data in memory. /// /// - [AutoGenerated(Category = "Version13", Version = "1.3", EntryPoint = "glCompressedTexImage2D")] + [AutoGenerated(Category = "VERSION_1_3", Version = "1.3", EntryPoint = "glCompressedTexImage2D")] public static void CompressedTexImage2D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, Int32 height, Int32 border, Int32 imageSize, [InAttribute, OutAttribute] T7[,] data) where T7 : struct @@ -32642,7 +33297,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.3] /// Specify a two-dimensional texture image in a compressed format /// /// @@ -32685,7 +33340,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the compressed image data in memory. /// /// - [AutoGenerated(Category = "Version13", Version = "1.3", EntryPoint = "glCompressedTexImage2D")] + [AutoGenerated(Category = "VERSION_1_3", Version = "1.3", EntryPoint = "glCompressedTexImage2D")] public static void CompressedTexImage2D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, Int32 height, Int32 border, Int32 imageSize, [InAttribute, OutAttribute] T7[,,] data) where T7 : struct @@ -32709,7 +33364,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.3] /// Specify a two-dimensional texture image in a compressed format /// /// @@ -32752,7 +33407,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the compressed image data in memory. /// /// - [AutoGenerated(Category = "Version13", Version = "1.3", EntryPoint = "glCompressedTexImage2D")] + [AutoGenerated(Category = "VERSION_1_3", Version = "1.3", EntryPoint = "glCompressedTexImage2D")] public static void CompressedTexImage2D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, Int32 height, Int32 border, Int32 imageSize, [InAttribute, OutAttribute] ref T7 data) where T7 : struct @@ -32777,7 +33432,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.3] /// Specify a three-dimensional texture image in a compressed format /// /// @@ -32825,7 +33480,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the compressed image data in memory. /// /// - [AutoGenerated(Category = "Version13", Version = "1.3", EntryPoint = "glCompressedTexImage3D")] + [AutoGenerated(Category = "VERSION_1_3", Version = "1.3", EntryPoint = "glCompressedTexImage3D")] public static void CompressedTexImage3D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, Int32 height, Int32 depth, Int32 border, Int32 imageSize, IntPtr data) { @@ -32840,7 +33495,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.3] /// Specify a three-dimensional texture image in a compressed format /// /// @@ -32888,7 +33543,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the compressed image data in memory. /// /// - [AutoGenerated(Category = "Version13", Version = "1.3", EntryPoint = "glCompressedTexImage3D")] + [AutoGenerated(Category = "VERSION_1_3", Version = "1.3", EntryPoint = "glCompressedTexImage3D")] public static void CompressedTexImage3D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, Int32 height, Int32 depth, Int32 border, Int32 imageSize, [InAttribute, OutAttribute] T8[] data) where T8 : struct @@ -32912,7 +33567,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.3] /// Specify a three-dimensional texture image in a compressed format /// /// @@ -32960,7 +33615,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the compressed image data in memory. /// /// - [AutoGenerated(Category = "Version13", Version = "1.3", EntryPoint = "glCompressedTexImage3D")] + [AutoGenerated(Category = "VERSION_1_3", Version = "1.3", EntryPoint = "glCompressedTexImage3D")] public static void CompressedTexImage3D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, Int32 height, Int32 depth, Int32 border, Int32 imageSize, [InAttribute, OutAttribute] T8[,] data) where T8 : struct @@ -32984,7 +33639,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.3] /// Specify a three-dimensional texture image in a compressed format /// /// @@ -33032,7 +33687,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the compressed image data in memory. /// /// - [AutoGenerated(Category = "Version13", Version = "1.3", EntryPoint = "glCompressedTexImage3D")] + [AutoGenerated(Category = "VERSION_1_3", Version = "1.3", EntryPoint = "glCompressedTexImage3D")] public static void CompressedTexImage3D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, Int32 height, Int32 depth, Int32 border, Int32 imageSize, [InAttribute, OutAttribute] T8[,,] data) where T8 : struct @@ -33056,7 +33711,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.3] /// Specify a three-dimensional texture image in a compressed format /// /// @@ -33104,7 +33759,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the compressed image data in memory. /// /// - [AutoGenerated(Category = "Version13", Version = "1.3", EntryPoint = "glCompressedTexImage3D")] + [AutoGenerated(Category = "VERSION_1_3", Version = "1.3", EntryPoint = "glCompressedTexImage3D")] public static void CompressedTexImage3D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, Int32 height, Int32 depth, Int32 border, Int32 imageSize, [InAttribute, OutAttribute] ref T8 data) where T8 : struct @@ -33129,7 +33784,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.3] /// Specify a one-dimensional texture subimage in a compressed format /// /// @@ -33167,7 +33822,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the compressed image data in memory. /// /// - [AutoGenerated(Category = "Version13", Version = "1.3", EntryPoint = "glCompressedTexSubImage1D")] + [AutoGenerated(Category = "VERSION_1_3", Version = "1.3", EntryPoint = "glCompressedTexSubImage1D")] public static void CompressedTexSubImage1D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 width, OpenTK.Graphics.OpenGL.PixelFormat format, Int32 imageSize, IntPtr data) { @@ -33182,7 +33837,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.3] /// Specify a one-dimensional texture subimage in a compressed format /// /// @@ -33220,7 +33875,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the compressed image data in memory. /// /// - [AutoGenerated(Category = "Version13", Version = "1.3", EntryPoint = "glCompressedTexSubImage1D")] + [AutoGenerated(Category = "VERSION_1_3", Version = "1.3", EntryPoint = "glCompressedTexSubImage1D")] public static void CompressedTexSubImage1D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 width, OpenTK.Graphics.OpenGL.PixelFormat format, Int32 imageSize, [InAttribute, OutAttribute] T6[] data) where T6 : struct @@ -33244,7 +33899,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.3] /// Specify a one-dimensional texture subimage in a compressed format /// /// @@ -33282,7 +33937,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the compressed image data in memory. /// /// - [AutoGenerated(Category = "Version13", Version = "1.3", EntryPoint = "glCompressedTexSubImage1D")] + [AutoGenerated(Category = "VERSION_1_3", Version = "1.3", EntryPoint = "glCompressedTexSubImage1D")] public static void CompressedTexSubImage1D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 width, OpenTK.Graphics.OpenGL.PixelFormat format, Int32 imageSize, [InAttribute, OutAttribute] T6[,] data) where T6 : struct @@ -33306,7 +33961,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.3] /// Specify a one-dimensional texture subimage in a compressed format /// /// @@ -33344,7 +33999,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the compressed image data in memory. /// /// - [AutoGenerated(Category = "Version13", Version = "1.3", EntryPoint = "glCompressedTexSubImage1D")] + [AutoGenerated(Category = "VERSION_1_3", Version = "1.3", EntryPoint = "glCompressedTexSubImage1D")] public static void CompressedTexSubImage1D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 width, OpenTK.Graphics.OpenGL.PixelFormat format, Int32 imageSize, [InAttribute, OutAttribute] T6[,,] data) where T6 : struct @@ -33368,7 +34023,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.3] /// Specify a one-dimensional texture subimage in a compressed format /// /// @@ -33406,7 +34061,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the compressed image data in memory. /// /// - [AutoGenerated(Category = "Version13", Version = "1.3", EntryPoint = "glCompressedTexSubImage1D")] + [AutoGenerated(Category = "VERSION_1_3", Version = "1.3", EntryPoint = "glCompressedTexSubImage1D")] public static void CompressedTexSubImage1D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 width, OpenTK.Graphics.OpenGL.PixelFormat format, Int32 imageSize, [InAttribute, OutAttribute] ref T6 data) where T6 : struct @@ -33431,7 +34086,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.3] /// Specify a two-dimensional texture subimage in a compressed format /// /// @@ -33479,7 +34134,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the compressed image data in memory. /// /// - [AutoGenerated(Category = "Version13", Version = "1.3", EntryPoint = "glCompressedTexSubImage2D")] + [AutoGenerated(Category = "VERSION_1_3", Version = "1.3", EntryPoint = "glCompressedTexSubImage2D")] public static void CompressedTexSubImage2D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 width, Int32 height, OpenTK.Graphics.OpenGL.PixelFormat format, Int32 imageSize, IntPtr data) { @@ -33494,7 +34149,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.3] /// Specify a two-dimensional texture subimage in a compressed format /// /// @@ -33542,7 +34197,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the compressed image data in memory. /// /// - [AutoGenerated(Category = "Version13", Version = "1.3", EntryPoint = "glCompressedTexSubImage2D")] + [AutoGenerated(Category = "VERSION_1_3", Version = "1.3", EntryPoint = "glCompressedTexSubImage2D")] public static void CompressedTexSubImage2D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 width, Int32 height, OpenTK.Graphics.OpenGL.PixelFormat format, Int32 imageSize, [InAttribute, OutAttribute] T8[] data) where T8 : struct @@ -33566,7 +34221,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.3] /// Specify a two-dimensional texture subimage in a compressed format /// /// @@ -33614,7 +34269,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the compressed image data in memory. /// /// - [AutoGenerated(Category = "Version13", Version = "1.3", EntryPoint = "glCompressedTexSubImage2D")] + [AutoGenerated(Category = "VERSION_1_3", Version = "1.3", EntryPoint = "glCompressedTexSubImage2D")] public static void CompressedTexSubImage2D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 width, Int32 height, OpenTK.Graphics.OpenGL.PixelFormat format, Int32 imageSize, [InAttribute, OutAttribute] T8[,] data) where T8 : struct @@ -33638,7 +34293,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.3] /// Specify a two-dimensional texture subimage in a compressed format /// /// @@ -33686,7 +34341,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the compressed image data in memory. /// /// - [AutoGenerated(Category = "Version13", Version = "1.3", EntryPoint = "glCompressedTexSubImage2D")] + [AutoGenerated(Category = "VERSION_1_3", Version = "1.3", EntryPoint = "glCompressedTexSubImage2D")] public static void CompressedTexSubImage2D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 width, Int32 height, OpenTK.Graphics.OpenGL.PixelFormat format, Int32 imageSize, [InAttribute, OutAttribute] T8[,,] data) where T8 : struct @@ -33710,7 +34365,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.3] /// Specify a two-dimensional texture subimage in a compressed format /// /// @@ -33758,7 +34413,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the compressed image data in memory. /// /// - [AutoGenerated(Category = "Version13", Version = "1.3", EntryPoint = "glCompressedTexSubImage2D")] + [AutoGenerated(Category = "VERSION_1_3", Version = "1.3", EntryPoint = "glCompressedTexSubImage2D")] public static void CompressedTexSubImage2D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 width, Int32 height, OpenTK.Graphics.OpenGL.PixelFormat format, Int32 imageSize, [InAttribute, OutAttribute] ref T8 data) where T8 : struct @@ -33783,7 +34438,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.3] /// Specify a three-dimensional texture subimage in a compressed format /// /// @@ -33836,7 +34491,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the compressed image data in memory. /// /// - [AutoGenerated(Category = "Version13", Version = "1.3", EntryPoint = "glCompressedTexSubImage3D")] + [AutoGenerated(Category = "VERSION_1_3", Version = "1.3", EntryPoint = "glCompressedTexSubImage3D")] public static void CompressedTexSubImage3D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 zoffset, Int32 width, Int32 height, Int32 depth, OpenTK.Graphics.OpenGL.PixelFormat format, Int32 imageSize, IntPtr data) { @@ -33851,7 +34506,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.3] /// Specify a three-dimensional texture subimage in a compressed format /// /// @@ -33904,7 +34559,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the compressed image data in memory. /// /// - [AutoGenerated(Category = "Version13", Version = "1.3", EntryPoint = "glCompressedTexSubImage3D")] + [AutoGenerated(Category = "VERSION_1_3", Version = "1.3", EntryPoint = "glCompressedTexSubImage3D")] public static void CompressedTexSubImage3D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 zoffset, Int32 width, Int32 height, Int32 depth, OpenTK.Graphics.OpenGL.PixelFormat format, Int32 imageSize, [InAttribute, OutAttribute] T10[] data) where T10 : struct @@ -33928,7 +34583,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.3] /// Specify a three-dimensional texture subimage in a compressed format /// /// @@ -33981,7 +34636,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the compressed image data in memory. /// /// - [AutoGenerated(Category = "Version13", Version = "1.3", EntryPoint = "glCompressedTexSubImage3D")] + [AutoGenerated(Category = "VERSION_1_3", Version = "1.3", EntryPoint = "glCompressedTexSubImage3D")] public static void CompressedTexSubImage3D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 zoffset, Int32 width, Int32 height, Int32 depth, OpenTK.Graphics.OpenGL.PixelFormat format, Int32 imageSize, [InAttribute, OutAttribute] T10[,] data) where T10 : struct @@ -34005,7 +34660,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.3] /// Specify a three-dimensional texture subimage in a compressed format /// /// @@ -34058,7 +34713,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the compressed image data in memory. /// /// - [AutoGenerated(Category = "Version13", Version = "1.3", EntryPoint = "glCompressedTexSubImage3D")] + [AutoGenerated(Category = "VERSION_1_3", Version = "1.3", EntryPoint = "glCompressedTexSubImage3D")] public static void CompressedTexSubImage3D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 zoffset, Int32 width, Int32 height, Int32 depth, OpenTK.Graphics.OpenGL.PixelFormat format, Int32 imageSize, [InAttribute, OutAttribute] T10[,,] data) where T10 : struct @@ -34082,7 +34737,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.3] /// Specify a three-dimensional texture subimage in a compressed format /// /// @@ -34135,7 +34790,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the compressed image data in memory. /// /// - [AutoGenerated(Category = "Version13", Version = "1.3", EntryPoint = "glCompressedTexSubImage3D")] + [AutoGenerated(Category = "VERSION_1_3", Version = "1.3", EntryPoint = "glCompressedTexSubImage3D")] public static void CompressedTexSubImage3D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 zoffset, Int32 width, Int32 height, Int32 depth, OpenTK.Graphics.OpenGL.PixelFormat format, Int32 imageSize, [InAttribute, OutAttribute] ref T10 data) where T10 : struct @@ -34160,7 +34815,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2][deprecated: v3.1] /// Define a one-dimensional convolution filter /// /// @@ -34193,7 +34848,7 @@ namespace OpenTK.Graphics.OpenGL /// Pointer to a one-dimensional array of pixel data that is processed to build the convolution filter kernel. /// /// - [AutoGenerated(Category = "Version12Deprecated", Version = "1.2", EntryPoint = "glConvolutionFilter1D")] + [AutoGenerated(Category = "VERSION_1_2_DEPRECATED", Version = "1.2", EntryPoint = "glConvolutionFilter1D")] public static void ConvolutionFilter1D(OpenTK.Graphics.OpenGL.ConvolutionTarget target, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, IntPtr image) { @@ -34208,7 +34863,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2][deprecated: v3.1] /// Define a one-dimensional convolution filter /// /// @@ -34241,7 +34896,7 @@ namespace OpenTK.Graphics.OpenGL /// Pointer to a one-dimensional array of pixel data that is processed to build the convolution filter kernel. /// /// - [AutoGenerated(Category = "Version12Deprecated", Version = "1.2", EntryPoint = "glConvolutionFilter1D")] + [AutoGenerated(Category = "VERSION_1_2_DEPRECATED", Version = "1.2", EntryPoint = "glConvolutionFilter1D")] public static void ConvolutionFilter1D(OpenTK.Graphics.OpenGL.ConvolutionTarget target, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T5[] image) where T5 : struct @@ -34265,7 +34920,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2][deprecated: v3.1] /// Define a one-dimensional convolution filter /// /// @@ -34298,7 +34953,7 @@ namespace OpenTK.Graphics.OpenGL /// Pointer to a one-dimensional array of pixel data that is processed to build the convolution filter kernel. /// /// - [AutoGenerated(Category = "Version12Deprecated", Version = "1.2", EntryPoint = "glConvolutionFilter1D")] + [AutoGenerated(Category = "VERSION_1_2_DEPRECATED", Version = "1.2", EntryPoint = "glConvolutionFilter1D")] public static void ConvolutionFilter1D(OpenTK.Graphics.OpenGL.ConvolutionTarget target, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T5[,] image) where T5 : struct @@ -34322,7 +34977,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2][deprecated: v3.1] /// Define a one-dimensional convolution filter /// /// @@ -34355,7 +35010,7 @@ namespace OpenTK.Graphics.OpenGL /// Pointer to a one-dimensional array of pixel data that is processed to build the convolution filter kernel. /// /// - [AutoGenerated(Category = "Version12Deprecated", Version = "1.2", EntryPoint = "glConvolutionFilter1D")] + [AutoGenerated(Category = "VERSION_1_2_DEPRECATED", Version = "1.2", EntryPoint = "glConvolutionFilter1D")] public static void ConvolutionFilter1D(OpenTK.Graphics.OpenGL.ConvolutionTarget target, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T5[,,] image) where T5 : struct @@ -34379,7 +35034,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2][deprecated: v3.1] /// Define a one-dimensional convolution filter /// /// @@ -34412,7 +35067,7 @@ namespace OpenTK.Graphics.OpenGL /// Pointer to a one-dimensional array of pixel data that is processed to build the convolution filter kernel. /// /// - [AutoGenerated(Category = "Version12Deprecated", Version = "1.2", EntryPoint = "glConvolutionFilter1D")] + [AutoGenerated(Category = "VERSION_1_2_DEPRECATED", Version = "1.2", EntryPoint = "glConvolutionFilter1D")] public static void ConvolutionFilter1D(OpenTK.Graphics.OpenGL.ConvolutionTarget target, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] ref T5 image) where T5 : struct @@ -34437,7 +35092,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2][deprecated: v3.1] /// Define a two-dimensional convolution filter /// /// @@ -34475,7 +35130,7 @@ namespace OpenTK.Graphics.OpenGL /// Pointer to a two-dimensional array of pixel data that is processed to build the convolution filter kernel. /// /// - [AutoGenerated(Category = "Version12Deprecated", Version = "1.2", EntryPoint = "glConvolutionFilter2D")] + [AutoGenerated(Category = "VERSION_1_2_DEPRECATED", Version = "1.2", EntryPoint = "glConvolutionFilter2D")] public static void ConvolutionFilter2D(OpenTK.Graphics.OpenGL.ConvolutionTarget target, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, Int32 height, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, IntPtr image) { @@ -34490,7 +35145,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2][deprecated: v3.1] /// Define a two-dimensional convolution filter /// /// @@ -34528,7 +35183,7 @@ namespace OpenTK.Graphics.OpenGL /// Pointer to a two-dimensional array of pixel data that is processed to build the convolution filter kernel. /// /// - [AutoGenerated(Category = "Version12Deprecated", Version = "1.2", EntryPoint = "glConvolutionFilter2D")] + [AutoGenerated(Category = "VERSION_1_2_DEPRECATED", Version = "1.2", EntryPoint = "glConvolutionFilter2D")] public static void ConvolutionFilter2D(OpenTK.Graphics.OpenGL.ConvolutionTarget target, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, Int32 height, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T6[] image) where T6 : struct @@ -34552,7 +35207,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2][deprecated: v3.1] /// Define a two-dimensional convolution filter /// /// @@ -34590,7 +35245,7 @@ namespace OpenTK.Graphics.OpenGL /// Pointer to a two-dimensional array of pixel data that is processed to build the convolution filter kernel. /// /// - [AutoGenerated(Category = "Version12Deprecated", Version = "1.2", EntryPoint = "glConvolutionFilter2D")] + [AutoGenerated(Category = "VERSION_1_2_DEPRECATED", Version = "1.2", EntryPoint = "glConvolutionFilter2D")] public static void ConvolutionFilter2D(OpenTK.Graphics.OpenGL.ConvolutionTarget target, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, Int32 height, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T6[,] image) where T6 : struct @@ -34614,7 +35269,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2][deprecated: v3.1] /// Define a two-dimensional convolution filter /// /// @@ -34652,7 +35307,7 @@ namespace OpenTK.Graphics.OpenGL /// Pointer to a two-dimensional array of pixel data that is processed to build the convolution filter kernel. /// /// - [AutoGenerated(Category = "Version12Deprecated", Version = "1.2", EntryPoint = "glConvolutionFilter2D")] + [AutoGenerated(Category = "VERSION_1_2_DEPRECATED", Version = "1.2", EntryPoint = "glConvolutionFilter2D")] public static void ConvolutionFilter2D(OpenTK.Graphics.OpenGL.ConvolutionTarget target, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, Int32 height, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T6[,,] image) where T6 : struct @@ -34676,7 +35331,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2][deprecated: v3.1] /// Define a two-dimensional convolution filter /// /// @@ -34714,7 +35369,7 @@ namespace OpenTK.Graphics.OpenGL /// Pointer to a two-dimensional array of pixel data that is processed to build the convolution filter kernel. /// /// - [AutoGenerated(Category = "Version12Deprecated", Version = "1.2", EntryPoint = "glConvolutionFilter2D")] + [AutoGenerated(Category = "VERSION_1_2_DEPRECATED", Version = "1.2", EntryPoint = "glConvolutionFilter2D")] public static void ConvolutionFilter2D(OpenTK.Graphics.OpenGL.ConvolutionTarget target, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, Int32 height, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] ref T6 image) where T6 : struct @@ -34739,7 +35394,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2][deprecated: v3.1] /// Set convolution parameters /// /// @@ -34760,7 +35415,7 @@ namespace OpenTK.Graphics.OpenGL /// /// /// - [AutoGenerated(Category = "Version12Deprecated", Version = "1.2", EntryPoint = "glConvolutionParameterf")] + [AutoGenerated(Category = "VERSION_1_2_DEPRECATED", Version = "1.2", EntryPoint = "glConvolutionParameterf")] public static void ConvolutionParameter(OpenTK.Graphics.OpenGL.ConvolutionTarget target, OpenTK.Graphics.OpenGL.ConvolutionParameter pname, Single @params) { @@ -34775,7 +35430,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2][deprecated: v3.1] /// Set convolution parameters /// /// @@ -34796,7 +35451,7 @@ namespace OpenTK.Graphics.OpenGL /// /// /// - [AutoGenerated(Category = "Version12Deprecated", Version = "1.2", EntryPoint = "glConvolutionParameterfv")] + [AutoGenerated(Category = "VERSION_1_2_DEPRECATED", Version = "1.2", EntryPoint = "glConvolutionParameterfv")] public static void ConvolutionParameter(OpenTK.Graphics.OpenGL.ConvolutionTarget target, OpenTK.Graphics.OpenGL.ConvolutionParameter pname, Single[] @params) { @@ -34817,7 +35472,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2][deprecated: v3.1] /// Set convolution parameters /// /// @@ -34839,7 +35494,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version12Deprecated", Version = "1.2", EntryPoint = "glConvolutionParameterfv")] + [AutoGenerated(Category = "VERSION_1_2_DEPRECATED", Version = "1.2", EntryPoint = "glConvolutionParameterfv")] public static unsafe void ConvolutionParameter(OpenTK.Graphics.OpenGL.ConvolutionTarget target, OpenTK.Graphics.OpenGL.ConvolutionParameter pname, Single* @params) { @@ -34854,7 +35509,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2][deprecated: v3.1] /// Set convolution parameters /// /// @@ -34875,7 +35530,7 @@ namespace OpenTK.Graphics.OpenGL /// /// /// - [AutoGenerated(Category = "Version12Deprecated", Version = "1.2", EntryPoint = "glConvolutionParameteri")] + [AutoGenerated(Category = "VERSION_1_2_DEPRECATED", Version = "1.2", EntryPoint = "glConvolutionParameteri")] public static void ConvolutionParameter(OpenTK.Graphics.OpenGL.ConvolutionTarget target, OpenTK.Graphics.OpenGL.ConvolutionParameter pname, Int32 @params) { @@ -34890,7 +35545,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2][deprecated: v3.1] /// Set convolution parameters /// /// @@ -34911,7 +35566,7 @@ namespace OpenTK.Graphics.OpenGL /// /// /// - [AutoGenerated(Category = "Version12Deprecated", Version = "1.2", EntryPoint = "glConvolutionParameteriv")] + [AutoGenerated(Category = "VERSION_1_2_DEPRECATED", Version = "1.2", EntryPoint = "glConvolutionParameteriv")] public static void ConvolutionParameter(OpenTK.Graphics.OpenGL.ConvolutionTarget target, OpenTK.Graphics.OpenGL.ConvolutionParameter pname, Int32[] @params) { @@ -34932,7 +35587,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2][deprecated: v3.1] /// Set convolution parameters /// /// @@ -34954,7 +35609,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version12Deprecated", Version = "1.2", EntryPoint = "glConvolutionParameteriv")] + [AutoGenerated(Category = "VERSION_1_2_DEPRECATED", Version = "1.2", EntryPoint = "glConvolutionParameteriv")] public static unsafe void ConvolutionParameter(OpenTK.Graphics.OpenGL.ConvolutionTarget target, OpenTK.Graphics.OpenGL.ConvolutionParameter pname, Int32* @params) { @@ -34968,7 +35623,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbCopyBuffer", Version = "3.0", EntryPoint = "glCopyBufferSubData")] + /// [requires: v3.0] + [AutoGenerated(Category = "ARB_copy_buffer", Version = "3.0", EntryPoint = "glCopyBufferSubData")] public static void CopyBufferSubData(OpenTK.Graphics.OpenGL.BufferTarget readTarget, OpenTK.Graphics.OpenGL.BufferTarget writeTarget, IntPtr readOffset, IntPtr writeOffset, IntPtr size) { @@ -34983,7 +35639,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2][deprecated: v3.1] /// Respecify a portion of a color table /// /// @@ -35006,7 +35662,7 @@ namespace OpenTK.Graphics.OpenGL /// The number of table entries to replace. /// /// - [AutoGenerated(Category = "Version12Deprecated", Version = "1.2", EntryPoint = "glCopyColorSubTable")] + [AutoGenerated(Category = "VERSION_1_2_DEPRECATED", Version = "1.2", EntryPoint = "glCopyColorSubTable")] public static void CopyColorSubTable(OpenTK.Graphics.OpenGL.ColorTableTarget target, Int32 start, Int32 x, Int32 y, Int32 width) { @@ -35021,7 +35677,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2][deprecated: v3.1] /// Copy pixels into a color table /// /// @@ -35049,7 +35705,7 @@ namespace OpenTK.Graphics.OpenGL /// The width of the pixel rectangle. /// /// - [AutoGenerated(Category = "Version12Deprecated", Version = "1.2", EntryPoint = "glCopyColorTable")] + [AutoGenerated(Category = "VERSION_1_2_DEPRECATED", Version = "1.2", EntryPoint = "glCopyColorTable")] public static void CopyColorTable(OpenTK.Graphics.OpenGL.ColorTableTarget target, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 x, Int32 y, Int32 width) { @@ -35064,7 +35720,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2][deprecated: v3.1] /// Copy pixels into a one-dimensional convolution filter /// /// @@ -35087,7 +35743,7 @@ namespace OpenTK.Graphics.OpenGL /// The width of the pixel array to copy. /// /// - [AutoGenerated(Category = "Version12Deprecated", Version = "1.2", EntryPoint = "glCopyConvolutionFilter1D")] + [AutoGenerated(Category = "VERSION_1_2_DEPRECATED", Version = "1.2", EntryPoint = "glCopyConvolutionFilter1D")] public static void CopyConvolutionFilter1D(OpenTK.Graphics.OpenGL.ConvolutionTarget target, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 x, Int32 y, Int32 width) { @@ -35102,7 +35758,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2][deprecated: v3.1] /// Copy pixels into a two-dimensional convolution filter /// /// @@ -35130,7 +35786,7 @@ namespace OpenTK.Graphics.OpenGL /// The height of the pixel array to copy. /// /// - [AutoGenerated(Category = "Version12Deprecated", Version = "1.2", EntryPoint = "glCopyConvolutionFilter2D")] + [AutoGenerated(Category = "VERSION_1_2_DEPRECATED", Version = "1.2", EntryPoint = "glCopyConvolutionFilter2D")] public static void CopyConvolutionFilter2D(OpenTK.Graphics.OpenGL.ConvolutionTarget target, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 x, Int32 y, Int32 width, Int32 height) { @@ -35145,7 +35801,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Copy pixels in the frame buffer /// /// @@ -35163,7 +35819,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies whether color values, depth values, or stencil values are to be copied. Symbolic constants GL_COLOR, GL_DEPTH, and GL_STENCIL are accepted. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glCopyPixels")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glCopyPixels")] public static void CopyPixels(Int32 x, Int32 y, Int32 width, Int32 height, OpenTK.Graphics.OpenGL.PixelCopyType type) { @@ -35178,7 +35834,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.1] /// Copy pixels into a 1D texture image /// /// @@ -35211,7 +35867,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the width of the border. Must be either 0 or 1. /// /// - [AutoGenerated(Category = "Version11", Version = "1.1", EntryPoint = "glCopyTexImage1D")] + [AutoGenerated(Category = "VERSION_1_1", Version = "1.1", EntryPoint = "glCopyTexImage1D")] public static void CopyTexImage1D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 x, Int32 y, Int32 width, Int32 border) { @@ -35226,7 +35882,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.1] /// Copy pixels into a 2D texture image /// /// @@ -35264,7 +35920,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the width of the border. Must be either 0 or 1. /// /// - [AutoGenerated(Category = "Version11", Version = "1.1", EntryPoint = "glCopyTexImage2D")] + [AutoGenerated(Category = "VERSION_1_1", Version = "1.1", EntryPoint = "glCopyTexImage2D")] public static void CopyTexImage2D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 x, Int32 y, Int32 width, Int32 height, Int32 border) { @@ -35279,7 +35935,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.1] /// Copy a one-dimensional texture subimage /// /// @@ -35307,7 +35963,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the width of the texture subimage. /// /// - [AutoGenerated(Category = "Version11", Version = "1.1", EntryPoint = "glCopyTexSubImage1D")] + [AutoGenerated(Category = "VERSION_1_1", Version = "1.1", EntryPoint = "glCopyTexSubImage1D")] public static void CopyTexSubImage1D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 x, Int32 y, Int32 width) { @@ -35322,7 +35978,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.1] /// Copy a two-dimensional texture subimage /// /// @@ -35360,7 +36016,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the height of the texture subimage. /// /// - [AutoGenerated(Category = "Version11", Version = "1.1", EntryPoint = "glCopyTexSubImage2D")] + [AutoGenerated(Category = "VERSION_1_1", Version = "1.1", EntryPoint = "glCopyTexSubImage2D")] public static void CopyTexSubImage2D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 x, Int32 y, Int32 width, Int32 height) { @@ -35375,7 +36031,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2] /// Copy a three-dimensional texture subimage /// /// @@ -35418,7 +36074,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the height of the texture subimage. /// /// - [AutoGenerated(Category = "Version12", Version = "1.2", EntryPoint = "glCopyTexSubImage3D")] + [AutoGenerated(Category = "VERSION_1_2", Version = "1.2", EntryPoint = "glCopyTexSubImage3D")] public static void CopyTexSubImage3D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 zoffset, Int32 x, Int32 y, Int32 width, Int32 height) { @@ -35433,10 +36089,10 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Creates a program object /// - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glCreateProgram")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glCreateProgram")] public static Int32 CreateProgram() { @@ -35451,7 +36107,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Creates a shader object /// /// @@ -35459,7 +36115,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the type of shader to be created. Must be either GL_VERTEX_SHADER or GL_FRAGMENT_SHADER. /// /// - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glCreateShader")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glCreateShader")] public static Int32 CreateShader(OpenTK.Graphics.OpenGL.ShaderType type) { @@ -35474,7 +36130,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0] /// Specify whether front- or back-facing facets can be culled /// /// @@ -35482,7 +36138,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies whether front- or back-facing facets are candidates for culling. Symbolic constants GL_FRONT, GL_BACK, and GL_FRONT_AND_BACK are accepted. The initial value is GL_BACK. /// /// - [AutoGenerated(Category = "Version10", Version = "1.0", EntryPoint = "glCullFace")] + [AutoGenerated(Category = "VERSION_1_0", Version = "1.0", EntryPoint = "glCullFace")] public static void CullFace(OpenTK.Graphics.OpenGL.CullFaceMode mode) { @@ -35497,7 +36153,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.5] /// Delete named buffer objects /// /// @@ -35510,7 +36166,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies an array of buffer objects to be deleted. /// /// - [AutoGenerated(Category = "Version15", Version = "1.5", EntryPoint = "glDeleteBuffers")] + [AutoGenerated(Category = "VERSION_1_5", Version = "1.5", EntryPoint = "glDeleteBuffers")] public static void DeleteBuffers(Int32 n, Int32[] buffers) { @@ -35531,7 +36187,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.5] /// Delete named buffer objects /// /// @@ -35544,7 +36200,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies an array of buffer objects to be deleted. /// /// - [AutoGenerated(Category = "Version15", Version = "1.5", EntryPoint = "glDeleteBuffers")] + [AutoGenerated(Category = "VERSION_1_5", Version = "1.5", EntryPoint = "glDeleteBuffers")] public static void DeleteBuffers(Int32 n, ref Int32 buffers) { @@ -35565,7 +36221,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.5] /// Delete named buffer objects /// /// @@ -35579,7 +36235,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version15", Version = "1.5", EntryPoint = "glDeleteBuffers")] + [AutoGenerated(Category = "VERSION_1_5", Version = "1.5", EntryPoint = "glDeleteBuffers")] public static unsafe void DeleteBuffers(Int32 n, Int32* buffers) { @@ -35594,7 +36250,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.5] /// Delete named buffer objects /// /// @@ -35608,7 +36264,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version15", Version = "1.5", EntryPoint = "glDeleteBuffers")] + [AutoGenerated(Category = "VERSION_1_5", Version = "1.5", EntryPoint = "glDeleteBuffers")] public static void DeleteBuffers(Int32 n, UInt32[] buffers) { @@ -35629,7 +36285,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.5] /// Delete named buffer objects /// /// @@ -35643,7 +36299,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version15", Version = "1.5", EntryPoint = "glDeleteBuffers")] + [AutoGenerated(Category = "VERSION_1_5", Version = "1.5", EntryPoint = "glDeleteBuffers")] public static void DeleteBuffers(Int32 n, ref UInt32 buffers) { @@ -35664,7 +36320,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.5] /// Delete named buffer objects /// /// @@ -35678,7 +36334,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version15", Version = "1.5", EntryPoint = "glDeleteBuffers")] + [AutoGenerated(Category = "VERSION_1_5", Version = "1.5", EntryPoint = "glDeleteBuffers")] public static unsafe void DeleteBuffers(Int32 n, UInt32* buffers) { @@ -35692,7 +36348,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbFramebufferObject", Version = "3.0", EntryPoint = "glDeleteFramebuffers")] + /// [requires: v3.0] + [AutoGenerated(Category = "ARB_framebuffer_object", Version = "3.0", EntryPoint = "glDeleteFramebuffers")] public static void DeleteFramebuffers(Int32 n, Int32[] framebuffers) { @@ -35712,7 +36369,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbFramebufferObject", Version = "3.0", EntryPoint = "glDeleteFramebuffers")] + /// [requires: v3.0] + [AutoGenerated(Category = "ARB_framebuffer_object", Version = "3.0", EntryPoint = "glDeleteFramebuffers")] public static void DeleteFramebuffers(Int32 n, ref Int32 framebuffers) { @@ -35732,8 +36390,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v3.0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbFramebufferObject", Version = "3.0", EntryPoint = "glDeleteFramebuffers")] + [AutoGenerated(Category = "ARB_framebuffer_object", Version = "3.0", EntryPoint = "glDeleteFramebuffers")] public static unsafe void DeleteFramebuffers(Int32 n, Int32* framebuffers) { @@ -35747,8 +36406,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v3.0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbFramebufferObject", Version = "3.0", EntryPoint = "glDeleteFramebuffers")] + [AutoGenerated(Category = "ARB_framebuffer_object", Version = "3.0", EntryPoint = "glDeleteFramebuffers")] public static void DeleteFramebuffers(Int32 n, UInt32[] framebuffers) { @@ -35768,8 +36428,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v3.0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbFramebufferObject", Version = "3.0", EntryPoint = "glDeleteFramebuffers")] + [AutoGenerated(Category = "ARB_framebuffer_object", Version = "3.0", EntryPoint = "glDeleteFramebuffers")] public static void DeleteFramebuffers(Int32 n, ref UInt32 framebuffers) { @@ -35789,8 +36450,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v3.0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbFramebufferObject", Version = "3.0", EntryPoint = "glDeleteFramebuffers")] + [AutoGenerated(Category = "ARB_framebuffer_object", Version = "3.0", EntryPoint = "glDeleteFramebuffers")] public static unsafe void DeleteFramebuffers(Int32 n, UInt32* framebuffers) { @@ -35805,7 +36467,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Delete a contiguous group of display lists /// /// @@ -35818,7 +36480,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the number of display lists to delete. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glDeleteLists")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glDeleteLists")] public static void DeleteLists(Int32 list, Int32 range) { @@ -35833,7 +36495,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Delete a contiguous group of display lists /// /// @@ -35847,7 +36509,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glDeleteLists")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glDeleteLists")] public static void DeleteLists(UInt32 list, Int32 range) { @@ -35862,7 +36524,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Deletes a program object /// /// @@ -35870,7 +36532,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the program object to be deleted. /// /// - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glDeleteProgram")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glDeleteProgram")] public static void DeleteProgram(Int32 program) { @@ -35885,7 +36547,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Deletes a program object /// /// @@ -35894,7 +36556,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glDeleteProgram")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glDeleteProgram")] public static void DeleteProgram(UInt32 program) { @@ -35909,7 +36571,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.5] /// Delete named query objects /// /// @@ -35922,7 +36584,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies an array of query objects to be deleted. /// /// - [AutoGenerated(Category = "Version15", Version = "1.5", EntryPoint = "glDeleteQueries")] + [AutoGenerated(Category = "VERSION_1_5", Version = "1.5", EntryPoint = "glDeleteQueries")] public static void DeleteQueries(Int32 n, Int32[] ids) { @@ -35943,7 +36605,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.5] /// Delete named query objects /// /// @@ -35956,7 +36618,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies an array of query objects to be deleted. /// /// - [AutoGenerated(Category = "Version15", Version = "1.5", EntryPoint = "glDeleteQueries")] + [AutoGenerated(Category = "VERSION_1_5", Version = "1.5", EntryPoint = "glDeleteQueries")] public static void DeleteQueries(Int32 n, ref Int32 ids) { @@ -35977,7 +36639,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.5] /// Delete named query objects /// /// @@ -35991,7 +36653,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version15", Version = "1.5", EntryPoint = "glDeleteQueries")] + [AutoGenerated(Category = "VERSION_1_5", Version = "1.5", EntryPoint = "glDeleteQueries")] public static unsafe void DeleteQueries(Int32 n, Int32* ids) { @@ -36006,7 +36668,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.5] /// Delete named query objects /// /// @@ -36020,7 +36682,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version15", Version = "1.5", EntryPoint = "glDeleteQueries")] + [AutoGenerated(Category = "VERSION_1_5", Version = "1.5", EntryPoint = "glDeleteQueries")] public static void DeleteQueries(Int32 n, UInt32[] ids) { @@ -36041,7 +36703,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.5] /// Delete named query objects /// /// @@ -36055,7 +36717,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version15", Version = "1.5", EntryPoint = "glDeleteQueries")] + [AutoGenerated(Category = "VERSION_1_5", Version = "1.5", EntryPoint = "glDeleteQueries")] public static void DeleteQueries(Int32 n, ref UInt32 ids) { @@ -36076,7 +36738,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.5] /// Delete named query objects /// /// @@ -36090,7 +36752,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version15", Version = "1.5", EntryPoint = "glDeleteQueries")] + [AutoGenerated(Category = "VERSION_1_5", Version = "1.5", EntryPoint = "glDeleteQueries")] public static unsafe void DeleteQueries(Int32 n, UInt32* ids) { @@ -36104,7 +36766,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbFramebufferObject", Version = "3.0", EntryPoint = "glDeleteRenderbuffers")] + /// [requires: v3.0] + [AutoGenerated(Category = "ARB_framebuffer_object", Version = "3.0", EntryPoint = "glDeleteRenderbuffers")] public static void DeleteRenderbuffers(Int32 n, Int32[] renderbuffers) { @@ -36124,7 +36787,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbFramebufferObject", Version = "3.0", EntryPoint = "glDeleteRenderbuffers")] + /// [requires: v3.0] + [AutoGenerated(Category = "ARB_framebuffer_object", Version = "3.0", EntryPoint = "glDeleteRenderbuffers")] public static void DeleteRenderbuffers(Int32 n, ref Int32 renderbuffers) { @@ -36144,8 +36808,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v3.0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbFramebufferObject", Version = "3.0", EntryPoint = "glDeleteRenderbuffers")] + [AutoGenerated(Category = "ARB_framebuffer_object", Version = "3.0", EntryPoint = "glDeleteRenderbuffers")] public static unsafe void DeleteRenderbuffers(Int32 n, Int32* renderbuffers) { @@ -36159,8 +36824,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v3.0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbFramebufferObject", Version = "3.0", EntryPoint = "glDeleteRenderbuffers")] + [AutoGenerated(Category = "ARB_framebuffer_object", Version = "3.0", EntryPoint = "glDeleteRenderbuffers")] public static void DeleteRenderbuffers(Int32 n, UInt32[] renderbuffers) { @@ -36180,8 +36846,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v3.0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbFramebufferObject", Version = "3.0", EntryPoint = "glDeleteRenderbuffers")] + [AutoGenerated(Category = "ARB_framebuffer_object", Version = "3.0", EntryPoint = "glDeleteRenderbuffers")] public static void DeleteRenderbuffers(Int32 n, ref UInt32 renderbuffers) { @@ -36201,8 +36868,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v3.0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbFramebufferObject", Version = "3.0", EntryPoint = "glDeleteRenderbuffers")] + [AutoGenerated(Category = "ARB_framebuffer_object", Version = "3.0", EntryPoint = "glDeleteRenderbuffers")] public static unsafe void DeleteRenderbuffers(Int32 n, UInt32* renderbuffers) { @@ -36217,7 +36885,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Deletes a shader object /// /// @@ -36225,7 +36893,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the shader object to be deleted. /// /// - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glDeleteShader")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glDeleteShader")] public static void DeleteShader(Int32 shader) { @@ -36240,7 +36908,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Deletes a shader object /// /// @@ -36249,7 +36917,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glDeleteShader")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glDeleteShader")] public static void DeleteShader(UInt32 shader) { @@ -36263,7 +36931,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbSync", Version = "1.2", EntryPoint = "glDeleteSync")] + /// [requires: v1.2] + [AutoGenerated(Category = "ARB_sync", Version = "1.2", EntryPoint = "glDeleteSync")] public static void DeleteSync(IntPtr sync) { @@ -36278,7 +36947,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.1] /// Delete named textures /// /// @@ -36291,7 +36960,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies an array of textures to be deleted. /// /// - [AutoGenerated(Category = "Version11", Version = "1.1", EntryPoint = "glDeleteTextures")] + [AutoGenerated(Category = "VERSION_1_1", Version = "1.1", EntryPoint = "glDeleteTextures")] public static void DeleteTextures(Int32 n, Int32[] textures) { @@ -36312,7 +36981,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.1] /// Delete named textures /// /// @@ -36325,7 +36994,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies an array of textures to be deleted. /// /// - [AutoGenerated(Category = "Version11", Version = "1.1", EntryPoint = "glDeleteTextures")] + [AutoGenerated(Category = "VERSION_1_1", Version = "1.1", EntryPoint = "glDeleteTextures")] public static void DeleteTextures(Int32 n, ref Int32 textures) { @@ -36346,7 +37015,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.1] /// Delete named textures /// /// @@ -36360,7 +37029,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version11", Version = "1.1", EntryPoint = "glDeleteTextures")] + [AutoGenerated(Category = "VERSION_1_1", Version = "1.1", EntryPoint = "glDeleteTextures")] public static unsafe void DeleteTextures(Int32 n, Int32* textures) { @@ -36375,7 +37044,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.1] /// Delete named textures /// /// @@ -36389,7 +37058,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version11", Version = "1.1", EntryPoint = "glDeleteTextures")] + [AutoGenerated(Category = "VERSION_1_1", Version = "1.1", EntryPoint = "glDeleteTextures")] public static void DeleteTextures(Int32 n, UInt32[] textures) { @@ -36410,7 +37079,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.1] /// Delete named textures /// /// @@ -36424,7 +37093,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version11", Version = "1.1", EntryPoint = "glDeleteTextures")] + [AutoGenerated(Category = "VERSION_1_1", Version = "1.1", EntryPoint = "glDeleteTextures")] public static void DeleteTextures(Int32 n, ref UInt32 textures) { @@ -36445,7 +37114,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.1] /// Delete named textures /// /// @@ -36459,7 +37128,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version11", Version = "1.1", EntryPoint = "glDeleteTextures")] + [AutoGenerated(Category = "VERSION_1_1", Version = "1.1", EntryPoint = "glDeleteTextures")] public static unsafe void DeleteTextures(Int32 n, UInt32* textures) { @@ -36473,7 +37142,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbVertexArrayObject", Version = "3.0", EntryPoint = "glDeleteVertexArrays")] + /// [requires: v3.0] + [AutoGenerated(Category = "ARB_vertex_array_object", Version = "3.0", EntryPoint = "glDeleteVertexArrays")] public static void DeleteVertexArrays(Int32 n, Int32[] arrays) { @@ -36493,7 +37163,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbVertexArrayObject", Version = "3.0", EntryPoint = "glDeleteVertexArrays")] + /// [requires: v3.0] + [AutoGenerated(Category = "ARB_vertex_array_object", Version = "3.0", EntryPoint = "glDeleteVertexArrays")] public static void DeleteVertexArrays(Int32 n, ref Int32 arrays) { @@ -36513,8 +37184,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v3.0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexArrayObject", Version = "3.0", EntryPoint = "glDeleteVertexArrays")] + [AutoGenerated(Category = "ARB_vertex_array_object", Version = "3.0", EntryPoint = "glDeleteVertexArrays")] public static unsafe void DeleteVertexArrays(Int32 n, Int32* arrays) { @@ -36528,8 +37200,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v3.0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexArrayObject", Version = "3.0", EntryPoint = "glDeleteVertexArrays")] + [AutoGenerated(Category = "ARB_vertex_array_object", Version = "3.0", EntryPoint = "glDeleteVertexArrays")] public static void DeleteVertexArrays(Int32 n, UInt32[] arrays) { @@ -36549,8 +37222,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v3.0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexArrayObject", Version = "3.0", EntryPoint = "glDeleteVertexArrays")] + [AutoGenerated(Category = "ARB_vertex_array_object", Version = "3.0", EntryPoint = "glDeleteVertexArrays")] public static void DeleteVertexArrays(Int32 n, ref UInt32 arrays) { @@ -36570,8 +37244,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v3.0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexArrayObject", Version = "3.0", EntryPoint = "glDeleteVertexArrays")] + [AutoGenerated(Category = "ARB_vertex_array_object", Version = "3.0", EntryPoint = "glDeleteVertexArrays")] public static unsafe void DeleteVertexArrays(Int32 n, UInt32* arrays) { @@ -36586,7 +37261,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0] /// Specify the value used for depth buffer comparisons /// /// @@ -36594,7 +37269,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the depth comparison function. Symbolic constants GL_NEVER, GL_LESS, GL_EQUAL, GL_LEQUAL, GL_GREATER, GL_NOTEQUAL, GL_GEQUAL, and GL_ALWAYS are accepted. The initial value is GL_LESS. /// /// - [AutoGenerated(Category = "Version10", Version = "1.0", EntryPoint = "glDepthFunc")] + [AutoGenerated(Category = "VERSION_1_0", Version = "1.0", EntryPoint = "glDepthFunc")] public static void DepthFunc(OpenTK.Graphics.OpenGL.DepthFunction func) { @@ -36609,7 +37284,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0] /// Enable or disable writing into the depth buffer /// /// @@ -36617,7 +37292,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies whether the depth buffer is enabled for writing. If flag is GL_FALSE, depth buffer writing is disabled. Otherwise, it is enabled. Initially, depth buffer writing is enabled. /// /// - [AutoGenerated(Category = "Version10", Version = "1.0", EntryPoint = "glDepthMask")] + [AutoGenerated(Category = "VERSION_1_0", Version = "1.0", EntryPoint = "glDepthMask")] public static void DepthMask(bool flag) { @@ -36632,7 +37307,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0] /// Specify mapping of depth values from normalized device coordinates to window coordinates /// /// @@ -36645,7 +37320,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the mapping of the far clipping plane to window coordinates. The initial value is 1. /// /// - [AutoGenerated(Category = "Version10", Version = "1.0", EntryPoint = "glDepthRange")] + [AutoGenerated(Category = "VERSION_1_0", Version = "1.0", EntryPoint = "glDepthRange")] public static void DepthRange(Double near, Double far) { @@ -36660,7 +37335,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Detaches a shader object from a program object to which it is attached /// /// @@ -36673,7 +37348,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the shader object to be detached. /// /// - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glDetachShader")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glDetachShader")] public static void DetachShader(Int32 program, Int32 shader) { @@ -36688,7 +37363,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Detaches a shader object from a program object to which it is attached /// /// @@ -36702,7 +37377,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glDetachShader")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glDetachShader")] public static void DetachShader(UInt32 program, UInt32 shader) { @@ -36716,7 +37391,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "Version10", Version = "1.0", EntryPoint = "glDisable")] + /// [requires: v1.0] + [AutoGenerated(Category = "VERSION_1_0", Version = "1.0", EntryPoint = "glDisable")] public static void Disable(OpenTK.Graphics.OpenGL.EnableCap cap) { @@ -36730,7 +37406,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "Version11Deprecated", Version = "1.1", EntryPoint = "glDisableClientState")] + /// [requires: v1.1][deprecated: v3.1] + [AutoGenerated(Category = "VERSION_1_1_DEPRECATED", Version = "1.1", EntryPoint = "glDisableClientState")] public static void DisableClientState(OpenTK.Graphics.OpenGL.ArrayCap array) { @@ -36744,7 +37421,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glDisablei")] + /// [requires: v3.0] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glDisablei")] public static void Disable(OpenTK.Graphics.OpenGL.IndexedEnableCap target, Int32 index) { @@ -36758,8 +37436,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v3.0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glDisablei")] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glDisablei")] public static void Disable(OpenTK.Graphics.OpenGL.IndexedEnableCap target, UInt32 index) { @@ -36773,7 +37452,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glDisableVertexAttribArray")] + /// [requires: v2.0] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glDisableVertexAttribArray")] public static void DisableVertexAttribArray(Int32 index) { @@ -36787,8 +37467,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v2.0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glDisableVertexAttribArray")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glDisableVertexAttribArray")] public static void DisableVertexAttribArray(UInt32 index) { @@ -36803,7 +37484,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.1] /// Render primitives from array data /// /// @@ -36821,7 +37502,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the number of indices to be rendered. /// /// - [AutoGenerated(Category = "Version11", Version = "1.1", EntryPoint = "glDrawArrays")] + [AutoGenerated(Category = "VERSION_1_1", Version = "1.1", EntryPoint = "glDrawArrays")] public static void DrawArrays(OpenTK.Graphics.OpenGL.BeginMode mode, Int32 first, Int32 count) { @@ -36835,7 +37516,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "Version31", Version = "3.1", EntryPoint = "glDrawArraysInstanced")] + /// [requires: v3.1] + [AutoGenerated(Category = "VERSION_3_1", Version = "3.1", EntryPoint = "glDrawArraysInstanced")] public static void DrawArraysInstanced(OpenTK.Graphics.OpenGL.BeginMode mode, Int32 first, Int32 count, Int32 primcount) { @@ -36850,7 +37532,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0] /// Specify which color buffers are to be drawn into /// /// @@ -36858,7 +37540,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies up to four color buffers to be drawn into. Symbolic constants GL_NONE, GL_FRONT_LEFT, GL_FRONT_RIGHT, GL_BACK_LEFT, GL_BACK_RIGHT, GL_FRONT, GL_BACK, GL_LEFT, GL_RIGHT, GL_FRONT_AND_BACK, and GL_AUXi, where i is between 0 and the value of GL_AUX_BUFFERS minus 1, are accepted. (GL_AUX_BUFFERS is not the upper limit; use glGet to query the number of available aux buffers.) The initial value is GL_FRONT for single-buffered contexts, and GL_BACK for double-buffered contexts. /// /// - [AutoGenerated(Category = "Version10", Version = "1.0", EntryPoint = "glDrawBuffer")] + [AutoGenerated(Category = "VERSION_1_0", Version = "1.0", EntryPoint = "glDrawBuffer")] public static void DrawBuffer(OpenTK.Graphics.OpenGL.DrawBufferMode mode) { @@ -36873,7 +37555,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Specifies a list of color buffers to be drawn into /// /// @@ -36886,7 +37568,7 @@ namespace OpenTK.Graphics.OpenGL /// Points to an array of symbolic constants specifying the buffers into which fragment colors or data values will be written. /// /// - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glDrawBuffers")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glDrawBuffers")] public static void DrawBuffers(Int32 n, OpenTK.Graphics.OpenGL.DrawBuffersEnum[] bufs) { @@ -36907,7 +37589,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Specifies a list of color buffers to be drawn into /// /// @@ -36920,7 +37602,7 @@ namespace OpenTK.Graphics.OpenGL /// Points to an array of symbolic constants specifying the buffers into which fragment colors or data values will be written. /// /// - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glDrawBuffers")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glDrawBuffers")] public static void DrawBuffers(Int32 n, ref OpenTK.Graphics.OpenGL.DrawBuffersEnum bufs) { @@ -36941,7 +37623,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Specifies a list of color buffers to be drawn into /// /// @@ -36955,7 +37637,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glDrawBuffers")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glDrawBuffers")] public static unsafe void DrawBuffers(Int32 n, OpenTK.Graphics.OpenGL.DrawBuffersEnum* bufs) { @@ -36970,7 +37652,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.1] /// Render primitives from array data /// /// @@ -36993,7 +37675,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the location where the indices are stored. /// /// - [AutoGenerated(Category = "Version11", Version = "1.1", EntryPoint = "glDrawElements")] + [AutoGenerated(Category = "VERSION_1_1", Version = "1.1", EntryPoint = "glDrawElements")] public static void DrawElements(OpenTK.Graphics.OpenGL.BeginMode mode, Int32 count, OpenTK.Graphics.OpenGL.DrawElementsType type, IntPtr indices) { @@ -37008,7 +37690,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.1] /// Render primitives from array data /// /// @@ -37031,7 +37713,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the location where the indices are stored. /// /// - [AutoGenerated(Category = "Version11", Version = "1.1", EntryPoint = "glDrawElements")] + [AutoGenerated(Category = "VERSION_1_1", Version = "1.1", EntryPoint = "glDrawElements")] public static void DrawElements(OpenTK.Graphics.OpenGL.BeginMode mode, Int32 count, OpenTK.Graphics.OpenGL.DrawElementsType type, [InAttribute, OutAttribute] T3[] indices) where T3 : struct @@ -37055,7 +37737,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.1] /// Render primitives from array data /// /// @@ -37078,7 +37760,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the location where the indices are stored. /// /// - [AutoGenerated(Category = "Version11", Version = "1.1", EntryPoint = "glDrawElements")] + [AutoGenerated(Category = "VERSION_1_1", Version = "1.1", EntryPoint = "glDrawElements")] public static void DrawElements(OpenTK.Graphics.OpenGL.BeginMode mode, Int32 count, OpenTK.Graphics.OpenGL.DrawElementsType type, [InAttribute, OutAttribute] T3[,] indices) where T3 : struct @@ -37102,7 +37784,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.1] /// Render primitives from array data /// /// @@ -37125,7 +37807,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the location where the indices are stored. /// /// - [AutoGenerated(Category = "Version11", Version = "1.1", EntryPoint = "glDrawElements")] + [AutoGenerated(Category = "VERSION_1_1", Version = "1.1", EntryPoint = "glDrawElements")] public static void DrawElements(OpenTK.Graphics.OpenGL.BeginMode mode, Int32 count, OpenTK.Graphics.OpenGL.DrawElementsType type, [InAttribute, OutAttribute] T3[,,] indices) where T3 : struct @@ -37149,7 +37831,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.1] /// Render primitives from array data /// /// @@ -37172,7 +37854,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the location where the indices are stored. /// /// - [AutoGenerated(Category = "Version11", Version = "1.1", EntryPoint = "glDrawElements")] + [AutoGenerated(Category = "VERSION_1_1", Version = "1.1", EntryPoint = "glDrawElements")] public static void DrawElements(OpenTK.Graphics.OpenGL.BeginMode mode, Int32 count, OpenTK.Graphics.OpenGL.DrawElementsType type, [InAttribute, OutAttribute] ref T3 indices) where T3 : struct @@ -37196,7 +37878,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbDrawElementsBaseVertex", Version = "1.2", EntryPoint = "glDrawElementsBaseVertex")] + /// [requires: v1.2] + [AutoGenerated(Category = "ARB_draw_elements_base_vertex", Version = "1.2", EntryPoint = "glDrawElementsBaseVertex")] public static void DrawElementsBaseVertex(OpenTK.Graphics.OpenGL.BeginMode mode, Int32 count, OpenTK.Graphics.OpenGL.DrawElementsType type, IntPtr indices, Int32 basevertex) { @@ -37210,7 +37893,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbDrawElementsBaseVertex", Version = "1.2", EntryPoint = "glDrawElementsBaseVertex")] + /// [requires: v1.2] + [AutoGenerated(Category = "ARB_draw_elements_base_vertex", Version = "1.2", EntryPoint = "glDrawElementsBaseVertex")] public static void DrawElementsBaseVertex(OpenTK.Graphics.OpenGL.BeginMode mode, Int32 count, OpenTK.Graphics.OpenGL.DrawElementsType type, [InAttribute, OutAttribute] T3[] indices, Int32 basevertex) where T3 : struct @@ -37233,7 +37917,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbDrawElementsBaseVertex", Version = "1.2", EntryPoint = "glDrawElementsBaseVertex")] + /// [requires: v1.2] + [AutoGenerated(Category = "ARB_draw_elements_base_vertex", Version = "1.2", EntryPoint = "glDrawElementsBaseVertex")] public static void DrawElementsBaseVertex(OpenTK.Graphics.OpenGL.BeginMode mode, Int32 count, OpenTK.Graphics.OpenGL.DrawElementsType type, [InAttribute, OutAttribute] T3[,] indices, Int32 basevertex) where T3 : struct @@ -37256,7 +37941,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbDrawElementsBaseVertex", Version = "1.2", EntryPoint = "glDrawElementsBaseVertex")] + /// [requires: v1.2] + [AutoGenerated(Category = "ARB_draw_elements_base_vertex", Version = "1.2", EntryPoint = "glDrawElementsBaseVertex")] public static void DrawElementsBaseVertex(OpenTK.Graphics.OpenGL.BeginMode mode, Int32 count, OpenTK.Graphics.OpenGL.DrawElementsType type, [InAttribute, OutAttribute] T3[,,] indices, Int32 basevertex) where T3 : struct @@ -37279,7 +37965,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbDrawElementsBaseVertex", Version = "1.2", EntryPoint = "glDrawElementsBaseVertex")] + /// [requires: v1.2] + [AutoGenerated(Category = "ARB_draw_elements_base_vertex", Version = "1.2", EntryPoint = "glDrawElementsBaseVertex")] public static void DrawElementsBaseVertex(OpenTK.Graphics.OpenGL.BeginMode mode, Int32 count, OpenTK.Graphics.OpenGL.DrawElementsType type, [InAttribute, OutAttribute] ref T3 indices, Int32 basevertex) where T3 : struct @@ -37303,7 +37990,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "Version31", Version = "3.1", EntryPoint = "glDrawElementsInstanced")] + /// [requires: v3.1] + [AutoGenerated(Category = "VERSION_3_1", Version = "3.1", EntryPoint = "glDrawElementsInstanced")] public static void DrawElementsInstanced(OpenTK.Graphics.OpenGL.BeginMode mode, Int32 count, OpenTK.Graphics.OpenGL.DrawElementsType type, IntPtr indices, Int32 primcount) { @@ -37317,7 +38005,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "Version31", Version = "3.1", EntryPoint = "glDrawElementsInstanced")] + /// [requires: v3.1] + [AutoGenerated(Category = "VERSION_3_1", Version = "3.1", EntryPoint = "glDrawElementsInstanced")] public static void DrawElementsInstanced(OpenTK.Graphics.OpenGL.BeginMode mode, Int32 count, OpenTK.Graphics.OpenGL.DrawElementsType type, [InAttribute, OutAttribute] T3[] indices, Int32 primcount) where T3 : struct @@ -37340,7 +38029,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "Version31", Version = "3.1", EntryPoint = "glDrawElementsInstanced")] + /// [requires: v3.1] + [AutoGenerated(Category = "VERSION_3_1", Version = "3.1", EntryPoint = "glDrawElementsInstanced")] public static void DrawElementsInstanced(OpenTK.Graphics.OpenGL.BeginMode mode, Int32 count, OpenTK.Graphics.OpenGL.DrawElementsType type, [InAttribute, OutAttribute] T3[,] indices, Int32 primcount) where T3 : struct @@ -37363,7 +38053,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "Version31", Version = "3.1", EntryPoint = "glDrawElementsInstanced")] + /// [requires: v3.1] + [AutoGenerated(Category = "VERSION_3_1", Version = "3.1", EntryPoint = "glDrawElementsInstanced")] public static void DrawElementsInstanced(OpenTK.Graphics.OpenGL.BeginMode mode, Int32 count, OpenTK.Graphics.OpenGL.DrawElementsType type, [InAttribute, OutAttribute] T3[,,] indices, Int32 primcount) where T3 : struct @@ -37386,7 +38077,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "Version31", Version = "3.1", EntryPoint = "glDrawElementsInstanced")] + /// [requires: v3.1] + [AutoGenerated(Category = "VERSION_3_1", Version = "3.1", EntryPoint = "glDrawElementsInstanced")] public static void DrawElementsInstanced(OpenTK.Graphics.OpenGL.BeginMode mode, Int32 count, OpenTK.Graphics.OpenGL.DrawElementsType type, [InAttribute, OutAttribute] ref T3 indices, Int32 primcount) where T3 : struct @@ -37410,7 +38102,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbDrawElementsBaseVertex", Version = "1.2", EntryPoint = "glDrawElementsInstancedBaseVertex")] + /// [requires: v1.2] + [AutoGenerated(Category = "ARB_draw_elements_base_vertex", Version = "1.2", EntryPoint = "glDrawElementsInstancedBaseVertex")] public static void DrawElementsInstancedBaseVertex(OpenTK.Graphics.OpenGL.BeginMode mode, Int32 count, OpenTK.Graphics.OpenGL.DrawElementsType type, IntPtr indices, Int32 primcount, Int32 basevertex) { @@ -37424,7 +38117,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbDrawElementsBaseVertex", Version = "1.2", EntryPoint = "glDrawElementsInstancedBaseVertex")] + /// [requires: v1.2] + [AutoGenerated(Category = "ARB_draw_elements_base_vertex", Version = "1.2", EntryPoint = "glDrawElementsInstancedBaseVertex")] public static void DrawElementsInstancedBaseVertex(OpenTK.Graphics.OpenGL.BeginMode mode, Int32 count, OpenTK.Graphics.OpenGL.DrawElementsType type, [InAttribute, OutAttribute] T3[] indices, Int32 primcount, Int32 basevertex) where T3 : struct @@ -37447,7 +38141,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbDrawElementsBaseVertex", Version = "1.2", EntryPoint = "glDrawElementsInstancedBaseVertex")] + /// [requires: v1.2] + [AutoGenerated(Category = "ARB_draw_elements_base_vertex", Version = "1.2", EntryPoint = "glDrawElementsInstancedBaseVertex")] public static void DrawElementsInstancedBaseVertex(OpenTK.Graphics.OpenGL.BeginMode mode, Int32 count, OpenTK.Graphics.OpenGL.DrawElementsType type, [InAttribute, OutAttribute] T3[,] indices, Int32 primcount, Int32 basevertex) where T3 : struct @@ -37470,7 +38165,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbDrawElementsBaseVertex", Version = "1.2", EntryPoint = "glDrawElementsInstancedBaseVertex")] + /// [requires: v1.2] + [AutoGenerated(Category = "ARB_draw_elements_base_vertex", Version = "1.2", EntryPoint = "glDrawElementsInstancedBaseVertex")] public static void DrawElementsInstancedBaseVertex(OpenTK.Graphics.OpenGL.BeginMode mode, Int32 count, OpenTK.Graphics.OpenGL.DrawElementsType type, [InAttribute, OutAttribute] T3[,,] indices, Int32 primcount, Int32 basevertex) where T3 : struct @@ -37493,7 +38189,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbDrawElementsBaseVertex", Version = "1.2", EntryPoint = "glDrawElementsInstancedBaseVertex")] + /// [requires: v1.2] + [AutoGenerated(Category = "ARB_draw_elements_base_vertex", Version = "1.2", EntryPoint = "glDrawElementsInstancedBaseVertex")] public static void DrawElementsInstancedBaseVertex(OpenTK.Graphics.OpenGL.BeginMode mode, Int32 count, OpenTK.Graphics.OpenGL.DrawElementsType type, [InAttribute, OutAttribute] ref T3 indices, Int32 primcount, Int32 basevertex) where T3 : struct @@ -37518,7 +38215,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Write a block of pixels to the frame buffer /// /// @@ -37541,7 +38238,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the pixel data. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glDrawPixels")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glDrawPixels")] public static void DrawPixels(Int32 width, Int32 height, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, IntPtr pixels) { @@ -37556,7 +38253,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Write a block of pixels to the frame buffer /// /// @@ -37579,7 +38276,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the pixel data. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glDrawPixels")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glDrawPixels")] public static void DrawPixels(Int32 width, Int32 height, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T4[] pixels) where T4 : struct @@ -37603,7 +38300,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Write a block of pixels to the frame buffer /// /// @@ -37626,7 +38323,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the pixel data. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glDrawPixels")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glDrawPixels")] public static void DrawPixels(Int32 width, Int32 height, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T4[,] pixels) where T4 : struct @@ -37650,7 +38347,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Write a block of pixels to the frame buffer /// /// @@ -37673,7 +38370,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the pixel data. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glDrawPixels")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glDrawPixels")] public static void DrawPixels(Int32 width, Int32 height, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T4[,,] pixels) where T4 : struct @@ -37697,7 +38394,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Write a block of pixels to the frame buffer /// /// @@ -37720,7 +38417,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the pixel data. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glDrawPixels")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glDrawPixels")] public static void DrawPixels(Int32 width, Int32 height, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] ref T4 pixels) where T4 : struct @@ -37745,7 +38442,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2] /// Render primitives from array data /// /// @@ -37778,7 +38475,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the location where the indices are stored. /// /// - [AutoGenerated(Category = "Version12", Version = "1.2", EntryPoint = "glDrawRangeElements")] + [AutoGenerated(Category = "VERSION_1_2", Version = "1.2", EntryPoint = "glDrawRangeElements")] public static void DrawRangeElements(OpenTK.Graphics.OpenGL.BeginMode mode, Int32 start, Int32 end, Int32 count, OpenTK.Graphics.OpenGL.DrawElementsType type, IntPtr indices) { @@ -37793,7 +38490,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2] /// Render primitives from array data /// /// @@ -37826,7 +38523,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the location where the indices are stored. /// /// - [AutoGenerated(Category = "Version12", Version = "1.2", EntryPoint = "glDrawRangeElements")] + [AutoGenerated(Category = "VERSION_1_2", Version = "1.2", EntryPoint = "glDrawRangeElements")] public static void DrawRangeElements(OpenTK.Graphics.OpenGL.BeginMode mode, Int32 start, Int32 end, Int32 count, OpenTK.Graphics.OpenGL.DrawElementsType type, [InAttribute, OutAttribute] T5[] indices) where T5 : struct @@ -37850,7 +38547,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2] /// Render primitives from array data /// /// @@ -37883,7 +38580,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the location where the indices are stored. /// /// - [AutoGenerated(Category = "Version12", Version = "1.2", EntryPoint = "glDrawRangeElements")] + [AutoGenerated(Category = "VERSION_1_2", Version = "1.2", EntryPoint = "glDrawRangeElements")] public static void DrawRangeElements(OpenTK.Graphics.OpenGL.BeginMode mode, Int32 start, Int32 end, Int32 count, OpenTK.Graphics.OpenGL.DrawElementsType type, [InAttribute, OutAttribute] T5[,] indices) where T5 : struct @@ -37907,7 +38604,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2] /// Render primitives from array data /// /// @@ -37940,7 +38637,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the location where the indices are stored. /// /// - [AutoGenerated(Category = "Version12", Version = "1.2", EntryPoint = "glDrawRangeElements")] + [AutoGenerated(Category = "VERSION_1_2", Version = "1.2", EntryPoint = "glDrawRangeElements")] public static void DrawRangeElements(OpenTK.Graphics.OpenGL.BeginMode mode, Int32 start, Int32 end, Int32 count, OpenTK.Graphics.OpenGL.DrawElementsType type, [InAttribute, OutAttribute] T5[,,] indices) where T5 : struct @@ -37964,7 +38661,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2] /// Render primitives from array data /// /// @@ -37997,7 +38694,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the location where the indices are stored. /// /// - [AutoGenerated(Category = "Version12", Version = "1.2", EntryPoint = "glDrawRangeElements")] + [AutoGenerated(Category = "VERSION_1_2", Version = "1.2", EntryPoint = "glDrawRangeElements")] public static void DrawRangeElements(OpenTK.Graphics.OpenGL.BeginMode mode, Int32 start, Int32 end, Int32 count, OpenTK.Graphics.OpenGL.DrawElementsType type, [InAttribute, OutAttribute] ref T5 indices) where T5 : struct @@ -38022,7 +38719,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2] /// Render primitives from array data /// /// @@ -38056,7 +38753,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version12", Version = "1.2", EntryPoint = "glDrawRangeElements")] + [AutoGenerated(Category = "VERSION_1_2", Version = "1.2", EntryPoint = "glDrawRangeElements")] public static void DrawRangeElements(OpenTK.Graphics.OpenGL.BeginMode mode, UInt32 start, UInt32 end, Int32 count, OpenTK.Graphics.OpenGL.DrawElementsType type, IntPtr indices) { @@ -38071,7 +38768,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2] /// Render primitives from array data /// /// @@ -38105,7 +38802,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version12", Version = "1.2", EntryPoint = "glDrawRangeElements")] + [AutoGenerated(Category = "VERSION_1_2", Version = "1.2", EntryPoint = "glDrawRangeElements")] public static void DrawRangeElements(OpenTK.Graphics.OpenGL.BeginMode mode, UInt32 start, UInt32 end, Int32 count, OpenTK.Graphics.OpenGL.DrawElementsType type, [InAttribute, OutAttribute] T5[] indices) where T5 : struct @@ -38129,7 +38826,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2] /// Render primitives from array data /// /// @@ -38163,7 +38860,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version12", Version = "1.2", EntryPoint = "glDrawRangeElements")] + [AutoGenerated(Category = "VERSION_1_2", Version = "1.2", EntryPoint = "glDrawRangeElements")] public static void DrawRangeElements(OpenTK.Graphics.OpenGL.BeginMode mode, UInt32 start, UInt32 end, Int32 count, OpenTK.Graphics.OpenGL.DrawElementsType type, [InAttribute, OutAttribute] T5[,] indices) where T5 : struct @@ -38187,7 +38884,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2] /// Render primitives from array data /// /// @@ -38221,7 +38918,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version12", Version = "1.2", EntryPoint = "glDrawRangeElements")] + [AutoGenerated(Category = "VERSION_1_2", Version = "1.2", EntryPoint = "glDrawRangeElements")] public static void DrawRangeElements(OpenTK.Graphics.OpenGL.BeginMode mode, UInt32 start, UInt32 end, Int32 count, OpenTK.Graphics.OpenGL.DrawElementsType type, [InAttribute, OutAttribute] T5[,,] indices) where T5 : struct @@ -38245,7 +38942,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2] /// Render primitives from array data /// /// @@ -38279,7 +38976,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version12", Version = "1.2", EntryPoint = "glDrawRangeElements")] + [AutoGenerated(Category = "VERSION_1_2", Version = "1.2", EntryPoint = "glDrawRangeElements")] public static void DrawRangeElements(OpenTK.Graphics.OpenGL.BeginMode mode, UInt32 start, UInt32 end, Int32 count, OpenTK.Graphics.OpenGL.DrawElementsType type, [InAttribute, OutAttribute] ref T5 indices) where T5 : struct @@ -38303,7 +39000,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbDrawElementsBaseVertex", Version = "1.2", EntryPoint = "glDrawRangeElementsBaseVertex")] + /// [requires: v1.2] + [AutoGenerated(Category = "ARB_draw_elements_base_vertex", Version = "1.2", EntryPoint = "glDrawRangeElementsBaseVertex")] public static void DrawRangeElementsBaseVertex(OpenTK.Graphics.OpenGL.BeginMode mode, Int32 start, Int32 end, Int32 count, OpenTK.Graphics.OpenGL.DrawElementsType type, IntPtr indices, Int32 basevertex) { @@ -38317,7 +39015,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbDrawElementsBaseVertex", Version = "1.2", EntryPoint = "glDrawRangeElementsBaseVertex")] + /// [requires: v1.2] + [AutoGenerated(Category = "ARB_draw_elements_base_vertex", Version = "1.2", EntryPoint = "glDrawRangeElementsBaseVertex")] public static void DrawRangeElementsBaseVertex(OpenTK.Graphics.OpenGL.BeginMode mode, Int32 start, Int32 end, Int32 count, OpenTK.Graphics.OpenGL.DrawElementsType type, [InAttribute, OutAttribute] T5[] indices, Int32 basevertex) where T5 : struct @@ -38340,7 +39039,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbDrawElementsBaseVertex", Version = "1.2", EntryPoint = "glDrawRangeElementsBaseVertex")] + /// [requires: v1.2] + [AutoGenerated(Category = "ARB_draw_elements_base_vertex", Version = "1.2", EntryPoint = "glDrawRangeElementsBaseVertex")] public static void DrawRangeElementsBaseVertex(OpenTK.Graphics.OpenGL.BeginMode mode, Int32 start, Int32 end, Int32 count, OpenTK.Graphics.OpenGL.DrawElementsType type, [InAttribute, OutAttribute] T5[,] indices, Int32 basevertex) where T5 : struct @@ -38363,7 +39063,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbDrawElementsBaseVertex", Version = "1.2", EntryPoint = "glDrawRangeElementsBaseVertex")] + /// [requires: v1.2] + [AutoGenerated(Category = "ARB_draw_elements_base_vertex", Version = "1.2", EntryPoint = "glDrawRangeElementsBaseVertex")] public static void DrawRangeElementsBaseVertex(OpenTK.Graphics.OpenGL.BeginMode mode, Int32 start, Int32 end, Int32 count, OpenTK.Graphics.OpenGL.DrawElementsType type, [InAttribute, OutAttribute] T5[,,] indices, Int32 basevertex) where T5 : struct @@ -38386,7 +39087,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbDrawElementsBaseVertex", Version = "1.2", EntryPoint = "glDrawRangeElementsBaseVertex")] + /// [requires: v1.2] + [AutoGenerated(Category = "ARB_draw_elements_base_vertex", Version = "1.2", EntryPoint = "glDrawRangeElementsBaseVertex")] public static void DrawRangeElementsBaseVertex(OpenTK.Graphics.OpenGL.BeginMode mode, Int32 start, Int32 end, Int32 count, OpenTK.Graphics.OpenGL.DrawElementsType type, [InAttribute, OutAttribute] ref T5 indices, Int32 basevertex) where T5 : struct @@ -38410,8 +39112,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v1.2] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbDrawElementsBaseVertex", Version = "1.2", EntryPoint = "glDrawRangeElementsBaseVertex")] + [AutoGenerated(Category = "ARB_draw_elements_base_vertex", Version = "1.2", EntryPoint = "glDrawRangeElementsBaseVertex")] public static void DrawRangeElementsBaseVertex(OpenTK.Graphics.OpenGL.BeginMode mode, UInt32 start, UInt32 end, Int32 count, OpenTK.Graphics.OpenGL.DrawElementsType type, IntPtr indices, Int32 basevertex) { @@ -38425,8 +39128,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v1.2] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbDrawElementsBaseVertex", Version = "1.2", EntryPoint = "glDrawRangeElementsBaseVertex")] + [AutoGenerated(Category = "ARB_draw_elements_base_vertex", Version = "1.2", EntryPoint = "glDrawRangeElementsBaseVertex")] public static void DrawRangeElementsBaseVertex(OpenTK.Graphics.OpenGL.BeginMode mode, UInt32 start, UInt32 end, Int32 count, OpenTK.Graphics.OpenGL.DrawElementsType type, [InAttribute, OutAttribute] T5[] indices, Int32 basevertex) where T5 : struct @@ -38449,8 +39153,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v1.2] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbDrawElementsBaseVertex", Version = "1.2", EntryPoint = "glDrawRangeElementsBaseVertex")] + [AutoGenerated(Category = "ARB_draw_elements_base_vertex", Version = "1.2", EntryPoint = "glDrawRangeElementsBaseVertex")] public static void DrawRangeElementsBaseVertex(OpenTK.Graphics.OpenGL.BeginMode mode, UInt32 start, UInt32 end, Int32 count, OpenTK.Graphics.OpenGL.DrawElementsType type, [InAttribute, OutAttribute] T5[,] indices, Int32 basevertex) where T5 : struct @@ -38473,8 +39178,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v1.2] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbDrawElementsBaseVertex", Version = "1.2", EntryPoint = "glDrawRangeElementsBaseVertex")] + [AutoGenerated(Category = "ARB_draw_elements_base_vertex", Version = "1.2", EntryPoint = "glDrawRangeElementsBaseVertex")] public static void DrawRangeElementsBaseVertex(OpenTK.Graphics.OpenGL.BeginMode mode, UInt32 start, UInt32 end, Int32 count, OpenTK.Graphics.OpenGL.DrawElementsType type, [InAttribute, OutAttribute] T5[,,] indices, Int32 basevertex) where T5 : struct @@ -38497,8 +39203,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v1.2] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbDrawElementsBaseVertex", Version = "1.2", EntryPoint = "glDrawRangeElementsBaseVertex")] + [AutoGenerated(Category = "ARB_draw_elements_base_vertex", Version = "1.2", EntryPoint = "glDrawRangeElementsBaseVertex")] public static void DrawRangeElementsBaseVertex(OpenTK.Graphics.OpenGL.BeginMode mode, UInt32 start, UInt32 end, Int32 count, OpenTK.Graphics.OpenGL.DrawElementsType type, [InAttribute, OutAttribute] ref T5 indices, Int32 basevertex) where T5 : struct @@ -38523,7 +39230,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Flag edges as either boundary or nonboundary /// /// @@ -38531,7 +39238,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the current edge flag value, either GL_TRUE or GL_FALSE. The initial value is GL_TRUE. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glEdgeFlag")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glEdgeFlag")] public static void EdgeFlag(bool flag) { @@ -38546,7 +39253,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.1][deprecated: v3.1] /// Define an array of edge flags /// /// @@ -38559,7 +39266,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the first edge flag in the array. The initial value is 0. /// /// - [AutoGenerated(Category = "Version11Deprecated", Version = "1.1", EntryPoint = "glEdgeFlagPointer")] + [AutoGenerated(Category = "VERSION_1_1_DEPRECATED", Version = "1.1", EntryPoint = "glEdgeFlagPointer")] public static void EdgeFlagPointer(Int32 stride, IntPtr pointer) { @@ -38574,7 +39281,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.1][deprecated: v3.1] /// Define an array of edge flags /// /// @@ -38587,7 +39294,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the first edge flag in the array. The initial value is 0. /// /// - [AutoGenerated(Category = "Version11Deprecated", Version = "1.1", EntryPoint = "glEdgeFlagPointer")] + [AutoGenerated(Category = "VERSION_1_1_DEPRECATED", Version = "1.1", EntryPoint = "glEdgeFlagPointer")] public static void EdgeFlagPointer(Int32 stride, [InAttribute, OutAttribute] T1[] pointer) where T1 : struct @@ -38611,7 +39318,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.1][deprecated: v3.1] /// Define an array of edge flags /// /// @@ -38624,7 +39331,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the first edge flag in the array. The initial value is 0. /// /// - [AutoGenerated(Category = "Version11Deprecated", Version = "1.1", EntryPoint = "glEdgeFlagPointer")] + [AutoGenerated(Category = "VERSION_1_1_DEPRECATED", Version = "1.1", EntryPoint = "glEdgeFlagPointer")] public static void EdgeFlagPointer(Int32 stride, [InAttribute, OutAttribute] T1[,] pointer) where T1 : struct @@ -38648,7 +39355,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.1][deprecated: v3.1] /// Define an array of edge flags /// /// @@ -38661,7 +39368,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the first edge flag in the array. The initial value is 0. /// /// - [AutoGenerated(Category = "Version11Deprecated", Version = "1.1", EntryPoint = "glEdgeFlagPointer")] + [AutoGenerated(Category = "VERSION_1_1_DEPRECATED", Version = "1.1", EntryPoint = "glEdgeFlagPointer")] public static void EdgeFlagPointer(Int32 stride, [InAttribute, OutAttribute] T1[,,] pointer) where T1 : struct @@ -38685,7 +39392,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.1][deprecated: v3.1] /// Define an array of edge flags /// /// @@ -38698,7 +39405,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the first edge flag in the array. The initial value is 0. /// /// - [AutoGenerated(Category = "Version11Deprecated", Version = "1.1", EntryPoint = "glEdgeFlagPointer")] + [AutoGenerated(Category = "VERSION_1_1_DEPRECATED", Version = "1.1", EntryPoint = "glEdgeFlagPointer")] public static void EdgeFlagPointer(Int32 stride, [InAttribute, OutAttribute] ref T1 pointer) where T1 : struct @@ -38723,7 +39430,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Flag edges as either boundary or nonboundary /// /// @@ -38732,7 +39439,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glEdgeFlagv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glEdgeFlagv")] public static unsafe void EdgeFlag(bool* flag) { @@ -38747,7 +39454,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0] /// Enable or disable server-side GL capabilities /// /// @@ -38755,7 +39462,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a symbolic constant indicating a GL capability. /// /// - [AutoGenerated(Category = "Version10", Version = "1.0", EntryPoint = "glEnable")] + [AutoGenerated(Category = "VERSION_1_0", Version = "1.0", EntryPoint = "glEnable")] public static void Enable(OpenTK.Graphics.OpenGL.EnableCap cap) { @@ -38770,7 +39477,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.1][deprecated: v3.1] /// Enable or disable client-side capability /// /// @@ -38778,7 +39485,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the capability to enable. Symbolic constants GL_COLOR_ARRAY, GL_EDGE_FLAG_ARRAY, GL_FOG_COORD_ARRAY, GL_INDEX_ARRAY, GL_NORMAL_ARRAY, GL_SECONDARY_COLOR_ARRAY, GL_TEXTURE_COORD_ARRAY, and GL_VERTEX_ARRAY are accepted. /// /// - [AutoGenerated(Category = "Version11Deprecated", Version = "1.1", EntryPoint = "glEnableClientState")] + [AutoGenerated(Category = "VERSION_1_1_DEPRECATED", Version = "1.1", EntryPoint = "glEnableClientState")] public static void EnableClientState(OpenTK.Graphics.OpenGL.ArrayCap array) { @@ -38793,7 +39500,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.0] /// Enable or disable server-side GL capabilities /// /// @@ -38801,7 +39508,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a symbolic constant indicating a GL capability. /// /// - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glEnablei")] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glEnablei")] public static void Enable(OpenTK.Graphics.OpenGL.IndexedEnableCap target, Int32 index) { @@ -38816,7 +39523,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.0] /// Enable or disable server-side GL capabilities /// /// @@ -38825,7 +39532,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glEnablei")] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glEnablei")] public static void Enable(OpenTK.Graphics.OpenGL.IndexedEnableCap target, UInt32 index) { @@ -38840,7 +39547,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Enable or disable a generic vertex attribute array /// /// @@ -38848,7 +39555,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the index of the generic vertex attribute to be enabled or disabled. /// /// - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glEnableVertexAttribArray")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glEnableVertexAttribArray")] public static void EnableVertexAttribArray(Int32 index) { @@ -38863,7 +39570,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Enable or disable a generic vertex attribute array /// /// @@ -38872,7 +39579,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glEnableVertexAttribArray")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glEnableVertexAttribArray")] public static void EnableVertexAttribArray(UInt32 index) { @@ -38886,7 +39593,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glEnd")] + /// [requires: v1.0][deprecated: v3.1] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glEnd")] public static void End() { @@ -38901,7 +39609,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glEndConditionalRender")] + /// [requires: v3.0] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glEndConditionalRender")] public static void EndConditionalRender() { @@ -38915,7 +39624,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glEndList")] + /// [requires: v1.0][deprecated: v3.1] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glEndList")] public static void EndList() { @@ -38929,7 +39639,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "Version15", Version = "1.5", EntryPoint = "glEndQuery")] + /// [requires: v1.5] + [AutoGenerated(Category = "VERSION_1_5", Version = "1.5", EntryPoint = "glEndQuery")] public static void EndQuery(OpenTK.Graphics.OpenGL.QueryTarget target) { @@ -38943,7 +39654,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glEndTransformFeedback")] + /// [requires: v3.0] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glEndTransformFeedback")] public static void EndTransformFeedback() { @@ -38958,7 +39670,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Evaluate enabled one- and two-dimensional maps /// /// @@ -38971,7 +39683,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a value that is the domain coordinate to the basis function defined in a previous glMap2 command. This argument is not present in a glEvalCoord1 command. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glEvalCoord1d")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glEvalCoord1d")] public static void EvalCoord1(Double u) { @@ -38986,7 +39698,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Evaluate enabled one- and two-dimensional maps /// /// @@ -39000,7 +39712,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glEvalCoord1dv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glEvalCoord1dv")] public static unsafe void EvalCoord1(Double* u) { @@ -39015,7 +39727,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Evaluate enabled one- and two-dimensional maps /// /// @@ -39028,7 +39740,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a value that is the domain coordinate to the basis function defined in a previous glMap2 command. This argument is not present in a glEvalCoord1 command. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glEvalCoord1f")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glEvalCoord1f")] public static void EvalCoord1(Single u) { @@ -39043,7 +39755,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Evaluate enabled one- and two-dimensional maps /// /// @@ -39057,7 +39769,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glEvalCoord1fv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glEvalCoord1fv")] public static unsafe void EvalCoord1(Single* u) { @@ -39072,7 +39784,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Evaluate enabled one- and two-dimensional maps /// /// @@ -39085,7 +39797,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a value that is the domain coordinate to the basis function defined in a previous glMap2 command. This argument is not present in a glEvalCoord1 command. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glEvalCoord2d")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glEvalCoord2d")] public static void EvalCoord2(Double u, Double v) { @@ -39100,7 +39812,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Evaluate enabled one- and two-dimensional maps /// /// @@ -39113,7 +39825,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a value that is the domain coordinate to the basis function defined in a previous glMap2 command. This argument is not present in a glEvalCoord1 command. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glEvalCoord2dv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glEvalCoord2dv")] public static void EvalCoord2(Double[] u) { @@ -39134,7 +39846,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Evaluate enabled one- and two-dimensional maps /// /// @@ -39147,7 +39859,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a value that is the domain coordinate to the basis function defined in a previous glMap2 command. This argument is not present in a glEvalCoord1 command. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glEvalCoord2dv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glEvalCoord2dv")] public static void EvalCoord2(ref Double u) { @@ -39168,7 +39880,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Evaluate enabled one- and two-dimensional maps /// /// @@ -39182,7 +39894,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glEvalCoord2dv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glEvalCoord2dv")] public static unsafe void EvalCoord2(Double* u) { @@ -39197,7 +39909,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Evaluate enabled one- and two-dimensional maps /// /// @@ -39210,7 +39922,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a value that is the domain coordinate to the basis function defined in a previous glMap2 command. This argument is not present in a glEvalCoord1 command. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glEvalCoord2f")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glEvalCoord2f")] public static void EvalCoord2(Single u, Single v) { @@ -39225,7 +39937,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Evaluate enabled one- and two-dimensional maps /// /// @@ -39238,7 +39950,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a value that is the domain coordinate to the basis function defined in a previous glMap2 command. This argument is not present in a glEvalCoord1 command. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glEvalCoord2fv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glEvalCoord2fv")] public static void EvalCoord2(Single[] u) { @@ -39259,7 +39971,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Evaluate enabled one- and two-dimensional maps /// /// @@ -39272,7 +39984,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a value that is the domain coordinate to the basis function defined in a previous glMap2 command. This argument is not present in a glEvalCoord1 command. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glEvalCoord2fv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glEvalCoord2fv")] public static void EvalCoord2(ref Single u) { @@ -39293,7 +40005,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Evaluate enabled one- and two-dimensional maps /// /// @@ -39307,7 +40019,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glEvalCoord2fv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glEvalCoord2fv")] public static unsafe void EvalCoord2(Single* u) { @@ -39322,7 +40034,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Compute a one- or two-dimensional grid of points or lines /// /// @@ -39335,7 +40047,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the first and last integer values for grid domain variable . /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glEvalMesh1")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glEvalMesh1")] public static void EvalMesh1(OpenTK.Graphics.OpenGL.MeshMode1 mode, Int32 i1, Int32 i2) { @@ -39350,7 +40062,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Compute a one- or two-dimensional grid of points or lines /// /// @@ -39363,7 +40075,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the first and last integer values for grid domain variable . /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glEvalMesh2")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glEvalMesh2")] public static void EvalMesh2(OpenTK.Graphics.OpenGL.MeshMode2 mode, Int32 i1, Int32 i2, Int32 j1, Int32 j2) { @@ -39378,7 +40090,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Generate and evaluate a single point in a mesh /// /// @@ -39391,7 +40103,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the integer value for grid domain variable (glEvalPoint2 only). /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glEvalPoint1")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glEvalPoint1")] public static void EvalPoint1(Int32 i) { @@ -39406,7 +40118,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Generate and evaluate a single point in a mesh /// /// @@ -39419,7 +40131,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the integer value for grid domain variable (glEvalPoint2 only). /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glEvalPoint2")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glEvalPoint2")] public static void EvalPoint2(Int32 i, Int32 j) { @@ -39434,7 +40146,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Controls feedback mode /// /// @@ -39452,7 +40164,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns the feedback data. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glFeedbackBuffer")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glFeedbackBuffer")] public static void FeedbackBuffer(Int32 size, OpenTK.Graphics.OpenGL.FeedbackType type, [OutAttribute] Single[] buffer) { @@ -39473,7 +40185,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Controls feedback mode /// /// @@ -39491,7 +40203,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns the feedback data. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glFeedbackBuffer")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glFeedbackBuffer")] public static void FeedbackBuffer(Int32 size, OpenTK.Graphics.OpenGL.FeedbackType type, [OutAttribute] out Single buffer) { @@ -39513,7 +40225,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Controls feedback mode /// /// @@ -39532,7 +40244,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glFeedbackBuffer")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glFeedbackBuffer")] public static unsafe void FeedbackBuffer(Int32 size, OpenTK.Graphics.OpenGL.FeedbackType type, [OutAttribute] Single* buffer) { @@ -39546,7 +40258,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbSync", Version = "1.2", EntryPoint = "glFenceSync")] + /// [requires: v1.2] + [AutoGenerated(Category = "ARB_sync", Version = "1.2", EntryPoint = "glFenceSync")] public static IntPtr FenceSync(OpenTK.Graphics.OpenGL.ArbSync condition, Int32 flags) { @@ -39560,8 +40273,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v1.2] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbSync", Version = "1.2", EntryPoint = "glFenceSync")] + [AutoGenerated(Category = "ARB_sync", Version = "1.2", EntryPoint = "glFenceSync")] public static IntPtr FenceSync(OpenTK.Graphics.OpenGL.ArbSync condition, UInt32 flags) { @@ -39576,10 +40290,10 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0] /// Block until all GL execution is complete /// - [AutoGenerated(Category = "Version10", Version = "1.0", EntryPoint = "glFinish")] + [AutoGenerated(Category = "VERSION_1_0", Version = "1.0", EntryPoint = "glFinish")] public static void Finish() { @@ -39594,10 +40308,10 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0] /// Force execution of GL commands in finite time /// - [AutoGenerated(Category = "Version10", Version = "1.0", EntryPoint = "glFlush")] + [AutoGenerated(Category = "VERSION_1_0", Version = "1.0", EntryPoint = "glFlush")] public static void Flush() { @@ -39611,7 +40325,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbMapBufferRange", Version = "3.0", EntryPoint = "glFlushMappedBufferRange")] + /// [requires: v3.0] + [AutoGenerated(Category = "ARB_map_buffer_range", Version = "3.0", EntryPoint = "glFlushMappedBufferRange")] public static void FlushMappedBufferRange(OpenTK.Graphics.OpenGL.BufferTarget target, IntPtr offset, IntPtr length) { @@ -39626,7 +40341,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.4][deprecated: v3.1] /// Set the current fog coordinates /// /// @@ -39634,7 +40349,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the fog distance. /// /// - [AutoGenerated(Category = "Version14Deprecated", Version = "1.4", EntryPoint = "glFogCoordd")] + [AutoGenerated(Category = "VERSION_1_4_DEPRECATED", Version = "1.4", EntryPoint = "glFogCoordd")] public static void FogCoord(Double coord) { @@ -39649,7 +40364,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.4][deprecated: v3.1] /// Set the current fog coordinates /// /// @@ -39658,7 +40373,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version14Deprecated", Version = "1.4", EntryPoint = "glFogCoorddv")] + [AutoGenerated(Category = "VERSION_1_4_DEPRECATED", Version = "1.4", EntryPoint = "glFogCoorddv")] public static unsafe void FogCoord(Double* coord) { @@ -39673,7 +40388,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.4][deprecated: v3.1] /// Set the current fog coordinates /// /// @@ -39681,7 +40396,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the fog distance. /// /// - [AutoGenerated(Category = "Version14Deprecated", Version = "1.4", EntryPoint = "glFogCoordf")] + [AutoGenerated(Category = "VERSION_1_4_DEPRECATED", Version = "1.4", EntryPoint = "glFogCoordf")] public static void FogCoord(Single coord) { @@ -39696,7 +40411,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.4][deprecated: v3.1] /// Set the current fog coordinates /// /// @@ -39705,7 +40420,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version14Deprecated", Version = "1.4", EntryPoint = "glFogCoordfv")] + [AutoGenerated(Category = "VERSION_1_4_DEPRECATED", Version = "1.4", EntryPoint = "glFogCoordfv")] public static unsafe void FogCoord(Single* coord) { @@ -39720,7 +40435,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.4][deprecated: v3.1] /// Define an array of fog coordinates /// /// @@ -39738,7 +40453,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the first coordinate of the first fog coordinate in the array. The initial value is 0. /// /// - [AutoGenerated(Category = "Version14Deprecated", Version = "1.4", EntryPoint = "glFogCoordPointer")] + [AutoGenerated(Category = "VERSION_1_4_DEPRECATED", Version = "1.4", EntryPoint = "glFogCoordPointer")] public static void FogCoordPointer(OpenTK.Graphics.OpenGL.FogPointerType type, Int32 stride, IntPtr pointer) { @@ -39753,7 +40468,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.4][deprecated: v3.1] /// Define an array of fog coordinates /// /// @@ -39771,7 +40486,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the first coordinate of the first fog coordinate in the array. The initial value is 0. /// /// - [AutoGenerated(Category = "Version14Deprecated", Version = "1.4", EntryPoint = "glFogCoordPointer")] + [AutoGenerated(Category = "VERSION_1_4_DEPRECATED", Version = "1.4", EntryPoint = "glFogCoordPointer")] public static void FogCoordPointer(OpenTK.Graphics.OpenGL.FogPointerType type, Int32 stride, [InAttribute, OutAttribute] T2[] pointer) where T2 : struct @@ -39795,7 +40510,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.4][deprecated: v3.1] /// Define an array of fog coordinates /// /// @@ -39813,7 +40528,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the first coordinate of the first fog coordinate in the array. The initial value is 0. /// /// - [AutoGenerated(Category = "Version14Deprecated", Version = "1.4", EntryPoint = "glFogCoordPointer")] + [AutoGenerated(Category = "VERSION_1_4_DEPRECATED", Version = "1.4", EntryPoint = "glFogCoordPointer")] public static void FogCoordPointer(OpenTK.Graphics.OpenGL.FogPointerType type, Int32 stride, [InAttribute, OutAttribute] T2[,] pointer) where T2 : struct @@ -39837,7 +40552,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.4][deprecated: v3.1] /// Define an array of fog coordinates /// /// @@ -39855,7 +40570,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the first coordinate of the first fog coordinate in the array. The initial value is 0. /// /// - [AutoGenerated(Category = "Version14Deprecated", Version = "1.4", EntryPoint = "glFogCoordPointer")] + [AutoGenerated(Category = "VERSION_1_4_DEPRECATED", Version = "1.4", EntryPoint = "glFogCoordPointer")] public static void FogCoordPointer(OpenTK.Graphics.OpenGL.FogPointerType type, Int32 stride, [InAttribute, OutAttribute] T2[,,] pointer) where T2 : struct @@ -39879,7 +40594,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.4][deprecated: v3.1] /// Define an array of fog coordinates /// /// @@ -39897,7 +40612,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the first coordinate of the first fog coordinate in the array. The initial value is 0. /// /// - [AutoGenerated(Category = "Version14Deprecated", Version = "1.4", EntryPoint = "glFogCoordPointer")] + [AutoGenerated(Category = "VERSION_1_4_DEPRECATED", Version = "1.4", EntryPoint = "glFogCoordPointer")] public static void FogCoordPointer(OpenTK.Graphics.OpenGL.FogPointerType type, Int32 stride, [InAttribute, OutAttribute] ref T2 pointer) where T2 : struct @@ -39922,7 +40637,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Specify fog parameters /// /// @@ -39935,7 +40650,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the value that pname will be set to. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glFogf")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glFogf")] public static void Fog(OpenTK.Graphics.OpenGL.FogParameter pname, Single param) { @@ -39950,7 +40665,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Specify fog parameters /// /// @@ -39963,7 +40678,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the value that pname will be set to. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glFogfv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glFogfv")] public static void Fog(OpenTK.Graphics.OpenGL.FogParameter pname, Single[] @params) { @@ -39984,7 +40699,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Specify fog parameters /// /// @@ -39998,7 +40713,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glFogfv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glFogfv")] public static unsafe void Fog(OpenTK.Graphics.OpenGL.FogParameter pname, Single* @params) { @@ -40013,7 +40728,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Specify fog parameters /// /// @@ -40026,7 +40741,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the value that pname will be set to. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glFogi")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glFogi")] public static void Fog(OpenTK.Graphics.OpenGL.FogParameter pname, Int32 param) { @@ -40041,7 +40756,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Specify fog parameters /// /// @@ -40054,7 +40769,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the value that pname will be set to. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glFogiv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glFogiv")] public static void Fog(OpenTK.Graphics.OpenGL.FogParameter pname, Int32[] @params) { @@ -40075,7 +40790,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Specify fog parameters /// /// @@ -40089,7 +40804,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glFogiv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glFogiv")] public static unsafe void Fog(OpenTK.Graphics.OpenGL.FogParameter pname, Int32* @params) { @@ -40103,7 +40818,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbFramebufferObject", Version = "3.0", EntryPoint = "glFramebufferRenderbuffer")] + /// [requires: v3.0] + [AutoGenerated(Category = "ARB_framebuffer_object", 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) { @@ -40117,8 +40833,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v3.0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbFramebufferObject", Version = "3.0", EntryPoint = "glFramebufferRenderbuffer")] + [AutoGenerated(Category = "ARB_framebuffer_object", 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) { @@ -40132,7 +40849,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "Version32", Version = "1.2", EntryPoint = "glFramebufferTexture")] + /// [requires: v1.2] + [AutoGenerated(Category = "VERSION_3_2", Version = "1.2", EntryPoint = "glFramebufferTexture")] public static void FramebufferTexture(OpenTK.Graphics.OpenGL.FramebufferTarget target, OpenTK.Graphics.OpenGL.FramebufferAttachment attachment, Int32 texture, Int32 level) { @@ -40146,8 +40864,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v1.2] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version32", Version = "1.2", EntryPoint = "glFramebufferTexture")] + [AutoGenerated(Category = "VERSION_3_2", Version = "1.2", EntryPoint = "glFramebufferTexture")] public static void FramebufferTexture(OpenTK.Graphics.OpenGL.FramebufferTarget target, OpenTK.Graphics.OpenGL.FramebufferAttachment attachment, UInt32 texture, Int32 level) { @@ -40161,7 +40880,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbFramebufferObject", Version = "3.0", EntryPoint = "glFramebufferTexture1D")] + /// [requires: v3.0] + [AutoGenerated(Category = "ARB_framebuffer_object", 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) { @@ -40175,8 +40895,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v3.0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbFramebufferObject", Version = "3.0", EntryPoint = "glFramebufferTexture1D")] + [AutoGenerated(Category = "ARB_framebuffer_object", 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) { @@ -40190,7 +40911,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbFramebufferObject", Version = "3.0", EntryPoint = "glFramebufferTexture2D")] + /// [requires: v3.0] + [AutoGenerated(Category = "ARB_framebuffer_object", 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) { @@ -40204,8 +40926,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v3.0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbFramebufferObject", Version = "3.0", EntryPoint = "glFramebufferTexture2D")] + [AutoGenerated(Category = "ARB_framebuffer_object", 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) { @@ -40219,7 +40942,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbFramebufferObject", Version = "3.0", EntryPoint = "glFramebufferTexture3D")] + /// [requires: v3.0] + [AutoGenerated(Category = "ARB_framebuffer_object", 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) { @@ -40233,8 +40957,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v3.0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbFramebufferObject", Version = "3.0", EntryPoint = "glFramebufferTexture3D")] + [AutoGenerated(Category = "ARB_framebuffer_object", 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) { @@ -40248,7 +40973,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "Version32", Version = "1.2", EntryPoint = "glFramebufferTextureFace")] + /// [requires: v1.2] + [AutoGenerated(Category = "VERSION_3_2", Version = "1.2", EntryPoint = "glFramebufferTextureFace")] public static void FramebufferTextureFace(OpenTK.Graphics.OpenGL.Version32 target, OpenTK.Graphics.OpenGL.Version32 attachment, Int32 texture, Int32 level, OpenTK.Graphics.OpenGL.Version32 face) { @@ -40262,8 +40988,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v1.2] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version32", Version = "1.2", EntryPoint = "glFramebufferTextureFace")] + [AutoGenerated(Category = "VERSION_3_2", Version = "1.2", EntryPoint = "glFramebufferTextureFace")] public static void FramebufferTextureFace(OpenTK.Graphics.OpenGL.Version32 target, OpenTK.Graphics.OpenGL.Version32 attachment, UInt32 texture, Int32 level, OpenTK.Graphics.OpenGL.Version32 face) { @@ -40277,7 +41004,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbFramebufferObject", Version = "3.0", EntryPoint = "glFramebufferTextureLayer")] + /// [requires: v3.0] + [AutoGenerated(Category = "ARB_framebuffer_object", 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) { @@ -40291,8 +41019,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v3.0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbFramebufferObject", Version = "3.0", EntryPoint = "glFramebufferTextureLayer")] + [AutoGenerated(Category = "ARB_framebuffer_object", 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) { @@ -40307,7 +41036,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0] /// Define front- and back-facing polygons /// /// @@ -40315,7 +41044,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the orientation of front-facing polygons. GL_CW and GL_CCW are accepted. The initial value is GL_CCW. /// /// - [AutoGenerated(Category = "Version10", Version = "1.0", EntryPoint = "glFrontFace")] + [AutoGenerated(Category = "VERSION_1_0", Version = "1.0", EntryPoint = "glFrontFace")] public static void FrontFace(OpenTK.Graphics.OpenGL.FrontFaceDirection mode) { @@ -40330,7 +41059,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Multiply the current matrix by a perspective matrix /// /// @@ -40348,7 +41077,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the distances to the near and far depth clipping planes. Both distances must be positive. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glFrustum")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glFrustum")] public static void Frustum(Double left, Double right, Double bottom, Double top, Double zNear, Double zFar) { @@ -40363,7 +41092,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.5] /// Generate buffer object names /// /// @@ -40376,7 +41105,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies an array in which the generated buffer object names are stored. /// /// - [AutoGenerated(Category = "Version15", Version = "1.5", EntryPoint = "glGenBuffers")] + [AutoGenerated(Category = "VERSION_1_5", Version = "1.5", EntryPoint = "glGenBuffers")] public static void GenBuffers(Int32 n, [OutAttribute] Int32[] buffers) { @@ -40397,7 +41126,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.5] /// Generate buffer object names /// /// @@ -40410,7 +41139,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies an array in which the generated buffer object names are stored. /// /// - [AutoGenerated(Category = "Version15", Version = "1.5", EntryPoint = "glGenBuffers")] + [AutoGenerated(Category = "VERSION_1_5", Version = "1.5", EntryPoint = "glGenBuffers")] public static void GenBuffers(Int32 n, [OutAttribute] out Int32 buffers) { @@ -40432,7 +41161,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.5] /// Generate buffer object names /// /// @@ -40446,7 +41175,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version15", Version = "1.5", EntryPoint = "glGenBuffers")] + [AutoGenerated(Category = "VERSION_1_5", Version = "1.5", EntryPoint = "glGenBuffers")] public static unsafe void GenBuffers(Int32 n, [OutAttribute] Int32* buffers) { @@ -40461,7 +41190,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.5] /// Generate buffer object names /// /// @@ -40475,7 +41204,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version15", Version = "1.5", EntryPoint = "glGenBuffers")] + [AutoGenerated(Category = "VERSION_1_5", Version = "1.5", EntryPoint = "glGenBuffers")] public static void GenBuffers(Int32 n, [OutAttribute] UInt32[] buffers) { @@ -40496,7 +41225,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.5] /// Generate buffer object names /// /// @@ -40510,7 +41239,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version15", Version = "1.5", EntryPoint = "glGenBuffers")] + [AutoGenerated(Category = "VERSION_1_5", Version = "1.5", EntryPoint = "glGenBuffers")] public static void GenBuffers(Int32 n, [OutAttribute] out UInt32 buffers) { @@ -40532,7 +41261,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.5] /// Generate buffer object names /// /// @@ -40546,7 +41275,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version15", Version = "1.5", EntryPoint = "glGenBuffers")] + [AutoGenerated(Category = "VERSION_1_5", Version = "1.5", EntryPoint = "glGenBuffers")] public static unsafe void GenBuffers(Int32 n, [OutAttribute] UInt32* buffers) { @@ -40560,7 +41289,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbFramebufferObject", Version = "3.0", EntryPoint = "glGenerateMipmap")] + /// [requires: v3.0] + [AutoGenerated(Category = "ARB_framebuffer_object", Version = "3.0", EntryPoint = "glGenerateMipmap")] public static void GenerateMipmap(OpenTK.Graphics.OpenGL.GenerateMipmapTarget target) { @@ -40574,7 +41304,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbFramebufferObject", Version = "3.0", EntryPoint = "glGenFramebuffers")] + /// [requires: v3.0] + [AutoGenerated(Category = "ARB_framebuffer_object", Version = "3.0", EntryPoint = "glGenFramebuffers")] public static void GenFramebuffers(Int32 n, [OutAttribute] Int32[] framebuffers) { @@ -40594,7 +41325,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbFramebufferObject", Version = "3.0", EntryPoint = "glGenFramebuffers")] + /// [requires: v3.0] + [AutoGenerated(Category = "ARB_framebuffer_object", Version = "3.0", EntryPoint = "glGenFramebuffers")] public static void GenFramebuffers(Int32 n, [OutAttribute] out Int32 framebuffers) { @@ -40615,8 +41347,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v3.0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbFramebufferObject", Version = "3.0", EntryPoint = "glGenFramebuffers")] + [AutoGenerated(Category = "ARB_framebuffer_object", Version = "3.0", EntryPoint = "glGenFramebuffers")] public static unsafe void GenFramebuffers(Int32 n, [OutAttribute] Int32* framebuffers) { @@ -40630,8 +41363,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v3.0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbFramebufferObject", Version = "3.0", EntryPoint = "glGenFramebuffers")] + [AutoGenerated(Category = "ARB_framebuffer_object", Version = "3.0", EntryPoint = "glGenFramebuffers")] public static void GenFramebuffers(Int32 n, [OutAttribute] UInt32[] framebuffers) { @@ -40651,8 +41385,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v3.0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbFramebufferObject", Version = "3.0", EntryPoint = "glGenFramebuffers")] + [AutoGenerated(Category = "ARB_framebuffer_object", Version = "3.0", EntryPoint = "glGenFramebuffers")] public static void GenFramebuffers(Int32 n, [OutAttribute] out UInt32 framebuffers) { @@ -40673,8 +41408,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v3.0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbFramebufferObject", Version = "3.0", EntryPoint = "glGenFramebuffers")] + [AutoGenerated(Category = "ARB_framebuffer_object", Version = "3.0", EntryPoint = "glGenFramebuffers")] public static unsafe void GenFramebuffers(Int32 n, [OutAttribute] UInt32* framebuffers) { @@ -40689,7 +41425,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Generate a contiguous set of empty display lists /// /// @@ -40697,7 +41433,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the number of contiguous empty display lists to be generated. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glGenLists")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glGenLists")] public static Int32 GenLists(Int32 range) { @@ -40712,7 +41448,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.5] /// Generate query object names /// /// @@ -40725,7 +41461,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies an array in which the generated query object names are stored. /// /// - [AutoGenerated(Category = "Version15", Version = "1.5", EntryPoint = "glGenQueries")] + [AutoGenerated(Category = "VERSION_1_5", Version = "1.5", EntryPoint = "glGenQueries")] public static void GenQueries(Int32 n, [OutAttribute] Int32[] ids) { @@ -40746,7 +41482,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.5] /// Generate query object names /// /// @@ -40759,7 +41495,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies an array in which the generated query object names are stored. /// /// - [AutoGenerated(Category = "Version15", Version = "1.5", EntryPoint = "glGenQueries")] + [AutoGenerated(Category = "VERSION_1_5", Version = "1.5", EntryPoint = "glGenQueries")] public static void GenQueries(Int32 n, [OutAttribute] out Int32 ids) { @@ -40781,7 +41517,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.5] /// Generate query object names /// /// @@ -40795,7 +41531,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version15", Version = "1.5", EntryPoint = "glGenQueries")] + [AutoGenerated(Category = "VERSION_1_5", Version = "1.5", EntryPoint = "glGenQueries")] public static unsafe void GenQueries(Int32 n, [OutAttribute] Int32* ids) { @@ -40810,7 +41546,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.5] /// Generate query object names /// /// @@ -40824,7 +41560,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version15", Version = "1.5", EntryPoint = "glGenQueries")] + [AutoGenerated(Category = "VERSION_1_5", Version = "1.5", EntryPoint = "glGenQueries")] public static void GenQueries(Int32 n, [OutAttribute] UInt32[] ids) { @@ -40845,7 +41581,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.5] /// Generate query object names /// /// @@ -40859,7 +41595,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version15", Version = "1.5", EntryPoint = "glGenQueries")] + [AutoGenerated(Category = "VERSION_1_5", Version = "1.5", EntryPoint = "glGenQueries")] public static void GenQueries(Int32 n, [OutAttribute] out UInt32 ids) { @@ -40881,7 +41617,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.5] /// Generate query object names /// /// @@ -40895,7 +41631,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version15", Version = "1.5", EntryPoint = "glGenQueries")] + [AutoGenerated(Category = "VERSION_1_5", Version = "1.5", EntryPoint = "glGenQueries")] public static unsafe void GenQueries(Int32 n, [OutAttribute] UInt32* ids) { @@ -40909,7 +41645,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbFramebufferObject", Version = "3.0", EntryPoint = "glGenRenderbuffers")] + /// [requires: v3.0] + [AutoGenerated(Category = "ARB_framebuffer_object", Version = "3.0", EntryPoint = "glGenRenderbuffers")] public static void GenRenderbuffers(Int32 n, [OutAttribute] Int32[] renderbuffers) { @@ -40929,7 +41666,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbFramebufferObject", Version = "3.0", EntryPoint = "glGenRenderbuffers")] + /// [requires: v3.0] + [AutoGenerated(Category = "ARB_framebuffer_object", Version = "3.0", EntryPoint = "glGenRenderbuffers")] public static void GenRenderbuffers(Int32 n, [OutAttribute] out Int32 renderbuffers) { @@ -40950,8 +41688,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v3.0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbFramebufferObject", Version = "3.0", EntryPoint = "glGenRenderbuffers")] + [AutoGenerated(Category = "ARB_framebuffer_object", Version = "3.0", EntryPoint = "glGenRenderbuffers")] public static unsafe void GenRenderbuffers(Int32 n, [OutAttribute] Int32* renderbuffers) { @@ -40965,8 +41704,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v3.0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbFramebufferObject", Version = "3.0", EntryPoint = "glGenRenderbuffers")] + [AutoGenerated(Category = "ARB_framebuffer_object", Version = "3.0", EntryPoint = "glGenRenderbuffers")] public static void GenRenderbuffers(Int32 n, [OutAttribute] UInt32[] renderbuffers) { @@ -40986,8 +41726,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v3.0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbFramebufferObject", Version = "3.0", EntryPoint = "glGenRenderbuffers")] + [AutoGenerated(Category = "ARB_framebuffer_object", Version = "3.0", EntryPoint = "glGenRenderbuffers")] public static void GenRenderbuffers(Int32 n, [OutAttribute] out UInt32 renderbuffers) { @@ -41008,8 +41749,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v3.0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbFramebufferObject", Version = "3.0", EntryPoint = "glGenRenderbuffers")] + [AutoGenerated(Category = "ARB_framebuffer_object", Version = "3.0", EntryPoint = "glGenRenderbuffers")] public static unsafe void GenRenderbuffers(Int32 n, [OutAttribute] UInt32* renderbuffers) { @@ -41024,7 +41766,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.1] /// Generate texture names /// /// @@ -41037,7 +41779,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies an array in which the generated texture names are stored. /// /// - [AutoGenerated(Category = "Version11", Version = "1.1", EntryPoint = "glGenTextures")] + [AutoGenerated(Category = "VERSION_1_1", Version = "1.1", EntryPoint = "glGenTextures")] public static void GenTextures(Int32 n, [OutAttribute] Int32[] textures) { @@ -41058,7 +41800,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.1] /// Generate texture names /// /// @@ -41071,7 +41813,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies an array in which the generated texture names are stored. /// /// - [AutoGenerated(Category = "Version11", Version = "1.1", EntryPoint = "glGenTextures")] + [AutoGenerated(Category = "VERSION_1_1", Version = "1.1", EntryPoint = "glGenTextures")] public static void GenTextures(Int32 n, [OutAttribute] out Int32 textures) { @@ -41093,7 +41835,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.1] /// Generate texture names /// /// @@ -41107,7 +41849,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version11", Version = "1.1", EntryPoint = "glGenTextures")] + [AutoGenerated(Category = "VERSION_1_1", Version = "1.1", EntryPoint = "glGenTextures")] public static unsafe void GenTextures(Int32 n, [OutAttribute] Int32* textures) { @@ -41122,7 +41864,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.1] /// Generate texture names /// /// @@ -41136,7 +41878,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version11", Version = "1.1", EntryPoint = "glGenTextures")] + [AutoGenerated(Category = "VERSION_1_1", Version = "1.1", EntryPoint = "glGenTextures")] public static void GenTextures(Int32 n, [OutAttribute] UInt32[] textures) { @@ -41157,7 +41899,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.1] /// Generate texture names /// /// @@ -41171,7 +41913,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version11", Version = "1.1", EntryPoint = "glGenTextures")] + [AutoGenerated(Category = "VERSION_1_1", Version = "1.1", EntryPoint = "glGenTextures")] public static void GenTextures(Int32 n, [OutAttribute] out UInt32 textures) { @@ -41193,7 +41935,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.1] /// Generate texture names /// /// @@ -41207,7 +41949,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version11", Version = "1.1", EntryPoint = "glGenTextures")] + [AutoGenerated(Category = "VERSION_1_1", Version = "1.1", EntryPoint = "glGenTextures")] public static unsafe void GenTextures(Int32 n, [OutAttribute] UInt32* textures) { @@ -41221,7 +41963,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbVertexArrayObject", Version = "3.0", EntryPoint = "glGenVertexArrays")] + /// [requires: v3.0] + [AutoGenerated(Category = "ARB_vertex_array_object", Version = "3.0", EntryPoint = "glGenVertexArrays")] public static void GenVertexArrays(Int32 n, [OutAttribute] Int32[] arrays) { @@ -41241,7 +41984,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbVertexArrayObject", Version = "3.0", EntryPoint = "glGenVertexArrays")] + /// [requires: v3.0] + [AutoGenerated(Category = "ARB_vertex_array_object", Version = "3.0", EntryPoint = "glGenVertexArrays")] public static void GenVertexArrays(Int32 n, [OutAttribute] out Int32 arrays) { @@ -41262,8 +42006,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v3.0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexArrayObject", Version = "3.0", EntryPoint = "glGenVertexArrays")] + [AutoGenerated(Category = "ARB_vertex_array_object", Version = "3.0", EntryPoint = "glGenVertexArrays")] public static unsafe void GenVertexArrays(Int32 n, [OutAttribute] Int32* arrays) { @@ -41277,8 +42022,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v3.0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexArrayObject", Version = "3.0", EntryPoint = "glGenVertexArrays")] + [AutoGenerated(Category = "ARB_vertex_array_object", Version = "3.0", EntryPoint = "glGenVertexArrays")] public static void GenVertexArrays(Int32 n, [OutAttribute] UInt32[] arrays) { @@ -41298,8 +42044,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v3.0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexArrayObject", Version = "3.0", EntryPoint = "glGenVertexArrays")] + [AutoGenerated(Category = "ARB_vertex_array_object", Version = "3.0", EntryPoint = "glGenVertexArrays")] public static void GenVertexArrays(Int32 n, [OutAttribute] out UInt32 arrays) { @@ -41320,8 +42067,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v3.0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexArrayObject", Version = "3.0", EntryPoint = "glGenVertexArrays")] + [AutoGenerated(Category = "ARB_vertex_array_object", Version = "3.0", EntryPoint = "glGenVertexArrays")] public static unsafe void GenVertexArrays(Int32 n, [OutAttribute] UInt32* arrays) { @@ -41336,7 +42084,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Returns information about an active attribute variable for the specified program object /// /// @@ -41374,7 +42122,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns a null terminated string containing the name of the attribute variable. /// /// - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glGetActiveAttrib")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glGetActiveAttrib")] public static void GetActiveAttrib(Int32 program, Int32 index, Int32 bufSize, [OutAttribute] out Int32 length, [OutAttribute] out Int32 size, [OutAttribute] out OpenTK.Graphics.OpenGL.ActiveAttribType type, [OutAttribute] StringBuilder name) { @@ -41400,7 +42148,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Returns information about an active attribute variable for the specified program object /// /// @@ -41439,7 +42187,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glGetActiveAttrib")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glGetActiveAttrib")] public static unsafe void GetActiveAttrib(Int32 program, Int32 index, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] Int32* size, [OutAttribute] OpenTK.Graphics.OpenGL.ActiveAttribType* type, [OutAttribute] StringBuilder name) { @@ -41454,7 +42202,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Returns information about an active attribute variable for the specified program object /// /// @@ -41493,7 +42241,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glGetActiveAttrib")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glGetActiveAttrib")] public static void GetActiveAttrib(UInt32 program, UInt32 index, Int32 bufSize, [OutAttribute] out Int32 length, [OutAttribute] out Int32 size, [OutAttribute] out OpenTK.Graphics.OpenGL.ActiveAttribType type, [OutAttribute] StringBuilder name) { @@ -41519,7 +42267,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Returns information about an active attribute variable for the specified program object /// /// @@ -41558,7 +42306,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glGetActiveAttrib")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glGetActiveAttrib")] public static unsafe void GetActiveAttrib(UInt32 program, UInt32 index, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] Int32* size, [OutAttribute] OpenTK.Graphics.OpenGL.ActiveAttribType* type, [OutAttribute] StringBuilder name) { @@ -41573,7 +42321,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Returns information about an active uniform variable for the specified program object /// /// @@ -41611,7 +42359,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns a null terminated string containing the name of the uniform variable. /// /// - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glGetActiveUniform")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glGetActiveUniform")] public static void GetActiveUniform(Int32 program, Int32 index, Int32 bufSize, [OutAttribute] out Int32 length, [OutAttribute] out Int32 size, [OutAttribute] out OpenTK.Graphics.OpenGL.ActiveUniformType type, [OutAttribute] StringBuilder name) { @@ -41637,7 +42385,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Returns information about an active uniform variable for the specified program object /// /// @@ -41676,7 +42424,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glGetActiveUniform")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glGetActiveUniform")] public static unsafe void GetActiveUniform(Int32 program, Int32 index, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] Int32* size, [OutAttribute] OpenTK.Graphics.OpenGL.ActiveUniformType* type, [OutAttribute] StringBuilder name) { @@ -41691,7 +42439,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Returns information about an active uniform variable for the specified program object /// /// @@ -41730,7 +42478,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glGetActiveUniform")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glGetActiveUniform")] public static void GetActiveUniform(UInt32 program, UInt32 index, Int32 bufSize, [OutAttribute] out Int32 length, [OutAttribute] out Int32 size, [OutAttribute] out OpenTK.Graphics.OpenGL.ActiveUniformType type, [OutAttribute] StringBuilder name) { @@ -41756,7 +42504,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Returns information about an active uniform variable for the specified program object /// /// @@ -41795,7 +42543,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glGetActiveUniform")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glGetActiveUniform")] public static unsafe void GetActiveUniform(UInt32 program, UInt32 index, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] Int32* size, [OutAttribute] OpenTK.Graphics.OpenGL.ActiveUniformType* type, [OutAttribute] StringBuilder name) { @@ -41809,7 +42557,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbUniformBufferObject", Version = "2.0", EntryPoint = "glGetActiveUniformBlockiv")] + /// [requires: v2.0] + [AutoGenerated(Category = "ARB_uniform_buffer_object", Version = "2.0", EntryPoint = "glGetActiveUniformBlockiv")] public static void GetActiveUniformBlock(Int32 program, Int32 uniformBlockIndex, OpenTK.Graphics.OpenGL.ActiveUniformBlockParameter pname, [OutAttribute] Int32[] @params) { @@ -41829,7 +42578,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbUniformBufferObject", Version = "2.0", EntryPoint = "glGetActiveUniformBlockiv")] + /// [requires: v2.0] + [AutoGenerated(Category = "ARB_uniform_buffer_object", Version = "2.0", EntryPoint = "glGetActiveUniformBlockiv")] public static void GetActiveUniformBlock(Int32 program, Int32 uniformBlockIndex, OpenTK.Graphics.OpenGL.ActiveUniformBlockParameter pname, [OutAttribute] out Int32 @params) { @@ -41850,8 +42600,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v2.0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbUniformBufferObject", Version = "2.0", EntryPoint = "glGetActiveUniformBlockiv")] + [AutoGenerated(Category = "ARB_uniform_buffer_object", Version = "2.0", EntryPoint = "glGetActiveUniformBlockiv")] public static unsafe void GetActiveUniformBlock(Int32 program, Int32 uniformBlockIndex, OpenTK.Graphics.OpenGL.ActiveUniformBlockParameter pname, [OutAttribute] Int32* @params) { @@ -41865,8 +42616,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v2.0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbUniformBufferObject", Version = "2.0", EntryPoint = "glGetActiveUniformBlockiv")] + [AutoGenerated(Category = "ARB_uniform_buffer_object", Version = "2.0", EntryPoint = "glGetActiveUniformBlockiv")] public static void GetActiveUniformBlock(UInt32 program, UInt32 uniformBlockIndex, OpenTK.Graphics.OpenGL.ActiveUniformBlockParameter pname, [OutAttribute] Int32[] @params) { @@ -41886,8 +42638,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v2.0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbUniformBufferObject", Version = "2.0", EntryPoint = "glGetActiveUniformBlockiv")] + [AutoGenerated(Category = "ARB_uniform_buffer_object", Version = "2.0", EntryPoint = "glGetActiveUniformBlockiv")] public static void GetActiveUniformBlock(UInt32 program, UInt32 uniformBlockIndex, OpenTK.Graphics.OpenGL.ActiveUniformBlockParameter pname, [OutAttribute] out Int32 @params) { @@ -41908,8 +42661,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v2.0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbUniformBufferObject", Version = "2.0", EntryPoint = "glGetActiveUniformBlockiv")] + [AutoGenerated(Category = "ARB_uniform_buffer_object", Version = "2.0", EntryPoint = "glGetActiveUniformBlockiv")] public static unsafe void GetActiveUniformBlock(UInt32 program, UInt32 uniformBlockIndex, OpenTK.Graphics.OpenGL.ActiveUniformBlockParameter pname, [OutAttribute] Int32* @params) { @@ -41923,7 +42677,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbUniformBufferObject", Version = "2.0", EntryPoint = "glGetActiveUniformBlockName")] + /// [requires: v2.0] + [AutoGenerated(Category = "ARB_uniform_buffer_object", Version = "2.0", EntryPoint = "glGetActiveUniformBlockName")] public static void GetActiveUniformBlockName(Int32 program, Int32 uniformBlockIndex, Int32 bufSize, [OutAttribute] out Int32 length, [OutAttribute] StringBuilder uniformBlockName) { @@ -41944,8 +42699,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v2.0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbUniformBufferObject", Version = "2.0", EntryPoint = "glGetActiveUniformBlockName")] + [AutoGenerated(Category = "ARB_uniform_buffer_object", Version = "2.0", EntryPoint = "glGetActiveUniformBlockName")] public static unsafe void GetActiveUniformBlockName(Int32 program, Int32 uniformBlockIndex, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] StringBuilder uniformBlockName) { @@ -41959,8 +42715,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v2.0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbUniformBufferObject", Version = "2.0", EntryPoint = "glGetActiveUniformBlockName")] + [AutoGenerated(Category = "ARB_uniform_buffer_object", Version = "2.0", EntryPoint = "glGetActiveUniformBlockName")] public static void GetActiveUniformBlockName(UInt32 program, UInt32 uniformBlockIndex, Int32 bufSize, [OutAttribute] out Int32 length, [OutAttribute] StringBuilder uniformBlockName) { @@ -41981,8 +42738,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v2.0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbUniformBufferObject", Version = "2.0", EntryPoint = "glGetActiveUniformBlockName")] + [AutoGenerated(Category = "ARB_uniform_buffer_object", Version = "2.0", EntryPoint = "glGetActiveUniformBlockName")] public static unsafe void GetActiveUniformBlockName(UInt32 program, UInt32 uniformBlockIndex, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] StringBuilder uniformBlockName) { @@ -41996,7 +42754,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbUniformBufferObject", Version = "2.0", EntryPoint = "glGetActiveUniformName")] + /// [requires: v2.0] + [AutoGenerated(Category = "ARB_uniform_buffer_object", Version = "2.0", EntryPoint = "glGetActiveUniformName")] public static void GetActiveUniformName(Int32 program, Int32 uniformIndex, Int32 bufSize, [OutAttribute] out Int32 length, [OutAttribute] StringBuilder uniformName) { @@ -42017,8 +42776,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v2.0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbUniformBufferObject", Version = "2.0", EntryPoint = "glGetActiveUniformName")] + [AutoGenerated(Category = "ARB_uniform_buffer_object", Version = "2.0", EntryPoint = "glGetActiveUniformName")] public static unsafe void GetActiveUniformName(Int32 program, Int32 uniformIndex, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] StringBuilder uniformName) { @@ -42032,8 +42792,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v2.0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbUniformBufferObject", Version = "2.0", EntryPoint = "glGetActiveUniformName")] + [AutoGenerated(Category = "ARB_uniform_buffer_object", Version = "2.0", EntryPoint = "glGetActiveUniformName")] public static void GetActiveUniformName(UInt32 program, UInt32 uniformIndex, Int32 bufSize, [OutAttribute] out Int32 length, [OutAttribute] StringBuilder uniformName) { @@ -42054,8 +42815,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v2.0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbUniformBufferObject", Version = "2.0", EntryPoint = "glGetActiveUniformName")] + [AutoGenerated(Category = "ARB_uniform_buffer_object", Version = "2.0", EntryPoint = "glGetActiveUniformName")] public static unsafe void GetActiveUniformName(UInt32 program, UInt32 uniformIndex, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] StringBuilder uniformName) { @@ -42069,7 +42831,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbUniformBufferObject", Version = "2.0", EntryPoint = "glGetActiveUniformsiv")] + /// [requires: v2.0] + [AutoGenerated(Category = "ARB_uniform_buffer_object", Version = "2.0", EntryPoint = "glGetActiveUniformsiv")] public static void GetActiveUniforms(Int32 program, Int32 uniformCount, Int32[] uniformIndices, OpenTK.Graphics.OpenGL.ActiveUniformParameter pname, [OutAttribute] Int32[] @params) { @@ -42090,7 +42853,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbUniformBufferObject", Version = "2.0", EntryPoint = "glGetActiveUniformsiv")] + /// [requires: v2.0] + [AutoGenerated(Category = "ARB_uniform_buffer_object", Version = "2.0", EntryPoint = "glGetActiveUniformsiv")] public static void GetActiveUniforms(Int32 program, Int32 uniformCount, ref Int32 uniformIndices, OpenTK.Graphics.OpenGL.ActiveUniformParameter pname, [OutAttribute] out Int32 @params) { @@ -42112,8 +42876,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v2.0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbUniformBufferObject", Version = "2.0", EntryPoint = "glGetActiveUniformsiv")] + [AutoGenerated(Category = "ARB_uniform_buffer_object", Version = "2.0", EntryPoint = "glGetActiveUniformsiv")] public static unsafe void GetActiveUniforms(Int32 program, Int32 uniformCount, Int32* uniformIndices, OpenTK.Graphics.OpenGL.ActiveUniformParameter pname, [OutAttribute] Int32* @params) { @@ -42127,8 +42892,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v2.0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbUniformBufferObject", Version = "2.0", EntryPoint = "glGetActiveUniformsiv")] + [AutoGenerated(Category = "ARB_uniform_buffer_object", Version = "2.0", EntryPoint = "glGetActiveUniformsiv")] public static void GetActiveUniforms(UInt32 program, Int32 uniformCount, UInt32[] uniformIndices, OpenTK.Graphics.OpenGL.ActiveUniformParameter pname, [OutAttribute] Int32[] @params) { @@ -42149,8 +42915,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v2.0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbUniformBufferObject", Version = "2.0", EntryPoint = "glGetActiveUniformsiv")] + [AutoGenerated(Category = "ARB_uniform_buffer_object", Version = "2.0", EntryPoint = "glGetActiveUniformsiv")] public static void GetActiveUniforms(UInt32 program, Int32 uniformCount, ref UInt32 uniformIndices, OpenTK.Graphics.OpenGL.ActiveUniformParameter pname, [OutAttribute] out Int32 @params) { @@ -42172,8 +42939,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v2.0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbUniformBufferObject", Version = "2.0", EntryPoint = "glGetActiveUniformsiv")] + [AutoGenerated(Category = "ARB_uniform_buffer_object", Version = "2.0", EntryPoint = "glGetActiveUniformsiv")] public static unsafe void GetActiveUniforms(UInt32 program, Int32 uniformCount, UInt32* uniformIndices, OpenTK.Graphics.OpenGL.ActiveUniformParameter pname, [OutAttribute] Int32* @params) { @@ -42188,7 +42956,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Returns the handles of the shader objects attached to a program object /// /// @@ -42211,7 +42979,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies an array that is used to return the names of attached shader objects. /// /// - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glGetAttachedShaders")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glGetAttachedShaders")] public static void GetAttachedShaders(Int32 program, Int32 maxCount, [OutAttribute] out Int32 count, [OutAttribute] out Int32 obj) { @@ -42235,7 +43003,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Returns the handles of the shader objects attached to a program object /// /// @@ -42259,7 +43027,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glGetAttachedShaders")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glGetAttachedShaders")] public static unsafe void GetAttachedShaders(Int32 program, Int32 maxCount, [OutAttribute] Int32* count, [OutAttribute] Int32[] obj) { @@ -42277,7 +43045,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Returns the handles of the shader objects attached to a program object /// /// @@ -42301,7 +43069,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glGetAttachedShaders")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glGetAttachedShaders")] public static unsafe void GetAttachedShaders(Int32 program, Int32 maxCount, [OutAttribute] Int32* count, [OutAttribute] Int32* obj) { @@ -42316,7 +43084,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Returns the handles of the shader objects attached to a program object /// /// @@ -42340,7 +43108,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glGetAttachedShaders")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glGetAttachedShaders")] public static void GetAttachedShaders(UInt32 program, Int32 maxCount, [OutAttribute] out Int32 count, [OutAttribute] out UInt32 obj) { @@ -42364,7 +43132,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Returns the handles of the shader objects attached to a program object /// /// @@ -42388,7 +43156,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glGetAttachedShaders")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glGetAttachedShaders")] public static unsafe void GetAttachedShaders(UInt32 program, Int32 maxCount, [OutAttribute] Int32* count, [OutAttribute] UInt32[] obj) { @@ -42406,7 +43174,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Returns the handles of the shader objects attached to a program object /// /// @@ -42430,7 +43198,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glGetAttachedShaders")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glGetAttachedShaders")] public static unsafe void GetAttachedShaders(UInt32 program, Int32 maxCount, [OutAttribute] Int32* count, [OutAttribute] UInt32* obj) { @@ -42445,7 +43213,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Returns the location of an attribute variable /// /// @@ -42458,7 +43226,7 @@ namespace OpenTK.Graphics.OpenGL /// Points to a null terminated string containing the name of the attribute variable whose location is to be queried. /// /// - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glGetAttribLocation")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glGetAttribLocation")] public static Int32 GetAttribLocation(Int32 program, String name) { @@ -42473,7 +43241,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Returns the location of an attribute variable /// /// @@ -42487,7 +43255,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glGetAttribLocation")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glGetAttribLocation")] public static Int32 GetAttribLocation(UInt32 program, String name) { @@ -42501,7 +43269,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glGetBooleani_v")] + /// [requires: v3.0] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glGetBooleani_v")] public static void GetBoolean(OpenTK.Graphics.OpenGL.GetIndexedPName target, Int32 index, [OutAttribute] bool[] data) { @@ -42521,7 +43290,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glGetBooleani_v")] + /// [requires: v3.0] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glGetBooleani_v")] public static void GetBoolean(OpenTK.Graphics.OpenGL.GetIndexedPName target, Int32 index, [OutAttribute] out bool data) { @@ -42542,8 +43312,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v3.0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glGetBooleani_v")] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glGetBooleani_v")] public static unsafe void GetBoolean(OpenTK.Graphics.OpenGL.GetIndexedPName target, Int32 index, [OutAttribute] bool* data) { @@ -42557,8 +43328,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v3.0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glGetBooleani_v")] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glGetBooleani_v")] public static void GetBoolean(OpenTK.Graphics.OpenGL.GetIndexedPName target, UInt32 index, [OutAttribute] bool[] data) { @@ -42578,8 +43350,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v3.0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glGetBooleani_v")] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glGetBooleani_v")] public static void GetBoolean(OpenTK.Graphics.OpenGL.GetIndexedPName target, UInt32 index, [OutAttribute] out bool data) { @@ -42600,8 +43373,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v3.0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glGetBooleani_v")] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glGetBooleani_v")] public static unsafe void GetBoolean(OpenTK.Graphics.OpenGL.GetIndexedPName target, UInt32 index, [OutAttribute] bool* data) { @@ -42615,7 +43389,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "Version10", Version = "1.0", EntryPoint = "glGetBooleanv")] + /// [requires: v1.0] + [AutoGenerated(Category = "VERSION_1_0", Version = "1.0", EntryPoint = "glGetBooleanv")] public static void GetBoolean(OpenTK.Graphics.OpenGL.GetPName pname, [OutAttribute] bool[] @params) { @@ -42635,7 +43410,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "Version10", Version = "1.0", EntryPoint = "glGetBooleanv")] + /// [requires: v1.0] + [AutoGenerated(Category = "VERSION_1_0", Version = "1.0", EntryPoint = "glGetBooleanv")] public static void GetBoolean(OpenTK.Graphics.OpenGL.GetPName pname, [OutAttribute] out bool @params) { @@ -42656,8 +43432,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v1.0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10", Version = "1.0", EntryPoint = "glGetBooleanv")] + [AutoGenerated(Category = "VERSION_1_0", Version = "1.0", EntryPoint = "glGetBooleanv")] public static unsafe void GetBoolean(OpenTK.Graphics.OpenGL.GetPName pname, [OutAttribute] bool* @params) { @@ -42671,7 +43448,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "Version32", Version = "3.2", EntryPoint = "glGetBufferParameteri64v")] + /// [requires: v3.2] + [AutoGenerated(Category = "VERSION_3_2", Version = "3.2", EntryPoint = "glGetBufferParameteri64v")] public static void GetBufferParameteri64(OpenTK.Graphics.OpenGL.Version32 target, OpenTK.Graphics.OpenGL.Version32 pname, [OutAttribute] Int64[] @params) { @@ -42691,7 +43469,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "Version32", Version = "3.2", EntryPoint = "glGetBufferParameteri64v")] + /// [requires: v3.2] + [AutoGenerated(Category = "VERSION_3_2", Version = "3.2", EntryPoint = "glGetBufferParameteri64v")] public static void GetBufferParameteri64(OpenTK.Graphics.OpenGL.Version32 target, OpenTK.Graphics.OpenGL.Version32 pname, [OutAttribute] out Int64 @params) { @@ -42712,8 +43491,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v3.2] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version32", Version = "3.2", EntryPoint = "glGetBufferParameteri64v")] + [AutoGenerated(Category = "VERSION_3_2", Version = "3.2", EntryPoint = "glGetBufferParameteri64v")] public static unsafe void GetBufferParameteri64(OpenTK.Graphics.OpenGL.Version32 target, OpenTK.Graphics.OpenGL.Version32 pname, [OutAttribute] Int64* @params) { @@ -42728,7 +43508,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.5] /// Return parameters of a buffer object /// /// @@ -42746,7 +43526,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns the requested parameter. /// /// - [AutoGenerated(Category = "Version15", Version = "1.5", EntryPoint = "glGetBufferParameteriv")] + [AutoGenerated(Category = "VERSION_1_5", Version = "1.5", EntryPoint = "glGetBufferParameteriv")] public static void GetBufferParameter(OpenTK.Graphics.OpenGL.BufferTarget target, OpenTK.Graphics.OpenGL.BufferParameterName pname, [OutAttribute] Int32[] @params) { @@ -42767,7 +43547,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.5] /// Return parameters of a buffer object /// /// @@ -42785,7 +43565,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns the requested parameter. /// /// - [AutoGenerated(Category = "Version15", Version = "1.5", EntryPoint = "glGetBufferParameteriv")] + [AutoGenerated(Category = "VERSION_1_5", Version = "1.5", EntryPoint = "glGetBufferParameteriv")] public static void GetBufferParameter(OpenTK.Graphics.OpenGL.BufferTarget target, OpenTK.Graphics.OpenGL.BufferParameterName pname, [OutAttribute] out Int32 @params) { @@ -42807,7 +43587,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.5] /// Return parameters of a buffer object /// /// @@ -42826,7 +43606,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version15", Version = "1.5", EntryPoint = "glGetBufferParameteriv")] + [AutoGenerated(Category = "VERSION_1_5", Version = "1.5", EntryPoint = "glGetBufferParameteriv")] public static unsafe void GetBufferParameter(OpenTK.Graphics.OpenGL.BufferTarget target, OpenTK.Graphics.OpenGL.BufferParameterName pname, [OutAttribute] Int32* @params) { @@ -42841,7 +43621,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.5] /// Return the pointer to a mapped buffer object's data store /// /// @@ -42859,7 +43639,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns the pointer value specified by pname. /// /// - [AutoGenerated(Category = "Version15", Version = "1.5", EntryPoint = "glGetBufferPointerv")] + [AutoGenerated(Category = "VERSION_1_5", Version = "1.5", EntryPoint = "glGetBufferPointerv")] public static void GetBufferPointer(OpenTK.Graphics.OpenGL.BufferTarget target, OpenTK.Graphics.OpenGL.BufferPointer pname, [OutAttribute] IntPtr @params) { @@ -42874,7 +43654,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.5] /// Return the pointer to a mapped buffer object's data store /// /// @@ -42892,7 +43672,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns the pointer value specified by pname. /// /// - [AutoGenerated(Category = "Version15", Version = "1.5", EntryPoint = "glGetBufferPointerv")] + [AutoGenerated(Category = "VERSION_1_5", Version = "1.5", EntryPoint = "glGetBufferPointerv")] public static void GetBufferPointer(OpenTK.Graphics.OpenGL.BufferTarget target, OpenTK.Graphics.OpenGL.BufferPointer pname, [InAttribute, OutAttribute] T2[] @params) where T2 : struct @@ -42916,7 +43696,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.5] /// Return the pointer to a mapped buffer object's data store /// /// @@ -42934,7 +43714,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns the pointer value specified by pname. /// /// - [AutoGenerated(Category = "Version15", Version = "1.5", EntryPoint = "glGetBufferPointerv")] + [AutoGenerated(Category = "VERSION_1_5", Version = "1.5", EntryPoint = "glGetBufferPointerv")] public static void GetBufferPointer(OpenTK.Graphics.OpenGL.BufferTarget target, OpenTK.Graphics.OpenGL.BufferPointer pname, [InAttribute, OutAttribute] T2[,] @params) where T2 : struct @@ -42958,7 +43738,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.5] /// Return the pointer to a mapped buffer object's data store /// /// @@ -42976,7 +43756,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns the pointer value specified by pname. /// /// - [AutoGenerated(Category = "Version15", Version = "1.5", EntryPoint = "glGetBufferPointerv")] + [AutoGenerated(Category = "VERSION_1_5", Version = "1.5", EntryPoint = "glGetBufferPointerv")] public static void GetBufferPointer(OpenTK.Graphics.OpenGL.BufferTarget target, OpenTK.Graphics.OpenGL.BufferPointer pname, [InAttribute, OutAttribute] T2[,,] @params) where T2 : struct @@ -43000,7 +43780,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.5] /// Return the pointer to a mapped buffer object's data store /// /// @@ -43018,7 +43798,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns the pointer value specified by pname. /// /// - [AutoGenerated(Category = "Version15", Version = "1.5", EntryPoint = "glGetBufferPointerv")] + [AutoGenerated(Category = "VERSION_1_5", Version = "1.5", EntryPoint = "glGetBufferPointerv")] public static void GetBufferPointer(OpenTK.Graphics.OpenGL.BufferTarget target, OpenTK.Graphics.OpenGL.BufferPointer pname, [InAttribute, OutAttribute] ref T2 @params) where T2 : struct @@ -43043,7 +43823,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.5] /// Returns a subset of a buffer object's data store /// /// @@ -43066,7 +43846,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the location where buffer object data is returned. /// /// - [AutoGenerated(Category = "Version15", Version = "1.5", EntryPoint = "glGetBufferSubData")] + [AutoGenerated(Category = "VERSION_1_5", Version = "1.5", EntryPoint = "glGetBufferSubData")] public static void GetBufferSubData(OpenTK.Graphics.OpenGL.BufferTarget target, IntPtr offset, IntPtr size, [OutAttribute] IntPtr data) { @@ -43081,7 +43861,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.5] /// Returns a subset of a buffer object's data store /// /// @@ -43104,7 +43884,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the location where buffer object data is returned. /// /// - [AutoGenerated(Category = "Version15", Version = "1.5", EntryPoint = "glGetBufferSubData")] + [AutoGenerated(Category = "VERSION_1_5", Version = "1.5", EntryPoint = "glGetBufferSubData")] public static void GetBufferSubData(OpenTK.Graphics.OpenGL.BufferTarget target, IntPtr offset, IntPtr size, [InAttribute, OutAttribute] T3[] data) where T3 : struct @@ -43128,7 +43908,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.5] /// Returns a subset of a buffer object's data store /// /// @@ -43151,7 +43931,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the location where buffer object data is returned. /// /// - [AutoGenerated(Category = "Version15", Version = "1.5", EntryPoint = "glGetBufferSubData")] + [AutoGenerated(Category = "VERSION_1_5", Version = "1.5", EntryPoint = "glGetBufferSubData")] public static void GetBufferSubData(OpenTK.Graphics.OpenGL.BufferTarget target, IntPtr offset, IntPtr size, [InAttribute, OutAttribute] T3[,] data) where T3 : struct @@ -43175,7 +43955,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.5] /// Returns a subset of a buffer object's data store /// /// @@ -43198,7 +43978,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the location where buffer object data is returned. /// /// - [AutoGenerated(Category = "Version15", Version = "1.5", EntryPoint = "glGetBufferSubData")] + [AutoGenerated(Category = "VERSION_1_5", Version = "1.5", EntryPoint = "glGetBufferSubData")] public static void GetBufferSubData(OpenTK.Graphics.OpenGL.BufferTarget target, IntPtr offset, IntPtr size, [InAttribute, OutAttribute] T3[,,] data) where T3 : struct @@ -43222,7 +44002,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.5] /// Returns a subset of a buffer object's data store /// /// @@ -43245,7 +44025,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the location where buffer object data is returned. /// /// - [AutoGenerated(Category = "Version15", Version = "1.5", EntryPoint = "glGetBufferSubData")] + [AutoGenerated(Category = "VERSION_1_5", Version = "1.5", EntryPoint = "glGetBufferSubData")] public static void GetBufferSubData(OpenTK.Graphics.OpenGL.BufferTarget target, IntPtr offset, IntPtr size, [InAttribute, OutAttribute] ref T3 data) where T3 : struct @@ -43270,7 +44050,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Return the coefficients of the specified clipping plane /// /// @@ -43283,7 +44063,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns four double-precision values that are the coefficients of the plane equation of plane in eye coordinates. The initial value is (0, 0, 0, 0). /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glGetClipPlane")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glGetClipPlane")] public static void GetClipPlane(OpenTK.Graphics.OpenGL.ClipPlaneName plane, [OutAttribute] Double[] equation) { @@ -43304,7 +44084,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Return the coefficients of the specified clipping plane /// /// @@ -43317,7 +44097,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns four double-precision values that are the coefficients of the plane equation of plane in eye coordinates. The initial value is (0, 0, 0, 0). /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glGetClipPlane")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glGetClipPlane")] public static void GetClipPlane(OpenTK.Graphics.OpenGL.ClipPlaneName plane, [OutAttribute] out Double equation) { @@ -43339,7 +44119,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Return the coefficients of the specified clipping plane /// /// @@ -43353,7 +44133,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glGetClipPlane")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glGetClipPlane")] public static unsafe void GetClipPlane(OpenTK.Graphics.OpenGL.ClipPlaneName plane, [OutAttribute] Double* equation) { @@ -43368,7 +44148,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2][deprecated: v3.1] /// Retrieve contents of a color lookup table /// /// @@ -43391,7 +44171,7 @@ namespace OpenTK.Graphics.OpenGL /// Pointer to a one-dimensional array of pixel data containing the contents of the color table. /// /// - [AutoGenerated(Category = "Version12Deprecated", Version = "1.2", EntryPoint = "glGetColorTable")] + [AutoGenerated(Category = "VERSION_1_2_DEPRECATED", Version = "1.2", EntryPoint = "glGetColorTable")] public static void GetColorTable(OpenTK.Graphics.OpenGL.ColorTableTarget target, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [OutAttribute] IntPtr table) { @@ -43406,7 +44186,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2][deprecated: v3.1] /// Retrieve contents of a color lookup table /// /// @@ -43429,7 +44209,7 @@ namespace OpenTK.Graphics.OpenGL /// Pointer to a one-dimensional array of pixel data containing the contents of the color table. /// /// - [AutoGenerated(Category = "Version12Deprecated", Version = "1.2", EntryPoint = "glGetColorTable")] + [AutoGenerated(Category = "VERSION_1_2_DEPRECATED", Version = "1.2", EntryPoint = "glGetColorTable")] public static void GetColorTable(OpenTK.Graphics.OpenGL.ColorTableTarget target, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T3[] table) where T3 : struct @@ -43453,7 +44233,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2][deprecated: v3.1] /// Retrieve contents of a color lookup table /// /// @@ -43476,7 +44256,7 @@ namespace OpenTK.Graphics.OpenGL /// Pointer to a one-dimensional array of pixel data containing the contents of the color table. /// /// - [AutoGenerated(Category = "Version12Deprecated", Version = "1.2", EntryPoint = "glGetColorTable")] + [AutoGenerated(Category = "VERSION_1_2_DEPRECATED", Version = "1.2", EntryPoint = "glGetColorTable")] public static void GetColorTable(OpenTK.Graphics.OpenGL.ColorTableTarget target, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T3[,] table) where T3 : struct @@ -43500,7 +44280,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2][deprecated: v3.1] /// Retrieve contents of a color lookup table /// /// @@ -43523,7 +44303,7 @@ namespace OpenTK.Graphics.OpenGL /// Pointer to a one-dimensional array of pixel data containing the contents of the color table. /// /// - [AutoGenerated(Category = "Version12Deprecated", Version = "1.2", EntryPoint = "glGetColorTable")] + [AutoGenerated(Category = "VERSION_1_2_DEPRECATED", Version = "1.2", EntryPoint = "glGetColorTable")] public static void GetColorTable(OpenTK.Graphics.OpenGL.ColorTableTarget target, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T3[,,] table) where T3 : struct @@ -43547,7 +44327,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2][deprecated: v3.1] /// Retrieve contents of a color lookup table /// /// @@ -43570,7 +44350,7 @@ namespace OpenTK.Graphics.OpenGL /// Pointer to a one-dimensional array of pixel data containing the contents of the color table. /// /// - [AutoGenerated(Category = "Version12Deprecated", Version = "1.2", EntryPoint = "glGetColorTable")] + [AutoGenerated(Category = "VERSION_1_2_DEPRECATED", Version = "1.2", EntryPoint = "glGetColorTable")] public static void GetColorTable(OpenTK.Graphics.OpenGL.ColorTableTarget target, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] ref T3 table) where T3 : struct @@ -43595,7 +44375,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2][deprecated: v3.1] /// Get color lookup table parameters /// /// @@ -43613,7 +44393,7 @@ namespace OpenTK.Graphics.OpenGL /// A pointer to an array where the values of the parameter will be stored. /// /// - [AutoGenerated(Category = "Version12Deprecated", Version = "1.2", EntryPoint = "glGetColorTableParameterfv")] + [AutoGenerated(Category = "VERSION_1_2_DEPRECATED", Version = "1.2", EntryPoint = "glGetColorTableParameterfv")] public static void GetColorTableParameter(OpenTK.Graphics.OpenGL.ColorTableTarget target, OpenTK.Graphics.OpenGL.GetColorTableParameterPName pname, [OutAttribute] Single[] @params) { @@ -43634,7 +44414,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2][deprecated: v3.1] /// Get color lookup table parameters /// /// @@ -43652,7 +44432,7 @@ namespace OpenTK.Graphics.OpenGL /// A pointer to an array where the values of the parameter will be stored. /// /// - [AutoGenerated(Category = "Version12Deprecated", Version = "1.2", EntryPoint = "glGetColorTableParameterfv")] + [AutoGenerated(Category = "VERSION_1_2_DEPRECATED", Version = "1.2", EntryPoint = "glGetColorTableParameterfv")] public static void GetColorTableParameter(OpenTK.Graphics.OpenGL.ColorTableTarget target, OpenTK.Graphics.OpenGL.GetColorTableParameterPName pname, [OutAttribute] out Single @params) { @@ -43674,7 +44454,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2][deprecated: v3.1] /// Get color lookup table parameters /// /// @@ -43693,7 +44473,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version12Deprecated", Version = "1.2", EntryPoint = "glGetColorTableParameterfv")] + [AutoGenerated(Category = "VERSION_1_2_DEPRECATED", Version = "1.2", EntryPoint = "glGetColorTableParameterfv")] public static unsafe void GetColorTableParameter(OpenTK.Graphics.OpenGL.ColorTableTarget target, OpenTK.Graphics.OpenGL.GetColorTableParameterPName pname, [OutAttribute] Single* @params) { @@ -43708,7 +44488,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2][deprecated: v3.1] /// Get color lookup table parameters /// /// @@ -43726,7 +44506,7 @@ namespace OpenTK.Graphics.OpenGL /// A pointer to an array where the values of the parameter will be stored. /// /// - [AutoGenerated(Category = "Version12Deprecated", Version = "1.2", EntryPoint = "glGetColorTableParameteriv")] + [AutoGenerated(Category = "VERSION_1_2_DEPRECATED", Version = "1.2", EntryPoint = "glGetColorTableParameteriv")] public static void GetColorTableParameter(OpenTK.Graphics.OpenGL.ColorTableTarget target, OpenTK.Graphics.OpenGL.GetColorTableParameterPName pname, [OutAttribute] Int32[] @params) { @@ -43747,7 +44527,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2][deprecated: v3.1] /// Get color lookup table parameters /// /// @@ -43765,7 +44545,7 @@ namespace OpenTK.Graphics.OpenGL /// A pointer to an array where the values of the parameter will be stored. /// /// - [AutoGenerated(Category = "Version12Deprecated", Version = "1.2", EntryPoint = "glGetColorTableParameteriv")] + [AutoGenerated(Category = "VERSION_1_2_DEPRECATED", Version = "1.2", EntryPoint = "glGetColorTableParameteriv")] public static void GetColorTableParameter(OpenTK.Graphics.OpenGL.ColorTableTarget target, OpenTK.Graphics.OpenGL.GetColorTableParameterPName pname, [OutAttribute] out Int32 @params) { @@ -43787,7 +44567,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2][deprecated: v3.1] /// Get color lookup table parameters /// /// @@ -43806,7 +44586,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version12Deprecated", Version = "1.2", EntryPoint = "glGetColorTableParameteriv")] + [AutoGenerated(Category = "VERSION_1_2_DEPRECATED", Version = "1.2", EntryPoint = "glGetColorTableParameteriv")] public static unsafe void GetColorTableParameter(OpenTK.Graphics.OpenGL.ColorTableTarget target, OpenTK.Graphics.OpenGL.GetColorTableParameterPName pname, [OutAttribute] Int32* @params) { @@ -43821,7 +44601,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.3] /// Return a compressed texture image /// /// @@ -43839,7 +44619,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns the compressed texture image. /// /// - [AutoGenerated(Category = "Version13", Version = "1.3", EntryPoint = "glGetCompressedTexImage")] + [AutoGenerated(Category = "VERSION_1_3", Version = "1.3", EntryPoint = "glGetCompressedTexImage")] public static void GetCompressedTexImage(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, [OutAttribute] IntPtr img) { @@ -43854,7 +44634,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.3] /// Return a compressed texture image /// /// @@ -43872,7 +44652,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns the compressed texture image. /// /// - [AutoGenerated(Category = "Version13", Version = "1.3", EntryPoint = "glGetCompressedTexImage")] + [AutoGenerated(Category = "VERSION_1_3", Version = "1.3", EntryPoint = "glGetCompressedTexImage")] public static void GetCompressedTexImage(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, [InAttribute, OutAttribute] T2[] img) where T2 : struct @@ -43896,7 +44676,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.3] /// Return a compressed texture image /// /// @@ -43914,7 +44694,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns the compressed texture image. /// /// - [AutoGenerated(Category = "Version13", Version = "1.3", EntryPoint = "glGetCompressedTexImage")] + [AutoGenerated(Category = "VERSION_1_3", Version = "1.3", EntryPoint = "glGetCompressedTexImage")] public static void GetCompressedTexImage(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, [InAttribute, OutAttribute] T2[,] img) where T2 : struct @@ -43938,7 +44718,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.3] /// Return a compressed texture image /// /// @@ -43956,7 +44736,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns the compressed texture image. /// /// - [AutoGenerated(Category = "Version13", Version = "1.3", EntryPoint = "glGetCompressedTexImage")] + [AutoGenerated(Category = "VERSION_1_3", Version = "1.3", EntryPoint = "glGetCompressedTexImage")] public static void GetCompressedTexImage(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, [InAttribute, OutAttribute] T2[,,] img) where T2 : struct @@ -43980,7 +44760,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.3] /// Return a compressed texture image /// /// @@ -43998,7 +44778,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns the compressed texture image. /// /// - [AutoGenerated(Category = "Version13", Version = "1.3", EntryPoint = "glGetCompressedTexImage")] + [AutoGenerated(Category = "VERSION_1_3", Version = "1.3", EntryPoint = "glGetCompressedTexImage")] public static void GetCompressedTexImage(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, [InAttribute, OutAttribute] ref T2 img) where T2 : struct @@ -44023,7 +44803,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2][deprecated: v3.1] /// Get current 1D or 2D convolution filter kernel /// /// @@ -44046,7 +44826,7 @@ namespace OpenTK.Graphics.OpenGL /// Pointer to storage for the output image. /// /// - [AutoGenerated(Category = "Version12Deprecated", Version = "1.2", EntryPoint = "glGetConvolutionFilter")] + [AutoGenerated(Category = "VERSION_1_2_DEPRECATED", Version = "1.2", EntryPoint = "glGetConvolutionFilter")] public static void GetConvolutionFilter(OpenTK.Graphics.OpenGL.ConvolutionTarget target, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [OutAttribute] IntPtr image) { @@ -44061,7 +44841,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2][deprecated: v3.1] /// Get current 1D or 2D convolution filter kernel /// /// @@ -44084,7 +44864,7 @@ namespace OpenTK.Graphics.OpenGL /// Pointer to storage for the output image. /// /// - [AutoGenerated(Category = "Version12Deprecated", Version = "1.2", EntryPoint = "glGetConvolutionFilter")] + [AutoGenerated(Category = "VERSION_1_2_DEPRECATED", Version = "1.2", EntryPoint = "glGetConvolutionFilter")] public static void GetConvolutionFilter(OpenTK.Graphics.OpenGL.ConvolutionTarget target, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T3[] image) where T3 : struct @@ -44108,7 +44888,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2][deprecated: v3.1] /// Get current 1D or 2D convolution filter kernel /// /// @@ -44131,7 +44911,7 @@ namespace OpenTK.Graphics.OpenGL /// Pointer to storage for the output image. /// /// - [AutoGenerated(Category = "Version12Deprecated", Version = "1.2", EntryPoint = "glGetConvolutionFilter")] + [AutoGenerated(Category = "VERSION_1_2_DEPRECATED", Version = "1.2", EntryPoint = "glGetConvolutionFilter")] public static void GetConvolutionFilter(OpenTK.Graphics.OpenGL.ConvolutionTarget target, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T3[,] image) where T3 : struct @@ -44155,7 +44935,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2][deprecated: v3.1] /// Get current 1D or 2D convolution filter kernel /// /// @@ -44178,7 +44958,7 @@ namespace OpenTK.Graphics.OpenGL /// Pointer to storage for the output image. /// /// - [AutoGenerated(Category = "Version12Deprecated", Version = "1.2", EntryPoint = "glGetConvolutionFilter")] + [AutoGenerated(Category = "VERSION_1_2_DEPRECATED", Version = "1.2", EntryPoint = "glGetConvolutionFilter")] public static void GetConvolutionFilter(OpenTK.Graphics.OpenGL.ConvolutionTarget target, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T3[,,] image) where T3 : struct @@ -44202,7 +44982,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2][deprecated: v3.1] /// Get current 1D or 2D convolution filter kernel /// /// @@ -44225,7 +45005,7 @@ namespace OpenTK.Graphics.OpenGL /// Pointer to storage for the output image. /// /// - [AutoGenerated(Category = "Version12Deprecated", Version = "1.2", EntryPoint = "glGetConvolutionFilter")] + [AutoGenerated(Category = "VERSION_1_2_DEPRECATED", Version = "1.2", EntryPoint = "glGetConvolutionFilter")] public static void GetConvolutionFilter(OpenTK.Graphics.OpenGL.ConvolutionTarget target, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] ref T3 image) where T3 : struct @@ -44250,7 +45030,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2][deprecated: v3.1] /// Get convolution parameters /// /// @@ -44268,7 +45048,7 @@ namespace OpenTK.Graphics.OpenGL /// Pointer to storage for the parameters to be retrieved. /// /// - [AutoGenerated(Category = "Version12Deprecated", Version = "1.2", EntryPoint = "glGetConvolutionParameterfv")] + [AutoGenerated(Category = "VERSION_1_2_DEPRECATED", Version = "1.2", EntryPoint = "glGetConvolutionParameterfv")] public static void GetConvolutionParameter(OpenTK.Graphics.OpenGL.ConvolutionTarget target, OpenTK.Graphics.OpenGL.GetConvolutionParameterPName pname, [OutAttribute] Single[] @params) { @@ -44289,7 +45069,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2][deprecated: v3.1] /// Get convolution parameters /// /// @@ -44307,7 +45087,7 @@ namespace OpenTK.Graphics.OpenGL /// Pointer to storage for the parameters to be retrieved. /// /// - [AutoGenerated(Category = "Version12Deprecated", Version = "1.2", EntryPoint = "glGetConvolutionParameterfv")] + [AutoGenerated(Category = "VERSION_1_2_DEPRECATED", Version = "1.2", EntryPoint = "glGetConvolutionParameterfv")] public static void GetConvolutionParameter(OpenTK.Graphics.OpenGL.ConvolutionTarget target, OpenTK.Graphics.OpenGL.GetConvolutionParameterPName pname, [OutAttribute] out Single @params) { @@ -44329,7 +45109,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2][deprecated: v3.1] /// Get convolution parameters /// /// @@ -44348,7 +45128,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version12Deprecated", Version = "1.2", EntryPoint = "glGetConvolutionParameterfv")] + [AutoGenerated(Category = "VERSION_1_2_DEPRECATED", Version = "1.2", EntryPoint = "glGetConvolutionParameterfv")] public static unsafe void GetConvolutionParameter(OpenTK.Graphics.OpenGL.ConvolutionTarget target, OpenTK.Graphics.OpenGL.GetConvolutionParameterPName pname, [OutAttribute] Single* @params) { @@ -44363,7 +45143,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2][deprecated: v3.1] /// Get convolution parameters /// /// @@ -44381,7 +45161,7 @@ namespace OpenTK.Graphics.OpenGL /// Pointer to storage for the parameters to be retrieved. /// /// - [AutoGenerated(Category = "Version12Deprecated", Version = "1.2", EntryPoint = "glGetConvolutionParameteriv")] + [AutoGenerated(Category = "VERSION_1_2_DEPRECATED", Version = "1.2", EntryPoint = "glGetConvolutionParameteriv")] public static void GetConvolutionParameter(OpenTK.Graphics.OpenGL.ConvolutionTarget target, OpenTK.Graphics.OpenGL.GetConvolutionParameterPName pname, [OutAttribute] Int32[] @params) { @@ -44402,7 +45182,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2][deprecated: v3.1] /// Get convolution parameters /// /// @@ -44420,7 +45200,7 @@ namespace OpenTK.Graphics.OpenGL /// Pointer to storage for the parameters to be retrieved. /// /// - [AutoGenerated(Category = "Version12Deprecated", Version = "1.2", EntryPoint = "glGetConvolutionParameteriv")] + [AutoGenerated(Category = "VERSION_1_2_DEPRECATED", Version = "1.2", EntryPoint = "glGetConvolutionParameteriv")] public static void GetConvolutionParameter(OpenTK.Graphics.OpenGL.ConvolutionTarget target, OpenTK.Graphics.OpenGL.GetConvolutionParameterPName pname, [OutAttribute] out Int32 @params) { @@ -44442,7 +45222,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2][deprecated: v3.1] /// Get convolution parameters /// /// @@ -44461,7 +45241,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version12Deprecated", Version = "1.2", EntryPoint = "glGetConvolutionParameteriv")] + [AutoGenerated(Category = "VERSION_1_2_DEPRECATED", Version = "1.2", EntryPoint = "glGetConvolutionParameteriv")] public static unsafe void GetConvolutionParameter(OpenTK.Graphics.OpenGL.ConvolutionTarget target, OpenTK.Graphics.OpenGL.GetConvolutionParameterPName pname, [OutAttribute] Int32* @params) { @@ -44475,7 +45255,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "Version10", Version = "1.0", EntryPoint = "glGetDoublev")] + /// [requires: v1.0] + [AutoGenerated(Category = "VERSION_1_0", Version = "1.0", EntryPoint = "glGetDoublev")] public static void GetDouble(OpenTK.Graphics.OpenGL.GetPName pname, [OutAttribute] Double[] @params) { @@ -44495,7 +45276,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "Version10", Version = "1.0", EntryPoint = "glGetDoublev")] + /// [requires: v1.0] + [AutoGenerated(Category = "VERSION_1_0", Version = "1.0", EntryPoint = "glGetDoublev")] public static void GetDouble(OpenTK.Graphics.OpenGL.GetPName pname, [OutAttribute] out Double @params) { @@ -44516,8 +45298,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v1.0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10", Version = "1.0", EntryPoint = "glGetDoublev")] + [AutoGenerated(Category = "VERSION_1_0", Version = "1.0", EntryPoint = "glGetDoublev")] public static unsafe void GetDouble(OpenTK.Graphics.OpenGL.GetPName pname, [OutAttribute] Double* @params) { @@ -44532,17 +45315,18 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0] /// Return error information /// - [AutoGenerated(Category = "Version10", Version = "1.0", EntryPoint = "glGetError")] + [AutoGenerated(Category = "VERSION_1_0", Version = "1.0", EntryPoint = "glGetError")] public static OpenTK.Graphics.OpenGL.ErrorCode GetError() { return Delegates.glGetError(); } - [AutoGenerated(Category = "Version10", Version = "1.0", EntryPoint = "glGetFloatv")] + /// [requires: v1.0] + [AutoGenerated(Category = "VERSION_1_0", Version = "1.0", EntryPoint = "glGetFloatv")] public static void GetFloat(OpenTK.Graphics.OpenGL.GetPName pname, [OutAttribute] Single[] @params) { @@ -44562,7 +45346,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "Version10", Version = "1.0", EntryPoint = "glGetFloatv")] + /// [requires: v1.0] + [AutoGenerated(Category = "VERSION_1_0", Version = "1.0", EntryPoint = "glGetFloatv")] public static void GetFloat(OpenTK.Graphics.OpenGL.GetPName pname, [OutAttribute] out Single @params) { @@ -44583,8 +45368,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v1.0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10", Version = "1.0", EntryPoint = "glGetFloatv")] + [AutoGenerated(Category = "VERSION_1_0", Version = "1.0", EntryPoint = "glGetFloatv")] public static unsafe void GetFloat(OpenTK.Graphics.OpenGL.GetPName pname, [OutAttribute] Single* @params) { @@ -44598,7 +45384,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glGetFragDataLocation")] + /// [requires: v3.0] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glGetFragDataLocation")] public static Int32 GetFragDataLocation(Int32 program, String name) { @@ -44612,8 +45399,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v3.0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glGetFragDataLocation")] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glGetFragDataLocation")] public static Int32 GetFragDataLocation(UInt32 program, String name) { @@ -44627,7 +45415,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbFramebufferObject", Version = "3.0", EntryPoint = "glGetFramebufferAttachmentParameteriv")] + /// [requires: v3.0] + [AutoGenerated(Category = "ARB_framebuffer_object", 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) { @@ -44647,7 +45436,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbFramebufferObject", Version = "3.0", EntryPoint = "glGetFramebufferAttachmentParameteriv")] + /// [requires: v3.0] + [AutoGenerated(Category = "ARB_framebuffer_object", 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) { @@ -44668,8 +45458,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v3.0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbFramebufferObject", Version = "3.0", EntryPoint = "glGetFramebufferAttachmentParameteriv")] + [AutoGenerated(Category = "ARB_framebuffer_object", 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) { @@ -44684,7 +45475,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2][deprecated: v3.1] /// Get histogram table /// /// @@ -44712,7 +45503,7 @@ namespace OpenTK.Graphics.OpenGL /// A pointer to storage for the returned histogram table. /// /// - [AutoGenerated(Category = "Version12Deprecated", Version = "1.2", EntryPoint = "glGetHistogram")] + [AutoGenerated(Category = "VERSION_1_2_DEPRECATED", Version = "1.2", EntryPoint = "glGetHistogram")] public static void GetHistogram(OpenTK.Graphics.OpenGL.HistogramTarget target, bool reset, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [OutAttribute] IntPtr values) { @@ -44727,7 +45518,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2][deprecated: v3.1] /// Get histogram table /// /// @@ -44755,7 +45546,7 @@ namespace OpenTK.Graphics.OpenGL /// A pointer to storage for the returned histogram table. /// /// - [AutoGenerated(Category = "Version12Deprecated", Version = "1.2", EntryPoint = "glGetHistogram")] + [AutoGenerated(Category = "VERSION_1_2_DEPRECATED", Version = "1.2", EntryPoint = "glGetHistogram")] public static void GetHistogram(OpenTK.Graphics.OpenGL.HistogramTarget target, bool reset, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T4[] values) where T4 : struct @@ -44779,7 +45570,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2][deprecated: v3.1] /// Get histogram table /// /// @@ -44807,7 +45598,7 @@ namespace OpenTK.Graphics.OpenGL /// A pointer to storage for the returned histogram table. /// /// - [AutoGenerated(Category = "Version12Deprecated", Version = "1.2", EntryPoint = "glGetHistogram")] + [AutoGenerated(Category = "VERSION_1_2_DEPRECATED", Version = "1.2", EntryPoint = "glGetHistogram")] public static void GetHistogram(OpenTK.Graphics.OpenGL.HistogramTarget target, bool reset, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T4[,] values) where T4 : struct @@ -44831,7 +45622,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2][deprecated: v3.1] /// Get histogram table /// /// @@ -44859,7 +45650,7 @@ namespace OpenTK.Graphics.OpenGL /// A pointer to storage for the returned histogram table. /// /// - [AutoGenerated(Category = "Version12Deprecated", Version = "1.2", EntryPoint = "glGetHistogram")] + [AutoGenerated(Category = "VERSION_1_2_DEPRECATED", Version = "1.2", EntryPoint = "glGetHistogram")] public static void GetHistogram(OpenTK.Graphics.OpenGL.HistogramTarget target, bool reset, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T4[,,] values) where T4 : struct @@ -44883,7 +45674,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2][deprecated: v3.1] /// Get histogram table /// /// @@ -44911,7 +45702,7 @@ namespace OpenTK.Graphics.OpenGL /// A pointer to storage for the returned histogram table. /// /// - [AutoGenerated(Category = "Version12Deprecated", Version = "1.2", EntryPoint = "glGetHistogram")] + [AutoGenerated(Category = "VERSION_1_2_DEPRECATED", Version = "1.2", EntryPoint = "glGetHistogram")] public static void GetHistogram(OpenTK.Graphics.OpenGL.HistogramTarget target, bool reset, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] ref T4 values) where T4 : struct @@ -44936,7 +45727,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2][deprecated: v3.1] /// Get histogram parameters /// /// @@ -44954,7 +45745,7 @@ namespace OpenTK.Graphics.OpenGL /// Pointer to storage for the returned values. /// /// - [AutoGenerated(Category = "Version12Deprecated", Version = "1.2", EntryPoint = "glGetHistogramParameterfv")] + [AutoGenerated(Category = "VERSION_1_2_DEPRECATED", Version = "1.2", EntryPoint = "glGetHistogramParameterfv")] public static void GetHistogramParameter(OpenTK.Graphics.OpenGL.HistogramTarget target, OpenTK.Graphics.OpenGL.GetHistogramParameterPName pname, [OutAttribute] Single[] @params) { @@ -44975,7 +45766,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2][deprecated: v3.1] /// Get histogram parameters /// /// @@ -44993,7 +45784,7 @@ namespace OpenTK.Graphics.OpenGL /// Pointer to storage for the returned values. /// /// - [AutoGenerated(Category = "Version12Deprecated", Version = "1.2", EntryPoint = "glGetHistogramParameterfv")] + [AutoGenerated(Category = "VERSION_1_2_DEPRECATED", Version = "1.2", EntryPoint = "glGetHistogramParameterfv")] public static void GetHistogramParameter(OpenTK.Graphics.OpenGL.HistogramTarget target, OpenTK.Graphics.OpenGL.GetHistogramParameterPName pname, [OutAttribute] out Single @params) { @@ -45015,7 +45806,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2][deprecated: v3.1] /// Get histogram parameters /// /// @@ -45034,7 +45825,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version12Deprecated", Version = "1.2", EntryPoint = "glGetHistogramParameterfv")] + [AutoGenerated(Category = "VERSION_1_2_DEPRECATED", Version = "1.2", EntryPoint = "glGetHistogramParameterfv")] public static unsafe void GetHistogramParameter(OpenTK.Graphics.OpenGL.HistogramTarget target, OpenTK.Graphics.OpenGL.GetHistogramParameterPName pname, [OutAttribute] Single* @params) { @@ -45049,7 +45840,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2][deprecated: v3.1] /// Get histogram parameters /// /// @@ -45067,7 +45858,7 @@ namespace OpenTK.Graphics.OpenGL /// Pointer to storage for the returned values. /// /// - [AutoGenerated(Category = "Version12Deprecated", Version = "1.2", EntryPoint = "glGetHistogramParameteriv")] + [AutoGenerated(Category = "VERSION_1_2_DEPRECATED", Version = "1.2", EntryPoint = "glGetHistogramParameteriv")] public static void GetHistogramParameter(OpenTK.Graphics.OpenGL.HistogramTarget target, OpenTK.Graphics.OpenGL.GetHistogramParameterPName pname, [OutAttribute] Int32[] @params) { @@ -45088,7 +45879,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2][deprecated: v3.1] /// Get histogram parameters /// /// @@ -45106,7 +45897,7 @@ namespace OpenTK.Graphics.OpenGL /// Pointer to storage for the returned values. /// /// - [AutoGenerated(Category = "Version12Deprecated", Version = "1.2", EntryPoint = "glGetHistogramParameteriv")] + [AutoGenerated(Category = "VERSION_1_2_DEPRECATED", Version = "1.2", EntryPoint = "glGetHistogramParameteriv")] public static void GetHistogramParameter(OpenTK.Graphics.OpenGL.HistogramTarget target, OpenTK.Graphics.OpenGL.GetHistogramParameterPName pname, [OutAttribute] out Int32 @params) { @@ -45128,7 +45919,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2][deprecated: v3.1] /// Get histogram parameters /// /// @@ -45147,7 +45938,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version12Deprecated", Version = "1.2", EntryPoint = "glGetHistogramParameteriv")] + [AutoGenerated(Category = "VERSION_1_2_DEPRECATED", Version = "1.2", EntryPoint = "glGetHistogramParameteriv")] public static unsafe void GetHistogramParameter(OpenTK.Graphics.OpenGL.HistogramTarget target, OpenTK.Graphics.OpenGL.GetHistogramParameterPName pname, [OutAttribute] Int32* @params) { @@ -45161,7 +45952,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "Version32", Version = "3.2", EntryPoint = "glGetInteger64i_v")] + /// [requires: v3.2] + [AutoGenerated(Category = "VERSION_3_2", Version = "3.2", EntryPoint = "glGetInteger64i_v")] public static void GetInteger64(OpenTK.Graphics.OpenGL.Version32 target, Int32 index, [OutAttribute] Int64[] data) { @@ -45181,7 +45973,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "Version32", Version = "3.2", EntryPoint = "glGetInteger64i_v")] + /// [requires: v3.2] + [AutoGenerated(Category = "VERSION_3_2", Version = "3.2", EntryPoint = "glGetInteger64i_v")] public static void GetInteger64(OpenTK.Graphics.OpenGL.Version32 target, Int32 index, [OutAttribute] out Int64 data) { @@ -45202,8 +45995,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v3.2] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version32", Version = "3.2", EntryPoint = "glGetInteger64i_v")] + [AutoGenerated(Category = "VERSION_3_2", Version = "3.2", EntryPoint = "glGetInteger64i_v")] public static unsafe void GetInteger64(OpenTK.Graphics.OpenGL.Version32 target, Int32 index, [OutAttribute] Int64* data) { @@ -45217,8 +46011,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v3.2] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version32", Version = "3.2", EntryPoint = "glGetInteger64i_v")] + [AutoGenerated(Category = "VERSION_3_2", Version = "3.2", EntryPoint = "glGetInteger64i_v")] public static void GetInteger64(OpenTK.Graphics.OpenGL.Version32 target, UInt32 index, [OutAttribute] Int64[] data) { @@ -45238,8 +46033,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v3.2] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version32", Version = "3.2", EntryPoint = "glGetInteger64i_v")] + [AutoGenerated(Category = "VERSION_3_2", Version = "3.2", EntryPoint = "glGetInteger64i_v")] public static void GetInteger64(OpenTK.Graphics.OpenGL.Version32 target, UInt32 index, [OutAttribute] out Int64 data) { @@ -45260,8 +46056,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v3.2] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version32", Version = "3.2", EntryPoint = "glGetInteger64i_v")] + [AutoGenerated(Category = "VERSION_3_2", Version = "3.2", EntryPoint = "glGetInteger64i_v")] public static unsafe void GetInteger64(OpenTK.Graphics.OpenGL.Version32 target, UInt32 index, [OutAttribute] Int64* data) { @@ -45275,7 +46072,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbSync", Version = "1.2", EntryPoint = "glGetInteger64v")] + /// [requires: v1.2] + [AutoGenerated(Category = "ARB_sync", Version = "1.2", EntryPoint = "glGetInteger64v")] public static void GetInteger64(OpenTK.Graphics.OpenGL.ArbSync pname, [OutAttribute] Int64[] @params) { @@ -45295,7 +46093,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbSync", Version = "1.2", EntryPoint = "glGetInteger64v")] + /// [requires: v1.2] + [AutoGenerated(Category = "ARB_sync", Version = "1.2", EntryPoint = "glGetInteger64v")] public static void GetInteger64(OpenTK.Graphics.OpenGL.ArbSync pname, [OutAttribute] out Int64 @params) { @@ -45316,8 +46115,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v1.2] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbSync", Version = "1.2", EntryPoint = "glGetInteger64v")] + [AutoGenerated(Category = "ARB_sync", Version = "1.2", EntryPoint = "glGetInteger64v")] public static unsafe void GetInteger64(OpenTK.Graphics.OpenGL.ArbSync pname, [OutAttribute] Int64* @params) { @@ -45331,7 +46131,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glGetIntegeri_v")] + /// [requires: v3.0] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glGetIntegeri_v")] public static void GetInteger(OpenTK.Graphics.OpenGL.GetIndexedPName target, Int32 index, [OutAttribute] Int32[] data) { @@ -45351,7 +46152,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glGetIntegeri_v")] + /// [requires: v3.0] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glGetIntegeri_v")] public static void GetInteger(OpenTK.Graphics.OpenGL.GetIndexedPName target, Int32 index, [OutAttribute] out Int32 data) { @@ -45372,8 +46174,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v3.0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glGetIntegeri_v")] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glGetIntegeri_v")] public static unsafe void GetInteger(OpenTK.Graphics.OpenGL.GetIndexedPName target, Int32 index, [OutAttribute] Int32* data) { @@ -45387,8 +46190,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v3.0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glGetIntegeri_v")] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glGetIntegeri_v")] public static void GetInteger(OpenTK.Graphics.OpenGL.GetIndexedPName target, UInt32 index, [OutAttribute] Int32[] data) { @@ -45408,8 +46212,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v3.0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glGetIntegeri_v")] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glGetIntegeri_v")] public static void GetInteger(OpenTK.Graphics.OpenGL.GetIndexedPName target, UInt32 index, [OutAttribute] out Int32 data) { @@ -45430,8 +46235,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v3.0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glGetIntegeri_v")] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glGetIntegeri_v")] public static unsafe void GetInteger(OpenTK.Graphics.OpenGL.GetIndexedPName target, UInt32 index, [OutAttribute] Int32* data) { @@ -45445,7 +46251,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "Version10", Version = "1.0", EntryPoint = "glGetIntegerv")] + /// [requires: v1.0] + [AutoGenerated(Category = "VERSION_1_0", Version = "1.0", EntryPoint = "glGetIntegerv")] public static void GetInteger(OpenTK.Graphics.OpenGL.GetPName pname, [OutAttribute] Int32[] @params) { @@ -45465,7 +46272,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "Version10", Version = "1.0", EntryPoint = "glGetIntegerv")] + /// [requires: v1.0] + [AutoGenerated(Category = "VERSION_1_0", Version = "1.0", EntryPoint = "glGetIntegerv")] public static void GetInteger(OpenTK.Graphics.OpenGL.GetPName pname, [OutAttribute] out Int32 @params) { @@ -45486,8 +46294,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v1.0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10", Version = "1.0", EntryPoint = "glGetIntegerv")] + [AutoGenerated(Category = "VERSION_1_0", Version = "1.0", EntryPoint = "glGetIntegerv")] public static unsafe void GetInteger(OpenTK.Graphics.OpenGL.GetPName pname, [OutAttribute] Int32* @params) { @@ -45502,7 +46311,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Return light source parameter values /// /// @@ -45520,7 +46329,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns the requested data. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glGetLightfv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glGetLightfv")] public static void GetLight(OpenTK.Graphics.OpenGL.LightName light, OpenTK.Graphics.OpenGL.LightParameter pname, [OutAttribute] Single[] @params) { @@ -45541,7 +46350,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Return light source parameter values /// /// @@ -45559,7 +46368,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns the requested data. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glGetLightfv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glGetLightfv")] public static void GetLight(OpenTK.Graphics.OpenGL.LightName light, OpenTK.Graphics.OpenGL.LightParameter pname, [OutAttribute] out Single @params) { @@ -45581,7 +46390,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Return light source parameter values /// /// @@ -45600,7 +46409,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glGetLightfv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glGetLightfv")] public static unsafe void GetLight(OpenTK.Graphics.OpenGL.LightName light, OpenTK.Graphics.OpenGL.LightParameter pname, [OutAttribute] Single* @params) { @@ -45615,7 +46424,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Return light source parameter values /// /// @@ -45633,7 +46442,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns the requested data. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glGetLightiv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glGetLightiv")] public static void GetLight(OpenTK.Graphics.OpenGL.LightName light, OpenTK.Graphics.OpenGL.LightParameter pname, [OutAttribute] Int32[] @params) { @@ -45654,7 +46463,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Return light source parameter values /// /// @@ -45672,7 +46481,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns the requested data. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glGetLightiv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glGetLightiv")] public static void GetLight(OpenTK.Graphics.OpenGL.LightName light, OpenTK.Graphics.OpenGL.LightParameter pname, [OutAttribute] out Int32 @params) { @@ -45694,7 +46503,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Return light source parameter values /// /// @@ -45713,7 +46522,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glGetLightiv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glGetLightiv")] public static unsafe void GetLight(OpenTK.Graphics.OpenGL.LightName light, OpenTK.Graphics.OpenGL.LightParameter pname, [OutAttribute] Int32* @params) { @@ -45728,7 +46537,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Return evaluator parameters /// /// @@ -45746,7 +46555,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns the requested data. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glGetMapdv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glGetMapdv")] public static void GetMap(OpenTK.Graphics.OpenGL.MapTarget target, OpenTK.Graphics.OpenGL.GetMapQuery query, [OutAttribute] Double[] v) { @@ -45767,7 +46576,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Return evaluator parameters /// /// @@ -45785,7 +46594,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns the requested data. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glGetMapdv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glGetMapdv")] public static void GetMap(OpenTK.Graphics.OpenGL.MapTarget target, OpenTK.Graphics.OpenGL.GetMapQuery query, [OutAttribute] out Double v) { @@ -45807,7 +46616,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Return evaluator parameters /// /// @@ -45826,7 +46635,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glGetMapdv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glGetMapdv")] public static unsafe void GetMap(OpenTK.Graphics.OpenGL.MapTarget target, OpenTK.Graphics.OpenGL.GetMapQuery query, [OutAttribute] Double* v) { @@ -45841,7 +46650,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Return evaluator parameters /// /// @@ -45859,7 +46668,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns the requested data. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glGetMapfv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glGetMapfv")] public static void GetMap(OpenTK.Graphics.OpenGL.MapTarget target, OpenTK.Graphics.OpenGL.GetMapQuery query, [OutAttribute] Single[] v) { @@ -45880,7 +46689,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Return evaluator parameters /// /// @@ -45898,7 +46707,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns the requested data. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glGetMapfv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glGetMapfv")] public static void GetMap(OpenTK.Graphics.OpenGL.MapTarget target, OpenTK.Graphics.OpenGL.GetMapQuery query, [OutAttribute] out Single v) { @@ -45920,7 +46729,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Return evaluator parameters /// /// @@ -45939,7 +46748,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glGetMapfv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glGetMapfv")] public static unsafe void GetMap(OpenTK.Graphics.OpenGL.MapTarget target, OpenTK.Graphics.OpenGL.GetMapQuery query, [OutAttribute] Single* v) { @@ -45954,7 +46763,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Return evaluator parameters /// /// @@ -45972,7 +46781,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns the requested data. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glGetMapiv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glGetMapiv")] public static void GetMap(OpenTK.Graphics.OpenGL.MapTarget target, OpenTK.Graphics.OpenGL.GetMapQuery query, [OutAttribute] Int32[] v) { @@ -45993,7 +46802,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Return evaluator parameters /// /// @@ -46011,7 +46820,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns the requested data. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glGetMapiv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glGetMapiv")] public static void GetMap(OpenTK.Graphics.OpenGL.MapTarget target, OpenTK.Graphics.OpenGL.GetMapQuery query, [OutAttribute] out Int32 v) { @@ -46033,7 +46842,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Return evaluator parameters /// /// @@ -46052,7 +46861,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glGetMapiv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glGetMapiv")] public static unsafe void GetMap(OpenTK.Graphics.OpenGL.MapTarget target, OpenTK.Graphics.OpenGL.GetMapQuery query, [OutAttribute] Int32* v) { @@ -46067,7 +46876,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Return material parameters /// /// @@ -46085,7 +46894,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns the requested data. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glGetMaterialfv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glGetMaterialfv")] public static void GetMaterial(OpenTK.Graphics.OpenGL.MaterialFace face, OpenTK.Graphics.OpenGL.MaterialParameter pname, [OutAttribute] Single[] @params) { @@ -46106,7 +46915,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Return material parameters /// /// @@ -46124,7 +46933,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns the requested data. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glGetMaterialfv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glGetMaterialfv")] public static void GetMaterial(OpenTK.Graphics.OpenGL.MaterialFace face, OpenTK.Graphics.OpenGL.MaterialParameter pname, [OutAttribute] out Single @params) { @@ -46146,7 +46955,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Return material parameters /// /// @@ -46165,7 +46974,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glGetMaterialfv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glGetMaterialfv")] public static unsafe void GetMaterial(OpenTK.Graphics.OpenGL.MaterialFace face, OpenTK.Graphics.OpenGL.MaterialParameter pname, [OutAttribute] Single* @params) { @@ -46180,7 +46989,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Return material parameters /// /// @@ -46198,7 +47007,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns the requested data. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glGetMaterialiv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glGetMaterialiv")] public static void GetMaterial(OpenTK.Graphics.OpenGL.MaterialFace face, OpenTK.Graphics.OpenGL.MaterialParameter pname, [OutAttribute] Int32[] @params) { @@ -46219,7 +47028,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Return material parameters /// /// @@ -46237,7 +47046,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns the requested data. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glGetMaterialiv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glGetMaterialiv")] public static void GetMaterial(OpenTK.Graphics.OpenGL.MaterialFace face, OpenTK.Graphics.OpenGL.MaterialParameter pname, [OutAttribute] out Int32 @params) { @@ -46259,7 +47068,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Return material parameters /// /// @@ -46278,7 +47087,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glGetMaterialiv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glGetMaterialiv")] public static unsafe void GetMaterial(OpenTK.Graphics.OpenGL.MaterialFace face, OpenTK.Graphics.OpenGL.MaterialParameter pname, [OutAttribute] Int32* @params) { @@ -46293,7 +47102,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2][deprecated: v3.1] /// Get minimum and maximum pixel values /// /// @@ -46321,7 +47130,7 @@ namespace OpenTK.Graphics.OpenGL /// A pointer to storage for the returned values. /// /// - [AutoGenerated(Category = "Version12Deprecated", Version = "1.2", EntryPoint = "glGetMinmax")] + [AutoGenerated(Category = "VERSION_1_2_DEPRECATED", Version = "1.2", EntryPoint = "glGetMinmax")] public static void GetMinmax(OpenTK.Graphics.OpenGL.MinmaxTarget target, bool reset, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [OutAttribute] IntPtr values) { @@ -46336,7 +47145,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2][deprecated: v3.1] /// Get minimum and maximum pixel values /// /// @@ -46364,7 +47173,7 @@ namespace OpenTK.Graphics.OpenGL /// A pointer to storage for the returned values. /// /// - [AutoGenerated(Category = "Version12Deprecated", Version = "1.2", EntryPoint = "glGetMinmax")] + [AutoGenerated(Category = "VERSION_1_2_DEPRECATED", Version = "1.2", EntryPoint = "glGetMinmax")] public static void GetMinmax(OpenTK.Graphics.OpenGL.MinmaxTarget target, bool reset, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T4[] values) where T4 : struct @@ -46388,7 +47197,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2][deprecated: v3.1] /// Get minimum and maximum pixel values /// /// @@ -46416,7 +47225,7 @@ namespace OpenTK.Graphics.OpenGL /// A pointer to storage for the returned values. /// /// - [AutoGenerated(Category = "Version12Deprecated", Version = "1.2", EntryPoint = "glGetMinmax")] + [AutoGenerated(Category = "VERSION_1_2_DEPRECATED", Version = "1.2", EntryPoint = "glGetMinmax")] public static void GetMinmax(OpenTK.Graphics.OpenGL.MinmaxTarget target, bool reset, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T4[,] values) where T4 : struct @@ -46440,7 +47249,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2][deprecated: v3.1] /// Get minimum and maximum pixel values /// /// @@ -46468,7 +47277,7 @@ namespace OpenTK.Graphics.OpenGL /// A pointer to storage for the returned values. /// /// - [AutoGenerated(Category = "Version12Deprecated", Version = "1.2", EntryPoint = "glGetMinmax")] + [AutoGenerated(Category = "VERSION_1_2_DEPRECATED", Version = "1.2", EntryPoint = "glGetMinmax")] public static void GetMinmax(OpenTK.Graphics.OpenGL.MinmaxTarget target, bool reset, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T4[,,] values) where T4 : struct @@ -46492,7 +47301,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2][deprecated: v3.1] /// Get minimum and maximum pixel values /// /// @@ -46520,7 +47329,7 @@ namespace OpenTK.Graphics.OpenGL /// A pointer to storage for the returned values. /// /// - [AutoGenerated(Category = "Version12Deprecated", Version = "1.2", EntryPoint = "glGetMinmax")] + [AutoGenerated(Category = "VERSION_1_2_DEPRECATED", Version = "1.2", EntryPoint = "glGetMinmax")] public static void GetMinmax(OpenTK.Graphics.OpenGL.MinmaxTarget target, bool reset, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] ref T4 values) where T4 : struct @@ -46545,7 +47354,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2][deprecated: v3.1] /// Get minmax parameters /// /// @@ -46563,7 +47372,7 @@ namespace OpenTK.Graphics.OpenGL /// A pointer to storage for the retrieved parameters. /// /// - [AutoGenerated(Category = "Version12Deprecated", Version = "1.2", EntryPoint = "glGetMinmaxParameterfv")] + [AutoGenerated(Category = "VERSION_1_2_DEPRECATED", Version = "1.2", EntryPoint = "glGetMinmaxParameterfv")] public static void GetMinmaxParameter(OpenTK.Graphics.OpenGL.MinmaxTarget target, OpenTK.Graphics.OpenGL.GetMinmaxParameterPName pname, [OutAttribute] Single[] @params) { @@ -46584,7 +47393,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2][deprecated: v3.1] /// Get minmax parameters /// /// @@ -46602,7 +47411,7 @@ namespace OpenTK.Graphics.OpenGL /// A pointer to storage for the retrieved parameters. /// /// - [AutoGenerated(Category = "Version12Deprecated", Version = "1.2", EntryPoint = "glGetMinmaxParameterfv")] + [AutoGenerated(Category = "VERSION_1_2_DEPRECATED", Version = "1.2", EntryPoint = "glGetMinmaxParameterfv")] public static void GetMinmaxParameter(OpenTK.Graphics.OpenGL.MinmaxTarget target, OpenTK.Graphics.OpenGL.GetMinmaxParameterPName pname, [OutAttribute] out Single @params) { @@ -46624,7 +47433,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2][deprecated: v3.1] /// Get minmax parameters /// /// @@ -46643,7 +47452,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version12Deprecated", Version = "1.2", EntryPoint = "glGetMinmaxParameterfv")] + [AutoGenerated(Category = "VERSION_1_2_DEPRECATED", Version = "1.2", EntryPoint = "glGetMinmaxParameterfv")] public static unsafe void GetMinmaxParameter(OpenTK.Graphics.OpenGL.MinmaxTarget target, OpenTK.Graphics.OpenGL.GetMinmaxParameterPName pname, [OutAttribute] Single* @params) { @@ -46658,7 +47467,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2][deprecated: v3.1] /// Get minmax parameters /// /// @@ -46676,7 +47485,7 @@ namespace OpenTK.Graphics.OpenGL /// A pointer to storage for the retrieved parameters. /// /// - [AutoGenerated(Category = "Version12Deprecated", Version = "1.2", EntryPoint = "glGetMinmaxParameteriv")] + [AutoGenerated(Category = "VERSION_1_2_DEPRECATED", Version = "1.2", EntryPoint = "glGetMinmaxParameteriv")] public static void GetMinmaxParameter(OpenTK.Graphics.OpenGL.MinmaxTarget target, OpenTK.Graphics.OpenGL.GetMinmaxParameterPName pname, [OutAttribute] Int32[] @params) { @@ -46697,7 +47506,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2][deprecated: v3.1] /// Get minmax parameters /// /// @@ -46715,7 +47524,7 @@ namespace OpenTK.Graphics.OpenGL /// A pointer to storage for the retrieved parameters. /// /// - [AutoGenerated(Category = "Version12Deprecated", Version = "1.2", EntryPoint = "glGetMinmaxParameteriv")] + [AutoGenerated(Category = "VERSION_1_2_DEPRECATED", Version = "1.2", EntryPoint = "glGetMinmaxParameteriv")] public static void GetMinmaxParameter(OpenTK.Graphics.OpenGL.MinmaxTarget target, OpenTK.Graphics.OpenGL.GetMinmaxParameterPName pname, [OutAttribute] out Int32 @params) { @@ -46737,7 +47546,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2][deprecated: v3.1] /// Get minmax parameters /// /// @@ -46756,7 +47565,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version12Deprecated", Version = "1.2", EntryPoint = "glGetMinmaxParameteriv")] + [AutoGenerated(Category = "VERSION_1_2_DEPRECATED", Version = "1.2", EntryPoint = "glGetMinmaxParameteriv")] public static unsafe void GetMinmaxParameter(OpenTK.Graphics.OpenGL.MinmaxTarget target, OpenTK.Graphics.OpenGL.GetMinmaxParameterPName pname, [OutAttribute] Int32* @params) { @@ -46770,7 +47579,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbTextureMultisample", Version = "1.2", EntryPoint = "glGetMultisamplefv")] + /// [requires: v1.2] + [AutoGenerated(Category = "ARB_texture_multisample", Version = "1.2", EntryPoint = "glGetMultisamplefv")] public static void GetMultisample(OpenTK.Graphics.OpenGL.GetMultisamplePName pname, Int32 index, [OutAttribute] Single[] val) { @@ -46790,7 +47600,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbTextureMultisample", Version = "1.2", EntryPoint = "glGetMultisamplefv")] + /// [requires: v1.2] + [AutoGenerated(Category = "ARB_texture_multisample", Version = "1.2", EntryPoint = "glGetMultisamplefv")] public static void GetMultisample(OpenTK.Graphics.OpenGL.GetMultisamplePName pname, Int32 index, [OutAttribute] out Single val) { @@ -46811,8 +47622,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v1.2] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbTextureMultisample", Version = "1.2", EntryPoint = "glGetMultisamplefv")] + [AutoGenerated(Category = "ARB_texture_multisample", Version = "1.2", EntryPoint = "glGetMultisamplefv")] public static unsafe void GetMultisample(OpenTK.Graphics.OpenGL.GetMultisamplePName pname, Int32 index, [OutAttribute] Single* val) { @@ -46826,8 +47638,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v1.2] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbTextureMultisample", Version = "1.2", EntryPoint = "glGetMultisamplefv")] + [AutoGenerated(Category = "ARB_texture_multisample", Version = "1.2", EntryPoint = "glGetMultisamplefv")] public static void GetMultisample(OpenTK.Graphics.OpenGL.GetMultisamplePName pname, UInt32 index, [OutAttribute] Single[] val) { @@ -46847,8 +47660,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v1.2] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbTextureMultisample", Version = "1.2", EntryPoint = "glGetMultisamplefv")] + [AutoGenerated(Category = "ARB_texture_multisample", Version = "1.2", EntryPoint = "glGetMultisamplefv")] public static void GetMultisample(OpenTK.Graphics.OpenGL.GetMultisamplePName pname, UInt32 index, [OutAttribute] out Single val) { @@ -46869,8 +47683,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v1.2] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbTextureMultisample", Version = "1.2", EntryPoint = "glGetMultisamplefv")] + [AutoGenerated(Category = "ARB_texture_multisample", Version = "1.2", EntryPoint = "glGetMultisamplefv")] public static unsafe void GetMultisample(OpenTK.Graphics.OpenGL.GetMultisamplePName pname, UInt32 index, [OutAttribute] Single* val) { @@ -46885,7 +47700,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Return the specified pixel map /// /// @@ -46898,7 +47713,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns the pixel map contents. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glGetPixelMapfv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glGetPixelMapfv")] public static void GetPixelMap(OpenTK.Graphics.OpenGL.PixelMap map, [OutAttribute] Single[] values) { @@ -46919,7 +47734,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Return the specified pixel map /// /// @@ -46932,7 +47747,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns the pixel map contents. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glGetPixelMapfv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glGetPixelMapfv")] public static void GetPixelMap(OpenTK.Graphics.OpenGL.PixelMap map, [OutAttribute] out Single values) { @@ -46954,7 +47769,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Return the specified pixel map /// /// @@ -46968,7 +47783,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glGetPixelMapfv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glGetPixelMapfv")] public static unsafe void GetPixelMap(OpenTK.Graphics.OpenGL.PixelMap map, [OutAttribute] Single* values) { @@ -46983,7 +47798,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Return the specified pixel map /// /// @@ -46996,7 +47811,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns the pixel map contents. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glGetPixelMapuiv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glGetPixelMapuiv")] public static void GetPixelMap(OpenTK.Graphics.OpenGL.PixelMap map, [OutAttribute] Int32[] values) { @@ -47017,7 +47832,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Return the specified pixel map /// /// @@ -47030,7 +47845,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns the pixel map contents. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glGetPixelMapuiv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glGetPixelMapuiv")] public static void GetPixelMap(OpenTK.Graphics.OpenGL.PixelMap map, [OutAttribute] out Int32 values) { @@ -47052,7 +47867,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Return the specified pixel map /// /// @@ -47066,7 +47881,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glGetPixelMapuiv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glGetPixelMapuiv")] public static unsafe void GetPixelMap(OpenTK.Graphics.OpenGL.PixelMap map, [OutAttribute] Int32* values) { @@ -47081,7 +47896,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Return the specified pixel map /// /// @@ -47095,7 +47910,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glGetPixelMapuiv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glGetPixelMapuiv")] public static void GetPixelMap(OpenTK.Graphics.OpenGL.PixelMap map, [OutAttribute] UInt32[] values) { @@ -47116,7 +47931,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Return the specified pixel map /// /// @@ -47130,7 +47945,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glGetPixelMapuiv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glGetPixelMapuiv")] public static void GetPixelMap(OpenTK.Graphics.OpenGL.PixelMap map, [OutAttribute] out UInt32 values) { @@ -47152,7 +47967,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Return the specified pixel map /// /// @@ -47166,7 +47981,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glGetPixelMapuiv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glGetPixelMapuiv")] public static unsafe void GetPixelMap(OpenTK.Graphics.OpenGL.PixelMap map, [OutAttribute] UInt32* values) { @@ -47181,7 +47996,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Return the specified pixel map /// /// @@ -47194,7 +48009,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns the pixel map contents. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glGetPixelMapusv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glGetPixelMapusv")] public static void GetPixelMap(OpenTK.Graphics.OpenGL.PixelMap map, [OutAttribute] Int16[] values) { @@ -47215,7 +48030,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Return the specified pixel map /// /// @@ -47228,7 +48043,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns the pixel map contents. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glGetPixelMapusv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glGetPixelMapusv")] public static void GetPixelMap(OpenTK.Graphics.OpenGL.PixelMap map, [OutAttribute] out Int16 values) { @@ -47250,7 +48065,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Return the specified pixel map /// /// @@ -47264,7 +48079,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glGetPixelMapusv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glGetPixelMapusv")] public static unsafe void GetPixelMap(OpenTK.Graphics.OpenGL.PixelMap map, [OutAttribute] Int16* values) { @@ -47279,7 +48094,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Return the specified pixel map /// /// @@ -47293,7 +48108,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glGetPixelMapusv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glGetPixelMapusv")] public static void GetPixelMap(OpenTK.Graphics.OpenGL.PixelMap map, [OutAttribute] UInt16[] values) { @@ -47314,7 +48129,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Return the specified pixel map /// /// @@ -47328,7 +48143,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glGetPixelMapusv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glGetPixelMapusv")] public static void GetPixelMap(OpenTK.Graphics.OpenGL.PixelMap map, [OutAttribute] out UInt16 values) { @@ -47350,7 +48165,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Return the specified pixel map /// /// @@ -47364,7 +48179,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glGetPixelMapusv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glGetPixelMapusv")] public static unsafe void GetPixelMap(OpenTK.Graphics.OpenGL.PixelMap map, [OutAttribute] UInt16* values) { @@ -47379,7 +48194,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.1] /// Return the address of the specified pointer /// /// @@ -47392,7 +48207,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns the pointer value specified by pname. /// /// - [AutoGenerated(Category = "Version11", Version = "1.1", EntryPoint = "glGetPointerv")] + [AutoGenerated(Category = "VERSION_1_1", Version = "1.1", EntryPoint = "glGetPointerv")] public static void GetPointer(OpenTK.Graphics.OpenGL.GetPointervPName pname, [OutAttribute] IntPtr @params) { @@ -47407,7 +48222,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.1] /// Return the address of the specified pointer /// /// @@ -47420,7 +48235,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns the pointer value specified by pname. /// /// - [AutoGenerated(Category = "Version11", Version = "1.1", EntryPoint = "glGetPointerv")] + [AutoGenerated(Category = "VERSION_1_1", Version = "1.1", EntryPoint = "glGetPointerv")] public static void GetPointer(OpenTK.Graphics.OpenGL.GetPointervPName pname, [InAttribute, OutAttribute] T1[] @params) where T1 : struct @@ -47444,7 +48259,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.1] /// Return the address of the specified pointer /// /// @@ -47457,7 +48272,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns the pointer value specified by pname. /// /// - [AutoGenerated(Category = "Version11", Version = "1.1", EntryPoint = "glGetPointerv")] + [AutoGenerated(Category = "VERSION_1_1", Version = "1.1", EntryPoint = "glGetPointerv")] public static void GetPointer(OpenTK.Graphics.OpenGL.GetPointervPName pname, [InAttribute, OutAttribute] T1[,] @params) where T1 : struct @@ -47481,7 +48296,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.1] /// Return the address of the specified pointer /// /// @@ -47494,7 +48309,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns the pointer value specified by pname. /// /// - [AutoGenerated(Category = "Version11", Version = "1.1", EntryPoint = "glGetPointerv")] + [AutoGenerated(Category = "VERSION_1_1", Version = "1.1", EntryPoint = "glGetPointerv")] public static void GetPointer(OpenTK.Graphics.OpenGL.GetPointervPName pname, [InAttribute, OutAttribute] T1[,,] @params) where T1 : struct @@ -47518,7 +48333,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.1] /// Return the address of the specified pointer /// /// @@ -47531,7 +48346,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns the pointer value specified by pname. /// /// - [AutoGenerated(Category = "Version11", Version = "1.1", EntryPoint = "glGetPointerv")] + [AutoGenerated(Category = "VERSION_1_1", Version = "1.1", EntryPoint = "glGetPointerv")] public static void GetPointer(OpenTK.Graphics.OpenGL.GetPointervPName pname, [InAttribute, OutAttribute] ref T1 @params) where T1 : struct @@ -47556,7 +48371,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Return the polygon stipple pattern /// /// @@ -47564,7 +48379,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns the stipple pattern. The initial value is all 1's. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glGetPolygonStipple")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glGetPolygonStipple")] public static void GetPolygonStipple([OutAttribute] Byte[] mask) { @@ -47585,7 +48400,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Return the polygon stipple pattern /// /// @@ -47593,7 +48408,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns the stipple pattern. The initial value is all 1's. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glGetPolygonStipple")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glGetPolygonStipple")] public static void GetPolygonStipple([OutAttribute] out Byte mask) { @@ -47615,7 +48430,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Return the polygon stipple pattern /// /// @@ -47624,7 +48439,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glGetPolygonStipple")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glGetPolygonStipple")] public static unsafe void GetPolygonStipple([OutAttribute] Byte* mask) { @@ -47639,7 +48454,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Returns the information log for a program object /// /// @@ -47662,7 +48477,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies an array of characters that is used to return the information log. /// /// - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glGetProgramInfoLog")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glGetProgramInfoLog")] public static void GetProgramInfoLog(Int32 program, Int32 bufSize, [OutAttribute] out Int32 length, [OutAttribute] StringBuilder infoLog) { @@ -47684,7 +48499,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Returns the information log for a program object /// /// @@ -47708,7 +48523,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glGetProgramInfoLog")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glGetProgramInfoLog")] public static unsafe void GetProgramInfoLog(Int32 program, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] StringBuilder infoLog) { @@ -47723,7 +48538,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Returns the information log for a program object /// /// @@ -47747,7 +48562,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glGetProgramInfoLog")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glGetProgramInfoLog")] public static void GetProgramInfoLog(UInt32 program, Int32 bufSize, [OutAttribute] out Int32 length, [OutAttribute] StringBuilder infoLog) { @@ -47769,7 +48584,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Returns the information log for a program object /// /// @@ -47793,7 +48608,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glGetProgramInfoLog")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glGetProgramInfoLog")] public static unsafe void GetProgramInfoLog(UInt32 program, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] StringBuilder infoLog) { @@ -47808,7 +48623,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Returns a parameter from a program object /// /// @@ -47826,7 +48641,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns the requested object parameter. /// /// - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glGetProgramiv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glGetProgramiv")] public static void GetProgram(Int32 program, OpenTK.Graphics.OpenGL.ProgramParameter pname, [OutAttribute] Int32[] @params) { @@ -47847,7 +48662,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Returns a parameter from a program object /// /// @@ -47865,7 +48680,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns the requested object parameter. /// /// - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glGetProgramiv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glGetProgramiv")] public static void GetProgram(Int32 program, OpenTK.Graphics.OpenGL.ProgramParameter pname, [OutAttribute] out Int32 @params) { @@ -47887,7 +48702,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Returns a parameter from a program object /// /// @@ -47906,7 +48721,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glGetProgramiv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glGetProgramiv")] public static unsafe void GetProgram(Int32 program, OpenTK.Graphics.OpenGL.ProgramParameter pname, [OutAttribute] Int32* @params) { @@ -47921,7 +48736,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Returns a parameter from a program object /// /// @@ -47940,7 +48755,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glGetProgramiv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glGetProgramiv")] public static void GetProgram(UInt32 program, OpenTK.Graphics.OpenGL.ProgramParameter pname, [OutAttribute] Int32[] @params) { @@ -47961,7 +48776,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Returns a parameter from a program object /// /// @@ -47980,7 +48795,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glGetProgramiv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glGetProgramiv")] public static void GetProgram(UInt32 program, OpenTK.Graphics.OpenGL.ProgramParameter pname, [OutAttribute] out Int32 @params) { @@ -48002,7 +48817,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Returns a parameter from a program object /// /// @@ -48021,7 +48836,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glGetProgramiv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glGetProgramiv")] public static unsafe void GetProgram(UInt32 program, OpenTK.Graphics.OpenGL.ProgramParameter pname, [OutAttribute] Int32* @params) { @@ -48036,7 +48851,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.5] /// Return parameters of a query object target /// /// @@ -48054,7 +48869,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns the requested data. /// /// - [AutoGenerated(Category = "Version15", Version = "1.5", EntryPoint = "glGetQueryiv")] + [AutoGenerated(Category = "VERSION_1_5", Version = "1.5", EntryPoint = "glGetQueryiv")] public static void GetQuery(OpenTK.Graphics.OpenGL.QueryTarget target, OpenTK.Graphics.OpenGL.GetQueryParam pname, [OutAttribute] Int32[] @params) { @@ -48075,7 +48890,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.5] /// Return parameters of a query object target /// /// @@ -48093,7 +48908,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns the requested data. /// /// - [AutoGenerated(Category = "Version15", Version = "1.5", EntryPoint = "glGetQueryiv")] + [AutoGenerated(Category = "VERSION_1_5", Version = "1.5", EntryPoint = "glGetQueryiv")] public static void GetQuery(OpenTK.Graphics.OpenGL.QueryTarget target, OpenTK.Graphics.OpenGL.GetQueryParam pname, [OutAttribute] out Int32 @params) { @@ -48115,7 +48930,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.5] /// Return parameters of a query object target /// /// @@ -48134,7 +48949,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version15", Version = "1.5", EntryPoint = "glGetQueryiv")] + [AutoGenerated(Category = "VERSION_1_5", Version = "1.5", EntryPoint = "glGetQueryiv")] public static unsafe void GetQuery(OpenTK.Graphics.OpenGL.QueryTarget target, OpenTK.Graphics.OpenGL.GetQueryParam pname, [OutAttribute] Int32* @params) { @@ -48149,7 +48964,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.5] /// Return parameters of a query object /// /// @@ -48167,7 +48982,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns the requested data. /// /// - [AutoGenerated(Category = "Version15", Version = "1.5", EntryPoint = "glGetQueryObjectiv")] + [AutoGenerated(Category = "VERSION_1_5", Version = "1.5", EntryPoint = "glGetQueryObjectiv")] public static void GetQueryObject(Int32 id, OpenTK.Graphics.OpenGL.GetQueryObjectParam pname, [OutAttribute] Int32[] @params) { @@ -48188,7 +49003,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.5] /// Return parameters of a query object /// /// @@ -48206,7 +49021,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns the requested data. /// /// - [AutoGenerated(Category = "Version15", Version = "1.5", EntryPoint = "glGetQueryObjectiv")] + [AutoGenerated(Category = "VERSION_1_5", Version = "1.5", EntryPoint = "glGetQueryObjectiv")] public static void GetQueryObject(Int32 id, OpenTK.Graphics.OpenGL.GetQueryObjectParam pname, [OutAttribute] out Int32 @params) { @@ -48228,7 +49043,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.5] /// Return parameters of a query object /// /// @@ -48247,7 +49062,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version15", Version = "1.5", EntryPoint = "glGetQueryObjectiv")] + [AutoGenerated(Category = "VERSION_1_5", Version = "1.5", EntryPoint = "glGetQueryObjectiv")] public static unsafe void GetQueryObject(Int32 id, OpenTK.Graphics.OpenGL.GetQueryObjectParam pname, [OutAttribute] Int32* @params) { @@ -48262,7 +49077,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.5] /// Return parameters of a query object /// /// @@ -48281,7 +49096,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version15", Version = "1.5", EntryPoint = "glGetQueryObjectiv")] + [AutoGenerated(Category = "VERSION_1_5", Version = "1.5", EntryPoint = "glGetQueryObjectiv")] public static void GetQueryObject(UInt32 id, OpenTK.Graphics.OpenGL.GetQueryObjectParam pname, [OutAttribute] Int32[] @params) { @@ -48302,7 +49117,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.5] /// Return parameters of a query object /// /// @@ -48321,7 +49136,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version15", Version = "1.5", EntryPoint = "glGetQueryObjectiv")] + [AutoGenerated(Category = "VERSION_1_5", Version = "1.5", EntryPoint = "glGetQueryObjectiv")] public static void GetQueryObject(UInt32 id, OpenTK.Graphics.OpenGL.GetQueryObjectParam pname, [OutAttribute] out Int32 @params) { @@ -48343,7 +49158,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.5] /// Return parameters of a query object /// /// @@ -48362,7 +49177,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version15", Version = "1.5", EntryPoint = "glGetQueryObjectiv")] + [AutoGenerated(Category = "VERSION_1_5", Version = "1.5", EntryPoint = "glGetQueryObjectiv")] public static unsafe void GetQueryObject(UInt32 id, OpenTK.Graphics.OpenGL.GetQueryObjectParam pname, [OutAttribute] Int32* @params) { @@ -48377,7 +49192,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.5] /// Return parameters of a query object /// /// @@ -48396,7 +49211,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version15", Version = "1.5", EntryPoint = "glGetQueryObjectuiv")] + [AutoGenerated(Category = "VERSION_1_5", Version = "1.5", EntryPoint = "glGetQueryObjectuiv")] public static void GetQueryObject(UInt32 id, OpenTK.Graphics.OpenGL.GetQueryObjectParam pname, [OutAttribute] UInt32[] @params) { @@ -48417,7 +49232,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.5] /// Return parameters of a query object /// /// @@ -48436,7 +49251,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version15", Version = "1.5", EntryPoint = "glGetQueryObjectuiv")] + [AutoGenerated(Category = "VERSION_1_5", Version = "1.5", EntryPoint = "glGetQueryObjectuiv")] public static void GetQueryObject(UInt32 id, OpenTK.Graphics.OpenGL.GetQueryObjectParam pname, [OutAttribute] out UInt32 @params) { @@ -48458,7 +49273,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.5] /// Return parameters of a query object /// /// @@ -48477,7 +49292,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version15", Version = "1.5", EntryPoint = "glGetQueryObjectuiv")] + [AutoGenerated(Category = "VERSION_1_5", Version = "1.5", EntryPoint = "glGetQueryObjectuiv")] public static unsafe void GetQueryObject(UInt32 id, OpenTK.Graphics.OpenGL.GetQueryObjectParam pname, [OutAttribute] UInt32* @params) { @@ -48491,7 +49306,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbFramebufferObject", Version = "3.0", EntryPoint = "glGetRenderbufferParameteriv")] + /// [requires: v3.0] + [AutoGenerated(Category = "ARB_framebuffer_object", Version = "3.0", EntryPoint = "glGetRenderbufferParameteriv")] public static void GetRenderbufferParameter(OpenTK.Graphics.OpenGL.RenderbufferTarget target, OpenTK.Graphics.OpenGL.RenderbufferParameterName pname, [OutAttribute] Int32[] @params) { @@ -48511,7 +49327,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbFramebufferObject", Version = "3.0", EntryPoint = "glGetRenderbufferParameteriv")] + /// [requires: v3.0] + [AutoGenerated(Category = "ARB_framebuffer_object", Version = "3.0", EntryPoint = "glGetRenderbufferParameteriv")] public static void GetRenderbufferParameter(OpenTK.Graphics.OpenGL.RenderbufferTarget target, OpenTK.Graphics.OpenGL.RenderbufferParameterName pname, [OutAttribute] out Int32 @params) { @@ -48532,8 +49349,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v3.0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbFramebufferObject", Version = "3.0", EntryPoint = "glGetRenderbufferParameteriv")] + [AutoGenerated(Category = "ARB_framebuffer_object", Version = "3.0", EntryPoint = "glGetRenderbufferParameteriv")] public static unsafe void GetRenderbufferParameter(OpenTK.Graphics.OpenGL.RenderbufferTarget target, OpenTK.Graphics.OpenGL.RenderbufferParameterName pname, [OutAttribute] Int32* @params) { @@ -48548,7 +49366,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2][deprecated: v3.1] /// Get separable convolution filter kernel images /// /// @@ -48581,7 +49399,7 @@ namespace OpenTK.Graphics.OpenGL /// Pointer to storage for the span filter image (currently unused). /// /// - [AutoGenerated(Category = "Version12Deprecated", Version = "1.2", EntryPoint = "glGetSeparableFilter")] + [AutoGenerated(Category = "VERSION_1_2_DEPRECATED", Version = "1.2", EntryPoint = "glGetSeparableFilter")] public static void GetSeparableFilter(OpenTK.Graphics.OpenGL.SeparableTarget target, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [OutAttribute] IntPtr row, [OutAttribute] IntPtr column, [OutAttribute] IntPtr span) { @@ -48596,7 +49414,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2][deprecated: v3.1] /// Get separable convolution filter kernel images /// /// @@ -48629,7 +49447,7 @@ namespace OpenTK.Graphics.OpenGL /// Pointer to storage for the span filter image (currently unused). /// /// - [AutoGenerated(Category = "Version12Deprecated", Version = "1.2", EntryPoint = "glGetSeparableFilter")] + [AutoGenerated(Category = "VERSION_1_2_DEPRECATED", Version = "1.2", EntryPoint = "glGetSeparableFilter")] public static void GetSeparableFilter(OpenTK.Graphics.OpenGL.SeparableTarget target, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [OutAttribute] IntPtr row, [OutAttribute] IntPtr column, [InAttribute, OutAttribute] T5[] span) where T5 : struct @@ -48653,7 +49471,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2][deprecated: v3.1] /// Get separable convolution filter kernel images /// /// @@ -48686,7 +49504,7 @@ namespace OpenTK.Graphics.OpenGL /// Pointer to storage for the span filter image (currently unused). /// /// - [AutoGenerated(Category = "Version12Deprecated", Version = "1.2", EntryPoint = "glGetSeparableFilter")] + [AutoGenerated(Category = "VERSION_1_2_DEPRECATED", Version = "1.2", EntryPoint = "glGetSeparableFilter")] public static void GetSeparableFilter(OpenTK.Graphics.OpenGL.SeparableTarget target, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [OutAttribute] IntPtr row, [OutAttribute] IntPtr column, [InAttribute, OutAttribute] T5[,] span) where T5 : struct @@ -48710,7 +49528,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2][deprecated: v3.1] /// Get separable convolution filter kernel images /// /// @@ -48743,7 +49561,7 @@ namespace OpenTK.Graphics.OpenGL /// Pointer to storage for the span filter image (currently unused). /// /// - [AutoGenerated(Category = "Version12Deprecated", Version = "1.2", EntryPoint = "glGetSeparableFilter")] + [AutoGenerated(Category = "VERSION_1_2_DEPRECATED", Version = "1.2", EntryPoint = "glGetSeparableFilter")] public static void GetSeparableFilter(OpenTK.Graphics.OpenGL.SeparableTarget target, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [OutAttribute] IntPtr row, [OutAttribute] IntPtr column, [InAttribute, OutAttribute] T5[,,] span) where T5 : struct @@ -48767,7 +49585,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2][deprecated: v3.1] /// Get separable convolution filter kernel images /// /// @@ -48800,7 +49618,7 @@ namespace OpenTK.Graphics.OpenGL /// Pointer to storage for the span filter image (currently unused). /// /// - [AutoGenerated(Category = "Version12Deprecated", Version = "1.2", EntryPoint = "glGetSeparableFilter")] + [AutoGenerated(Category = "VERSION_1_2_DEPRECATED", Version = "1.2", EntryPoint = "glGetSeparableFilter")] public static void GetSeparableFilter(OpenTK.Graphics.OpenGL.SeparableTarget target, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [OutAttribute] IntPtr row, [OutAttribute] IntPtr column, [InAttribute, OutAttribute] ref T5 span) where T5 : struct @@ -48825,7 +49643,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2][deprecated: v3.1] /// Get separable convolution filter kernel images /// /// @@ -48858,7 +49676,7 @@ namespace OpenTK.Graphics.OpenGL /// Pointer to storage for the span filter image (currently unused). /// /// - [AutoGenerated(Category = "Version12Deprecated", Version = "1.2", EntryPoint = "glGetSeparableFilter")] + [AutoGenerated(Category = "VERSION_1_2_DEPRECATED", Version = "1.2", EntryPoint = "glGetSeparableFilter")] public static void GetSeparableFilter(OpenTK.Graphics.OpenGL.SeparableTarget target, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [OutAttribute] IntPtr row, [InAttribute, OutAttribute] T4[] column, [InAttribute, OutAttribute] T5[,,] span) where T4 : struct @@ -48885,7 +49703,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2][deprecated: v3.1] /// Get separable convolution filter kernel images /// /// @@ -48918,7 +49736,7 @@ namespace OpenTK.Graphics.OpenGL /// Pointer to storage for the span filter image (currently unused). /// /// - [AutoGenerated(Category = "Version12Deprecated", Version = "1.2", EntryPoint = "glGetSeparableFilter")] + [AutoGenerated(Category = "VERSION_1_2_DEPRECATED", Version = "1.2", EntryPoint = "glGetSeparableFilter")] public static void GetSeparableFilter(OpenTK.Graphics.OpenGL.SeparableTarget target, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [OutAttribute] IntPtr row, [InAttribute, OutAttribute] T4[,] column, [InAttribute, OutAttribute] T5[,,] span) where T4 : struct @@ -48945,7 +49763,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2][deprecated: v3.1] /// Get separable convolution filter kernel images /// /// @@ -48978,7 +49796,7 @@ namespace OpenTK.Graphics.OpenGL /// Pointer to storage for the span filter image (currently unused). /// /// - [AutoGenerated(Category = "Version12Deprecated", Version = "1.2", EntryPoint = "glGetSeparableFilter")] + [AutoGenerated(Category = "VERSION_1_2_DEPRECATED", Version = "1.2", EntryPoint = "glGetSeparableFilter")] public static void GetSeparableFilter(OpenTK.Graphics.OpenGL.SeparableTarget target, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [OutAttribute] IntPtr row, [InAttribute, OutAttribute] T4[,,] column, [InAttribute, OutAttribute] T5[,,] span) where T4 : struct @@ -49005,7 +49823,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2][deprecated: v3.1] /// Get separable convolution filter kernel images /// /// @@ -49038,7 +49856,7 @@ namespace OpenTK.Graphics.OpenGL /// Pointer to storage for the span filter image (currently unused). /// /// - [AutoGenerated(Category = "Version12Deprecated", Version = "1.2", EntryPoint = "glGetSeparableFilter")] + [AutoGenerated(Category = "VERSION_1_2_DEPRECATED", Version = "1.2", EntryPoint = "glGetSeparableFilter")] public static void GetSeparableFilter(OpenTK.Graphics.OpenGL.SeparableTarget target, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [OutAttribute] IntPtr row, [InAttribute, OutAttribute] ref T4 column, [InAttribute, OutAttribute] T5[,,] span) where T4 : struct @@ -49066,7 +49884,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2][deprecated: v3.1] /// Get separable convolution filter kernel images /// /// @@ -49099,7 +49917,7 @@ namespace OpenTK.Graphics.OpenGL /// Pointer to storage for the span filter image (currently unused). /// /// - [AutoGenerated(Category = "Version12Deprecated", Version = "1.2", EntryPoint = "glGetSeparableFilter")] + [AutoGenerated(Category = "VERSION_1_2_DEPRECATED", Version = "1.2", EntryPoint = "glGetSeparableFilter")] public static void GetSeparableFilter(OpenTK.Graphics.OpenGL.SeparableTarget target, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T3[] row, [InAttribute, OutAttribute] T4[,,] column, [InAttribute, OutAttribute] T5[,,] span) where T3 : struct @@ -49129,7 +49947,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2][deprecated: v3.1] /// Get separable convolution filter kernel images /// /// @@ -49162,7 +49980,7 @@ namespace OpenTK.Graphics.OpenGL /// Pointer to storage for the span filter image (currently unused). /// /// - [AutoGenerated(Category = "Version12Deprecated", Version = "1.2", EntryPoint = "glGetSeparableFilter")] + [AutoGenerated(Category = "VERSION_1_2_DEPRECATED", Version = "1.2", EntryPoint = "glGetSeparableFilter")] public static void GetSeparableFilter(OpenTK.Graphics.OpenGL.SeparableTarget target, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T3[,] row, [InAttribute, OutAttribute] T4[,,] column, [InAttribute, OutAttribute] T5[,,] span) where T3 : struct @@ -49192,7 +50010,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2][deprecated: v3.1] /// Get separable convolution filter kernel images /// /// @@ -49225,7 +50043,7 @@ namespace OpenTK.Graphics.OpenGL /// Pointer to storage for the span filter image (currently unused). /// /// - [AutoGenerated(Category = "Version12Deprecated", Version = "1.2", EntryPoint = "glGetSeparableFilter")] + [AutoGenerated(Category = "VERSION_1_2_DEPRECATED", Version = "1.2", EntryPoint = "glGetSeparableFilter")] public static void GetSeparableFilter(OpenTK.Graphics.OpenGL.SeparableTarget target, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T3[,,] row, [InAttribute, OutAttribute] T4[,,] column, [InAttribute, OutAttribute] T5[,,] span) where T3 : struct @@ -49255,7 +50073,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2][deprecated: v3.1] /// Get separable convolution filter kernel images /// /// @@ -49288,7 +50106,7 @@ namespace OpenTK.Graphics.OpenGL /// Pointer to storage for the span filter image (currently unused). /// /// - [AutoGenerated(Category = "Version12Deprecated", Version = "1.2", EntryPoint = "glGetSeparableFilter")] + [AutoGenerated(Category = "VERSION_1_2_DEPRECATED", Version = "1.2", EntryPoint = "glGetSeparableFilter")] public static void GetSeparableFilter(OpenTK.Graphics.OpenGL.SeparableTarget target, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] ref T3 row, [InAttribute, OutAttribute] T4[,,] column, [InAttribute, OutAttribute] T5[,,] span) where T3 : struct @@ -49319,7 +50137,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Returns the information log for a shader object /// /// @@ -49342,7 +50160,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies an array of characters that is used to return the information log. /// /// - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glGetShaderInfoLog")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glGetShaderInfoLog")] public static void GetShaderInfoLog(Int32 shader, Int32 bufSize, [OutAttribute] out Int32 length, [OutAttribute] StringBuilder infoLog) { @@ -49364,7 +50182,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Returns the information log for a shader object /// /// @@ -49388,7 +50206,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glGetShaderInfoLog")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glGetShaderInfoLog")] public static unsafe void GetShaderInfoLog(Int32 shader, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] StringBuilder infoLog) { @@ -49403,7 +50221,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Returns the information log for a shader object /// /// @@ -49427,7 +50245,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glGetShaderInfoLog")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glGetShaderInfoLog")] public static void GetShaderInfoLog(UInt32 shader, Int32 bufSize, [OutAttribute] out Int32 length, [OutAttribute] StringBuilder infoLog) { @@ -49449,7 +50267,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Returns the information log for a shader object /// /// @@ -49473,7 +50291,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glGetShaderInfoLog")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glGetShaderInfoLog")] public static unsafe void GetShaderInfoLog(UInt32 shader, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] StringBuilder infoLog) { @@ -49488,7 +50306,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Returns a parameter from a shader object /// /// @@ -49506,7 +50324,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns the requested object parameter. /// /// - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glGetShaderiv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glGetShaderiv")] public static void GetShader(Int32 shader, OpenTK.Graphics.OpenGL.ShaderParameter pname, [OutAttribute] Int32[] @params) { @@ -49527,7 +50345,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Returns a parameter from a shader object /// /// @@ -49545,7 +50363,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns the requested object parameter. /// /// - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glGetShaderiv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glGetShaderiv")] public static void GetShader(Int32 shader, OpenTK.Graphics.OpenGL.ShaderParameter pname, [OutAttribute] out Int32 @params) { @@ -49567,7 +50385,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Returns a parameter from a shader object /// /// @@ -49586,7 +50404,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glGetShaderiv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glGetShaderiv")] public static unsafe void GetShader(Int32 shader, OpenTK.Graphics.OpenGL.ShaderParameter pname, [OutAttribute] Int32* @params) { @@ -49601,7 +50419,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Returns a parameter from a shader object /// /// @@ -49620,7 +50438,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glGetShaderiv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glGetShaderiv")] public static void GetShader(UInt32 shader, OpenTK.Graphics.OpenGL.ShaderParameter pname, [OutAttribute] Int32[] @params) { @@ -49641,7 +50459,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Returns a parameter from a shader object /// /// @@ -49660,7 +50478,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glGetShaderiv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glGetShaderiv")] public static void GetShader(UInt32 shader, OpenTK.Graphics.OpenGL.ShaderParameter pname, [OutAttribute] out Int32 @params) { @@ -49682,7 +50500,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Returns a parameter from a shader object /// /// @@ -49701,7 +50519,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glGetShaderiv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glGetShaderiv")] public static unsafe void GetShader(UInt32 shader, OpenTK.Graphics.OpenGL.ShaderParameter pname, [OutAttribute] Int32* @params) { @@ -49716,7 +50534,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Returns the source code string from a shader object /// /// @@ -49739,7 +50557,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies an array of characters that is used to return the source code string. /// /// - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glGetShaderSource")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glGetShaderSource")] public static void GetShaderSource(Int32 shader, Int32 bufSize, [OutAttribute] out Int32 length, [OutAttribute] StringBuilder source) { @@ -49761,7 +50579,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Returns the source code string from a shader object /// /// @@ -49785,7 +50603,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glGetShaderSource")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glGetShaderSource")] public static unsafe void GetShaderSource(Int32 shader, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] StringBuilder source) { @@ -49800,7 +50618,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Returns the source code string from a shader object /// /// @@ -49824,7 +50642,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glGetShaderSource")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glGetShaderSource")] public static void GetShaderSource(UInt32 shader, Int32 bufSize, [OutAttribute] out Int32 length, [OutAttribute] StringBuilder source) { @@ -49846,7 +50664,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Returns the source code string from a shader object /// /// @@ -49870,7 +50688,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glGetShaderSource")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glGetShaderSource")] public static unsafe void GetShaderSource(UInt32 shader, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] StringBuilder source) { @@ -49885,7 +50703,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0] /// Return a string describing the current GL connection /// /// @@ -49893,7 +50711,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a symbolic constant, one of GL_VENDOR, GL_RENDERER, GL_VERSION, GL_SHADING_LANGUAGE_VERSION, or GL_EXTENSIONS. /// /// - [AutoGenerated(Category = "Version10", Version = "1.0", EntryPoint = "glGetString")] + [AutoGenerated(Category = "VERSION_1_0", Version = "1.0", EntryPoint = "glGetString")] public static System.String GetString(OpenTK.Graphics.OpenGL.StringName name) { @@ -49908,7 +50726,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.0] /// Return a string describing the current GL connection /// /// @@ -49916,7 +50734,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a symbolic constant, one of GL_VENDOR, GL_RENDERER, GL_VERSION, GL_SHADING_LANGUAGE_VERSION, or GL_EXTENSIONS. /// /// - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glGetStringi")] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glGetStringi")] public static System.String GetString(OpenTK.Graphics.OpenGL.StringName name, Int32 index) { @@ -49931,7 +50749,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.0] /// Return a string describing the current GL connection /// /// @@ -49940,7 +50758,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glGetStringi")] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glGetStringi")] public static System.String GetString(OpenTK.Graphics.OpenGL.StringName name, UInt32 index) { @@ -49954,7 +50772,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbSync", Version = "1.2", EntryPoint = "glGetSynciv")] + /// [requires: v1.2] + [AutoGenerated(Category = "ARB_sync", Version = "1.2", EntryPoint = "glGetSynciv")] public static void GetSync(IntPtr sync, OpenTK.Graphics.OpenGL.ArbSync pname, Int32 bufSize, [OutAttribute] out Int32 length, [OutAttribute] out Int32 values) { @@ -49977,8 +50796,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v1.2] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbSync", Version = "1.2", EntryPoint = "glGetSynciv")] + [AutoGenerated(Category = "ARB_sync", Version = "1.2", EntryPoint = "glGetSynciv")] public static unsafe void GetSync(IntPtr sync, OpenTK.Graphics.OpenGL.ArbSync pname, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] Int32[] values) { @@ -49995,8 +50815,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v1.2] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbSync", Version = "1.2", EntryPoint = "glGetSynciv")] + [AutoGenerated(Category = "ARB_sync", Version = "1.2", EntryPoint = "glGetSynciv")] public static unsafe void GetSync(IntPtr sync, OpenTK.Graphics.OpenGL.ArbSync pname, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] Int32* values) { @@ -50011,7 +50832,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Return texture environment parameters /// /// @@ -50029,7 +50850,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns the requested data. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glGetTexEnvfv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glGetTexEnvfv")] public static void GetTexEnv(OpenTK.Graphics.OpenGL.TextureEnvTarget target, OpenTK.Graphics.OpenGL.TextureEnvParameter pname, [OutAttribute] Single[] @params) { @@ -50050,7 +50871,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Return texture environment parameters /// /// @@ -50068,7 +50889,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns the requested data. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glGetTexEnvfv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glGetTexEnvfv")] public static void GetTexEnv(OpenTK.Graphics.OpenGL.TextureEnvTarget target, OpenTK.Graphics.OpenGL.TextureEnvParameter pname, [OutAttribute] out Single @params) { @@ -50090,7 +50911,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Return texture environment parameters /// /// @@ -50109,7 +50930,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glGetTexEnvfv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glGetTexEnvfv")] public static unsafe void GetTexEnv(OpenTK.Graphics.OpenGL.TextureEnvTarget target, OpenTK.Graphics.OpenGL.TextureEnvParameter pname, [OutAttribute] Single* @params) { @@ -50124,7 +50945,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Return texture environment parameters /// /// @@ -50142,7 +50963,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns the requested data. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glGetTexEnviv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glGetTexEnviv")] public static void GetTexEnv(OpenTK.Graphics.OpenGL.TextureEnvTarget target, OpenTK.Graphics.OpenGL.TextureEnvParameter pname, [OutAttribute] Int32[] @params) { @@ -50163,7 +50984,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Return texture environment parameters /// /// @@ -50181,7 +51002,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns the requested data. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glGetTexEnviv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glGetTexEnviv")] public static void GetTexEnv(OpenTK.Graphics.OpenGL.TextureEnvTarget target, OpenTK.Graphics.OpenGL.TextureEnvParameter pname, [OutAttribute] out Int32 @params) { @@ -50203,7 +51024,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Return texture environment parameters /// /// @@ -50222,7 +51043,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glGetTexEnviv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glGetTexEnviv")] public static unsafe void GetTexEnv(OpenTK.Graphics.OpenGL.TextureEnvTarget target, OpenTK.Graphics.OpenGL.TextureEnvParameter pname, [OutAttribute] Int32* @params) { @@ -50237,7 +51058,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Return texture coordinate generation parameters /// /// @@ -50255,7 +51076,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns the requested data. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glGetTexGendv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glGetTexGendv")] public static void GetTexGen(OpenTK.Graphics.OpenGL.TextureCoordName coord, OpenTK.Graphics.OpenGL.TextureGenParameter pname, [OutAttribute] Double[] @params) { @@ -50276,7 +51097,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Return texture coordinate generation parameters /// /// @@ -50294,7 +51115,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns the requested data. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glGetTexGendv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glGetTexGendv")] public static void GetTexGen(OpenTK.Graphics.OpenGL.TextureCoordName coord, OpenTK.Graphics.OpenGL.TextureGenParameter pname, [OutAttribute] out Double @params) { @@ -50316,7 +51137,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Return texture coordinate generation parameters /// /// @@ -50335,7 +51156,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glGetTexGendv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glGetTexGendv")] public static unsafe void GetTexGen(OpenTK.Graphics.OpenGL.TextureCoordName coord, OpenTK.Graphics.OpenGL.TextureGenParameter pname, [OutAttribute] Double* @params) { @@ -50350,7 +51171,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Return texture coordinate generation parameters /// /// @@ -50368,7 +51189,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns the requested data. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glGetTexGenfv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glGetTexGenfv")] public static void GetTexGen(OpenTK.Graphics.OpenGL.TextureCoordName coord, OpenTK.Graphics.OpenGL.TextureGenParameter pname, [OutAttribute] Single[] @params) { @@ -50389,7 +51210,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Return texture coordinate generation parameters /// /// @@ -50407,7 +51228,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns the requested data. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glGetTexGenfv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glGetTexGenfv")] public static void GetTexGen(OpenTK.Graphics.OpenGL.TextureCoordName coord, OpenTK.Graphics.OpenGL.TextureGenParameter pname, [OutAttribute] out Single @params) { @@ -50429,7 +51250,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Return texture coordinate generation parameters /// /// @@ -50448,7 +51269,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glGetTexGenfv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glGetTexGenfv")] public static unsafe void GetTexGen(OpenTK.Graphics.OpenGL.TextureCoordName coord, OpenTK.Graphics.OpenGL.TextureGenParameter pname, [OutAttribute] Single* @params) { @@ -50463,7 +51284,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Return texture coordinate generation parameters /// /// @@ -50481,7 +51302,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns the requested data. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glGetTexGeniv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glGetTexGeniv")] public static void GetTexGen(OpenTK.Graphics.OpenGL.TextureCoordName coord, OpenTK.Graphics.OpenGL.TextureGenParameter pname, [OutAttribute] Int32[] @params) { @@ -50502,7 +51323,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Return texture coordinate generation parameters /// /// @@ -50520,7 +51341,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns the requested data. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glGetTexGeniv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glGetTexGeniv")] public static void GetTexGen(OpenTK.Graphics.OpenGL.TextureCoordName coord, OpenTK.Graphics.OpenGL.TextureGenParameter pname, [OutAttribute] out Int32 @params) { @@ -50542,7 +51363,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Return texture coordinate generation parameters /// /// @@ -50561,7 +51382,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glGetTexGeniv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glGetTexGeniv")] public static unsafe void GetTexGen(OpenTK.Graphics.OpenGL.TextureCoordName coord, OpenTK.Graphics.OpenGL.TextureGenParameter pname, [OutAttribute] Int32* @params) { @@ -50576,7 +51397,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0] /// Return a texture image /// /// @@ -50604,7 +51425,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns the texture image. Should be a pointer to an array of the type specified by type. /// /// - [AutoGenerated(Category = "Version10", Version = "1.0", EntryPoint = "glGetTexImage")] + [AutoGenerated(Category = "VERSION_1_0", Version = "1.0", EntryPoint = "glGetTexImage")] public static void GetTexImage(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [OutAttribute] IntPtr pixels) { @@ -50619,7 +51440,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0] /// Return a texture image /// /// @@ -50647,7 +51468,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns the texture image. Should be a pointer to an array of the type specified by type. /// /// - [AutoGenerated(Category = "Version10", Version = "1.0", EntryPoint = "glGetTexImage")] + [AutoGenerated(Category = "VERSION_1_0", Version = "1.0", EntryPoint = "glGetTexImage")] public static void GetTexImage(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T4[] pixels) where T4 : struct @@ -50671,7 +51492,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0] /// Return a texture image /// /// @@ -50699,7 +51520,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns the texture image. Should be a pointer to an array of the type specified by type. /// /// - [AutoGenerated(Category = "Version10", Version = "1.0", EntryPoint = "glGetTexImage")] + [AutoGenerated(Category = "VERSION_1_0", Version = "1.0", EntryPoint = "glGetTexImage")] public static void GetTexImage(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T4[,] pixels) where T4 : struct @@ -50723,7 +51544,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0] /// Return a texture image /// /// @@ -50751,7 +51572,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns the texture image. Should be a pointer to an array of the type specified by type. /// /// - [AutoGenerated(Category = "Version10", Version = "1.0", EntryPoint = "glGetTexImage")] + [AutoGenerated(Category = "VERSION_1_0", Version = "1.0", EntryPoint = "glGetTexImage")] public static void GetTexImage(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T4[,,] pixels) where T4 : struct @@ -50775,7 +51596,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0] /// Return a texture image /// /// @@ -50803,7 +51624,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns the texture image. Should be a pointer to an array of the type specified by type. /// /// - [AutoGenerated(Category = "Version10", Version = "1.0", EntryPoint = "glGetTexImage")] + [AutoGenerated(Category = "VERSION_1_0", Version = "1.0", EntryPoint = "glGetTexImage")] public static void GetTexImage(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] ref T4 pixels) where T4 : struct @@ -50828,7 +51649,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0] /// Return texture parameter values for a specific level of detail /// /// @@ -50851,7 +51672,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns the requested data. /// /// - [AutoGenerated(Category = "Version10", Version = "1.0", EntryPoint = "glGetTexLevelParameterfv")] + [AutoGenerated(Category = "VERSION_1_0", Version = "1.0", EntryPoint = "glGetTexLevelParameterfv")] public static void GetTexLevelParameter(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.GetTextureParameter pname, [OutAttribute] Single[] @params) { @@ -50872,7 +51693,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0] /// Return texture parameter values for a specific level of detail /// /// @@ -50895,7 +51716,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns the requested data. /// /// - [AutoGenerated(Category = "Version10", Version = "1.0", EntryPoint = "glGetTexLevelParameterfv")] + [AutoGenerated(Category = "VERSION_1_0", Version = "1.0", EntryPoint = "glGetTexLevelParameterfv")] public static void GetTexLevelParameter(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.GetTextureParameter pname, [OutAttribute] out Single @params) { @@ -50917,7 +51738,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0] /// Return texture parameter values for a specific level of detail /// /// @@ -50941,7 +51762,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10", Version = "1.0", EntryPoint = "glGetTexLevelParameterfv")] + [AutoGenerated(Category = "VERSION_1_0", Version = "1.0", EntryPoint = "glGetTexLevelParameterfv")] public static unsafe void GetTexLevelParameter(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.GetTextureParameter pname, [OutAttribute] Single* @params) { @@ -50956,7 +51777,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0] /// Return texture parameter values for a specific level of detail /// /// @@ -50979,7 +51800,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns the requested data. /// /// - [AutoGenerated(Category = "Version10", Version = "1.0", EntryPoint = "glGetTexLevelParameteriv")] + [AutoGenerated(Category = "VERSION_1_0", Version = "1.0", EntryPoint = "glGetTexLevelParameteriv")] public static void GetTexLevelParameter(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.GetTextureParameter pname, [OutAttribute] Int32[] @params) { @@ -51000,7 +51821,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0] /// Return texture parameter values for a specific level of detail /// /// @@ -51023,7 +51844,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns the requested data. /// /// - [AutoGenerated(Category = "Version10", Version = "1.0", EntryPoint = "glGetTexLevelParameteriv")] + [AutoGenerated(Category = "VERSION_1_0", Version = "1.0", EntryPoint = "glGetTexLevelParameteriv")] public static void GetTexLevelParameter(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.GetTextureParameter pname, [OutAttribute] out Int32 @params) { @@ -51045,7 +51866,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0] /// Return texture parameter values for a specific level of detail /// /// @@ -51069,7 +51890,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10", Version = "1.0", EntryPoint = "glGetTexLevelParameteriv")] + [AutoGenerated(Category = "VERSION_1_0", Version = "1.0", EntryPoint = "glGetTexLevelParameteriv")] public static unsafe void GetTexLevelParameter(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.GetTextureParameter pname, [OutAttribute] Int32* @params) { @@ -51084,7 +51905,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0] /// Return texture parameter values /// /// @@ -51102,7 +51923,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns the texture parameters. /// /// - [AutoGenerated(Category = "Version10", Version = "1.0", EntryPoint = "glGetTexParameterfv")] + [AutoGenerated(Category = "VERSION_1_0", Version = "1.0", EntryPoint = "glGetTexParameterfv")] public static void GetTexParameter(OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.GetTextureParameter pname, [OutAttribute] Single[] @params) { @@ -51123,7 +51944,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0] /// Return texture parameter values /// /// @@ -51141,7 +51962,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns the texture parameters. /// /// - [AutoGenerated(Category = "Version10", Version = "1.0", EntryPoint = "glGetTexParameterfv")] + [AutoGenerated(Category = "VERSION_1_0", Version = "1.0", EntryPoint = "glGetTexParameterfv")] public static void GetTexParameter(OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.GetTextureParameter pname, [OutAttribute] out Single @params) { @@ -51163,7 +51984,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0] /// Return texture parameter values /// /// @@ -51182,7 +52003,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10", Version = "1.0", EntryPoint = "glGetTexParameterfv")] + [AutoGenerated(Category = "VERSION_1_0", Version = "1.0", EntryPoint = "glGetTexParameterfv")] public static unsafe void GetTexParameter(OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.GetTextureParameter pname, [OutAttribute] Single* @params) { @@ -51196,7 +52017,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glGetTexParameterIiv")] + /// [requires: v3.0] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glGetTexParameterIiv")] public static void GetTexParameterI(OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.GetTextureParameter pname, [OutAttribute] Int32[] @params) { @@ -51216,7 +52038,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glGetTexParameterIiv")] + /// [requires: v3.0] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glGetTexParameterIiv")] public static void GetTexParameterI(OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.GetTextureParameter pname, [OutAttribute] out Int32 @params) { @@ -51237,8 +52060,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v3.0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glGetTexParameterIiv")] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glGetTexParameterIiv")] public static unsafe void GetTexParameterI(OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.GetTextureParameter pname, [OutAttribute] Int32* @params) { @@ -51252,8 +52076,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v3.0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glGetTexParameterIuiv")] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glGetTexParameterIuiv")] public static void GetTexParameterI(OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.GetTextureParameter pname, [OutAttribute] UInt32[] @params) { @@ -51273,8 +52098,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v3.0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glGetTexParameterIuiv")] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glGetTexParameterIuiv")] public static void GetTexParameterI(OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.GetTextureParameter pname, [OutAttribute] out UInt32 @params) { @@ -51295,8 +52121,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v3.0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glGetTexParameterIuiv")] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glGetTexParameterIuiv")] public static unsafe void GetTexParameterI(OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.GetTextureParameter pname, [OutAttribute] UInt32* @params) { @@ -51311,7 +52138,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0] /// Return texture parameter values /// /// @@ -51329,7 +52156,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns the texture parameters. /// /// - [AutoGenerated(Category = "Version10", Version = "1.0", EntryPoint = "glGetTexParameteriv")] + [AutoGenerated(Category = "VERSION_1_0", Version = "1.0", EntryPoint = "glGetTexParameteriv")] public static void GetTexParameter(OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.GetTextureParameter pname, [OutAttribute] Int32[] @params) { @@ -51350,7 +52177,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0] /// Return texture parameter values /// /// @@ -51368,7 +52195,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns the texture parameters. /// /// - [AutoGenerated(Category = "Version10", Version = "1.0", EntryPoint = "glGetTexParameteriv")] + [AutoGenerated(Category = "VERSION_1_0", Version = "1.0", EntryPoint = "glGetTexParameteriv")] public static void GetTexParameter(OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.GetTextureParameter pname, [OutAttribute] out Int32 @params) { @@ -51390,7 +52217,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0] /// Return texture parameter values /// /// @@ -51409,7 +52236,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10", Version = "1.0", EntryPoint = "glGetTexParameteriv")] + [AutoGenerated(Category = "VERSION_1_0", Version = "1.0", EntryPoint = "glGetTexParameteriv")] public static unsafe void GetTexParameter(OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.GetTextureParameter pname, [OutAttribute] Int32* @params) { @@ -51423,7 +52250,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glGetTransformFeedbackVarying")] + /// [requires: v3.0] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glGetTransformFeedbackVarying")] public static void GetTransformFeedbackVarying(Int32 program, Int32 index, Int32 bufSize, [OutAttribute] out Int32 length, [OutAttribute] out Int32 size, [OutAttribute] out OpenTK.Graphics.OpenGL.ActiveAttribType type, [OutAttribute] StringBuilder name) { @@ -51448,8 +52276,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v3.0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glGetTransformFeedbackVarying")] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glGetTransformFeedbackVarying")] public static unsafe void GetTransformFeedbackVarying(Int32 program, Int32 index, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] Int32* size, [OutAttribute] OpenTK.Graphics.OpenGL.ActiveAttribType* type, [OutAttribute] StringBuilder name) { @@ -51463,8 +52292,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v3.0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glGetTransformFeedbackVarying")] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glGetTransformFeedbackVarying")] public static void GetTransformFeedbackVarying(UInt32 program, UInt32 index, Int32 bufSize, [OutAttribute] out Int32 length, [OutAttribute] out Int32 size, [OutAttribute] out OpenTK.Graphics.OpenGL.ActiveAttribType type, [OutAttribute] StringBuilder name) { @@ -51489,8 +52319,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v3.0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glGetTransformFeedbackVarying")] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glGetTransformFeedbackVarying")] public static unsafe void GetTransformFeedbackVarying(UInt32 program, UInt32 index, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] Int32* size, [OutAttribute] OpenTK.Graphics.OpenGL.ActiveAttribType* type, [OutAttribute] StringBuilder name) { @@ -51504,7 +52335,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbUniformBufferObject", Version = "2.0", EntryPoint = "glGetUniformBlockIndex")] + /// [requires: v2.0] + [AutoGenerated(Category = "ARB_uniform_buffer_object", Version = "2.0", EntryPoint = "glGetUniformBlockIndex")] public static Int32 GetUniformBlockIndex(Int32 program, String uniformBlockName) { @@ -51518,8 +52350,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v2.0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbUniformBufferObject", Version = "2.0", EntryPoint = "glGetUniformBlockIndex")] + [AutoGenerated(Category = "ARB_uniform_buffer_object", Version = "2.0", EntryPoint = "glGetUniformBlockIndex")] public static Int32 GetUniformBlockIndex(UInt32 program, String uniformBlockName) { @@ -51534,7 +52367,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Returns the value of a uniform variable /// /// @@ -51552,7 +52385,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns the value of the specified uniform variable. /// /// - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glGetUniformfv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glGetUniformfv")] public static void GetUniform(Int32 program, Int32 location, [OutAttribute] Single[] @params) { @@ -51573,7 +52406,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Returns the value of a uniform variable /// /// @@ -51591,7 +52424,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns the value of the specified uniform variable. /// /// - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glGetUniformfv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glGetUniformfv")] public static void GetUniform(Int32 program, Int32 location, [OutAttribute] out Single @params) { @@ -51613,7 +52446,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Returns the value of a uniform variable /// /// @@ -51632,7 +52465,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glGetUniformfv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glGetUniformfv")] public static unsafe void GetUniform(Int32 program, Int32 location, [OutAttribute] Single* @params) { @@ -51647,7 +52480,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Returns the value of a uniform variable /// /// @@ -51666,7 +52499,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glGetUniformfv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glGetUniformfv")] public static void GetUniform(UInt32 program, Int32 location, [OutAttribute] Single[] @params) { @@ -51687,7 +52520,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Returns the value of a uniform variable /// /// @@ -51706,7 +52539,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glGetUniformfv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glGetUniformfv")] public static void GetUniform(UInt32 program, Int32 location, [OutAttribute] out Single @params) { @@ -51728,7 +52561,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Returns the value of a uniform variable /// /// @@ -51747,7 +52580,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glGetUniformfv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glGetUniformfv")] public static unsafe void GetUniform(UInt32 program, Int32 location, [OutAttribute] Single* @params) { @@ -51761,7 +52594,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbUniformBufferObject", Version = "2.0", EntryPoint = "glGetUniformIndices")] + /// [requires: v2.0] + [AutoGenerated(Category = "ARB_uniform_buffer_object", Version = "2.0", EntryPoint = "glGetUniformIndices")] public static void GetUniformIndices(Int32 program, Int32 uniformCount, String[] uniformNames, [OutAttribute] Int32[] uniformIndices) { @@ -51781,7 +52615,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbUniformBufferObject", Version = "2.0", EntryPoint = "glGetUniformIndices")] + /// [requires: v2.0] + [AutoGenerated(Category = "ARB_uniform_buffer_object", Version = "2.0", EntryPoint = "glGetUniformIndices")] public static void GetUniformIndices(Int32 program, Int32 uniformCount, String[] uniformNames, [OutAttribute] out Int32 uniformIndices) { @@ -51802,8 +52637,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v2.0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbUniformBufferObject", Version = "2.0", EntryPoint = "glGetUniformIndices")] + [AutoGenerated(Category = "ARB_uniform_buffer_object", Version = "2.0", EntryPoint = "glGetUniformIndices")] public static unsafe void GetUniformIndices(Int32 program, Int32 uniformCount, String[] uniformNames, [OutAttribute] Int32* uniformIndices) { @@ -51817,8 +52653,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v2.0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbUniformBufferObject", Version = "2.0", EntryPoint = "glGetUniformIndices")] + [AutoGenerated(Category = "ARB_uniform_buffer_object", Version = "2.0", EntryPoint = "glGetUniformIndices")] public static void GetUniformIndices(UInt32 program, Int32 uniformCount, String[] uniformNames, [OutAttribute] UInt32[] uniformIndices) { @@ -51838,8 +52675,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v2.0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbUniformBufferObject", Version = "2.0", EntryPoint = "glGetUniformIndices")] + [AutoGenerated(Category = "ARB_uniform_buffer_object", Version = "2.0", EntryPoint = "glGetUniformIndices")] public static void GetUniformIndices(UInt32 program, Int32 uniformCount, String[] uniformNames, [OutAttribute] out UInt32 uniformIndices) { @@ -51860,8 +52698,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v2.0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbUniformBufferObject", Version = "2.0", EntryPoint = "glGetUniformIndices")] + [AutoGenerated(Category = "ARB_uniform_buffer_object", Version = "2.0", EntryPoint = "glGetUniformIndices")] public static unsafe void GetUniformIndices(UInt32 program, Int32 uniformCount, String[] uniformNames, [OutAttribute] UInt32* uniformIndices) { @@ -51876,7 +52715,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Returns the value of a uniform variable /// /// @@ -51894,7 +52733,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns the value of the specified uniform variable. /// /// - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glGetUniformiv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glGetUniformiv")] public static void GetUniform(Int32 program, Int32 location, [OutAttribute] Int32[] @params) { @@ -51915,7 +52754,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Returns the value of a uniform variable /// /// @@ -51933,7 +52772,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns the value of the specified uniform variable. /// /// - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glGetUniformiv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glGetUniformiv")] public static void GetUniform(Int32 program, Int32 location, [OutAttribute] out Int32 @params) { @@ -51955,7 +52794,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Returns the value of a uniform variable /// /// @@ -51974,7 +52813,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glGetUniformiv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glGetUniformiv")] public static unsafe void GetUniform(Int32 program, Int32 location, [OutAttribute] Int32* @params) { @@ -51989,7 +52828,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Returns the value of a uniform variable /// /// @@ -52008,7 +52847,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glGetUniformiv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glGetUniformiv")] public static void GetUniform(UInt32 program, Int32 location, [OutAttribute] Int32[] @params) { @@ -52029,7 +52868,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Returns the value of a uniform variable /// /// @@ -52048,7 +52887,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glGetUniformiv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glGetUniformiv")] public static void GetUniform(UInt32 program, Int32 location, [OutAttribute] out Int32 @params) { @@ -52070,7 +52909,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Returns the value of a uniform variable /// /// @@ -52089,7 +52928,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glGetUniformiv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glGetUniformiv")] public static unsafe void GetUniform(UInt32 program, Int32 location, [OutAttribute] Int32* @params) { @@ -52104,7 +52943,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Returns the location of a uniform variable /// /// @@ -52117,7 +52956,7 @@ namespace OpenTK.Graphics.OpenGL /// Points to a null terminated string containing the name of the uniform variable whose location is to be queried. /// /// - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glGetUniformLocation")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glGetUniformLocation")] public static Int32 GetUniformLocation(Int32 program, String name) { @@ -52132,7 +52971,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Returns the location of a uniform variable /// /// @@ -52146,7 +52985,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glGetUniformLocation")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glGetUniformLocation")] public static Int32 GetUniformLocation(UInt32 program, String name) { @@ -52161,7 +53000,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.0] /// Returns the value of a uniform variable /// /// @@ -52180,7 +53019,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glGetUniformuiv")] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glGetUniformuiv")] public static void GetUniform(UInt32 program, Int32 location, [OutAttribute] UInt32[] @params) { @@ -52201,7 +53040,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.0] /// Returns the value of a uniform variable /// /// @@ -52220,7 +53059,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glGetUniformuiv")] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glGetUniformuiv")] public static void GetUniform(UInt32 program, Int32 location, [OutAttribute] out UInt32 @params) { @@ -52242,7 +53081,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.0] /// Returns the value of a uniform variable /// /// @@ -52261,7 +53100,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glGetUniformuiv")] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glGetUniformuiv")] public static unsafe void GetUniform(UInt32 program, Int32 location, [OutAttribute] UInt32* @params) { @@ -52276,7 +53115,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Return a generic vertex attribute parameter /// /// @@ -52294,7 +53133,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns the requested data. /// /// - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glGetVertexAttribdv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glGetVertexAttribdv")] public static void GetVertexAttrib(Int32 index, OpenTK.Graphics.OpenGL.VertexAttribParameter pname, [OutAttribute] Double[] @params) { @@ -52315,7 +53154,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Return a generic vertex attribute parameter /// /// @@ -52333,7 +53172,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns the requested data. /// /// - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glGetVertexAttribdv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glGetVertexAttribdv")] public static void GetVertexAttrib(Int32 index, OpenTK.Graphics.OpenGL.VertexAttribParameter pname, [OutAttribute] out Double @params) { @@ -52355,7 +53194,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Return a generic vertex attribute parameter /// /// @@ -52374,7 +53213,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glGetVertexAttribdv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glGetVertexAttribdv")] public static unsafe void GetVertexAttrib(Int32 index, OpenTK.Graphics.OpenGL.VertexAttribParameter pname, [OutAttribute] Double* @params) { @@ -52389,7 +53228,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Return a generic vertex attribute parameter /// /// @@ -52408,7 +53247,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glGetVertexAttribdv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glGetVertexAttribdv")] public static void GetVertexAttrib(UInt32 index, OpenTK.Graphics.OpenGL.VertexAttribParameter pname, [OutAttribute] Double[] @params) { @@ -52429,7 +53268,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Return a generic vertex attribute parameter /// /// @@ -52448,7 +53287,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glGetVertexAttribdv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glGetVertexAttribdv")] public static void GetVertexAttrib(UInt32 index, OpenTK.Graphics.OpenGL.VertexAttribParameter pname, [OutAttribute] out Double @params) { @@ -52470,7 +53309,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Return a generic vertex attribute parameter /// /// @@ -52489,7 +53328,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glGetVertexAttribdv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glGetVertexAttribdv")] public static unsafe void GetVertexAttrib(UInt32 index, OpenTK.Graphics.OpenGL.VertexAttribParameter pname, [OutAttribute] Double* @params) { @@ -52504,7 +53343,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Return a generic vertex attribute parameter /// /// @@ -52522,7 +53361,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns the requested data. /// /// - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glGetVertexAttribfv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glGetVertexAttribfv")] public static void GetVertexAttrib(Int32 index, OpenTK.Graphics.OpenGL.VertexAttribParameter pname, [OutAttribute] Single[] @params) { @@ -52543,7 +53382,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Return a generic vertex attribute parameter /// /// @@ -52561,7 +53400,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns the requested data. /// /// - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glGetVertexAttribfv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glGetVertexAttribfv")] public static void GetVertexAttrib(Int32 index, OpenTK.Graphics.OpenGL.VertexAttribParameter pname, [OutAttribute] out Single @params) { @@ -52583,7 +53422,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Return a generic vertex attribute parameter /// /// @@ -52602,7 +53441,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glGetVertexAttribfv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glGetVertexAttribfv")] public static unsafe void GetVertexAttrib(Int32 index, OpenTK.Graphics.OpenGL.VertexAttribParameter pname, [OutAttribute] Single* @params) { @@ -52617,7 +53456,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Return a generic vertex attribute parameter /// /// @@ -52636,7 +53475,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glGetVertexAttribfv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glGetVertexAttribfv")] public static void GetVertexAttrib(UInt32 index, OpenTK.Graphics.OpenGL.VertexAttribParameter pname, [OutAttribute] Single[] @params) { @@ -52657,7 +53496,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Return a generic vertex attribute parameter /// /// @@ -52676,7 +53515,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glGetVertexAttribfv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glGetVertexAttribfv")] public static void GetVertexAttrib(UInt32 index, OpenTK.Graphics.OpenGL.VertexAttribParameter pname, [OutAttribute] out Single @params) { @@ -52698,7 +53537,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Return a generic vertex attribute parameter /// /// @@ -52717,7 +53556,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glGetVertexAttribfv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glGetVertexAttribfv")] public static unsafe void GetVertexAttrib(UInt32 index, OpenTK.Graphics.OpenGL.VertexAttribParameter pname, [OutAttribute] Single* @params) { @@ -52731,7 +53570,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glGetVertexAttribIiv")] + /// [requires: v3.0] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glGetVertexAttribIiv")] public static void GetVertexAttribI(Int32 index, OpenTK.Graphics.OpenGL.VertexAttribParameter pname, [OutAttribute] out Int32 @params) { @@ -52752,8 +53592,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v3.0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glGetVertexAttribIiv")] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glGetVertexAttribIiv")] public static unsafe void GetVertexAttribI(Int32 index, OpenTK.Graphics.OpenGL.VertexAttribParameter pname, [OutAttribute] Int32* @params) { @@ -52767,8 +53608,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v3.0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glGetVertexAttribIiv")] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glGetVertexAttribIiv")] public static void GetVertexAttribI(UInt32 index, OpenTK.Graphics.OpenGL.VertexAttribParameter pname, [OutAttribute] out Int32 @params) { @@ -52789,8 +53631,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v3.0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glGetVertexAttribIiv")] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glGetVertexAttribIiv")] public static unsafe void GetVertexAttribI(UInt32 index, OpenTK.Graphics.OpenGL.VertexAttribParameter pname, [OutAttribute] Int32* @params) { @@ -52804,8 +53647,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v3.0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glGetVertexAttribIuiv")] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glGetVertexAttribIuiv")] public static void GetVertexAttribI(UInt32 index, OpenTK.Graphics.OpenGL.VertexAttribParameter pname, [OutAttribute] out UInt32 @params) { @@ -52826,8 +53670,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v3.0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glGetVertexAttribIuiv")] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glGetVertexAttribIuiv")] public static unsafe void GetVertexAttribI(UInt32 index, OpenTK.Graphics.OpenGL.VertexAttribParameter pname, [OutAttribute] UInt32* @params) { @@ -52842,7 +53687,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Return a generic vertex attribute parameter /// /// @@ -52860,7 +53705,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns the requested data. /// /// - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glGetVertexAttribiv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glGetVertexAttribiv")] public static void GetVertexAttrib(Int32 index, OpenTK.Graphics.OpenGL.VertexAttribParameter pname, [OutAttribute] Int32[] @params) { @@ -52881,7 +53726,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Return a generic vertex attribute parameter /// /// @@ -52899,7 +53744,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns the requested data. /// /// - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glGetVertexAttribiv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glGetVertexAttribiv")] public static void GetVertexAttrib(Int32 index, OpenTK.Graphics.OpenGL.VertexAttribParameter pname, [OutAttribute] out Int32 @params) { @@ -52921,7 +53766,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Return a generic vertex attribute parameter /// /// @@ -52940,7 +53785,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glGetVertexAttribiv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glGetVertexAttribiv")] public static unsafe void GetVertexAttrib(Int32 index, OpenTK.Graphics.OpenGL.VertexAttribParameter pname, [OutAttribute] Int32* @params) { @@ -52955,7 +53800,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Return a generic vertex attribute parameter /// /// @@ -52974,7 +53819,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glGetVertexAttribiv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glGetVertexAttribiv")] public static void GetVertexAttrib(UInt32 index, OpenTK.Graphics.OpenGL.VertexAttribParameter pname, [OutAttribute] Int32[] @params) { @@ -52995,7 +53840,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Return a generic vertex attribute parameter /// /// @@ -53014,7 +53859,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glGetVertexAttribiv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glGetVertexAttribiv")] public static void GetVertexAttrib(UInt32 index, OpenTK.Graphics.OpenGL.VertexAttribParameter pname, [OutAttribute] out Int32 @params) { @@ -53036,7 +53881,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Return a generic vertex attribute parameter /// /// @@ -53055,7 +53900,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glGetVertexAttribiv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glGetVertexAttribiv")] public static unsafe void GetVertexAttrib(UInt32 index, OpenTK.Graphics.OpenGL.VertexAttribParameter pname, [OutAttribute] Int32* @params) { @@ -53070,7 +53915,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Return the address of the specified generic vertex attribute pointer /// /// @@ -53088,7 +53933,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns the pointer value. /// /// - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glGetVertexAttribPointerv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glGetVertexAttribPointerv")] public static void GetVertexAttribPointer(Int32 index, OpenTK.Graphics.OpenGL.VertexAttribPointerParameter pname, [OutAttribute] IntPtr pointer) { @@ -53103,7 +53948,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Return the address of the specified generic vertex attribute pointer /// /// @@ -53121,7 +53966,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns the pointer value. /// /// - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glGetVertexAttribPointerv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glGetVertexAttribPointerv")] public static void GetVertexAttribPointer(Int32 index, OpenTK.Graphics.OpenGL.VertexAttribPointerParameter pname, [InAttribute, OutAttribute] T2[] pointer) where T2 : struct @@ -53145,7 +53990,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Return the address of the specified generic vertex attribute pointer /// /// @@ -53163,7 +54008,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns the pointer value. /// /// - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glGetVertexAttribPointerv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glGetVertexAttribPointerv")] public static void GetVertexAttribPointer(Int32 index, OpenTK.Graphics.OpenGL.VertexAttribPointerParameter pname, [InAttribute, OutAttribute] T2[,] pointer) where T2 : struct @@ -53187,7 +54032,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Return the address of the specified generic vertex attribute pointer /// /// @@ -53205,7 +54050,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns the pointer value. /// /// - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glGetVertexAttribPointerv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glGetVertexAttribPointerv")] public static void GetVertexAttribPointer(Int32 index, OpenTK.Graphics.OpenGL.VertexAttribPointerParameter pname, [InAttribute, OutAttribute] T2[,,] pointer) where T2 : struct @@ -53229,7 +54074,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Return the address of the specified generic vertex attribute pointer /// /// @@ -53247,7 +54092,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns the pointer value. /// /// - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glGetVertexAttribPointerv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glGetVertexAttribPointerv")] public static void GetVertexAttribPointer(Int32 index, OpenTK.Graphics.OpenGL.VertexAttribPointerParameter pname, [InAttribute, OutAttribute] ref T2 pointer) where T2 : struct @@ -53272,7 +54117,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Return the address of the specified generic vertex attribute pointer /// /// @@ -53291,7 +54136,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glGetVertexAttribPointerv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glGetVertexAttribPointerv")] public static void GetVertexAttribPointer(UInt32 index, OpenTK.Graphics.OpenGL.VertexAttribPointerParameter pname, [OutAttribute] IntPtr pointer) { @@ -53306,7 +54151,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Return the address of the specified generic vertex attribute pointer /// /// @@ -53325,7 +54170,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glGetVertexAttribPointerv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glGetVertexAttribPointerv")] public static void GetVertexAttribPointer(UInt32 index, OpenTK.Graphics.OpenGL.VertexAttribPointerParameter pname, [InAttribute, OutAttribute] T2[] pointer) where T2 : struct @@ -53349,7 +54194,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Return the address of the specified generic vertex attribute pointer /// /// @@ -53368,7 +54213,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glGetVertexAttribPointerv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glGetVertexAttribPointerv")] public static void GetVertexAttribPointer(UInt32 index, OpenTK.Graphics.OpenGL.VertexAttribPointerParameter pname, [InAttribute, OutAttribute] T2[,] pointer) where T2 : struct @@ -53392,7 +54237,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Return the address of the specified generic vertex attribute pointer /// /// @@ -53411,7 +54256,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glGetVertexAttribPointerv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glGetVertexAttribPointerv")] public static void GetVertexAttribPointer(UInt32 index, OpenTK.Graphics.OpenGL.VertexAttribPointerParameter pname, [InAttribute, OutAttribute] T2[,,] pointer) where T2 : struct @@ -53435,7 +54280,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Return the address of the specified generic vertex attribute pointer /// /// @@ -53454,7 +54299,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glGetVertexAttribPointerv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glGetVertexAttribPointerv")] public static void GetVertexAttribPointer(UInt32 index, OpenTK.Graphics.OpenGL.VertexAttribPointerParameter pname, [InAttribute, OutAttribute] ref T2 pointer) where T2 : struct @@ -53479,7 +54324,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0] /// Specify implementation-specific hints /// /// @@ -53492,7 +54337,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a symbolic constant indicating the desired behavior. GL_FASTEST, GL_NICEST, and GL_DONT_CARE are accepted. /// /// - [AutoGenerated(Category = "Version10", Version = "1.0", EntryPoint = "glHint")] + [AutoGenerated(Category = "VERSION_1_0", Version = "1.0", EntryPoint = "glHint")] public static void Hint(OpenTK.Graphics.OpenGL.HintTarget target, OpenTK.Graphics.OpenGL.HintMode mode) { @@ -53507,7 +54352,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2][deprecated: v3.1] /// Define histogram table /// /// @@ -53530,7 +54375,7 @@ namespace OpenTK.Graphics.OpenGL /// If GL_TRUE, pixels will be consumed by the histogramming process and no drawing or texture loading will take place. If GL_FALSE, pixels will proceed to the minmax process after histogramming. /// /// - [AutoGenerated(Category = "Version12Deprecated", Version = "1.2", EntryPoint = "glHistogram")] + [AutoGenerated(Category = "VERSION_1_2_DEPRECATED", Version = "1.2", EntryPoint = "glHistogram")] public static void Histogram(OpenTK.Graphics.OpenGL.HistogramTarget target, Int32 width, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, bool sink) { @@ -53545,7 +54390,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current color index /// /// @@ -53556,7 +54401,7 @@ namespace OpenTK.Graphics.OpenGL /// /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glIndexd")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glIndexd")] public static void Index(Double c) { @@ -53571,7 +54416,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current color index /// /// @@ -53583,7 +54428,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glIndexdv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glIndexdv")] public static unsafe void Index(Double* c) { @@ -53598,7 +54443,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current color index /// /// @@ -53609,7 +54454,7 @@ namespace OpenTK.Graphics.OpenGL /// /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glIndexf")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glIndexf")] public static void Index(Single c) { @@ -53624,7 +54469,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current color index /// /// @@ -53636,7 +54481,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glIndexfv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glIndexfv")] public static unsafe void Index(Single* c) { @@ -53651,7 +54496,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current color index /// /// @@ -53662,7 +54507,7 @@ namespace OpenTK.Graphics.OpenGL /// /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glIndexi")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glIndexi")] public static void Index(Int32 c) { @@ -53677,7 +54522,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current color index /// /// @@ -53689,7 +54534,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glIndexiv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glIndexiv")] public static unsafe void Index(Int32* c) { @@ -53704,7 +54549,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Control the writing of individual bits in the color index buffers /// /// @@ -53712,7 +54557,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a bit mask to enable and disable the writing of individual bits in the color index buffers. Initially, the mask is all 1's. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glIndexMask")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glIndexMask")] public static void IndexMask(Int32 mask) { @@ -53727,7 +54572,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Control the writing of individual bits in the color index buffers /// /// @@ -53736,7 +54581,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glIndexMask")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glIndexMask")] public static void IndexMask(UInt32 mask) { @@ -53751,7 +54596,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.1][deprecated: v3.1] /// Define an array of color indexes /// /// @@ -53769,7 +54614,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the first index in the array. The initial value is 0. /// /// - [AutoGenerated(Category = "Version11Deprecated", Version = "1.1", EntryPoint = "glIndexPointer")] + [AutoGenerated(Category = "VERSION_1_1_DEPRECATED", Version = "1.1", EntryPoint = "glIndexPointer")] public static void IndexPointer(OpenTK.Graphics.OpenGL.IndexPointerType type, Int32 stride, IntPtr pointer) { @@ -53784,7 +54629,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.1][deprecated: v3.1] /// Define an array of color indexes /// /// @@ -53802,7 +54647,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the first index in the array. The initial value is 0. /// /// - [AutoGenerated(Category = "Version11Deprecated", Version = "1.1", EntryPoint = "glIndexPointer")] + [AutoGenerated(Category = "VERSION_1_1_DEPRECATED", Version = "1.1", EntryPoint = "glIndexPointer")] public static void IndexPointer(OpenTK.Graphics.OpenGL.IndexPointerType type, Int32 stride, [InAttribute, OutAttribute] T2[] pointer) where T2 : struct @@ -53826,7 +54671,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.1][deprecated: v3.1] /// Define an array of color indexes /// /// @@ -53844,7 +54689,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the first index in the array. The initial value is 0. /// /// - [AutoGenerated(Category = "Version11Deprecated", Version = "1.1", EntryPoint = "glIndexPointer")] + [AutoGenerated(Category = "VERSION_1_1_DEPRECATED", Version = "1.1", EntryPoint = "glIndexPointer")] public static void IndexPointer(OpenTK.Graphics.OpenGL.IndexPointerType type, Int32 stride, [InAttribute, OutAttribute] T2[,] pointer) where T2 : struct @@ -53868,7 +54713,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.1][deprecated: v3.1] /// Define an array of color indexes /// /// @@ -53886,7 +54731,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the first index in the array. The initial value is 0. /// /// - [AutoGenerated(Category = "Version11Deprecated", Version = "1.1", EntryPoint = "glIndexPointer")] + [AutoGenerated(Category = "VERSION_1_1_DEPRECATED", Version = "1.1", EntryPoint = "glIndexPointer")] public static void IndexPointer(OpenTK.Graphics.OpenGL.IndexPointerType type, Int32 stride, [InAttribute, OutAttribute] T2[,,] pointer) where T2 : struct @@ -53910,7 +54755,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.1][deprecated: v3.1] /// Define an array of color indexes /// /// @@ -53928,7 +54773,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the first index in the array. The initial value is 0. /// /// - [AutoGenerated(Category = "Version11Deprecated", Version = "1.1", EntryPoint = "glIndexPointer")] + [AutoGenerated(Category = "VERSION_1_1_DEPRECATED", Version = "1.1", EntryPoint = "glIndexPointer")] public static void IndexPointer(OpenTK.Graphics.OpenGL.IndexPointerType type, Int32 stride, [InAttribute, OutAttribute] ref T2 pointer) where T2 : struct @@ -53953,7 +54798,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current color index /// /// @@ -53964,7 +54809,7 @@ namespace OpenTK.Graphics.OpenGL /// /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glIndexs")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glIndexs")] public static void Index(Int16 c) { @@ -53979,7 +54824,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current color index /// /// @@ -53991,7 +54836,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glIndexsv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glIndexsv")] public static unsafe void Index(Int16* c) { @@ -54006,7 +54851,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.1] /// Set the current color index /// /// @@ -54017,7 +54862,7 @@ namespace OpenTK.Graphics.OpenGL /// /// /// - [AutoGenerated(Category = "Version11Deprecated", Version = "1.1", EntryPoint = "glIndexub")] + [AutoGenerated(Category = "VERSION_1_1_DEPRECATED", Version = "1.1", EntryPoint = "glIndexub")] public static void Index(Byte c) { @@ -54032,7 +54877,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.1] /// Set the current color index /// /// @@ -54044,7 +54889,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version11Deprecated", Version = "1.1", EntryPoint = "glIndexubv")] + [AutoGenerated(Category = "VERSION_1_1_DEPRECATED", Version = "1.1", EntryPoint = "glIndexubv")] public static unsafe void Index(Byte* c) { @@ -54059,10 +54904,10 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Initialize the name stack /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glInitNames")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glInitNames")] public static void InitNames() { @@ -54077,7 +54922,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.1][deprecated: v3.1] /// Simultaneously specify and enable several interleaved arrays /// /// @@ -54090,7 +54935,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the offset in bytes between each aggregate array element. /// /// - [AutoGenerated(Category = "Version11Deprecated", Version = "1.1", EntryPoint = "glInterleavedArrays")] + [AutoGenerated(Category = "VERSION_1_1_DEPRECATED", Version = "1.1", EntryPoint = "glInterleavedArrays")] public static void InterleavedArrays(OpenTK.Graphics.OpenGL.InterleavedArrayFormat format, Int32 stride, IntPtr pointer) { @@ -54105,7 +54950,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.1][deprecated: v3.1] /// Simultaneously specify and enable several interleaved arrays /// /// @@ -54118,7 +54963,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the offset in bytes between each aggregate array element. /// /// - [AutoGenerated(Category = "Version11Deprecated", Version = "1.1", EntryPoint = "glInterleavedArrays")] + [AutoGenerated(Category = "VERSION_1_1_DEPRECATED", Version = "1.1", EntryPoint = "glInterleavedArrays")] public static void InterleavedArrays(OpenTK.Graphics.OpenGL.InterleavedArrayFormat format, Int32 stride, [InAttribute, OutAttribute] T2[] pointer) where T2 : struct @@ -54142,7 +54987,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.1][deprecated: v3.1] /// Simultaneously specify and enable several interleaved arrays /// /// @@ -54155,7 +55000,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the offset in bytes between each aggregate array element. /// /// - [AutoGenerated(Category = "Version11Deprecated", Version = "1.1", EntryPoint = "glInterleavedArrays")] + [AutoGenerated(Category = "VERSION_1_1_DEPRECATED", Version = "1.1", EntryPoint = "glInterleavedArrays")] public static void InterleavedArrays(OpenTK.Graphics.OpenGL.InterleavedArrayFormat format, Int32 stride, [InAttribute, OutAttribute] T2[,] pointer) where T2 : struct @@ -54179,7 +55024,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.1][deprecated: v3.1] /// Simultaneously specify and enable several interleaved arrays /// /// @@ -54192,7 +55037,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the offset in bytes between each aggregate array element. /// /// - [AutoGenerated(Category = "Version11Deprecated", Version = "1.1", EntryPoint = "glInterleavedArrays")] + [AutoGenerated(Category = "VERSION_1_1_DEPRECATED", Version = "1.1", EntryPoint = "glInterleavedArrays")] public static void InterleavedArrays(OpenTK.Graphics.OpenGL.InterleavedArrayFormat format, Int32 stride, [InAttribute, OutAttribute] T2[,,] pointer) where T2 : struct @@ -54216,7 +55061,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.1][deprecated: v3.1] /// Simultaneously specify and enable several interleaved arrays /// /// @@ -54229,7 +55074,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the offset in bytes between each aggregate array element. /// /// - [AutoGenerated(Category = "Version11Deprecated", Version = "1.1", EntryPoint = "glInterleavedArrays")] + [AutoGenerated(Category = "VERSION_1_1_DEPRECATED", Version = "1.1", EntryPoint = "glInterleavedArrays")] public static void InterleavedArrays(OpenTK.Graphics.OpenGL.InterleavedArrayFormat format, Int32 stride, [InAttribute, OutAttribute] ref T2 pointer) where T2 : struct @@ -54254,7 +55099,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.5] /// Determine if a name corresponds to a buffer object /// /// @@ -54262,7 +55107,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a value that may be the name of a buffer object. /// /// - [AutoGenerated(Category = "Version15", Version = "1.5", EntryPoint = "glIsBuffer")] + [AutoGenerated(Category = "VERSION_1_5", Version = "1.5", EntryPoint = "glIsBuffer")] public static bool IsBuffer(Int32 buffer) { @@ -54277,7 +55122,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.5] /// Determine if a name corresponds to a buffer object /// /// @@ -54286,7 +55131,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version15", Version = "1.5", EntryPoint = "glIsBuffer")] + [AutoGenerated(Category = "VERSION_1_5", Version = "1.5", EntryPoint = "glIsBuffer")] public static bool IsBuffer(UInt32 buffer) { @@ -54301,7 +55146,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0] /// Test whether a capability is enabled /// /// @@ -54309,7 +55154,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a symbolic constant indicating a GL capability. /// /// - [AutoGenerated(Category = "Version10", Version = "1.0", EntryPoint = "glIsEnabled")] + [AutoGenerated(Category = "VERSION_1_0", Version = "1.0", EntryPoint = "glIsEnabled")] public static bool IsEnabled(OpenTK.Graphics.OpenGL.EnableCap cap) { @@ -54324,7 +55169,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.0] /// Test whether a capability is enabled /// /// @@ -54332,7 +55177,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a symbolic constant indicating a GL capability. /// /// - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glIsEnabledi")] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glIsEnabledi")] public static bool IsEnabled(OpenTK.Graphics.OpenGL.IndexedEnableCap target, Int32 index) { @@ -54347,7 +55192,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.0] /// Test whether a capability is enabled /// /// @@ -54356,7 +55201,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glIsEnabledi")] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glIsEnabledi")] public static bool IsEnabled(OpenTK.Graphics.OpenGL.IndexedEnableCap target, UInt32 index) { @@ -54370,7 +55215,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbFramebufferObject", Version = "3.0", EntryPoint = "glIsFramebuffer")] + /// [requires: v3.0] + [AutoGenerated(Category = "ARB_framebuffer_object", Version = "3.0", EntryPoint = "glIsFramebuffer")] public static bool IsFramebuffer(Int32 framebuffer) { @@ -54384,8 +55230,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v3.0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbFramebufferObject", Version = "3.0", EntryPoint = "glIsFramebuffer")] + [AutoGenerated(Category = "ARB_framebuffer_object", Version = "3.0", EntryPoint = "glIsFramebuffer")] public static bool IsFramebuffer(UInt32 framebuffer) { @@ -54400,7 +55247,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Determine if a name corresponds to a display list /// /// @@ -54408,7 +55255,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a potential display list name. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glIsList")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glIsList")] public static bool IsList(Int32 list) { @@ -54423,7 +55270,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Determine if a name corresponds to a display list /// /// @@ -54432,7 +55279,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glIsList")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glIsList")] public static bool IsList(UInt32 list) { @@ -54447,7 +55294,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Determines if a name corresponds to a program object /// /// @@ -54455,7 +55302,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a potential program object. /// /// - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glIsProgram")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glIsProgram")] public static bool IsProgram(Int32 program) { @@ -54470,7 +55317,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Determines if a name corresponds to a program object /// /// @@ -54479,7 +55326,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glIsProgram")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glIsProgram")] public static bool IsProgram(UInt32 program) { @@ -54494,7 +55341,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.5] /// Determine if a name corresponds to a query object /// /// @@ -54502,7 +55349,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a value that may be the name of a query object. /// /// - [AutoGenerated(Category = "Version15", Version = "1.5", EntryPoint = "glIsQuery")] + [AutoGenerated(Category = "VERSION_1_5", Version = "1.5", EntryPoint = "glIsQuery")] public static bool IsQuery(Int32 id) { @@ -54517,7 +55364,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.5] /// Determine if a name corresponds to a query object /// /// @@ -54526,7 +55373,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version15", Version = "1.5", EntryPoint = "glIsQuery")] + [AutoGenerated(Category = "VERSION_1_5", Version = "1.5", EntryPoint = "glIsQuery")] public static bool IsQuery(UInt32 id) { @@ -54540,7 +55387,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbFramebufferObject", Version = "3.0", EntryPoint = "glIsRenderbuffer")] + /// [requires: v3.0] + [AutoGenerated(Category = "ARB_framebuffer_object", Version = "3.0", EntryPoint = "glIsRenderbuffer")] public static bool IsRenderbuffer(Int32 renderbuffer) { @@ -54554,8 +55402,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v3.0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbFramebufferObject", Version = "3.0", EntryPoint = "glIsRenderbuffer")] + [AutoGenerated(Category = "ARB_framebuffer_object", Version = "3.0", EntryPoint = "glIsRenderbuffer")] public static bool IsRenderbuffer(UInt32 renderbuffer) { @@ -54570,7 +55419,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Determines if a name corresponds to a shader object /// /// @@ -54578,7 +55427,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a potential shader object. /// /// - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glIsShader")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glIsShader")] public static bool IsShader(Int32 shader) { @@ -54593,7 +55442,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Determines if a name corresponds to a shader object /// /// @@ -54602,7 +55451,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glIsShader")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glIsShader")] public static bool IsShader(UInt32 shader) { @@ -54616,7 +55465,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbSync", Version = "1.2", EntryPoint = "glIsSync")] + /// [requires: v1.2] + [AutoGenerated(Category = "ARB_sync", Version = "1.2", EntryPoint = "glIsSync")] public static bool IsSync(IntPtr sync) { @@ -54631,7 +55481,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.1] /// Determine if a name corresponds to a texture /// /// @@ -54639,7 +55489,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a value that may be the name of a texture. /// /// - [AutoGenerated(Category = "Version11", Version = "1.1", EntryPoint = "glIsTexture")] + [AutoGenerated(Category = "VERSION_1_1", Version = "1.1", EntryPoint = "glIsTexture")] public static bool IsTexture(Int32 texture) { @@ -54654,7 +55504,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.1] /// Determine if a name corresponds to a texture /// /// @@ -54663,7 +55513,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version11", Version = "1.1", EntryPoint = "glIsTexture")] + [AutoGenerated(Category = "VERSION_1_1", Version = "1.1", EntryPoint = "glIsTexture")] public static bool IsTexture(UInt32 texture) { @@ -54677,7 +55527,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbVertexArrayObject", Version = "3.0", EntryPoint = "glIsVertexArray")] + /// [requires: v3.0] + [AutoGenerated(Category = "ARB_vertex_array_object", Version = "3.0", EntryPoint = "glIsVertexArray")] public static bool IsVertexArray(Int32 array) { @@ -54691,8 +55542,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v3.0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbVertexArrayObject", Version = "3.0", EntryPoint = "glIsVertexArray")] + [AutoGenerated(Category = "ARB_vertex_array_object", Version = "3.0", EntryPoint = "glIsVertexArray")] public static bool IsVertexArray(UInt32 array) { @@ -54707,7 +55559,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set light source parameters /// /// @@ -54725,7 +55577,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the value that parameter pname of light source light will be set to. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glLightf")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glLightf")] public static void Light(OpenTK.Graphics.OpenGL.LightName light, OpenTK.Graphics.OpenGL.LightParameter pname, Single param) { @@ -54740,7 +55592,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set light source parameters /// /// @@ -54758,7 +55610,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the value that parameter pname of light source light will be set to. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glLightfv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glLightfv")] public static void Light(OpenTK.Graphics.OpenGL.LightName light, OpenTK.Graphics.OpenGL.LightParameter pname, Single[] @params) { @@ -54779,7 +55631,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set light source parameters /// /// @@ -54798,7 +55650,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glLightfv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glLightfv")] public static unsafe void Light(OpenTK.Graphics.OpenGL.LightName light, OpenTK.Graphics.OpenGL.LightParameter pname, Single* @params) { @@ -54813,7 +55665,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set light source parameters /// /// @@ -54831,7 +55683,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the value that parameter pname of light source light will be set to. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glLighti")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glLighti")] public static void Light(OpenTK.Graphics.OpenGL.LightName light, OpenTK.Graphics.OpenGL.LightParameter pname, Int32 param) { @@ -54846,7 +55698,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set light source parameters /// /// @@ -54864,7 +55716,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the value that parameter pname of light source light will be set to. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glLightiv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glLightiv")] public static void Light(OpenTK.Graphics.OpenGL.LightName light, OpenTK.Graphics.OpenGL.LightParameter pname, Int32[] @params) { @@ -54885,7 +55737,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set light source parameters /// /// @@ -54904,7 +55756,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glLightiv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glLightiv")] public static unsafe void Light(OpenTK.Graphics.OpenGL.LightName light, OpenTK.Graphics.OpenGL.LightParameter pname, Int32* @params) { @@ -54919,7 +55771,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the lighting model parameters /// /// @@ -54932,7 +55784,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the value that param will be set to. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glLightModelf")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glLightModelf")] public static void LightModel(OpenTK.Graphics.OpenGL.LightModelParameter pname, Single param) { @@ -54947,7 +55799,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the lighting model parameters /// /// @@ -54960,7 +55812,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the value that param will be set to. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glLightModelfv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glLightModelfv")] public static void LightModel(OpenTK.Graphics.OpenGL.LightModelParameter pname, Single[] @params) { @@ -54981,7 +55833,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the lighting model parameters /// /// @@ -54995,7 +55847,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glLightModelfv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glLightModelfv")] public static unsafe void LightModel(OpenTK.Graphics.OpenGL.LightModelParameter pname, Single* @params) { @@ -55010,7 +55862,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the lighting model parameters /// /// @@ -55023,7 +55875,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the value that param will be set to. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glLightModeli")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glLightModeli")] public static void LightModel(OpenTK.Graphics.OpenGL.LightModelParameter pname, Int32 param) { @@ -55038,7 +55890,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the lighting model parameters /// /// @@ -55051,7 +55903,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the value that param will be set to. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glLightModeliv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glLightModeliv")] public static void LightModel(OpenTK.Graphics.OpenGL.LightModelParameter pname, Int32[] @params) { @@ -55072,7 +55924,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the lighting model parameters /// /// @@ -55086,7 +55938,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glLightModeliv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glLightModeliv")] public static unsafe void LightModel(OpenTK.Graphics.OpenGL.LightModelParameter pname, Int32* @params) { @@ -55101,7 +55953,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Specify the line stipple pattern /// /// @@ -55114,7 +55966,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a 16-bit integer whose bit pattern determines which fragments of a line will be drawn when the line is rasterized. Bit zero is used first; the default pattern is all 1's. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glLineStipple")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glLineStipple")] public static void LineStipple(Int32 factor, Int16 pattern) { @@ -55129,7 +55981,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Specify the line stipple pattern /// /// @@ -55143,7 +55995,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glLineStipple")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glLineStipple")] public static void LineStipple(Int32 factor, UInt16 pattern) { @@ -55158,7 +56010,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0] /// Specify the width of rasterized lines /// /// @@ -55166,7 +56018,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the width of rasterized lines. The initial value is 1. /// /// - [AutoGenerated(Category = "Version10", Version = "1.0", EntryPoint = "glLineWidth")] + [AutoGenerated(Category = "VERSION_1_0", Version = "1.0", EntryPoint = "glLineWidth")] public static void LineWidth(Single width) { @@ -55181,7 +56033,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Links a program object /// /// @@ -55189,7 +56041,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the handle of the program object to be linked. /// /// - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glLinkProgram")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glLinkProgram")] public static void LinkProgram(Int32 program) { @@ -55204,7 +56056,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Links a program object /// /// @@ -55213,7 +56065,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glLinkProgram")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glLinkProgram")] public static void LinkProgram(UInt32 program) { @@ -55228,7 +56080,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the display-list base for glCallLists /// /// @@ -55236,7 +56088,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies an integer offset that will be added to glCallLists offsets to generate display-list names. The initial value is 0. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glListBase")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glListBase")] public static void ListBase(Int32 @base) { @@ -55251,7 +56103,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the display-list base for glCallLists /// /// @@ -55260,7 +56112,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glListBase")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glListBase")] public static void ListBase(UInt32 @base) { @@ -55275,10 +56127,10 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Replace the current matrix with the identity matrix /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glLoadIdentity")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glLoadIdentity")] public static void LoadIdentity() { @@ -55293,7 +56145,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Replace the current matrix with the specified matrix /// /// @@ -55301,7 +56153,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to 16 consecutive values, which are used as the elements of a 4 times 4 column-major matrix. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glLoadMatrixd")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glLoadMatrixd")] public static void LoadMatrix(Double[] m) { @@ -55322,7 +56174,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Replace the current matrix with the specified matrix /// /// @@ -55330,7 +56182,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to 16 consecutive values, which are used as the elements of a 4 times 4 column-major matrix. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glLoadMatrixd")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glLoadMatrixd")] public static void LoadMatrix(ref Double m) { @@ -55351,7 +56203,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Replace the current matrix with the specified matrix /// /// @@ -55360,7 +56212,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glLoadMatrixd")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glLoadMatrixd")] public static unsafe void LoadMatrix(Double* m) { @@ -55375,7 +56227,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Replace the current matrix with the specified matrix /// /// @@ -55383,7 +56235,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to 16 consecutive values, which are used as the elements of a 4 times 4 column-major matrix. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glLoadMatrixf")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glLoadMatrixf")] public static void LoadMatrix(Single[] m) { @@ -55404,7 +56256,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Replace the current matrix with the specified matrix /// /// @@ -55412,7 +56264,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to 16 consecutive values, which are used as the elements of a 4 times 4 column-major matrix. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glLoadMatrixf")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glLoadMatrixf")] public static void LoadMatrix(ref Single m) { @@ -55433,7 +56285,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Replace the current matrix with the specified matrix /// /// @@ -55442,7 +56294,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glLoadMatrixf")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glLoadMatrixf")] public static unsafe void LoadMatrix(Single* m) { @@ -55457,7 +56309,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Load a name onto the name stack /// /// @@ -55465,7 +56317,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a name that will replace the top value on the name stack. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glLoadName")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glLoadName")] public static void LoadName(Int32 name) { @@ -55480,7 +56332,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Load a name onto the name stack /// /// @@ -55489,7 +56341,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glLoadName")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glLoadName")] public static void LoadName(UInt32 name) { @@ -55504,7 +56356,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.3][deprecated: v3.1] /// Replace the current matrix with the specified row-major ordered matrix /// /// @@ -55512,7 +56364,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to 16 consecutive values, which are used as the elements of a 4 times 4 row-major matrix. /// /// - [AutoGenerated(Category = "Version13Deprecated", Version = "1.3", EntryPoint = "glLoadTransposeMatrixd")] + [AutoGenerated(Category = "VERSION_1_3_DEPRECATED", Version = "1.3", EntryPoint = "glLoadTransposeMatrixd")] public static void LoadTransposeMatrix(Double[] m) { @@ -55533,7 +56385,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.3][deprecated: v3.1] /// Replace the current matrix with the specified row-major ordered matrix /// /// @@ -55541,7 +56393,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to 16 consecutive values, which are used as the elements of a 4 times 4 row-major matrix. /// /// - [AutoGenerated(Category = "Version13Deprecated", Version = "1.3", EntryPoint = "glLoadTransposeMatrixd")] + [AutoGenerated(Category = "VERSION_1_3_DEPRECATED", Version = "1.3", EntryPoint = "glLoadTransposeMatrixd")] public static void LoadTransposeMatrix(ref Double m) { @@ -55562,7 +56414,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.3][deprecated: v3.1] /// Replace the current matrix with the specified row-major ordered matrix /// /// @@ -55571,7 +56423,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version13Deprecated", Version = "1.3", EntryPoint = "glLoadTransposeMatrixd")] + [AutoGenerated(Category = "VERSION_1_3_DEPRECATED", Version = "1.3", EntryPoint = "glLoadTransposeMatrixd")] public static unsafe void LoadTransposeMatrix(Double* m) { @@ -55586,7 +56438,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.3][deprecated: v3.1] /// Replace the current matrix with the specified row-major ordered matrix /// /// @@ -55594,7 +56446,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to 16 consecutive values, which are used as the elements of a 4 times 4 row-major matrix. /// /// - [AutoGenerated(Category = "Version13Deprecated", Version = "1.3", EntryPoint = "glLoadTransposeMatrixf")] + [AutoGenerated(Category = "VERSION_1_3_DEPRECATED", Version = "1.3", EntryPoint = "glLoadTransposeMatrixf")] public static void LoadTransposeMatrix(Single[] m) { @@ -55615,7 +56467,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.3][deprecated: v3.1] /// Replace the current matrix with the specified row-major ordered matrix /// /// @@ -55623,7 +56475,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to 16 consecutive values, which are used as the elements of a 4 times 4 row-major matrix. /// /// - [AutoGenerated(Category = "Version13Deprecated", Version = "1.3", EntryPoint = "glLoadTransposeMatrixf")] + [AutoGenerated(Category = "VERSION_1_3_DEPRECATED", Version = "1.3", EntryPoint = "glLoadTransposeMatrixf")] public static void LoadTransposeMatrix(ref Single m) { @@ -55644,7 +56496,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.3][deprecated: v3.1] /// Replace the current matrix with the specified row-major ordered matrix /// /// @@ -55653,7 +56505,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version13Deprecated", Version = "1.3", EntryPoint = "glLoadTransposeMatrixf")] + [AutoGenerated(Category = "VERSION_1_3_DEPRECATED", Version = "1.3", EntryPoint = "glLoadTransposeMatrixf")] public static unsafe void LoadTransposeMatrix(Single* m) { @@ -55668,7 +56520,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0] /// Specify a logical pixel operation for color index rendering /// /// @@ -55676,7 +56528,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a symbolic constant that selects a logical operation. The following symbols are accepted: GL_CLEAR, GL_SET, GL_COPY, GL_COPY_INVERTED, GL_NOOP, GL_INVERT, GL_AND, GL_NAND, GL_OR, GL_NOR, GL_XOR, GL_EQUIV, GL_AND_REVERSE, GL_AND_INVERTED, GL_OR_REVERSE, and GL_OR_INVERTED. The initial value is GL_COPY. /// /// - [AutoGenerated(Category = "Version10", Version = "1.0", EntryPoint = "glLogicOp")] + [AutoGenerated(Category = "VERSION_1_0", Version = "1.0", EntryPoint = "glLogicOp")] public static void LogicOp(OpenTK.Graphics.OpenGL.LogicOp opcode) { @@ -55691,7 +56543,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Define a one-dimensional evaluator /// /// @@ -55719,7 +56571,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the array of control points. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glMap1d")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glMap1d")] public static void Map1(OpenTK.Graphics.OpenGL.MapTarget target, Double u1, Double u2, Int32 stride, Int32 order, Double[] points) { @@ -55740,7 +56592,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Define a one-dimensional evaluator /// /// @@ -55768,7 +56620,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the array of control points. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glMap1d")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glMap1d")] public static void Map1(OpenTK.Graphics.OpenGL.MapTarget target, Double u1, Double u2, Int32 stride, Int32 order, ref Double points) { @@ -55789,7 +56641,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Define a one-dimensional evaluator /// /// @@ -55818,7 +56670,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glMap1d")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glMap1d")] public static unsafe void Map1(OpenTK.Graphics.OpenGL.MapTarget target, Double u1, Double u2, Int32 stride, Int32 order, Double* points) { @@ -55833,7 +56685,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Define a one-dimensional evaluator /// /// @@ -55861,7 +56713,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the array of control points. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glMap1f")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glMap1f")] public static void Map1(OpenTK.Graphics.OpenGL.MapTarget target, Single u1, Single u2, Int32 stride, Int32 order, Single[] points) { @@ -55882,7 +56734,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Define a one-dimensional evaluator /// /// @@ -55910,7 +56762,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the array of control points. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glMap1f")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glMap1f")] public static void Map1(OpenTK.Graphics.OpenGL.MapTarget target, Single u1, Single u2, Int32 stride, Int32 order, ref Single points) { @@ -55931,7 +56783,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Define a one-dimensional evaluator /// /// @@ -55960,7 +56812,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glMap1f")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glMap1f")] public static unsafe void Map1(OpenTK.Graphics.OpenGL.MapTarget target, Single u1, Single u2, Int32 stride, Int32 order, Single* points) { @@ -55975,7 +56827,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Define a two-dimensional evaluator /// /// @@ -56018,7 +56870,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the array of control points. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glMap2d")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glMap2d")] public static void Map2(OpenTK.Graphics.OpenGL.MapTarget target, Double u1, Double u2, Int32 ustride, Int32 uorder, Double v1, Double v2, Int32 vstride, Int32 vorder, Double[] points) { @@ -56039,7 +56891,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Define a two-dimensional evaluator /// /// @@ -56082,7 +56934,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the array of control points. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glMap2d")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glMap2d")] public static void Map2(OpenTK.Graphics.OpenGL.MapTarget target, Double u1, Double u2, Int32 ustride, Int32 uorder, Double v1, Double v2, Int32 vstride, Int32 vorder, ref Double points) { @@ -56103,7 +56955,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Define a two-dimensional evaluator /// /// @@ -56147,7 +56999,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glMap2d")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glMap2d")] public static unsafe void Map2(OpenTK.Graphics.OpenGL.MapTarget target, Double u1, Double u2, Int32 ustride, Int32 uorder, Double v1, Double v2, Int32 vstride, Int32 vorder, Double* points) { @@ -56162,7 +57014,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Define a two-dimensional evaluator /// /// @@ -56205,7 +57057,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the array of control points. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glMap2f")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glMap2f")] public static void Map2(OpenTK.Graphics.OpenGL.MapTarget target, Single u1, Single u2, Int32 ustride, Int32 uorder, Single v1, Single v2, Int32 vstride, Int32 vorder, Single[] points) { @@ -56226,7 +57078,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Define a two-dimensional evaluator /// /// @@ -56269,7 +57121,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the array of control points. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glMap2f")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glMap2f")] public static void Map2(OpenTK.Graphics.OpenGL.MapTarget target, Single u1, Single u2, Int32 ustride, Int32 uorder, Single v1, Single v2, Int32 vstride, Int32 vorder, ref Single points) { @@ -56290,7 +57142,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Define a two-dimensional evaluator /// /// @@ -56334,7 +57186,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glMap2f")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glMap2f")] public static unsafe void Map2(OpenTK.Graphics.OpenGL.MapTarget target, Single u1, Single u2, Int32 ustride, Int32 uorder, Single v1, Single v2, Int32 vstride, Int32 vorder, Single* points) { @@ -56349,7 +57201,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.5] /// Map a buffer object's data store /// /// @@ -56363,7 +57215,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version15", Version = "1.5", EntryPoint = "glMapBuffer")] + [AutoGenerated(Category = "VERSION_1_5", Version = "1.5", EntryPoint = "glMapBuffer")] public static unsafe System.IntPtr MapBuffer(OpenTK.Graphics.OpenGL.BufferTarget target, OpenTK.Graphics.OpenGL.BufferAccess access) { @@ -56377,8 +57229,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v3.0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbMapBufferRange", Version = "3.0", EntryPoint = "glMapBufferRange")] + [AutoGenerated(Category = "ARB_map_buffer_range", Version = "3.0", EntryPoint = "glMapBufferRange")] public static unsafe System.IntPtr MapBufferRange(OpenTK.Graphics.OpenGL.BufferTarget target, IntPtr offset, IntPtr length, OpenTK.Graphics.OpenGL.BufferAccessMask access) { @@ -56393,7 +57246,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Define a one- or two-dimensional mesh /// /// @@ -56416,7 +57269,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the mappings for integer grid domain values j = 0 and j = vn (glMapGrid2 only). /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glMapGrid1d")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glMapGrid1d")] public static void MapGrid1(Int32 un, Double u1, Double u2) { @@ -56431,7 +57284,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Define a one- or two-dimensional mesh /// /// @@ -56454,7 +57307,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the mappings for integer grid domain values j = 0 and j = vn (glMapGrid2 only). /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glMapGrid1f")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glMapGrid1f")] public static void MapGrid1(Int32 un, Single u1, Single u2) { @@ -56469,7 +57322,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Define a one- or two-dimensional mesh /// /// @@ -56492,7 +57345,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the mappings for integer grid domain values j = 0 and j = vn (glMapGrid2 only). /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glMapGrid2d")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glMapGrid2d")] public static void MapGrid2(Int32 un, Double u1, Double u2, Int32 vn, Double v1, Double v2) { @@ -56507,7 +57360,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Define a one- or two-dimensional mesh /// /// @@ -56530,7 +57383,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the mappings for integer grid domain values j = 0 and j = vn (glMapGrid2 only). /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glMapGrid2f")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glMapGrid2f")] public static void MapGrid2(Int32 un, Single u1, Single u2, Int32 vn, Single v1, Single v2) { @@ -56545,7 +57398,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Specify material parameters for the lighting model /// /// @@ -56563,7 +57416,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the value that parameter GL_SHININESS will be set to. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glMaterialf")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glMaterialf")] public static void Material(OpenTK.Graphics.OpenGL.MaterialFace face, OpenTK.Graphics.OpenGL.MaterialParameter pname, Single param) { @@ -56578,7 +57431,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Specify material parameters for the lighting model /// /// @@ -56596,7 +57449,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the value that parameter GL_SHININESS will be set to. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glMaterialfv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glMaterialfv")] public static void Material(OpenTK.Graphics.OpenGL.MaterialFace face, OpenTK.Graphics.OpenGL.MaterialParameter pname, Single[] @params) { @@ -56617,7 +57470,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Specify material parameters for the lighting model /// /// @@ -56636,7 +57489,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glMaterialfv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glMaterialfv")] public static unsafe void Material(OpenTK.Graphics.OpenGL.MaterialFace face, OpenTK.Graphics.OpenGL.MaterialParameter pname, Single* @params) { @@ -56651,7 +57504,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Specify material parameters for the lighting model /// /// @@ -56669,7 +57522,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the value that parameter GL_SHININESS will be set to. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glMateriali")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glMateriali")] public static void Material(OpenTK.Graphics.OpenGL.MaterialFace face, OpenTK.Graphics.OpenGL.MaterialParameter pname, Int32 param) { @@ -56684,7 +57537,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Specify material parameters for the lighting model /// /// @@ -56702,7 +57555,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the value that parameter GL_SHININESS will be set to. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glMaterialiv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glMaterialiv")] public static void Material(OpenTK.Graphics.OpenGL.MaterialFace face, OpenTK.Graphics.OpenGL.MaterialParameter pname, Int32[] @params) { @@ -56723,7 +57576,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Specify material parameters for the lighting model /// /// @@ -56742,7 +57595,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glMaterialiv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glMaterialiv")] public static unsafe void Material(OpenTK.Graphics.OpenGL.MaterialFace face, OpenTK.Graphics.OpenGL.MaterialParameter pname, Int32* @params) { @@ -56757,7 +57610,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Specify which matrix is the current matrix /// /// @@ -56765,7 +57618,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies which matrix stack is the target for subsequent matrix operations. Three values are accepted: GL_MODELVIEW, GL_PROJECTION, and GL_TEXTURE. The initial value is GL_MODELVIEW. Additionally, if the ARB_imaging extension is supported, GL_COLOR is also accepted. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glMatrixMode")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glMatrixMode")] public static void MatrixMode(OpenTK.Graphics.OpenGL.MatrixMode mode) { @@ -56780,7 +57633,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2][deprecated: v3.1] /// Define minmax table /// /// @@ -56798,7 +57651,7 @@ namespace OpenTK.Graphics.OpenGL /// If GL_TRUE, pixels will be consumed by the minmax process and no drawing or texture loading will take place. If GL_FALSE, pixels will proceed to the final conversion process after minmax. /// /// - [AutoGenerated(Category = "Version12Deprecated", Version = "1.2", EntryPoint = "glMinmax")] + [AutoGenerated(Category = "VERSION_1_2_DEPRECATED", Version = "1.2", EntryPoint = "glMinmax")] public static void Minmax(OpenTK.Graphics.OpenGL.MinmaxTarget target, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, bool sink) { @@ -56812,7 +57665,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbSampleShading", Version = "1.2", EntryPoint = "glMinSampleShading")] + /// [requires: v1.2] + [AutoGenerated(Category = "ARB_sample_shading", Version = "1.2", EntryPoint = "glMinSampleShading")] public static void MinSampleShading(Single value) { @@ -56827,7 +57681,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.4] /// Render multiple sets of primitives from array data /// /// @@ -56850,7 +57704,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the size of the first and count /// /// - [AutoGenerated(Category = "Version14", Version = "1.4", EntryPoint = "glMultiDrawArrays")] + [AutoGenerated(Category = "VERSION_1_4", Version = "1.4", EntryPoint = "glMultiDrawArrays")] public static void MultiDrawArrays(OpenTK.Graphics.OpenGL.BeginMode mode, [OutAttribute] Int32[] first, [OutAttribute] Int32[] count, Int32 primcount) { @@ -56872,7 +57726,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.4] /// Render multiple sets of primitives from array data /// /// @@ -56895,7 +57749,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the size of the first and count /// /// - [AutoGenerated(Category = "Version14", Version = "1.4", EntryPoint = "glMultiDrawArrays")] + [AutoGenerated(Category = "VERSION_1_4", Version = "1.4", EntryPoint = "glMultiDrawArrays")] public static void MultiDrawArrays(OpenTK.Graphics.OpenGL.BeginMode mode, [OutAttribute] out Int32 first, [OutAttribute] out Int32 count, Int32 primcount) { @@ -56919,7 +57773,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.4] /// Render multiple sets of primitives from array data /// /// @@ -56943,7 +57797,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version14", Version = "1.4", EntryPoint = "glMultiDrawArrays")] + [AutoGenerated(Category = "VERSION_1_4", Version = "1.4", EntryPoint = "glMultiDrawArrays")] public static unsafe void MultiDrawArrays(OpenTK.Graphics.OpenGL.BeginMode mode, [OutAttribute] Int32* first, [OutAttribute] Int32* count, Int32 primcount) { @@ -56958,7 +57812,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.4] /// Render multiple sets of primitives by specifying indices of array data elements /// /// @@ -56986,7 +57840,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the size of the count array. /// /// - [AutoGenerated(Category = "Version14", Version = "1.4", EntryPoint = "glMultiDrawElements")] + [AutoGenerated(Category = "VERSION_1_4", Version = "1.4", EntryPoint = "glMultiDrawElements")] public static void MultiDrawElements(OpenTK.Graphics.OpenGL.BeginMode mode, Int32[] count, OpenTK.Graphics.OpenGL.DrawElementsType type, IntPtr indices, Int32 primcount) { @@ -57007,7 +57861,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.4] /// Render multiple sets of primitives by specifying indices of array data elements /// /// @@ -57035,7 +57889,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the size of the count array. /// /// - [AutoGenerated(Category = "Version14", Version = "1.4", EntryPoint = "glMultiDrawElements")] + [AutoGenerated(Category = "VERSION_1_4", Version = "1.4", EntryPoint = "glMultiDrawElements")] public static void MultiDrawElements(OpenTK.Graphics.OpenGL.BeginMode mode, Int32[] count, OpenTK.Graphics.OpenGL.DrawElementsType type, [InAttribute, OutAttribute] T3[] indices, Int32 primcount) where T3 : struct @@ -57065,7 +57919,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.4] /// Render multiple sets of primitives by specifying indices of array data elements /// /// @@ -57093,7 +57947,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the size of the count array. /// /// - [AutoGenerated(Category = "Version14", Version = "1.4", EntryPoint = "glMultiDrawElements")] + [AutoGenerated(Category = "VERSION_1_4", Version = "1.4", EntryPoint = "glMultiDrawElements")] public static void MultiDrawElements(OpenTK.Graphics.OpenGL.BeginMode mode, Int32[] count, OpenTK.Graphics.OpenGL.DrawElementsType type, [InAttribute, OutAttribute] T3[,] indices, Int32 primcount) where T3 : struct @@ -57123,7 +57977,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.4] /// Render multiple sets of primitives by specifying indices of array data elements /// /// @@ -57151,7 +58005,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the size of the count array. /// /// - [AutoGenerated(Category = "Version14", Version = "1.4", EntryPoint = "glMultiDrawElements")] + [AutoGenerated(Category = "VERSION_1_4", Version = "1.4", EntryPoint = "glMultiDrawElements")] public static void MultiDrawElements(OpenTK.Graphics.OpenGL.BeginMode mode, Int32[] count, OpenTK.Graphics.OpenGL.DrawElementsType type, [InAttribute, OutAttribute] T3[,,] indices, Int32 primcount) where T3 : struct @@ -57181,7 +58035,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.4] /// Render multiple sets of primitives by specifying indices of array data elements /// /// @@ -57209,7 +58063,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the size of the count array. /// /// - [AutoGenerated(Category = "Version14", Version = "1.4", EntryPoint = "glMultiDrawElements")] + [AutoGenerated(Category = "VERSION_1_4", Version = "1.4", EntryPoint = "glMultiDrawElements")] public static void MultiDrawElements(OpenTK.Graphics.OpenGL.BeginMode mode, Int32[] count, OpenTK.Graphics.OpenGL.DrawElementsType type, [InAttribute, OutAttribute] ref T3 indices, Int32 primcount) where T3 : struct @@ -57240,7 +58094,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.4] /// Render multiple sets of primitives by specifying indices of array data elements /// /// @@ -57268,7 +58122,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the size of the count array. /// /// - [AutoGenerated(Category = "Version14", Version = "1.4", EntryPoint = "glMultiDrawElements")] + [AutoGenerated(Category = "VERSION_1_4", Version = "1.4", EntryPoint = "glMultiDrawElements")] public static void MultiDrawElements(OpenTK.Graphics.OpenGL.BeginMode mode, ref Int32 count, OpenTK.Graphics.OpenGL.DrawElementsType type, IntPtr indices, Int32 primcount) { @@ -57289,7 +58143,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.4] /// Render multiple sets of primitives by specifying indices of array data elements /// /// @@ -57317,7 +58171,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the size of the count array. /// /// - [AutoGenerated(Category = "Version14", Version = "1.4", EntryPoint = "glMultiDrawElements")] + [AutoGenerated(Category = "VERSION_1_4", Version = "1.4", EntryPoint = "glMultiDrawElements")] public static void MultiDrawElements(OpenTK.Graphics.OpenGL.BeginMode mode, ref Int32 count, OpenTK.Graphics.OpenGL.DrawElementsType type, [InAttribute, OutAttribute] T3[] indices, Int32 primcount) where T3 : struct @@ -57347,7 +58201,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.4] /// Render multiple sets of primitives by specifying indices of array data elements /// /// @@ -57375,7 +58229,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the size of the count array. /// /// - [AutoGenerated(Category = "Version14", Version = "1.4", EntryPoint = "glMultiDrawElements")] + [AutoGenerated(Category = "VERSION_1_4", Version = "1.4", EntryPoint = "glMultiDrawElements")] public static void MultiDrawElements(OpenTK.Graphics.OpenGL.BeginMode mode, ref Int32 count, OpenTK.Graphics.OpenGL.DrawElementsType type, [InAttribute, OutAttribute] T3[,] indices, Int32 primcount) where T3 : struct @@ -57405,7 +58259,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.4] /// Render multiple sets of primitives by specifying indices of array data elements /// /// @@ -57433,7 +58287,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the size of the count array. /// /// - [AutoGenerated(Category = "Version14", Version = "1.4", EntryPoint = "glMultiDrawElements")] + [AutoGenerated(Category = "VERSION_1_4", Version = "1.4", EntryPoint = "glMultiDrawElements")] public static void MultiDrawElements(OpenTK.Graphics.OpenGL.BeginMode mode, ref Int32 count, OpenTK.Graphics.OpenGL.DrawElementsType type, [InAttribute, OutAttribute] T3[,,] indices, Int32 primcount) where T3 : struct @@ -57463,7 +58317,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.4] /// Render multiple sets of primitives by specifying indices of array data elements /// /// @@ -57491,7 +58345,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the size of the count array. /// /// - [AutoGenerated(Category = "Version14", Version = "1.4", EntryPoint = "glMultiDrawElements")] + [AutoGenerated(Category = "VERSION_1_4", Version = "1.4", EntryPoint = "glMultiDrawElements")] public static void MultiDrawElements(OpenTK.Graphics.OpenGL.BeginMode mode, ref Int32 count, OpenTK.Graphics.OpenGL.DrawElementsType type, [InAttribute, OutAttribute] ref T3 indices, Int32 primcount) where T3 : struct @@ -57522,7 +58376,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.4] /// Render multiple sets of primitives by specifying indices of array data elements /// /// @@ -57551,7 +58405,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version14", Version = "1.4", EntryPoint = "glMultiDrawElements")] + [AutoGenerated(Category = "VERSION_1_4", Version = "1.4", EntryPoint = "glMultiDrawElements")] public static unsafe void MultiDrawElements(OpenTK.Graphics.OpenGL.BeginMode mode, Int32* count, OpenTK.Graphics.OpenGL.DrawElementsType type, IntPtr indices, Int32 primcount) { @@ -57566,7 +58420,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.4] /// Render multiple sets of primitives by specifying indices of array data elements /// /// @@ -57595,7 +58449,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version14", Version = "1.4", EntryPoint = "glMultiDrawElements")] + [AutoGenerated(Category = "VERSION_1_4", Version = "1.4", EntryPoint = "glMultiDrawElements")] public static unsafe void MultiDrawElements(OpenTK.Graphics.OpenGL.BeginMode mode, Int32* count, OpenTK.Graphics.OpenGL.DrawElementsType type, [InAttribute, OutAttribute] T3[] indices, Int32 primcount) where T3 : struct @@ -57619,7 +58473,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.4] /// Render multiple sets of primitives by specifying indices of array data elements /// /// @@ -57648,7 +58502,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version14", Version = "1.4", EntryPoint = "glMultiDrawElements")] + [AutoGenerated(Category = "VERSION_1_4", Version = "1.4", EntryPoint = "glMultiDrawElements")] public static unsafe void MultiDrawElements(OpenTK.Graphics.OpenGL.BeginMode mode, Int32* count, OpenTK.Graphics.OpenGL.DrawElementsType type, [InAttribute, OutAttribute] T3[,] indices, Int32 primcount) where T3 : struct @@ -57672,7 +58526,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.4] /// Render multiple sets of primitives by specifying indices of array data elements /// /// @@ -57701,7 +58555,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version14", Version = "1.4", EntryPoint = "glMultiDrawElements")] + [AutoGenerated(Category = "VERSION_1_4", Version = "1.4", EntryPoint = "glMultiDrawElements")] public static unsafe void MultiDrawElements(OpenTK.Graphics.OpenGL.BeginMode mode, Int32* count, OpenTK.Graphics.OpenGL.DrawElementsType type, [InAttribute, OutAttribute] T3[,,] indices, Int32 primcount) where T3 : struct @@ -57725,7 +58579,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.4] /// Render multiple sets of primitives by specifying indices of array data elements /// /// @@ -57754,7 +58608,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version14", Version = "1.4", EntryPoint = "glMultiDrawElements")] + [AutoGenerated(Category = "VERSION_1_4", Version = "1.4", EntryPoint = "glMultiDrawElements")] public static unsafe void MultiDrawElements(OpenTK.Graphics.OpenGL.BeginMode mode, Int32* count, OpenTK.Graphics.OpenGL.DrawElementsType type, [InAttribute, OutAttribute] ref T3 indices, Int32 primcount) where T3 : struct @@ -57778,7 +58632,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbDrawElementsBaseVertex", Version = "1.2", EntryPoint = "glMultiDrawElementsBaseVertex")] + /// [requires: v1.2] + [AutoGenerated(Category = "ARB_draw_elements_base_vertex", Version = "1.2", EntryPoint = "glMultiDrawElementsBaseVertex")] public static void MultiDrawElementsBaseVertex(OpenTK.Graphics.OpenGL.BeginMode mode, Int32[] count, OpenTK.Graphics.OpenGL.DrawElementsType type, IntPtr indices, Int32 primcount, Int32[] basevertex) { @@ -57799,7 +58654,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbDrawElementsBaseVertex", Version = "1.2", EntryPoint = "glMultiDrawElementsBaseVertex")] + /// [requires: v1.2] + [AutoGenerated(Category = "ARB_draw_elements_base_vertex", Version = "1.2", EntryPoint = "glMultiDrawElementsBaseVertex")] public static void MultiDrawElementsBaseVertex(OpenTK.Graphics.OpenGL.BeginMode mode, Int32[] count, OpenTK.Graphics.OpenGL.DrawElementsType type, [InAttribute, OutAttribute] T3[] indices, Int32 primcount, Int32[] basevertex) where T3 : struct @@ -57829,7 +58685,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbDrawElementsBaseVertex", Version = "1.2", EntryPoint = "glMultiDrawElementsBaseVertex")] + /// [requires: v1.2] + [AutoGenerated(Category = "ARB_draw_elements_base_vertex", Version = "1.2", EntryPoint = "glMultiDrawElementsBaseVertex")] public static void MultiDrawElementsBaseVertex(OpenTK.Graphics.OpenGL.BeginMode mode, Int32[] count, OpenTK.Graphics.OpenGL.DrawElementsType type, [InAttribute, OutAttribute] T3[,] indices, Int32 primcount, Int32[] basevertex) where T3 : struct @@ -57859,7 +58716,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbDrawElementsBaseVertex", Version = "1.2", EntryPoint = "glMultiDrawElementsBaseVertex")] + /// [requires: v1.2] + [AutoGenerated(Category = "ARB_draw_elements_base_vertex", Version = "1.2", EntryPoint = "glMultiDrawElementsBaseVertex")] public static void MultiDrawElementsBaseVertex(OpenTK.Graphics.OpenGL.BeginMode mode, Int32[] count, OpenTK.Graphics.OpenGL.DrawElementsType type, [InAttribute, OutAttribute] T3[,,] indices, Int32 primcount, Int32[] basevertex) where T3 : struct @@ -57889,7 +58747,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbDrawElementsBaseVertex", Version = "1.2", EntryPoint = "glMultiDrawElementsBaseVertex")] + /// [requires: v1.2] + [AutoGenerated(Category = "ARB_draw_elements_base_vertex", Version = "1.2", EntryPoint = "glMultiDrawElementsBaseVertex")] public static void MultiDrawElementsBaseVertex(OpenTK.Graphics.OpenGL.BeginMode mode, Int32[] count, OpenTK.Graphics.OpenGL.DrawElementsType type, [InAttribute, OutAttribute] ref T3 indices, Int32 primcount, Int32[] basevertex) where T3 : struct @@ -57920,7 +58779,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbDrawElementsBaseVertex", Version = "1.2", EntryPoint = "glMultiDrawElementsBaseVertex")] + /// [requires: v1.2] + [AutoGenerated(Category = "ARB_draw_elements_base_vertex", Version = "1.2", EntryPoint = "glMultiDrawElementsBaseVertex")] public static void MultiDrawElementsBaseVertex(OpenTK.Graphics.OpenGL.BeginMode mode, ref Int32 count, OpenTK.Graphics.OpenGL.DrawElementsType type, IntPtr indices, Int32 primcount, ref Int32 basevertex) { @@ -57941,7 +58801,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbDrawElementsBaseVertex", Version = "1.2", EntryPoint = "glMultiDrawElementsBaseVertex")] + /// [requires: v1.2] + [AutoGenerated(Category = "ARB_draw_elements_base_vertex", Version = "1.2", EntryPoint = "glMultiDrawElementsBaseVertex")] public static void MultiDrawElementsBaseVertex(OpenTK.Graphics.OpenGL.BeginMode mode, ref Int32 count, OpenTK.Graphics.OpenGL.DrawElementsType type, [InAttribute, OutAttribute] T3[] indices, Int32 primcount, ref Int32 basevertex) where T3 : struct @@ -57971,7 +58832,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbDrawElementsBaseVertex", Version = "1.2", EntryPoint = "glMultiDrawElementsBaseVertex")] + /// [requires: v1.2] + [AutoGenerated(Category = "ARB_draw_elements_base_vertex", Version = "1.2", EntryPoint = "glMultiDrawElementsBaseVertex")] public static void MultiDrawElementsBaseVertex(OpenTK.Graphics.OpenGL.BeginMode mode, ref Int32 count, OpenTK.Graphics.OpenGL.DrawElementsType type, [InAttribute, OutAttribute] T3[,] indices, Int32 primcount, ref Int32 basevertex) where T3 : struct @@ -58001,7 +58863,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbDrawElementsBaseVertex", Version = "1.2", EntryPoint = "glMultiDrawElementsBaseVertex")] + /// [requires: v1.2] + [AutoGenerated(Category = "ARB_draw_elements_base_vertex", Version = "1.2", EntryPoint = "glMultiDrawElementsBaseVertex")] public static void MultiDrawElementsBaseVertex(OpenTK.Graphics.OpenGL.BeginMode mode, ref Int32 count, OpenTK.Graphics.OpenGL.DrawElementsType type, [InAttribute, OutAttribute] T3[,,] indices, Int32 primcount, ref Int32 basevertex) where T3 : struct @@ -58031,7 +58894,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbDrawElementsBaseVertex", Version = "1.2", EntryPoint = "glMultiDrawElementsBaseVertex")] + /// [requires: v1.2] + [AutoGenerated(Category = "ARB_draw_elements_base_vertex", Version = "1.2", EntryPoint = "glMultiDrawElementsBaseVertex")] public static void MultiDrawElementsBaseVertex(OpenTK.Graphics.OpenGL.BeginMode mode, ref Int32 count, OpenTK.Graphics.OpenGL.DrawElementsType type, [InAttribute, OutAttribute] ref T3 indices, Int32 primcount, ref Int32 basevertex) where T3 : struct @@ -58062,8 +58926,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v1.2] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbDrawElementsBaseVertex", Version = "1.2", EntryPoint = "glMultiDrawElementsBaseVertex")] + [AutoGenerated(Category = "ARB_draw_elements_base_vertex", Version = "1.2", EntryPoint = "glMultiDrawElementsBaseVertex")] public static unsafe void MultiDrawElementsBaseVertex(OpenTK.Graphics.OpenGL.BeginMode mode, Int32* count, OpenTK.Graphics.OpenGL.DrawElementsType type, IntPtr indices, Int32 primcount, Int32* basevertex) { @@ -58077,8 +58942,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v1.2] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbDrawElementsBaseVertex", Version = "1.2", EntryPoint = "glMultiDrawElementsBaseVertex")] + [AutoGenerated(Category = "ARB_draw_elements_base_vertex", Version = "1.2", EntryPoint = "glMultiDrawElementsBaseVertex")] public static unsafe void MultiDrawElementsBaseVertex(OpenTK.Graphics.OpenGL.BeginMode mode, Int32* count, OpenTK.Graphics.OpenGL.DrawElementsType type, [InAttribute, OutAttribute] T3[] indices, Int32 primcount, Int32* basevertex) where T3 : struct @@ -58101,8 +58967,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v1.2] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbDrawElementsBaseVertex", Version = "1.2", EntryPoint = "glMultiDrawElementsBaseVertex")] + [AutoGenerated(Category = "ARB_draw_elements_base_vertex", Version = "1.2", EntryPoint = "glMultiDrawElementsBaseVertex")] public static unsafe void MultiDrawElementsBaseVertex(OpenTK.Graphics.OpenGL.BeginMode mode, Int32* count, OpenTK.Graphics.OpenGL.DrawElementsType type, [InAttribute, OutAttribute] T3[,] indices, Int32 primcount, Int32* basevertex) where T3 : struct @@ -58125,8 +58992,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v1.2] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbDrawElementsBaseVertex", Version = "1.2", EntryPoint = "glMultiDrawElementsBaseVertex")] + [AutoGenerated(Category = "ARB_draw_elements_base_vertex", Version = "1.2", EntryPoint = "glMultiDrawElementsBaseVertex")] public static unsafe void MultiDrawElementsBaseVertex(OpenTK.Graphics.OpenGL.BeginMode mode, Int32* count, OpenTK.Graphics.OpenGL.DrawElementsType type, [InAttribute, OutAttribute] T3[,,] indices, Int32 primcount, Int32* basevertex) where T3 : struct @@ -58149,8 +59017,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v1.2] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbDrawElementsBaseVertex", Version = "1.2", EntryPoint = "glMultiDrawElementsBaseVertex")] + [AutoGenerated(Category = "ARB_draw_elements_base_vertex", Version = "1.2", EntryPoint = "glMultiDrawElementsBaseVertex")] public static unsafe void MultiDrawElementsBaseVertex(OpenTK.Graphics.OpenGL.BeginMode mode, Int32* count, OpenTK.Graphics.OpenGL.DrawElementsType type, [InAttribute, OutAttribute] ref T3 indices, Int32 primcount, Int32* basevertex) where T3 : struct @@ -58175,7 +59044,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.3][deprecated: v3.1] /// Set the current texture coordinates /// /// @@ -58188,7 +59057,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "Version13Deprecated", Version = "1.3", EntryPoint = "glMultiTexCoord1d")] + [AutoGenerated(Category = "VERSION_1_3_DEPRECATED", Version = "1.3", EntryPoint = "glMultiTexCoord1d")] public static void MultiTexCoord1(OpenTK.Graphics.OpenGL.TextureUnit target, Double s) { @@ -58203,7 +59072,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.3][deprecated: v3.1] /// Set the current texture coordinates /// /// @@ -58217,7 +59086,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version13Deprecated", Version = "1.3", EntryPoint = "glMultiTexCoord1dv")] + [AutoGenerated(Category = "VERSION_1_3_DEPRECATED", Version = "1.3", EntryPoint = "glMultiTexCoord1dv")] public static unsafe void MultiTexCoord1(OpenTK.Graphics.OpenGL.TextureUnit target, Double* v) { @@ -58232,7 +59101,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.3][deprecated: v3.1] /// Set the current texture coordinates /// /// @@ -58245,7 +59114,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "Version13Deprecated", Version = "1.3", EntryPoint = "glMultiTexCoord1f")] + [AutoGenerated(Category = "VERSION_1_3_DEPRECATED", Version = "1.3", EntryPoint = "glMultiTexCoord1f")] public static void MultiTexCoord1(OpenTK.Graphics.OpenGL.TextureUnit target, Single s) { @@ -58260,7 +59129,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.3][deprecated: v3.1] /// Set the current texture coordinates /// /// @@ -58274,7 +59143,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version13Deprecated", Version = "1.3", EntryPoint = "glMultiTexCoord1fv")] + [AutoGenerated(Category = "VERSION_1_3_DEPRECATED", Version = "1.3", EntryPoint = "glMultiTexCoord1fv")] public static unsafe void MultiTexCoord1(OpenTK.Graphics.OpenGL.TextureUnit target, Single* v) { @@ -58289,7 +59158,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.3][deprecated: v3.1] /// Set the current texture coordinates /// /// @@ -58302,7 +59171,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "Version13Deprecated", Version = "1.3", EntryPoint = "glMultiTexCoord1i")] + [AutoGenerated(Category = "VERSION_1_3_DEPRECATED", Version = "1.3", EntryPoint = "glMultiTexCoord1i")] public static void MultiTexCoord1(OpenTK.Graphics.OpenGL.TextureUnit target, Int32 s) { @@ -58317,7 +59186,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.3][deprecated: v3.1] /// Set the current texture coordinates /// /// @@ -58331,7 +59200,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version13Deprecated", Version = "1.3", EntryPoint = "glMultiTexCoord1iv")] + [AutoGenerated(Category = "VERSION_1_3_DEPRECATED", Version = "1.3", EntryPoint = "glMultiTexCoord1iv")] public static unsafe void MultiTexCoord1(OpenTK.Graphics.OpenGL.TextureUnit target, Int32* v) { @@ -58346,7 +59215,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.3][deprecated: v3.1] /// Set the current texture coordinates /// /// @@ -58359,7 +59228,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "Version13Deprecated", Version = "1.3", EntryPoint = "glMultiTexCoord1s")] + [AutoGenerated(Category = "VERSION_1_3_DEPRECATED", Version = "1.3", EntryPoint = "glMultiTexCoord1s")] public static void MultiTexCoord1(OpenTK.Graphics.OpenGL.TextureUnit target, Int16 s) { @@ -58374,7 +59243,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.3][deprecated: v3.1] /// Set the current texture coordinates /// /// @@ -58388,7 +59257,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version13Deprecated", Version = "1.3", EntryPoint = "glMultiTexCoord1sv")] + [AutoGenerated(Category = "VERSION_1_3_DEPRECATED", Version = "1.3", EntryPoint = "glMultiTexCoord1sv")] public static unsafe void MultiTexCoord1(OpenTK.Graphics.OpenGL.TextureUnit target, Int16* v) { @@ -58403,7 +59272,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.3][deprecated: v3.1] /// Set the current texture coordinates /// /// @@ -58416,7 +59285,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "Version13Deprecated", Version = "1.3", EntryPoint = "glMultiTexCoord2d")] + [AutoGenerated(Category = "VERSION_1_3_DEPRECATED", Version = "1.3", EntryPoint = "glMultiTexCoord2d")] public static void MultiTexCoord2(OpenTK.Graphics.OpenGL.TextureUnit target, Double s, Double t) { @@ -58431,7 +59300,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.3][deprecated: v3.1] /// Set the current texture coordinates /// /// @@ -58444,7 +59313,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "Version13Deprecated", Version = "1.3", EntryPoint = "glMultiTexCoord2dv")] + [AutoGenerated(Category = "VERSION_1_3_DEPRECATED", Version = "1.3", EntryPoint = "glMultiTexCoord2dv")] public static void MultiTexCoord2(OpenTK.Graphics.OpenGL.TextureUnit target, Double[] v) { @@ -58465,7 +59334,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.3][deprecated: v3.1] /// Set the current texture coordinates /// /// @@ -58478,7 +59347,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "Version13Deprecated", Version = "1.3", EntryPoint = "glMultiTexCoord2dv")] + [AutoGenerated(Category = "VERSION_1_3_DEPRECATED", Version = "1.3", EntryPoint = "glMultiTexCoord2dv")] public static void MultiTexCoord2(OpenTK.Graphics.OpenGL.TextureUnit target, ref Double v) { @@ -58499,7 +59368,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.3][deprecated: v3.1] /// Set the current texture coordinates /// /// @@ -58513,7 +59382,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version13Deprecated", Version = "1.3", EntryPoint = "glMultiTexCoord2dv")] + [AutoGenerated(Category = "VERSION_1_3_DEPRECATED", Version = "1.3", EntryPoint = "glMultiTexCoord2dv")] public static unsafe void MultiTexCoord2(OpenTK.Graphics.OpenGL.TextureUnit target, Double* v) { @@ -58528,7 +59397,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.3][deprecated: v3.1] /// Set the current texture coordinates /// /// @@ -58541,7 +59410,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "Version13Deprecated", Version = "1.3", EntryPoint = "glMultiTexCoord2f")] + [AutoGenerated(Category = "VERSION_1_3_DEPRECATED", Version = "1.3", EntryPoint = "glMultiTexCoord2f")] public static void MultiTexCoord2(OpenTK.Graphics.OpenGL.TextureUnit target, Single s, Single t) { @@ -58556,7 +59425,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.3][deprecated: v3.1] /// Set the current texture coordinates /// /// @@ -58569,7 +59438,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "Version13Deprecated", Version = "1.3", EntryPoint = "glMultiTexCoord2fv")] + [AutoGenerated(Category = "VERSION_1_3_DEPRECATED", Version = "1.3", EntryPoint = "glMultiTexCoord2fv")] public static void MultiTexCoord2(OpenTK.Graphics.OpenGL.TextureUnit target, Single[] v) { @@ -58590,7 +59459,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.3][deprecated: v3.1] /// Set the current texture coordinates /// /// @@ -58603,7 +59472,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "Version13Deprecated", Version = "1.3", EntryPoint = "glMultiTexCoord2fv")] + [AutoGenerated(Category = "VERSION_1_3_DEPRECATED", Version = "1.3", EntryPoint = "glMultiTexCoord2fv")] public static void MultiTexCoord2(OpenTK.Graphics.OpenGL.TextureUnit target, ref Single v) { @@ -58624,7 +59493,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.3][deprecated: v3.1] /// Set the current texture coordinates /// /// @@ -58638,7 +59507,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version13Deprecated", Version = "1.3", EntryPoint = "glMultiTexCoord2fv")] + [AutoGenerated(Category = "VERSION_1_3_DEPRECATED", Version = "1.3", EntryPoint = "glMultiTexCoord2fv")] public static unsafe void MultiTexCoord2(OpenTK.Graphics.OpenGL.TextureUnit target, Single* v) { @@ -58653,7 +59522,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.3][deprecated: v3.1] /// Set the current texture coordinates /// /// @@ -58666,7 +59535,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "Version13Deprecated", Version = "1.3", EntryPoint = "glMultiTexCoord2i")] + [AutoGenerated(Category = "VERSION_1_3_DEPRECATED", Version = "1.3", EntryPoint = "glMultiTexCoord2i")] public static void MultiTexCoord2(OpenTK.Graphics.OpenGL.TextureUnit target, Int32 s, Int32 t) { @@ -58681,7 +59550,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.3][deprecated: v3.1] /// Set the current texture coordinates /// /// @@ -58694,7 +59563,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "Version13Deprecated", Version = "1.3", EntryPoint = "glMultiTexCoord2iv")] + [AutoGenerated(Category = "VERSION_1_3_DEPRECATED", Version = "1.3", EntryPoint = "glMultiTexCoord2iv")] public static void MultiTexCoord2(OpenTK.Graphics.OpenGL.TextureUnit target, Int32[] v) { @@ -58715,7 +59584,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.3][deprecated: v3.1] /// Set the current texture coordinates /// /// @@ -58728,7 +59597,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "Version13Deprecated", Version = "1.3", EntryPoint = "glMultiTexCoord2iv")] + [AutoGenerated(Category = "VERSION_1_3_DEPRECATED", Version = "1.3", EntryPoint = "glMultiTexCoord2iv")] public static void MultiTexCoord2(OpenTK.Graphics.OpenGL.TextureUnit target, ref Int32 v) { @@ -58749,7 +59618,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.3][deprecated: v3.1] /// Set the current texture coordinates /// /// @@ -58763,7 +59632,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version13Deprecated", Version = "1.3", EntryPoint = "glMultiTexCoord2iv")] + [AutoGenerated(Category = "VERSION_1_3_DEPRECATED", Version = "1.3", EntryPoint = "glMultiTexCoord2iv")] public static unsafe void MultiTexCoord2(OpenTK.Graphics.OpenGL.TextureUnit target, Int32* v) { @@ -58778,7 +59647,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.3][deprecated: v3.1] /// Set the current texture coordinates /// /// @@ -58791,7 +59660,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "Version13Deprecated", Version = "1.3", EntryPoint = "glMultiTexCoord2s")] + [AutoGenerated(Category = "VERSION_1_3_DEPRECATED", Version = "1.3", EntryPoint = "glMultiTexCoord2s")] public static void MultiTexCoord2(OpenTK.Graphics.OpenGL.TextureUnit target, Int16 s, Int16 t) { @@ -58806,7 +59675,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.3][deprecated: v3.1] /// Set the current texture coordinates /// /// @@ -58819,7 +59688,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "Version13Deprecated", Version = "1.3", EntryPoint = "glMultiTexCoord2sv")] + [AutoGenerated(Category = "VERSION_1_3_DEPRECATED", Version = "1.3", EntryPoint = "glMultiTexCoord2sv")] public static void MultiTexCoord2(OpenTK.Graphics.OpenGL.TextureUnit target, Int16[] v) { @@ -58840,7 +59709,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.3][deprecated: v3.1] /// Set the current texture coordinates /// /// @@ -58853,7 +59722,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "Version13Deprecated", Version = "1.3", EntryPoint = "glMultiTexCoord2sv")] + [AutoGenerated(Category = "VERSION_1_3_DEPRECATED", Version = "1.3", EntryPoint = "glMultiTexCoord2sv")] public static void MultiTexCoord2(OpenTK.Graphics.OpenGL.TextureUnit target, ref Int16 v) { @@ -58874,7 +59743,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.3][deprecated: v3.1] /// Set the current texture coordinates /// /// @@ -58888,7 +59757,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version13Deprecated", Version = "1.3", EntryPoint = "glMultiTexCoord2sv")] + [AutoGenerated(Category = "VERSION_1_3_DEPRECATED", Version = "1.3", EntryPoint = "glMultiTexCoord2sv")] public static unsafe void MultiTexCoord2(OpenTK.Graphics.OpenGL.TextureUnit target, Int16* v) { @@ -58903,7 +59772,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.3][deprecated: v3.1] /// Set the current texture coordinates /// /// @@ -58916,7 +59785,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "Version13Deprecated", Version = "1.3", EntryPoint = "glMultiTexCoord3d")] + [AutoGenerated(Category = "VERSION_1_3_DEPRECATED", Version = "1.3", EntryPoint = "glMultiTexCoord3d")] public static void MultiTexCoord3(OpenTK.Graphics.OpenGL.TextureUnit target, Double s, Double t, Double r) { @@ -58931,7 +59800,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.3][deprecated: v3.1] /// Set the current texture coordinates /// /// @@ -58944,7 +59813,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "Version13Deprecated", Version = "1.3", EntryPoint = "glMultiTexCoord3dv")] + [AutoGenerated(Category = "VERSION_1_3_DEPRECATED", Version = "1.3", EntryPoint = "glMultiTexCoord3dv")] public static void MultiTexCoord3(OpenTK.Graphics.OpenGL.TextureUnit target, Double[] v) { @@ -58965,7 +59834,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.3][deprecated: v3.1] /// Set the current texture coordinates /// /// @@ -58978,7 +59847,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "Version13Deprecated", Version = "1.3", EntryPoint = "glMultiTexCoord3dv")] + [AutoGenerated(Category = "VERSION_1_3_DEPRECATED", Version = "1.3", EntryPoint = "glMultiTexCoord3dv")] public static void MultiTexCoord3(OpenTK.Graphics.OpenGL.TextureUnit target, ref Double v) { @@ -58999,7 +59868,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.3][deprecated: v3.1] /// Set the current texture coordinates /// /// @@ -59013,7 +59882,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version13Deprecated", Version = "1.3", EntryPoint = "glMultiTexCoord3dv")] + [AutoGenerated(Category = "VERSION_1_3_DEPRECATED", Version = "1.3", EntryPoint = "glMultiTexCoord3dv")] public static unsafe void MultiTexCoord3(OpenTK.Graphics.OpenGL.TextureUnit target, Double* v) { @@ -59028,7 +59897,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.3][deprecated: v3.1] /// Set the current texture coordinates /// /// @@ -59041,7 +59910,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "Version13Deprecated", Version = "1.3", EntryPoint = "glMultiTexCoord3f")] + [AutoGenerated(Category = "VERSION_1_3_DEPRECATED", Version = "1.3", EntryPoint = "glMultiTexCoord3f")] public static void MultiTexCoord3(OpenTK.Graphics.OpenGL.TextureUnit target, Single s, Single t, Single r) { @@ -59056,7 +59925,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.3][deprecated: v3.1] /// Set the current texture coordinates /// /// @@ -59069,7 +59938,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "Version13Deprecated", Version = "1.3", EntryPoint = "glMultiTexCoord3fv")] + [AutoGenerated(Category = "VERSION_1_3_DEPRECATED", Version = "1.3", EntryPoint = "glMultiTexCoord3fv")] public static void MultiTexCoord3(OpenTK.Graphics.OpenGL.TextureUnit target, Single[] v) { @@ -59090,7 +59959,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.3][deprecated: v3.1] /// Set the current texture coordinates /// /// @@ -59103,7 +59972,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "Version13Deprecated", Version = "1.3", EntryPoint = "glMultiTexCoord3fv")] + [AutoGenerated(Category = "VERSION_1_3_DEPRECATED", Version = "1.3", EntryPoint = "glMultiTexCoord3fv")] public static void MultiTexCoord3(OpenTK.Graphics.OpenGL.TextureUnit target, ref Single v) { @@ -59124,7 +59993,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.3][deprecated: v3.1] /// Set the current texture coordinates /// /// @@ -59138,7 +60007,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version13Deprecated", Version = "1.3", EntryPoint = "glMultiTexCoord3fv")] + [AutoGenerated(Category = "VERSION_1_3_DEPRECATED", Version = "1.3", EntryPoint = "glMultiTexCoord3fv")] public static unsafe void MultiTexCoord3(OpenTK.Graphics.OpenGL.TextureUnit target, Single* v) { @@ -59153,7 +60022,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.3][deprecated: v3.1] /// Set the current texture coordinates /// /// @@ -59166,7 +60035,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "Version13Deprecated", Version = "1.3", EntryPoint = "glMultiTexCoord3i")] + [AutoGenerated(Category = "VERSION_1_3_DEPRECATED", Version = "1.3", EntryPoint = "glMultiTexCoord3i")] public static void MultiTexCoord3(OpenTK.Graphics.OpenGL.TextureUnit target, Int32 s, Int32 t, Int32 r) { @@ -59181,7 +60050,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.3][deprecated: v3.1] /// Set the current texture coordinates /// /// @@ -59194,7 +60063,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "Version13Deprecated", Version = "1.3", EntryPoint = "glMultiTexCoord3iv")] + [AutoGenerated(Category = "VERSION_1_3_DEPRECATED", Version = "1.3", EntryPoint = "glMultiTexCoord3iv")] public static void MultiTexCoord3(OpenTK.Graphics.OpenGL.TextureUnit target, Int32[] v) { @@ -59215,7 +60084,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.3][deprecated: v3.1] /// Set the current texture coordinates /// /// @@ -59228,7 +60097,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "Version13Deprecated", Version = "1.3", EntryPoint = "glMultiTexCoord3iv")] + [AutoGenerated(Category = "VERSION_1_3_DEPRECATED", Version = "1.3", EntryPoint = "glMultiTexCoord3iv")] public static void MultiTexCoord3(OpenTK.Graphics.OpenGL.TextureUnit target, ref Int32 v) { @@ -59249,7 +60118,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.3][deprecated: v3.1] /// Set the current texture coordinates /// /// @@ -59263,7 +60132,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version13Deprecated", Version = "1.3", EntryPoint = "glMultiTexCoord3iv")] + [AutoGenerated(Category = "VERSION_1_3_DEPRECATED", Version = "1.3", EntryPoint = "glMultiTexCoord3iv")] public static unsafe void MultiTexCoord3(OpenTK.Graphics.OpenGL.TextureUnit target, Int32* v) { @@ -59278,7 +60147,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.3][deprecated: v3.1] /// Set the current texture coordinates /// /// @@ -59291,7 +60160,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "Version13Deprecated", Version = "1.3", EntryPoint = "glMultiTexCoord3s")] + [AutoGenerated(Category = "VERSION_1_3_DEPRECATED", Version = "1.3", EntryPoint = "glMultiTexCoord3s")] public static void MultiTexCoord3(OpenTK.Graphics.OpenGL.TextureUnit target, Int16 s, Int16 t, Int16 r) { @@ -59306,7 +60175,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.3][deprecated: v3.1] /// Set the current texture coordinates /// /// @@ -59319,7 +60188,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "Version13Deprecated", Version = "1.3", EntryPoint = "glMultiTexCoord3sv")] + [AutoGenerated(Category = "VERSION_1_3_DEPRECATED", Version = "1.3", EntryPoint = "glMultiTexCoord3sv")] public static void MultiTexCoord3(OpenTK.Graphics.OpenGL.TextureUnit target, Int16[] v) { @@ -59340,7 +60209,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.3][deprecated: v3.1] /// Set the current texture coordinates /// /// @@ -59353,7 +60222,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "Version13Deprecated", Version = "1.3", EntryPoint = "glMultiTexCoord3sv")] + [AutoGenerated(Category = "VERSION_1_3_DEPRECATED", Version = "1.3", EntryPoint = "glMultiTexCoord3sv")] public static void MultiTexCoord3(OpenTK.Graphics.OpenGL.TextureUnit target, ref Int16 v) { @@ -59374,7 +60243,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.3][deprecated: v3.1] /// Set the current texture coordinates /// /// @@ -59388,7 +60257,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version13Deprecated", Version = "1.3", EntryPoint = "glMultiTexCoord3sv")] + [AutoGenerated(Category = "VERSION_1_3_DEPRECATED", Version = "1.3", EntryPoint = "glMultiTexCoord3sv")] public static unsafe void MultiTexCoord3(OpenTK.Graphics.OpenGL.TextureUnit target, Int16* v) { @@ -59403,7 +60272,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.3][deprecated: v3.1] /// Set the current texture coordinates /// /// @@ -59416,7 +60285,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "Version13Deprecated", Version = "1.3", EntryPoint = "glMultiTexCoord4d")] + [AutoGenerated(Category = "VERSION_1_3_DEPRECATED", Version = "1.3", EntryPoint = "glMultiTexCoord4d")] public static void MultiTexCoord4(OpenTK.Graphics.OpenGL.TextureUnit target, Double s, Double t, Double r, Double q) { @@ -59431,7 +60300,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.3][deprecated: v3.1] /// Set the current texture coordinates /// /// @@ -59444,7 +60313,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "Version13Deprecated", Version = "1.3", EntryPoint = "glMultiTexCoord4dv")] + [AutoGenerated(Category = "VERSION_1_3_DEPRECATED", Version = "1.3", EntryPoint = "glMultiTexCoord4dv")] public static void MultiTexCoord4(OpenTK.Graphics.OpenGL.TextureUnit target, Double[] v) { @@ -59465,7 +60334,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.3][deprecated: v3.1] /// Set the current texture coordinates /// /// @@ -59478,7 +60347,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "Version13Deprecated", Version = "1.3", EntryPoint = "glMultiTexCoord4dv")] + [AutoGenerated(Category = "VERSION_1_3_DEPRECATED", Version = "1.3", EntryPoint = "glMultiTexCoord4dv")] public static void MultiTexCoord4(OpenTK.Graphics.OpenGL.TextureUnit target, ref Double v) { @@ -59499,7 +60368,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.3][deprecated: v3.1] /// Set the current texture coordinates /// /// @@ -59513,7 +60382,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version13Deprecated", Version = "1.3", EntryPoint = "glMultiTexCoord4dv")] + [AutoGenerated(Category = "VERSION_1_3_DEPRECATED", Version = "1.3", EntryPoint = "glMultiTexCoord4dv")] public static unsafe void MultiTexCoord4(OpenTK.Graphics.OpenGL.TextureUnit target, Double* v) { @@ -59528,7 +60397,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.3][deprecated: v3.1] /// Set the current texture coordinates /// /// @@ -59541,7 +60410,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "Version13Deprecated", Version = "1.3", EntryPoint = "glMultiTexCoord4f")] + [AutoGenerated(Category = "VERSION_1_3_DEPRECATED", Version = "1.3", EntryPoint = "glMultiTexCoord4f")] public static void MultiTexCoord4(OpenTK.Graphics.OpenGL.TextureUnit target, Single s, Single t, Single r, Single q) { @@ -59556,7 +60425,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.3][deprecated: v3.1] /// Set the current texture coordinates /// /// @@ -59569,7 +60438,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "Version13Deprecated", Version = "1.3", EntryPoint = "glMultiTexCoord4fv")] + [AutoGenerated(Category = "VERSION_1_3_DEPRECATED", Version = "1.3", EntryPoint = "glMultiTexCoord4fv")] public static void MultiTexCoord4(OpenTK.Graphics.OpenGL.TextureUnit target, Single[] v) { @@ -59590,7 +60459,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.3][deprecated: v3.1] /// Set the current texture coordinates /// /// @@ -59603,7 +60472,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "Version13Deprecated", Version = "1.3", EntryPoint = "glMultiTexCoord4fv")] + [AutoGenerated(Category = "VERSION_1_3_DEPRECATED", Version = "1.3", EntryPoint = "glMultiTexCoord4fv")] public static void MultiTexCoord4(OpenTK.Graphics.OpenGL.TextureUnit target, ref Single v) { @@ -59624,7 +60493,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.3][deprecated: v3.1] /// Set the current texture coordinates /// /// @@ -59638,7 +60507,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version13Deprecated", Version = "1.3", EntryPoint = "glMultiTexCoord4fv")] + [AutoGenerated(Category = "VERSION_1_3_DEPRECATED", Version = "1.3", EntryPoint = "glMultiTexCoord4fv")] public static unsafe void MultiTexCoord4(OpenTK.Graphics.OpenGL.TextureUnit target, Single* v) { @@ -59653,7 +60522,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.3][deprecated: v3.1] /// Set the current texture coordinates /// /// @@ -59666,7 +60535,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "Version13Deprecated", Version = "1.3", EntryPoint = "glMultiTexCoord4i")] + [AutoGenerated(Category = "VERSION_1_3_DEPRECATED", Version = "1.3", EntryPoint = "glMultiTexCoord4i")] public static void MultiTexCoord4(OpenTK.Graphics.OpenGL.TextureUnit target, Int32 s, Int32 t, Int32 r, Int32 q) { @@ -59681,7 +60550,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.3][deprecated: v3.1] /// Set the current texture coordinates /// /// @@ -59694,7 +60563,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "Version13Deprecated", Version = "1.3", EntryPoint = "glMultiTexCoord4iv")] + [AutoGenerated(Category = "VERSION_1_3_DEPRECATED", Version = "1.3", EntryPoint = "glMultiTexCoord4iv")] public static void MultiTexCoord4(OpenTK.Graphics.OpenGL.TextureUnit target, Int32[] v) { @@ -59715,7 +60584,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.3][deprecated: v3.1] /// Set the current texture coordinates /// /// @@ -59728,7 +60597,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "Version13Deprecated", Version = "1.3", EntryPoint = "glMultiTexCoord4iv")] + [AutoGenerated(Category = "VERSION_1_3_DEPRECATED", Version = "1.3", EntryPoint = "glMultiTexCoord4iv")] public static void MultiTexCoord4(OpenTK.Graphics.OpenGL.TextureUnit target, ref Int32 v) { @@ -59749,7 +60618,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.3][deprecated: v3.1] /// Set the current texture coordinates /// /// @@ -59763,7 +60632,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version13Deprecated", Version = "1.3", EntryPoint = "glMultiTexCoord4iv")] + [AutoGenerated(Category = "VERSION_1_3_DEPRECATED", Version = "1.3", EntryPoint = "glMultiTexCoord4iv")] public static unsafe void MultiTexCoord4(OpenTK.Graphics.OpenGL.TextureUnit target, Int32* v) { @@ -59778,7 +60647,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.3][deprecated: v3.1] /// Set the current texture coordinates /// /// @@ -59791,7 +60660,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "Version13Deprecated", Version = "1.3", EntryPoint = "glMultiTexCoord4s")] + [AutoGenerated(Category = "VERSION_1_3_DEPRECATED", Version = "1.3", EntryPoint = "glMultiTexCoord4s")] public static void MultiTexCoord4(OpenTK.Graphics.OpenGL.TextureUnit target, Int16 s, Int16 t, Int16 r, Int16 q) { @@ -59806,7 +60675,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.3][deprecated: v3.1] /// Set the current texture coordinates /// /// @@ -59819,7 +60688,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "Version13Deprecated", Version = "1.3", EntryPoint = "glMultiTexCoord4sv")] + [AutoGenerated(Category = "VERSION_1_3_DEPRECATED", Version = "1.3", EntryPoint = "glMultiTexCoord4sv")] public static void MultiTexCoord4(OpenTK.Graphics.OpenGL.TextureUnit target, Int16[] v) { @@ -59840,7 +60709,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.3][deprecated: v3.1] /// Set the current texture coordinates /// /// @@ -59853,7 +60722,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "Version13Deprecated", Version = "1.3", EntryPoint = "glMultiTexCoord4sv")] + [AutoGenerated(Category = "VERSION_1_3_DEPRECATED", Version = "1.3", EntryPoint = "glMultiTexCoord4sv")] public static void MultiTexCoord4(OpenTK.Graphics.OpenGL.TextureUnit target, ref Int16 v) { @@ -59874,7 +60743,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.3][deprecated: v3.1] /// Set the current texture coordinates /// /// @@ -59888,7 +60757,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version13Deprecated", Version = "1.3", EntryPoint = "glMultiTexCoord4sv")] + [AutoGenerated(Category = "VERSION_1_3_DEPRECATED", Version = "1.3", EntryPoint = "glMultiTexCoord4sv")] public static unsafe void MultiTexCoord4(OpenTK.Graphics.OpenGL.TextureUnit target, Int16* v) { @@ -59903,7 +60772,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Multiply the current matrix with the specified matrix /// /// @@ -59911,7 +60780,7 @@ namespace OpenTK.Graphics.OpenGL /// Points to 16 consecutive values that are used as the elements of a 4 times 4 column-major matrix. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glMultMatrixd")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glMultMatrixd")] public static void MultMatrix(Double[] m) { @@ -59932,7 +60801,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Multiply the current matrix with the specified matrix /// /// @@ -59940,7 +60809,7 @@ namespace OpenTK.Graphics.OpenGL /// Points to 16 consecutive values that are used as the elements of a 4 times 4 column-major matrix. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glMultMatrixd")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glMultMatrixd")] public static void MultMatrix(ref Double m) { @@ -59961,7 +60830,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Multiply the current matrix with the specified matrix /// /// @@ -59970,7 +60839,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glMultMatrixd")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glMultMatrixd")] public static unsafe void MultMatrix(Double* m) { @@ -59985,7 +60854,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Multiply the current matrix with the specified matrix /// /// @@ -59993,7 +60862,7 @@ namespace OpenTK.Graphics.OpenGL /// Points to 16 consecutive values that are used as the elements of a 4 times 4 column-major matrix. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glMultMatrixf")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glMultMatrixf")] public static void MultMatrix(Single[] m) { @@ -60014,7 +60883,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Multiply the current matrix with the specified matrix /// /// @@ -60022,7 +60891,7 @@ namespace OpenTK.Graphics.OpenGL /// Points to 16 consecutive values that are used as the elements of a 4 times 4 column-major matrix. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glMultMatrixf")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glMultMatrixf")] public static void MultMatrix(ref Single m) { @@ -60043,7 +60912,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Multiply the current matrix with the specified matrix /// /// @@ -60052,7 +60921,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glMultMatrixf")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glMultMatrixf")] public static unsafe void MultMatrix(Single* m) { @@ -60067,7 +60936,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.3][deprecated: v3.1] /// Multiply the current matrix with the specified row-major ordered matrix /// /// @@ -60075,7 +60944,7 @@ namespace OpenTK.Graphics.OpenGL /// Points to 16 consecutive values that are used as the elements of a 4 times 4 row-major matrix. /// /// - [AutoGenerated(Category = "Version13Deprecated", Version = "1.3", EntryPoint = "glMultTransposeMatrixd")] + [AutoGenerated(Category = "VERSION_1_3_DEPRECATED", Version = "1.3", EntryPoint = "glMultTransposeMatrixd")] public static void MultTransposeMatrix(Double[] m) { @@ -60096,7 +60965,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.3][deprecated: v3.1] /// Multiply the current matrix with the specified row-major ordered matrix /// /// @@ -60104,7 +60973,7 @@ namespace OpenTK.Graphics.OpenGL /// Points to 16 consecutive values that are used as the elements of a 4 times 4 row-major matrix. /// /// - [AutoGenerated(Category = "Version13Deprecated", Version = "1.3", EntryPoint = "glMultTransposeMatrixd")] + [AutoGenerated(Category = "VERSION_1_3_DEPRECATED", Version = "1.3", EntryPoint = "glMultTransposeMatrixd")] public static void MultTransposeMatrix(ref Double m) { @@ -60125,7 +60994,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.3][deprecated: v3.1] /// Multiply the current matrix with the specified row-major ordered matrix /// /// @@ -60134,7 +61003,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version13Deprecated", Version = "1.3", EntryPoint = "glMultTransposeMatrixd")] + [AutoGenerated(Category = "VERSION_1_3_DEPRECATED", Version = "1.3", EntryPoint = "glMultTransposeMatrixd")] public static unsafe void MultTransposeMatrix(Double* m) { @@ -60149,7 +61018,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.3][deprecated: v3.1] /// Multiply the current matrix with the specified row-major ordered matrix /// /// @@ -60157,7 +61026,7 @@ namespace OpenTK.Graphics.OpenGL /// Points to 16 consecutive values that are used as the elements of a 4 times 4 row-major matrix. /// /// - [AutoGenerated(Category = "Version13Deprecated", Version = "1.3", EntryPoint = "glMultTransposeMatrixf")] + [AutoGenerated(Category = "VERSION_1_3_DEPRECATED", Version = "1.3", EntryPoint = "glMultTransposeMatrixf")] public static void MultTransposeMatrix(Single[] m) { @@ -60178,7 +61047,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.3][deprecated: v3.1] /// Multiply the current matrix with the specified row-major ordered matrix /// /// @@ -60186,7 +61055,7 @@ namespace OpenTK.Graphics.OpenGL /// Points to 16 consecutive values that are used as the elements of a 4 times 4 row-major matrix. /// /// - [AutoGenerated(Category = "Version13Deprecated", Version = "1.3", EntryPoint = "glMultTransposeMatrixf")] + [AutoGenerated(Category = "VERSION_1_3_DEPRECATED", Version = "1.3", EntryPoint = "glMultTransposeMatrixf")] public static void MultTransposeMatrix(ref Single m) { @@ -60207,7 +61076,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.3][deprecated: v3.1] /// Multiply the current matrix with the specified row-major ordered matrix /// /// @@ -60216,7 +61085,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version13Deprecated", Version = "1.3", EntryPoint = "glMultTransposeMatrixf")] + [AutoGenerated(Category = "VERSION_1_3_DEPRECATED", Version = "1.3", EntryPoint = "glMultTransposeMatrixf")] public static unsafe void MultTransposeMatrix(Single* m) { @@ -60231,7 +61100,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Create or replace a display list /// /// @@ -60244,7 +61113,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the compilation mode, which can be GL_COMPILE or GL_COMPILE_AND_EXECUTE. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glNewList")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glNewList")] public static void NewList(Int32 list, OpenTK.Graphics.OpenGL.ListMode mode) { @@ -60259,7 +61128,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Create or replace a display list /// /// @@ -60273,7 +61142,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glNewList")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glNewList")] public static void NewList(UInt32 list, OpenTK.Graphics.OpenGL.ListMode mode) { @@ -60288,7 +61157,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current normal vector /// /// @@ -60299,7 +61168,7 @@ namespace OpenTK.Graphics.OpenGL /// /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glNormal3b")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glNormal3b")] public static void Normal3(Byte nx, Byte ny, Byte nz) { @@ -60314,7 +61183,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current normal vector /// /// @@ -60326,7 +61195,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glNormal3b")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glNormal3b")] public static void Normal3(SByte nx, SByte ny, SByte nz) { @@ -60341,7 +61210,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current normal vector /// /// @@ -60352,7 +61221,7 @@ namespace OpenTK.Graphics.OpenGL /// /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glNormal3bv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glNormal3bv")] public static void Normal3(Byte[] v) { @@ -60373,7 +61242,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current normal vector /// /// @@ -60384,7 +61253,7 @@ namespace OpenTK.Graphics.OpenGL /// /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glNormal3bv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glNormal3bv")] public static void Normal3(ref Byte v) { @@ -60405,7 +61274,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current normal vector /// /// @@ -60417,7 +61286,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glNormal3bv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glNormal3bv")] public static unsafe void Normal3(Byte* v) { @@ -60432,7 +61301,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current normal vector /// /// @@ -60444,7 +61313,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glNormal3bv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glNormal3bv")] public static void Normal3(SByte[] v) { @@ -60465,7 +61334,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current normal vector /// /// @@ -60477,7 +61346,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glNormal3bv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glNormal3bv")] public static void Normal3(ref SByte v) { @@ -60498,7 +61367,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current normal vector /// /// @@ -60510,7 +61379,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glNormal3bv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glNormal3bv")] public static unsafe void Normal3(SByte* v) { @@ -60525,7 +61394,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current normal vector /// /// @@ -60536,7 +61405,7 @@ namespace OpenTK.Graphics.OpenGL /// /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glNormal3d")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glNormal3d")] public static void Normal3(Double nx, Double ny, Double nz) { @@ -60551,7 +61420,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current normal vector /// /// @@ -60562,7 +61431,7 @@ namespace OpenTK.Graphics.OpenGL /// /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glNormal3dv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glNormal3dv")] public static void Normal3(Double[] v) { @@ -60583,7 +61452,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current normal vector /// /// @@ -60594,7 +61463,7 @@ namespace OpenTK.Graphics.OpenGL /// /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glNormal3dv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glNormal3dv")] public static void Normal3(ref Double v) { @@ -60615,7 +61484,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current normal vector /// /// @@ -60627,7 +61496,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glNormal3dv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glNormal3dv")] public static unsafe void Normal3(Double* v) { @@ -60642,7 +61511,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current normal vector /// /// @@ -60653,7 +61522,7 @@ namespace OpenTK.Graphics.OpenGL /// /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glNormal3f")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glNormal3f")] public static void Normal3(Single nx, Single ny, Single nz) { @@ -60668,7 +61537,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current normal vector /// /// @@ -60679,7 +61548,7 @@ namespace OpenTK.Graphics.OpenGL /// /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glNormal3fv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glNormal3fv")] public static void Normal3(Single[] v) { @@ -60700,7 +61569,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current normal vector /// /// @@ -60711,7 +61580,7 @@ namespace OpenTK.Graphics.OpenGL /// /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glNormal3fv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glNormal3fv")] public static void Normal3(ref Single v) { @@ -60732,7 +61601,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current normal vector /// /// @@ -60744,7 +61613,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glNormal3fv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glNormal3fv")] public static unsafe void Normal3(Single* v) { @@ -60759,7 +61628,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current normal vector /// /// @@ -60770,7 +61639,7 @@ namespace OpenTK.Graphics.OpenGL /// /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glNormal3i")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glNormal3i")] public static void Normal3(Int32 nx, Int32 ny, Int32 nz) { @@ -60785,7 +61654,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current normal vector /// /// @@ -60796,7 +61665,7 @@ namespace OpenTK.Graphics.OpenGL /// /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glNormal3iv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glNormal3iv")] public static void Normal3(Int32[] v) { @@ -60817,7 +61686,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current normal vector /// /// @@ -60828,7 +61697,7 @@ namespace OpenTK.Graphics.OpenGL /// /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glNormal3iv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glNormal3iv")] public static void Normal3(ref Int32 v) { @@ -60849,7 +61718,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current normal vector /// /// @@ -60861,7 +61730,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glNormal3iv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glNormal3iv")] public static unsafe void Normal3(Int32* v) { @@ -60876,7 +61745,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current normal vector /// /// @@ -60887,7 +61756,7 @@ namespace OpenTK.Graphics.OpenGL /// /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glNormal3s")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glNormal3s")] public static void Normal3(Int16 nx, Int16 ny, Int16 nz) { @@ -60902,7 +61771,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current normal vector /// /// @@ -60913,7 +61782,7 @@ namespace OpenTK.Graphics.OpenGL /// /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glNormal3sv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glNormal3sv")] public static void Normal3(Int16[] v) { @@ -60934,7 +61803,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current normal vector /// /// @@ -60945,7 +61814,7 @@ namespace OpenTK.Graphics.OpenGL /// /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glNormal3sv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glNormal3sv")] public static void Normal3(ref Int16 v) { @@ -60966,7 +61835,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current normal vector /// /// @@ -60978,7 +61847,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glNormal3sv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glNormal3sv")] public static unsafe void Normal3(Int16* v) { @@ -60993,7 +61862,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.1][deprecated: v3.1] /// Define an array of normals /// /// @@ -61011,7 +61880,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the first coordinate of the first normal in the array. The initial value is 0. /// /// - [AutoGenerated(Category = "Version11Deprecated", Version = "1.1", EntryPoint = "glNormalPointer")] + [AutoGenerated(Category = "VERSION_1_1_DEPRECATED", Version = "1.1", EntryPoint = "glNormalPointer")] public static void NormalPointer(OpenTK.Graphics.OpenGL.NormalPointerType type, Int32 stride, IntPtr pointer) { @@ -61026,7 +61895,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.1][deprecated: v3.1] /// Define an array of normals /// /// @@ -61044,7 +61913,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the first coordinate of the first normal in the array. The initial value is 0. /// /// - [AutoGenerated(Category = "Version11Deprecated", Version = "1.1", EntryPoint = "glNormalPointer")] + [AutoGenerated(Category = "VERSION_1_1_DEPRECATED", Version = "1.1", EntryPoint = "glNormalPointer")] public static void NormalPointer(OpenTK.Graphics.OpenGL.NormalPointerType type, Int32 stride, [InAttribute, OutAttribute] T2[] pointer) where T2 : struct @@ -61068,7 +61937,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.1][deprecated: v3.1] /// Define an array of normals /// /// @@ -61086,7 +61955,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the first coordinate of the first normal in the array. The initial value is 0. /// /// - [AutoGenerated(Category = "Version11Deprecated", Version = "1.1", EntryPoint = "glNormalPointer")] + [AutoGenerated(Category = "VERSION_1_1_DEPRECATED", Version = "1.1", EntryPoint = "glNormalPointer")] public static void NormalPointer(OpenTK.Graphics.OpenGL.NormalPointerType type, Int32 stride, [InAttribute, OutAttribute] T2[,] pointer) where T2 : struct @@ -61110,7 +61979,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.1][deprecated: v3.1] /// Define an array of normals /// /// @@ -61128,7 +61997,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the first coordinate of the first normal in the array. The initial value is 0. /// /// - [AutoGenerated(Category = "Version11Deprecated", Version = "1.1", EntryPoint = "glNormalPointer")] + [AutoGenerated(Category = "VERSION_1_1_DEPRECATED", Version = "1.1", EntryPoint = "glNormalPointer")] public static void NormalPointer(OpenTK.Graphics.OpenGL.NormalPointerType type, Int32 stride, [InAttribute, OutAttribute] T2[,,] pointer) where T2 : struct @@ -61152,7 +62021,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.1][deprecated: v3.1] /// Define an array of normals /// /// @@ -61170,7 +62039,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the first coordinate of the first normal in the array. The initial value is 0. /// /// - [AutoGenerated(Category = "Version11Deprecated", Version = "1.1", EntryPoint = "glNormalPointer")] + [AutoGenerated(Category = "VERSION_1_1_DEPRECATED", Version = "1.1", EntryPoint = "glNormalPointer")] public static void NormalPointer(OpenTK.Graphics.OpenGL.NormalPointerType type, Int32 stride, [InAttribute, OutAttribute] ref T2 pointer) where T2 : struct @@ -61195,7 +62064,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Multiply the current matrix with an orthographic matrix /// /// @@ -61213,7 +62082,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the distances to the nearer and farther depth clipping planes. These values are negative if the plane is to be behind the viewer. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glOrtho")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glOrtho")] public static void Ortho(Double left, Double right, Double bottom, Double top, Double zNear, Double zFar) { @@ -61228,7 +62097,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Place a marker in the feedback buffer /// /// @@ -61236,7 +62105,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a marker value to be placed in the feedback buffer following a GL_PASS_THROUGH_TOKEN. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glPassThrough")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glPassThrough")] public static void PassThrough(Single token) { @@ -61251,7 +62120,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set up pixel transfer maps /// /// @@ -61269,7 +62138,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies an array of mapsize values. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glPixelMapfv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glPixelMapfv")] public static void PixelMap(OpenTK.Graphics.OpenGL.PixelMap map, Int32 mapsize, Single[] values) { @@ -61290,7 +62159,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set up pixel transfer maps /// /// @@ -61308,7 +62177,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies an array of mapsize values. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glPixelMapfv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glPixelMapfv")] public static void PixelMap(OpenTK.Graphics.OpenGL.PixelMap map, Int32 mapsize, ref Single values) { @@ -61329,7 +62198,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set up pixel transfer maps /// /// @@ -61348,7 +62217,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glPixelMapfv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glPixelMapfv")] public static unsafe void PixelMap(OpenTK.Graphics.OpenGL.PixelMap map, Int32 mapsize, Single* values) { @@ -61363,7 +62232,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set up pixel transfer maps /// /// @@ -61381,7 +62250,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies an array of mapsize values. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glPixelMapuiv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glPixelMapuiv")] public static void PixelMap(OpenTK.Graphics.OpenGL.PixelMap map, Int32 mapsize, Int32[] values) { @@ -61402,7 +62271,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set up pixel transfer maps /// /// @@ -61420,7 +62289,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies an array of mapsize values. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glPixelMapuiv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glPixelMapuiv")] public static void PixelMap(OpenTK.Graphics.OpenGL.PixelMap map, Int32 mapsize, ref Int32 values) { @@ -61441,7 +62310,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set up pixel transfer maps /// /// @@ -61460,7 +62329,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glPixelMapuiv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glPixelMapuiv")] public static unsafe void PixelMap(OpenTK.Graphics.OpenGL.PixelMap map, Int32 mapsize, Int32* values) { @@ -61475,7 +62344,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set up pixel transfer maps /// /// @@ -61494,7 +62363,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glPixelMapuiv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glPixelMapuiv")] public static void PixelMap(OpenTK.Graphics.OpenGL.PixelMap map, Int32 mapsize, UInt32[] values) { @@ -61515,7 +62384,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set up pixel transfer maps /// /// @@ -61534,7 +62403,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glPixelMapuiv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glPixelMapuiv")] public static void PixelMap(OpenTK.Graphics.OpenGL.PixelMap map, Int32 mapsize, ref UInt32 values) { @@ -61555,7 +62424,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set up pixel transfer maps /// /// @@ -61574,7 +62443,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glPixelMapuiv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glPixelMapuiv")] public static unsafe void PixelMap(OpenTK.Graphics.OpenGL.PixelMap map, Int32 mapsize, UInt32* values) { @@ -61589,7 +62458,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set up pixel transfer maps /// /// @@ -61607,7 +62476,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies an array of mapsize values. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glPixelMapusv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glPixelMapusv")] public static void PixelMap(OpenTK.Graphics.OpenGL.PixelMap map, Int32 mapsize, Int16[] values) { @@ -61628,7 +62497,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set up pixel transfer maps /// /// @@ -61646,7 +62515,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies an array of mapsize values. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glPixelMapusv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glPixelMapusv")] public static void PixelMap(OpenTK.Graphics.OpenGL.PixelMap map, Int32 mapsize, ref Int16 values) { @@ -61667,7 +62536,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set up pixel transfer maps /// /// @@ -61686,7 +62555,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glPixelMapusv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glPixelMapusv")] public static unsafe void PixelMap(OpenTK.Graphics.OpenGL.PixelMap map, Int32 mapsize, Int16* values) { @@ -61701,7 +62570,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set up pixel transfer maps /// /// @@ -61720,7 +62589,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glPixelMapusv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glPixelMapusv")] public static void PixelMap(OpenTK.Graphics.OpenGL.PixelMap map, Int32 mapsize, UInt16[] values) { @@ -61741,7 +62610,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set up pixel transfer maps /// /// @@ -61760,7 +62629,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glPixelMapusv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glPixelMapusv")] public static void PixelMap(OpenTK.Graphics.OpenGL.PixelMap map, Int32 mapsize, ref UInt16 values) { @@ -61781,7 +62650,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set up pixel transfer maps /// /// @@ -61800,7 +62669,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glPixelMapusv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glPixelMapusv")] public static unsafe void PixelMap(OpenTK.Graphics.OpenGL.PixelMap map, Int32 mapsize, UInt16* values) { @@ -61815,7 +62684,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0] /// Set pixel storage modes /// /// @@ -61828,7 +62697,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the value that pname is set to. /// /// - [AutoGenerated(Category = "Version10", Version = "1.0", EntryPoint = "glPixelStoref")] + [AutoGenerated(Category = "VERSION_1_0", Version = "1.0", EntryPoint = "glPixelStoref")] public static void PixelStore(OpenTK.Graphics.OpenGL.PixelStoreParameter pname, Single param) { @@ -61843,7 +62712,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0] /// Set pixel storage modes /// /// @@ -61856,7 +62725,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the value that pname is set to. /// /// - [AutoGenerated(Category = "Version10", Version = "1.0", EntryPoint = "glPixelStorei")] + [AutoGenerated(Category = "VERSION_1_0", Version = "1.0", EntryPoint = "glPixelStorei")] public static void PixelStore(OpenTK.Graphics.OpenGL.PixelStoreParameter pname, Int32 param) { @@ -61871,7 +62740,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set pixel transfer modes /// /// @@ -61887,7 +62756,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the value that pname is set to. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glPixelTransferf")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glPixelTransferf")] public static void PixelTransfer(OpenTK.Graphics.OpenGL.PixelTransferParameter pname, Single param) { @@ -61902,7 +62771,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set pixel transfer modes /// /// @@ -61918,7 +62787,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the value that pname is set to. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glPixelTransferi")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glPixelTransferi")] public static void PixelTransfer(OpenTK.Graphics.OpenGL.PixelTransferParameter pname, Int32 param) { @@ -61933,7 +62802,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Specify the pixel zoom factors /// /// @@ -61941,7 +62810,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the and zoom factors for pixel write operations. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glPixelZoom")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glPixelZoom")] public static void PixelZoom(Single xfactor, Single yfactor) { @@ -61956,7 +62825,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.4] /// Specify point parameters /// /// @@ -61969,7 +62838,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the value that pname will be set to. /// /// - [AutoGenerated(Category = "Version14", Version = "1.4", EntryPoint = "glPointParameterf")] + [AutoGenerated(Category = "VERSION_1_4", Version = "1.4", EntryPoint = "glPointParameterf")] public static void PointParameter(OpenTK.Graphics.OpenGL.PointParameterName pname, Single param) { @@ -61984,7 +62853,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.4] /// Specify point parameters /// /// @@ -61997,7 +62866,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the value that pname will be set to. /// /// - [AutoGenerated(Category = "Version14", Version = "1.4", EntryPoint = "glPointParameterfv")] + [AutoGenerated(Category = "VERSION_1_4", Version = "1.4", EntryPoint = "glPointParameterfv")] public static void PointParameter(OpenTK.Graphics.OpenGL.PointParameterName pname, Single[] @params) { @@ -62018,7 +62887,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.4] /// Specify point parameters /// /// @@ -62032,7 +62901,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version14", Version = "1.4", EntryPoint = "glPointParameterfv")] + [AutoGenerated(Category = "VERSION_1_4", Version = "1.4", EntryPoint = "glPointParameterfv")] public static unsafe void PointParameter(OpenTK.Graphics.OpenGL.PointParameterName pname, Single* @params) { @@ -62047,7 +62916,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.4] /// Specify point parameters /// /// @@ -62060,7 +62929,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the value that pname will be set to. /// /// - [AutoGenerated(Category = "Version14", Version = "1.4", EntryPoint = "glPointParameteri")] + [AutoGenerated(Category = "VERSION_1_4", Version = "1.4", EntryPoint = "glPointParameteri")] public static void PointParameter(OpenTK.Graphics.OpenGL.PointParameterName pname, Int32 param) { @@ -62075,7 +62944,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.4] /// Specify point parameters /// /// @@ -62088,7 +62957,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the value that pname will be set to. /// /// - [AutoGenerated(Category = "Version14", Version = "1.4", EntryPoint = "glPointParameteriv")] + [AutoGenerated(Category = "VERSION_1_4", Version = "1.4", EntryPoint = "glPointParameteriv")] public static void PointParameter(OpenTK.Graphics.OpenGL.PointParameterName pname, Int32[] @params) { @@ -62109,7 +62978,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.4] /// Specify point parameters /// /// @@ -62123,7 +62992,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version14", Version = "1.4", EntryPoint = "glPointParameteriv")] + [AutoGenerated(Category = "VERSION_1_4", Version = "1.4", EntryPoint = "glPointParameteriv")] public static unsafe void PointParameter(OpenTK.Graphics.OpenGL.PointParameterName pname, Int32* @params) { @@ -62138,7 +63007,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0] /// Specify the diameter of rasterized points /// /// @@ -62146,7 +63015,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the diameter of rasterized points. The initial value is 1. /// /// - [AutoGenerated(Category = "Version10", Version = "1.0", EntryPoint = "glPointSize")] + [AutoGenerated(Category = "VERSION_1_0", Version = "1.0", EntryPoint = "glPointSize")] public static void PointSize(Single size) { @@ -62161,7 +63030,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0] /// Select a polygon rasterization mode /// /// @@ -62174,7 +63043,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies how polygons will be rasterized. Accepted values are GL_POINT, GL_LINE, and GL_FILL. The initial value is GL_FILL for both front- and back-facing polygons. /// /// - [AutoGenerated(Category = "Version10", Version = "1.0", EntryPoint = "glPolygonMode")] + [AutoGenerated(Category = "VERSION_1_0", Version = "1.0", EntryPoint = "glPolygonMode")] public static void PolygonMode(OpenTK.Graphics.OpenGL.MaterialFace face, OpenTK.Graphics.OpenGL.PolygonMode mode) { @@ -62189,7 +63058,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.1] /// Set the scale and units used to calculate depth values /// /// @@ -62202,7 +63071,7 @@ namespace OpenTK.Graphics.OpenGL /// Is multiplied by an implementation-specific value to create a constant depth offset. The initial value is 0. /// /// - [AutoGenerated(Category = "Version11", Version = "1.1", EntryPoint = "glPolygonOffset")] + [AutoGenerated(Category = "VERSION_1_1", Version = "1.1", EntryPoint = "glPolygonOffset")] public static void PolygonOffset(Single factor, Single units) { @@ -62217,7 +63086,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the polygon stippling pattern /// /// @@ -62225,7 +63094,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to a 32 times 32 stipple pattern that will be unpacked from memory in the same way that glDrawPixels unpacks pixels. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glPolygonStipple")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glPolygonStipple")] public static void PolygonStipple(Byte[] mask) { @@ -62246,7 +63115,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the polygon stippling pattern /// /// @@ -62254,7 +63123,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to a 32 times 32 stipple pattern that will be unpacked from memory in the same way that glDrawPixels unpacks pixels. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glPolygonStipple")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glPolygonStipple")] public static void PolygonStipple(ref Byte mask) { @@ -62275,7 +63144,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the polygon stippling pattern /// /// @@ -62284,7 +63153,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glPolygonStipple")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glPolygonStipple")] public static unsafe void PolygonStipple(Byte* mask) { @@ -62298,7 +63167,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glPopAttrib")] + /// [requires: v1.0][deprecated: v3.1] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glPopAttrib")] public static void PopAttrib() { @@ -62312,7 +63182,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "Version11Deprecated", Version = "1.1", EntryPoint = "glPopClientAttrib")] + /// [requires: v1.1][deprecated: v3.1] + [AutoGenerated(Category = "VERSION_1_1_DEPRECATED", Version = "1.1", EntryPoint = "glPopClientAttrib")] public static void PopClientAttrib() { @@ -62326,7 +63197,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glPopMatrix")] + /// [requires: v1.0][deprecated: v3.1] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glPopMatrix")] public static void PopMatrix() { @@ -62340,7 +63212,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glPopName")] + /// [requires: v1.0][deprecated: v3.1] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glPopName")] public static void PopName() { @@ -62354,7 +63227,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "Version31", Version = "3.1", EntryPoint = "glPrimitiveRestartIndex")] + /// [requires: v3.1] + [AutoGenerated(Category = "VERSION_3_1", Version = "3.1", EntryPoint = "glPrimitiveRestartIndex")] public static void PrimitiveRestartIndex(Int32 index) { @@ -62368,8 +63242,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v3.1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version31", Version = "3.1", EntryPoint = "glPrimitiveRestartIndex")] + [AutoGenerated(Category = "VERSION_3_1", Version = "3.1", EntryPoint = "glPrimitiveRestartIndex")] public static void PrimitiveRestartIndex(UInt32 index) { @@ -62384,7 +63259,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.1][deprecated: v3.1] /// Set texture residence priority /// /// @@ -62402,7 +63277,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies an array containing the texture priorities. A priority given in an element of priorities applies to the texture named by the corresponding element of textures. /// /// - [AutoGenerated(Category = "Version11Deprecated", Version = "1.1", EntryPoint = "glPrioritizeTextures")] + [AutoGenerated(Category = "VERSION_1_1_DEPRECATED", Version = "1.1", EntryPoint = "glPrioritizeTextures")] public static void PrioritizeTextures(Int32 n, Int32[] textures, Single[] priorities) { @@ -62424,7 +63299,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.1][deprecated: v3.1] /// Set texture residence priority /// /// @@ -62442,7 +63317,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies an array containing the texture priorities. A priority given in an element of priorities applies to the texture named by the corresponding element of textures. /// /// - [AutoGenerated(Category = "Version11Deprecated", Version = "1.1", EntryPoint = "glPrioritizeTextures")] + [AutoGenerated(Category = "VERSION_1_1_DEPRECATED", Version = "1.1", EntryPoint = "glPrioritizeTextures")] public static void PrioritizeTextures(Int32 n, ref Int32 textures, ref Single priorities) { @@ -62464,7 +63339,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.1][deprecated: v3.1] /// Set texture residence priority /// /// @@ -62483,7 +63358,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version11Deprecated", Version = "1.1", EntryPoint = "glPrioritizeTextures")] + [AutoGenerated(Category = "VERSION_1_1_DEPRECATED", Version = "1.1", EntryPoint = "glPrioritizeTextures")] public static unsafe void PrioritizeTextures(Int32 n, Int32* textures, Single* priorities) { @@ -62498,7 +63373,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.1][deprecated: v3.1] /// Set texture residence priority /// /// @@ -62517,7 +63392,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version11Deprecated", Version = "1.1", EntryPoint = "glPrioritizeTextures")] + [AutoGenerated(Category = "VERSION_1_1_DEPRECATED", Version = "1.1", EntryPoint = "glPrioritizeTextures")] public static void PrioritizeTextures(Int32 n, UInt32[] textures, Single[] priorities) { @@ -62539,7 +63414,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.1][deprecated: v3.1] /// Set texture residence priority /// /// @@ -62558,7 +63433,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version11Deprecated", Version = "1.1", EntryPoint = "glPrioritizeTextures")] + [AutoGenerated(Category = "VERSION_1_1_DEPRECATED", Version = "1.1", EntryPoint = "glPrioritizeTextures")] public static void PrioritizeTextures(Int32 n, ref UInt32 textures, ref Single priorities) { @@ -62580,7 +63455,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.1][deprecated: v3.1] /// Set texture residence priority /// /// @@ -62599,7 +63474,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version11Deprecated", Version = "1.1", EntryPoint = "glPrioritizeTextures")] + [AutoGenerated(Category = "VERSION_1_1_DEPRECATED", Version = "1.1", EntryPoint = "glPrioritizeTextures")] public static unsafe void PrioritizeTextures(Int32 n, UInt32* textures, Single* priorities) { @@ -62613,7 +63488,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "Version32", Version = "1.2", EntryPoint = "glProgramParameteri")] + /// [requires: v1.2] + [AutoGenerated(Category = "VERSION_3_2", Version = "1.2", EntryPoint = "glProgramParameteri")] public static void ProgramParameter(Int32 program, OpenTK.Graphics.OpenGL.Version32 pname, Int32 value) { @@ -62627,8 +63503,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v1.2] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version32", Version = "1.2", EntryPoint = "glProgramParameteri")] + [AutoGenerated(Category = "VERSION_3_2", Version = "1.2", EntryPoint = "glProgramParameteri")] public static void ProgramParameter(UInt32 program, OpenTK.Graphics.OpenGL.Version32 pname, Int32 value) { @@ -62642,7 +63519,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbProvokingVertex", Version = "1.2", EntryPoint = "glProvokingVertex")] + /// [requires: v1.2] + [AutoGenerated(Category = "ARB_provoking_vertex", Version = "1.2", EntryPoint = "glProvokingVertex")] public static void ProvokingVertex(OpenTK.Graphics.OpenGL.ProvokingVertexMode mode) { @@ -62657,7 +63535,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Push and pop the server attribute stack /// /// @@ -62665,7 +63543,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a mask that indicates which attributes to save. Values for mask are listed below. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glPushAttrib")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glPushAttrib")] public static void PushAttrib(OpenTK.Graphics.OpenGL.AttribMask mask) { @@ -62680,7 +63558,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.1][deprecated: v3.1] /// Push and pop the client attribute stack /// /// @@ -62688,7 +63566,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a mask that indicates which attributes to save. Values for mask are listed below. /// /// - [AutoGenerated(Category = "Version11Deprecated", Version = "1.1", EntryPoint = "glPushClientAttrib")] + [AutoGenerated(Category = "VERSION_1_1_DEPRECATED", Version = "1.1", EntryPoint = "glPushClientAttrib")] public static void PushClientAttrib(OpenTK.Graphics.OpenGL.ClientAttribMask mask) { @@ -62703,10 +63581,10 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Push and pop the current matrix stack /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glPushMatrix")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glPushMatrix")] public static void PushMatrix() { @@ -62721,7 +63599,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Push and pop the name stack /// /// @@ -62729,7 +63607,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a name that will be pushed onto the name stack. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glPushName")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glPushName")] public static void PushName(Int32 name) { @@ -62744,7 +63622,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Push and pop the name stack /// /// @@ -62753,7 +63631,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glPushName")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glPushName")] public static void PushName(UInt32 name) { @@ -62768,7 +63646,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Specify the raster position for pixel operations /// /// @@ -62776,7 +63654,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the , , , and object coordinates (if present) for the raster position. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glRasterPos2d")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glRasterPos2d")] public static void RasterPos2(Double x, Double y) { @@ -62791,7 +63669,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Specify the raster position for pixel operations /// /// @@ -62799,7 +63677,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the , , , and object coordinates (if present) for the raster position. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glRasterPos2dv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glRasterPos2dv")] public static void RasterPos2(Double[] v) { @@ -62820,7 +63698,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Specify the raster position for pixel operations /// /// @@ -62828,7 +63706,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the , , , and object coordinates (if present) for the raster position. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glRasterPos2dv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glRasterPos2dv")] public static void RasterPos2(ref Double v) { @@ -62849,7 +63727,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Specify the raster position for pixel operations /// /// @@ -62858,7 +63736,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glRasterPos2dv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glRasterPos2dv")] public static unsafe void RasterPos2(Double* v) { @@ -62873,7 +63751,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Specify the raster position for pixel operations /// /// @@ -62881,7 +63759,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the , , , and object coordinates (if present) for the raster position. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glRasterPos2f")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glRasterPos2f")] public static void RasterPos2(Single x, Single y) { @@ -62896,7 +63774,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Specify the raster position for pixel operations /// /// @@ -62904,7 +63782,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the , , , and object coordinates (if present) for the raster position. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glRasterPos2fv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glRasterPos2fv")] public static void RasterPos2(Single[] v) { @@ -62925,7 +63803,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Specify the raster position for pixel operations /// /// @@ -62933,7 +63811,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the , , , and object coordinates (if present) for the raster position. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glRasterPos2fv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glRasterPos2fv")] public static void RasterPos2(ref Single v) { @@ -62954,7 +63832,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Specify the raster position for pixel operations /// /// @@ -62963,7 +63841,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glRasterPos2fv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glRasterPos2fv")] public static unsafe void RasterPos2(Single* v) { @@ -62978,7 +63856,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Specify the raster position for pixel operations /// /// @@ -62986,7 +63864,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the , , , and object coordinates (if present) for the raster position. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glRasterPos2i")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glRasterPos2i")] public static void RasterPos2(Int32 x, Int32 y) { @@ -63001,7 +63879,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Specify the raster position for pixel operations /// /// @@ -63009,7 +63887,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the , , , and object coordinates (if present) for the raster position. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glRasterPos2iv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glRasterPos2iv")] public static void RasterPos2(Int32[] v) { @@ -63030,7 +63908,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Specify the raster position for pixel operations /// /// @@ -63038,7 +63916,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the , , , and object coordinates (if present) for the raster position. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glRasterPos2iv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glRasterPos2iv")] public static void RasterPos2(ref Int32 v) { @@ -63059,7 +63937,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Specify the raster position for pixel operations /// /// @@ -63068,7 +63946,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glRasterPos2iv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glRasterPos2iv")] public static unsafe void RasterPos2(Int32* v) { @@ -63083,7 +63961,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Specify the raster position for pixel operations /// /// @@ -63091,7 +63969,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the , , , and object coordinates (if present) for the raster position. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glRasterPos2s")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glRasterPos2s")] public static void RasterPos2(Int16 x, Int16 y) { @@ -63106,7 +63984,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Specify the raster position for pixel operations /// /// @@ -63114,7 +63992,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the , , , and object coordinates (if present) for the raster position. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glRasterPos2sv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glRasterPos2sv")] public static void RasterPos2(Int16[] v) { @@ -63135,7 +64013,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Specify the raster position for pixel operations /// /// @@ -63143,7 +64021,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the , , , and object coordinates (if present) for the raster position. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glRasterPos2sv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glRasterPos2sv")] public static void RasterPos2(ref Int16 v) { @@ -63164,7 +64042,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Specify the raster position for pixel operations /// /// @@ -63173,7 +64051,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glRasterPos2sv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glRasterPos2sv")] public static unsafe void RasterPos2(Int16* v) { @@ -63188,7 +64066,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Specify the raster position for pixel operations /// /// @@ -63196,7 +64074,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the , , , and object coordinates (if present) for the raster position. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glRasterPos3d")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glRasterPos3d")] public static void RasterPos3(Double x, Double y, Double z) { @@ -63211,7 +64089,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Specify the raster position for pixel operations /// /// @@ -63219,7 +64097,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the , , , and object coordinates (if present) for the raster position. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glRasterPos3dv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glRasterPos3dv")] public static void RasterPos3(Double[] v) { @@ -63240,7 +64118,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Specify the raster position for pixel operations /// /// @@ -63248,7 +64126,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the , , , and object coordinates (if present) for the raster position. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glRasterPos3dv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glRasterPos3dv")] public static void RasterPos3(ref Double v) { @@ -63269,7 +64147,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Specify the raster position for pixel operations /// /// @@ -63278,7 +64156,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glRasterPos3dv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glRasterPos3dv")] public static unsafe void RasterPos3(Double* v) { @@ -63293,7 +64171,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Specify the raster position for pixel operations /// /// @@ -63301,7 +64179,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the , , , and object coordinates (if present) for the raster position. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glRasterPos3f")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glRasterPos3f")] public static void RasterPos3(Single x, Single y, Single z) { @@ -63316,7 +64194,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Specify the raster position for pixel operations /// /// @@ -63324,7 +64202,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the , , , and object coordinates (if present) for the raster position. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glRasterPos3fv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glRasterPos3fv")] public static void RasterPos3(Single[] v) { @@ -63345,7 +64223,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Specify the raster position for pixel operations /// /// @@ -63353,7 +64231,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the , , , and object coordinates (if present) for the raster position. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glRasterPos3fv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glRasterPos3fv")] public static void RasterPos3(ref Single v) { @@ -63374,7 +64252,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Specify the raster position for pixel operations /// /// @@ -63383,7 +64261,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glRasterPos3fv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glRasterPos3fv")] public static unsafe void RasterPos3(Single* v) { @@ -63398,7 +64276,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Specify the raster position for pixel operations /// /// @@ -63406,7 +64284,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the , , , and object coordinates (if present) for the raster position. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glRasterPos3i")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glRasterPos3i")] public static void RasterPos3(Int32 x, Int32 y, Int32 z) { @@ -63421,7 +64299,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Specify the raster position for pixel operations /// /// @@ -63429,7 +64307,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the , , , and object coordinates (if present) for the raster position. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glRasterPos3iv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glRasterPos3iv")] public static void RasterPos3(Int32[] v) { @@ -63450,7 +64328,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Specify the raster position for pixel operations /// /// @@ -63458,7 +64336,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the , , , and object coordinates (if present) for the raster position. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glRasterPos3iv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glRasterPos3iv")] public static void RasterPos3(ref Int32 v) { @@ -63479,7 +64357,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Specify the raster position for pixel operations /// /// @@ -63488,7 +64366,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glRasterPos3iv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glRasterPos3iv")] public static unsafe void RasterPos3(Int32* v) { @@ -63503,7 +64381,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Specify the raster position for pixel operations /// /// @@ -63511,7 +64389,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the , , , and object coordinates (if present) for the raster position. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glRasterPos3s")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glRasterPos3s")] public static void RasterPos3(Int16 x, Int16 y, Int16 z) { @@ -63526,7 +64404,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Specify the raster position for pixel operations /// /// @@ -63534,7 +64412,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the , , , and object coordinates (if present) for the raster position. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glRasterPos3sv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glRasterPos3sv")] public static void RasterPos3(Int16[] v) { @@ -63555,7 +64433,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Specify the raster position for pixel operations /// /// @@ -63563,7 +64441,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the , , , and object coordinates (if present) for the raster position. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glRasterPos3sv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glRasterPos3sv")] public static void RasterPos3(ref Int16 v) { @@ -63584,7 +64462,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Specify the raster position for pixel operations /// /// @@ -63593,7 +64471,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glRasterPos3sv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glRasterPos3sv")] public static unsafe void RasterPos3(Int16* v) { @@ -63608,7 +64486,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Specify the raster position for pixel operations /// /// @@ -63616,7 +64494,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the , , , and object coordinates (if present) for the raster position. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glRasterPos4d")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glRasterPos4d")] public static void RasterPos4(Double x, Double y, Double z, Double w) { @@ -63631,7 +64509,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Specify the raster position for pixel operations /// /// @@ -63639,7 +64517,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the , , , and object coordinates (if present) for the raster position. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glRasterPos4dv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glRasterPos4dv")] public static void RasterPos4(Double[] v) { @@ -63660,7 +64538,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Specify the raster position for pixel operations /// /// @@ -63668,7 +64546,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the , , , and object coordinates (if present) for the raster position. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glRasterPos4dv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glRasterPos4dv")] public static void RasterPos4(ref Double v) { @@ -63689,7 +64567,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Specify the raster position for pixel operations /// /// @@ -63698,7 +64576,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glRasterPos4dv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glRasterPos4dv")] public static unsafe void RasterPos4(Double* v) { @@ -63713,7 +64591,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Specify the raster position for pixel operations /// /// @@ -63721,7 +64599,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the , , , and object coordinates (if present) for the raster position. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glRasterPos4f")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glRasterPos4f")] public static void RasterPos4(Single x, Single y, Single z, Single w) { @@ -63736,7 +64614,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Specify the raster position for pixel operations /// /// @@ -63744,7 +64622,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the , , , and object coordinates (if present) for the raster position. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glRasterPos4fv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glRasterPos4fv")] public static void RasterPos4(Single[] v) { @@ -63765,7 +64643,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Specify the raster position for pixel operations /// /// @@ -63773,7 +64651,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the , , , and object coordinates (if present) for the raster position. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glRasterPos4fv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glRasterPos4fv")] public static void RasterPos4(ref Single v) { @@ -63794,7 +64672,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Specify the raster position for pixel operations /// /// @@ -63803,7 +64681,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glRasterPos4fv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glRasterPos4fv")] public static unsafe void RasterPos4(Single* v) { @@ -63818,7 +64696,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Specify the raster position for pixel operations /// /// @@ -63826,7 +64704,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the , , , and object coordinates (if present) for the raster position. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glRasterPos4i")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glRasterPos4i")] public static void RasterPos4(Int32 x, Int32 y, Int32 z, Int32 w) { @@ -63841,7 +64719,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Specify the raster position for pixel operations /// /// @@ -63849,7 +64727,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the , , , and object coordinates (if present) for the raster position. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glRasterPos4iv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glRasterPos4iv")] public static void RasterPos4(Int32[] v) { @@ -63870,7 +64748,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Specify the raster position for pixel operations /// /// @@ -63878,7 +64756,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the , , , and object coordinates (if present) for the raster position. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glRasterPos4iv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glRasterPos4iv")] public static void RasterPos4(ref Int32 v) { @@ -63899,7 +64777,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Specify the raster position for pixel operations /// /// @@ -63908,7 +64786,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glRasterPos4iv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glRasterPos4iv")] public static unsafe void RasterPos4(Int32* v) { @@ -63923,7 +64801,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Specify the raster position for pixel operations /// /// @@ -63931,7 +64809,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the , , , and object coordinates (if present) for the raster position. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glRasterPos4s")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glRasterPos4s")] public static void RasterPos4(Int16 x, Int16 y, Int16 z, Int16 w) { @@ -63946,7 +64824,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Specify the raster position for pixel operations /// /// @@ -63954,7 +64832,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the , , , and object coordinates (if present) for the raster position. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glRasterPos4sv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glRasterPos4sv")] public static void RasterPos4(Int16[] v) { @@ -63975,7 +64853,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Specify the raster position for pixel operations /// /// @@ -63983,7 +64861,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the , , , and object coordinates (if present) for the raster position. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glRasterPos4sv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glRasterPos4sv")] public static void RasterPos4(ref Int16 v) { @@ -64004,7 +64882,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Specify the raster position for pixel operations /// /// @@ -64013,7 +64891,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glRasterPos4sv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glRasterPos4sv")] public static unsafe void RasterPos4(Int16* v) { @@ -64028,7 +64906,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0] /// Select a color buffer source for pixels /// /// @@ -64036,7 +64914,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a color buffer. Accepted values are GL_FRONT_LEFT, GL_FRONT_RIGHT, GL_BACK_LEFT, GL_BACK_RIGHT, GL_FRONT, GL_BACK, GL_LEFT, GL_RIGHT, and GL_AUXi, where i is between 0 and the value of GL_AUX_BUFFERS minus 1. /// /// - [AutoGenerated(Category = "Version10", Version = "1.0", EntryPoint = "glReadBuffer")] + [AutoGenerated(Category = "VERSION_1_0", Version = "1.0", EntryPoint = "glReadBuffer")] public static void ReadBuffer(OpenTK.Graphics.OpenGL.ReadBufferMode mode) { @@ -64051,7 +64929,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0] /// Read a block of pixels from the frame buffer /// /// @@ -64079,7 +64957,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns the pixel data. /// /// - [AutoGenerated(Category = "Version10", Version = "1.0", EntryPoint = "glReadPixels")] + [AutoGenerated(Category = "VERSION_1_0", Version = "1.0", EntryPoint = "glReadPixels")] public static void ReadPixels(Int32 x, Int32 y, Int32 width, Int32 height, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [OutAttribute] IntPtr pixels) { @@ -64094,7 +64972,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0] /// Read a block of pixels from the frame buffer /// /// @@ -64122,7 +65000,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns the pixel data. /// /// - [AutoGenerated(Category = "Version10", Version = "1.0", EntryPoint = "glReadPixels")] + [AutoGenerated(Category = "VERSION_1_0", Version = "1.0", EntryPoint = "glReadPixels")] public static void ReadPixels(Int32 x, Int32 y, Int32 width, Int32 height, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T6[] pixels) where T6 : struct @@ -64146,7 +65024,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0] /// Read a block of pixels from the frame buffer /// /// @@ -64174,7 +65052,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns the pixel data. /// /// - [AutoGenerated(Category = "Version10", Version = "1.0", EntryPoint = "glReadPixels")] + [AutoGenerated(Category = "VERSION_1_0", Version = "1.0", EntryPoint = "glReadPixels")] public static void ReadPixels(Int32 x, Int32 y, Int32 width, Int32 height, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T6[,] pixels) where T6 : struct @@ -64198,7 +65076,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0] /// Read a block of pixels from the frame buffer /// /// @@ -64226,7 +65104,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns the pixel data. /// /// - [AutoGenerated(Category = "Version10", Version = "1.0", EntryPoint = "glReadPixels")] + [AutoGenerated(Category = "VERSION_1_0", Version = "1.0", EntryPoint = "glReadPixels")] public static void ReadPixels(Int32 x, Int32 y, Int32 width, Int32 height, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T6[,,] pixels) where T6 : struct @@ -64250,7 +65128,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0] /// Read a block of pixels from the frame buffer /// /// @@ -64278,7 +65156,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns the pixel data. /// /// - [AutoGenerated(Category = "Version10", Version = "1.0", EntryPoint = "glReadPixels")] + [AutoGenerated(Category = "VERSION_1_0", Version = "1.0", EntryPoint = "glReadPixels")] public static void ReadPixels(Int32 x, Int32 y, Int32 width, Int32 height, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] ref T6 pixels) where T6 : struct @@ -64303,7 +65181,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Draw a rectangle /// /// @@ -64316,7 +65194,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the opposite vertex of the rectangle. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glRectd")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glRectd")] public static void Rect(Double x1, Double y1, Double x2, Double y2) { @@ -64331,7 +65209,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Draw a rectangle /// /// @@ -64344,7 +65222,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the opposite vertex of the rectangle. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glRectdv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glRectdv")] public static void Rect(Double[] v1, Double[] v2) { @@ -64366,7 +65244,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Draw a rectangle /// /// @@ -64379,7 +65257,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the opposite vertex of the rectangle. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glRectdv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glRectdv")] public static void Rect(ref Double v1, ref Double v2) { @@ -64401,7 +65279,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Draw a rectangle /// /// @@ -64415,7 +65293,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glRectdv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glRectdv")] public static unsafe void Rect(Double* v1, Double* v2) { @@ -64430,7 +65308,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Draw a rectangle /// /// @@ -64443,7 +65321,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the opposite vertex of the rectangle. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glRectf")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glRectf")] public static void Rect(Single x1, Single y1, Single x2, Single y2) { @@ -64458,7 +65336,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Draw a rectangle /// /// @@ -64471,7 +65349,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the opposite vertex of the rectangle. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glRectfv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glRectfv")] public static void Rect(Single[] v1, Single[] v2) { @@ -64493,7 +65371,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Draw a rectangle /// /// @@ -64506,7 +65384,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the opposite vertex of the rectangle. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glRectfv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glRectfv")] public static void Rect(ref Single v1, ref Single v2) { @@ -64528,7 +65406,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Draw a rectangle /// /// @@ -64542,7 +65420,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glRectfv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glRectfv")] public static unsafe void Rect(Single* v1, Single* v2) { @@ -64557,7 +65435,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Draw a rectangle /// /// @@ -64570,7 +65448,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the opposite vertex of the rectangle. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glRecti")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glRecti")] public static void Rect(Int32 x1, Int32 y1, Int32 x2, Int32 y2) { @@ -64585,7 +65463,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Draw a rectangle /// /// @@ -64598,7 +65476,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the opposite vertex of the rectangle. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glRectiv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glRectiv")] public static void Rect(Int32[] v1, Int32[] v2) { @@ -64620,7 +65498,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Draw a rectangle /// /// @@ -64633,7 +65511,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the opposite vertex of the rectangle. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glRectiv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glRectiv")] public static void Rect(ref Int32 v1, ref Int32 v2) { @@ -64655,7 +65533,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Draw a rectangle /// /// @@ -64669,7 +65547,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glRectiv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glRectiv")] public static unsafe void Rect(Int32* v1, Int32* v2) { @@ -64683,7 +65561,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glRects")] + /// [requires: v1.0][deprecated: v3.1] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glRects")] public static void Rects(Int16 x1, Int16 y1, Int16 x2, Int16 y2) { @@ -64698,7 +65577,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Draw a rectangle /// /// @@ -64711,7 +65590,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the opposite vertex of the rectangle. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glRectsv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glRectsv")] public static void Rect(Int16[] v1, Int16[] v2) { @@ -64733,7 +65612,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Draw a rectangle /// /// @@ -64746,7 +65625,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the opposite vertex of the rectangle. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glRectsv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glRectsv")] public static void Rect(ref Int16 v1, ref Int16 v2) { @@ -64768,7 +65647,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Draw a rectangle /// /// @@ -64782,7 +65661,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glRectsv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glRectsv")] public static unsafe void Rect(Int16* v1, Int16* v2) { @@ -64796,7 +65675,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbFramebufferObject", Version = "3.0", EntryPoint = "glRenderbufferStorage")] + /// [requires: v3.0] + [AutoGenerated(Category = "ARB_framebuffer_object", Version = "3.0", EntryPoint = "glRenderbufferStorage")] public static void RenderbufferStorage(OpenTK.Graphics.OpenGL.RenderbufferTarget target, OpenTK.Graphics.OpenGL.RenderbufferStorage internalformat, Int32 width, Int32 height) { @@ -64810,7 +65690,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbFramebufferObject", Version = "3.0", EntryPoint = "glRenderbufferStorageMultisample")] + /// [requires: v3.0] + [AutoGenerated(Category = "ARB_framebuffer_object", 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) { @@ -64825,7 +65706,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set rasterization mode /// /// @@ -64833,7 +65714,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the rasterization mode. Three values are accepted: GL_RENDER, GL_SELECT, and GL_FEEDBACK. The initial value is GL_RENDER. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glRenderMode")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glRenderMode")] public static Int32 RenderMode(OpenTK.Graphics.OpenGL.RenderingMode mode) { @@ -64848,7 +65729,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2][deprecated: v3.1] /// Reset histogram table entries to zero /// /// @@ -64856,7 +65737,7 @@ namespace OpenTK.Graphics.OpenGL /// Must be GL_HISTOGRAM. /// /// - [AutoGenerated(Category = "Version12Deprecated", Version = "1.2", EntryPoint = "glResetHistogram")] + [AutoGenerated(Category = "VERSION_1_2_DEPRECATED", Version = "1.2", EntryPoint = "glResetHistogram")] public static void ResetHistogram(OpenTK.Graphics.OpenGL.HistogramTarget target) { @@ -64871,7 +65752,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2][deprecated: v3.1] /// Reset minmax table entries to initial values /// /// @@ -64879,7 +65760,7 @@ namespace OpenTK.Graphics.OpenGL /// Must be GL_MINMAX. /// /// - [AutoGenerated(Category = "Version12Deprecated", Version = "1.2", EntryPoint = "glResetMinmax")] + [AutoGenerated(Category = "VERSION_1_2_DEPRECATED", Version = "1.2", EntryPoint = "glResetMinmax")] public static void ResetMinmax(OpenTK.Graphics.OpenGL.MinmaxTarget target) { @@ -64894,7 +65775,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Multiply the current matrix by a rotation matrix /// /// @@ -64907,7 +65788,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the x, y, and z coordinates of a vector, respectively. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glRotated")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glRotated")] public static void Rotate(Double angle, Double x, Double y, Double z) { @@ -64922,7 +65803,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Multiply the current matrix by a rotation matrix /// /// @@ -64935,7 +65816,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the x, y, and z coordinates of a vector, respectively. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glRotatef")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glRotatef")] public static void Rotate(Single angle, Single x, Single y, Single z) { @@ -64950,7 +65831,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.3] /// Specify multisample coverage parameters /// /// @@ -64963,7 +65844,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify a single boolean value representing if the coverage masks should be inverted. GL_TRUE and GL_FALSE are accepted. The initial value is GL_FALSE. /// /// - [AutoGenerated(Category = "Version13", Version = "1.3", EntryPoint = "glSampleCoverage")] + [AutoGenerated(Category = "VERSION_1_3", Version = "1.3", EntryPoint = "glSampleCoverage")] public static void SampleCoverage(Single value, bool invert) { @@ -64977,7 +65858,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbTextureMultisample", Version = "1.2", EntryPoint = "glSampleMaski")] + /// [requires: v1.2] + [AutoGenerated(Category = "ARB_texture_multisample", Version = "1.2", EntryPoint = "glSampleMaski")] public static void SampleMask(Int32 index, Int32 mask) { @@ -64991,8 +65873,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v1.2] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbTextureMultisample", Version = "1.2", EntryPoint = "glSampleMaski")] + [AutoGenerated(Category = "ARB_texture_multisample", Version = "1.2", EntryPoint = "glSampleMaski")] public static void SampleMask(UInt32 index, UInt32 mask) { @@ -65007,7 +65890,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Multiply the current matrix by a general scaling matrix /// /// @@ -65015,7 +65898,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify scale factors along the x, y, and z axes, respectively. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glScaled")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glScaled")] public static void Scale(Double x, Double y, Double z) { @@ -65030,7 +65913,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Multiply the current matrix by a general scaling matrix /// /// @@ -65038,7 +65921,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify scale factors along the x, y, and z axes, respectively. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glScalef")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glScalef")] public static void Scale(Single x, Single y, Single z) { @@ -65053,7 +65936,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0] /// Define the scissor box /// /// @@ -65066,7 +65949,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the width and height of the scissor box. When a GL context is first attached to a window, width and height are set to the dimensions of that window. /// /// - [AutoGenerated(Category = "Version10", Version = "1.0", EntryPoint = "glScissor")] + [AutoGenerated(Category = "VERSION_1_0", Version = "1.0", EntryPoint = "glScissor")] public static void Scissor(Int32 x, Int32 y, Int32 width, Int32 height) { @@ -65081,7 +65964,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.4][deprecated: v3.1] /// Set the current secondary color /// /// @@ -65090,7 +65973,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version14Deprecated", Version = "1.4", EntryPoint = "glSecondaryColor3b")] + [AutoGenerated(Category = "VERSION_1_4_DEPRECATED", Version = "1.4", EntryPoint = "glSecondaryColor3b")] public static void SecondaryColor3(SByte red, SByte green, SByte blue) { @@ -65105,7 +65988,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.4][deprecated: v3.1] /// Set the current secondary color /// /// @@ -65114,7 +65997,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version14Deprecated", Version = "1.4", EntryPoint = "glSecondaryColor3bv")] + [AutoGenerated(Category = "VERSION_1_4_DEPRECATED", Version = "1.4", EntryPoint = "glSecondaryColor3bv")] public static void SecondaryColor3(SByte[] v) { @@ -65135,7 +66018,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.4][deprecated: v3.1] /// Set the current secondary color /// /// @@ -65144,7 +66027,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version14Deprecated", Version = "1.4", EntryPoint = "glSecondaryColor3bv")] + [AutoGenerated(Category = "VERSION_1_4_DEPRECATED", Version = "1.4", EntryPoint = "glSecondaryColor3bv")] public static void SecondaryColor3(ref SByte v) { @@ -65165,7 +66048,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.4][deprecated: v3.1] /// Set the current secondary color /// /// @@ -65174,7 +66057,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version14Deprecated", Version = "1.4", EntryPoint = "glSecondaryColor3bv")] + [AutoGenerated(Category = "VERSION_1_4_DEPRECATED", Version = "1.4", EntryPoint = "glSecondaryColor3bv")] public static unsafe void SecondaryColor3(SByte* v) { @@ -65189,7 +66072,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.4][deprecated: v3.1] /// Set the current secondary color /// /// @@ -65197,7 +66080,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify new red, green, and blue values for the current secondary color. /// /// - [AutoGenerated(Category = "Version14Deprecated", Version = "1.4", EntryPoint = "glSecondaryColor3d")] + [AutoGenerated(Category = "VERSION_1_4_DEPRECATED", Version = "1.4", EntryPoint = "glSecondaryColor3d")] public static void SecondaryColor3(Double red, Double green, Double blue) { @@ -65212,7 +66095,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.4][deprecated: v3.1] /// Set the current secondary color /// /// @@ -65220,7 +66103,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify new red, green, and blue values for the current secondary color. /// /// - [AutoGenerated(Category = "Version14Deprecated", Version = "1.4", EntryPoint = "glSecondaryColor3dv")] + [AutoGenerated(Category = "VERSION_1_4_DEPRECATED", Version = "1.4", EntryPoint = "glSecondaryColor3dv")] public static void SecondaryColor3(Double[] v) { @@ -65241,7 +66124,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.4][deprecated: v3.1] /// Set the current secondary color /// /// @@ -65249,7 +66132,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify new red, green, and blue values for the current secondary color. /// /// - [AutoGenerated(Category = "Version14Deprecated", Version = "1.4", EntryPoint = "glSecondaryColor3dv")] + [AutoGenerated(Category = "VERSION_1_4_DEPRECATED", Version = "1.4", EntryPoint = "glSecondaryColor3dv")] public static void SecondaryColor3(ref Double v) { @@ -65270,7 +66153,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.4][deprecated: v3.1] /// Set the current secondary color /// /// @@ -65279,7 +66162,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version14Deprecated", Version = "1.4", EntryPoint = "glSecondaryColor3dv")] + [AutoGenerated(Category = "VERSION_1_4_DEPRECATED", Version = "1.4", EntryPoint = "glSecondaryColor3dv")] public static unsafe void SecondaryColor3(Double* v) { @@ -65294,7 +66177,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.4][deprecated: v3.1] /// Set the current secondary color /// /// @@ -65302,7 +66185,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify new red, green, and blue values for the current secondary color. /// /// - [AutoGenerated(Category = "Version14Deprecated", Version = "1.4", EntryPoint = "glSecondaryColor3f")] + [AutoGenerated(Category = "VERSION_1_4_DEPRECATED", Version = "1.4", EntryPoint = "glSecondaryColor3f")] public static void SecondaryColor3(Single red, Single green, Single blue) { @@ -65317,7 +66200,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.4][deprecated: v3.1] /// Set the current secondary color /// /// @@ -65325,7 +66208,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify new red, green, and blue values for the current secondary color. /// /// - [AutoGenerated(Category = "Version14Deprecated", Version = "1.4", EntryPoint = "glSecondaryColor3fv")] + [AutoGenerated(Category = "VERSION_1_4_DEPRECATED", Version = "1.4", EntryPoint = "glSecondaryColor3fv")] public static void SecondaryColor3(Single[] v) { @@ -65346,7 +66229,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.4][deprecated: v3.1] /// Set the current secondary color /// /// @@ -65354,7 +66237,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify new red, green, and blue values for the current secondary color. /// /// - [AutoGenerated(Category = "Version14Deprecated", Version = "1.4", EntryPoint = "glSecondaryColor3fv")] + [AutoGenerated(Category = "VERSION_1_4_DEPRECATED", Version = "1.4", EntryPoint = "glSecondaryColor3fv")] public static void SecondaryColor3(ref Single v) { @@ -65375,7 +66258,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.4][deprecated: v3.1] /// Set the current secondary color /// /// @@ -65384,7 +66267,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version14Deprecated", Version = "1.4", EntryPoint = "glSecondaryColor3fv")] + [AutoGenerated(Category = "VERSION_1_4_DEPRECATED", Version = "1.4", EntryPoint = "glSecondaryColor3fv")] public static unsafe void SecondaryColor3(Single* v) { @@ -65399,7 +66282,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.4][deprecated: v3.1] /// Set the current secondary color /// /// @@ -65407,7 +66290,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify new red, green, and blue values for the current secondary color. /// /// - [AutoGenerated(Category = "Version14Deprecated", Version = "1.4", EntryPoint = "glSecondaryColor3i")] + [AutoGenerated(Category = "VERSION_1_4_DEPRECATED", Version = "1.4", EntryPoint = "glSecondaryColor3i")] public static void SecondaryColor3(Int32 red, Int32 green, Int32 blue) { @@ -65422,7 +66305,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.4][deprecated: v3.1] /// Set the current secondary color /// /// @@ -65430,7 +66313,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify new red, green, and blue values for the current secondary color. /// /// - [AutoGenerated(Category = "Version14Deprecated", Version = "1.4", EntryPoint = "glSecondaryColor3iv")] + [AutoGenerated(Category = "VERSION_1_4_DEPRECATED", Version = "1.4", EntryPoint = "glSecondaryColor3iv")] public static void SecondaryColor3(Int32[] v) { @@ -65451,7 +66334,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.4][deprecated: v3.1] /// Set the current secondary color /// /// @@ -65459,7 +66342,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify new red, green, and blue values for the current secondary color. /// /// - [AutoGenerated(Category = "Version14Deprecated", Version = "1.4", EntryPoint = "glSecondaryColor3iv")] + [AutoGenerated(Category = "VERSION_1_4_DEPRECATED", Version = "1.4", EntryPoint = "glSecondaryColor3iv")] public static void SecondaryColor3(ref Int32 v) { @@ -65480,7 +66363,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.4][deprecated: v3.1] /// Set the current secondary color /// /// @@ -65489,7 +66372,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version14Deprecated", Version = "1.4", EntryPoint = "glSecondaryColor3iv")] + [AutoGenerated(Category = "VERSION_1_4_DEPRECATED", Version = "1.4", EntryPoint = "glSecondaryColor3iv")] public static unsafe void SecondaryColor3(Int32* v) { @@ -65504,7 +66387,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.4][deprecated: v3.1] /// Set the current secondary color /// /// @@ -65512,7 +66395,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify new red, green, and blue values for the current secondary color. /// /// - [AutoGenerated(Category = "Version14Deprecated", Version = "1.4", EntryPoint = "glSecondaryColor3s")] + [AutoGenerated(Category = "VERSION_1_4_DEPRECATED", Version = "1.4", EntryPoint = "glSecondaryColor3s")] public static void SecondaryColor3(Int16 red, Int16 green, Int16 blue) { @@ -65527,7 +66410,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.4][deprecated: v3.1] /// Set the current secondary color /// /// @@ -65535,7 +66418,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify new red, green, and blue values for the current secondary color. /// /// - [AutoGenerated(Category = "Version14Deprecated", Version = "1.4", EntryPoint = "glSecondaryColor3sv")] + [AutoGenerated(Category = "VERSION_1_4_DEPRECATED", Version = "1.4", EntryPoint = "glSecondaryColor3sv")] public static void SecondaryColor3(Int16[] v) { @@ -65556,7 +66439,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.4][deprecated: v3.1] /// Set the current secondary color /// /// @@ -65564,7 +66447,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify new red, green, and blue values for the current secondary color. /// /// - [AutoGenerated(Category = "Version14Deprecated", Version = "1.4", EntryPoint = "glSecondaryColor3sv")] + [AutoGenerated(Category = "VERSION_1_4_DEPRECATED", Version = "1.4", EntryPoint = "glSecondaryColor3sv")] public static void SecondaryColor3(ref Int16 v) { @@ -65585,7 +66468,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.4][deprecated: v3.1] /// Set the current secondary color /// /// @@ -65594,7 +66477,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version14Deprecated", Version = "1.4", EntryPoint = "glSecondaryColor3sv")] + [AutoGenerated(Category = "VERSION_1_4_DEPRECATED", Version = "1.4", EntryPoint = "glSecondaryColor3sv")] public static unsafe void SecondaryColor3(Int16* v) { @@ -65609,7 +66492,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.4][deprecated: v3.1] /// Set the current secondary color /// /// @@ -65617,7 +66500,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify new red, green, and blue values for the current secondary color. /// /// - [AutoGenerated(Category = "Version14Deprecated", Version = "1.4", EntryPoint = "glSecondaryColor3ub")] + [AutoGenerated(Category = "VERSION_1_4_DEPRECATED", Version = "1.4", EntryPoint = "glSecondaryColor3ub")] public static void SecondaryColor3(Byte red, Byte green, Byte blue) { @@ -65632,7 +66515,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.4][deprecated: v3.1] /// Set the current secondary color /// /// @@ -65640,7 +66523,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify new red, green, and blue values for the current secondary color. /// /// - [AutoGenerated(Category = "Version14Deprecated", Version = "1.4", EntryPoint = "glSecondaryColor3ubv")] + [AutoGenerated(Category = "VERSION_1_4_DEPRECATED", Version = "1.4", EntryPoint = "glSecondaryColor3ubv")] public static void SecondaryColor3(Byte[] v) { @@ -65661,7 +66544,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.4][deprecated: v3.1] /// Set the current secondary color /// /// @@ -65669,7 +66552,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify new red, green, and blue values for the current secondary color. /// /// - [AutoGenerated(Category = "Version14Deprecated", Version = "1.4", EntryPoint = "glSecondaryColor3ubv")] + [AutoGenerated(Category = "VERSION_1_4_DEPRECATED", Version = "1.4", EntryPoint = "glSecondaryColor3ubv")] public static void SecondaryColor3(ref Byte v) { @@ -65690,7 +66573,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.4][deprecated: v3.1] /// Set the current secondary color /// /// @@ -65699,7 +66582,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version14Deprecated", Version = "1.4", EntryPoint = "glSecondaryColor3ubv")] + [AutoGenerated(Category = "VERSION_1_4_DEPRECATED", Version = "1.4", EntryPoint = "glSecondaryColor3ubv")] public static unsafe void SecondaryColor3(Byte* v) { @@ -65714,7 +66597,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.4][deprecated: v3.1] /// Set the current secondary color /// /// @@ -65723,7 +66606,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version14Deprecated", Version = "1.4", EntryPoint = "glSecondaryColor3ui")] + [AutoGenerated(Category = "VERSION_1_4_DEPRECATED", Version = "1.4", EntryPoint = "glSecondaryColor3ui")] public static void SecondaryColor3(UInt32 red, UInt32 green, UInt32 blue) { @@ -65738,7 +66621,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.4][deprecated: v3.1] /// Set the current secondary color /// /// @@ -65747,7 +66630,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version14Deprecated", Version = "1.4", EntryPoint = "glSecondaryColor3uiv")] + [AutoGenerated(Category = "VERSION_1_4_DEPRECATED", Version = "1.4", EntryPoint = "glSecondaryColor3uiv")] public static void SecondaryColor3(UInt32[] v) { @@ -65768,7 +66651,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.4][deprecated: v3.1] /// Set the current secondary color /// /// @@ -65777,7 +66660,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version14Deprecated", Version = "1.4", EntryPoint = "glSecondaryColor3uiv")] + [AutoGenerated(Category = "VERSION_1_4_DEPRECATED", Version = "1.4", EntryPoint = "glSecondaryColor3uiv")] public static void SecondaryColor3(ref UInt32 v) { @@ -65798,7 +66681,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.4][deprecated: v3.1] /// Set the current secondary color /// /// @@ -65807,7 +66690,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version14Deprecated", Version = "1.4", EntryPoint = "glSecondaryColor3uiv")] + [AutoGenerated(Category = "VERSION_1_4_DEPRECATED", Version = "1.4", EntryPoint = "glSecondaryColor3uiv")] public static unsafe void SecondaryColor3(UInt32* v) { @@ -65822,7 +66705,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.4][deprecated: v3.1] /// Set the current secondary color /// /// @@ -65831,7 +66714,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version14Deprecated", Version = "1.4", EntryPoint = "glSecondaryColor3us")] + [AutoGenerated(Category = "VERSION_1_4_DEPRECATED", Version = "1.4", EntryPoint = "glSecondaryColor3us")] public static void SecondaryColor3(UInt16 red, UInt16 green, UInt16 blue) { @@ -65846,7 +66729,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.4][deprecated: v3.1] /// Set the current secondary color /// /// @@ -65855,7 +66738,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version14Deprecated", Version = "1.4", EntryPoint = "glSecondaryColor3usv")] + [AutoGenerated(Category = "VERSION_1_4_DEPRECATED", Version = "1.4", EntryPoint = "glSecondaryColor3usv")] public static void SecondaryColor3(UInt16[] v) { @@ -65876,7 +66759,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.4][deprecated: v3.1] /// Set the current secondary color /// /// @@ -65885,7 +66768,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version14Deprecated", Version = "1.4", EntryPoint = "glSecondaryColor3usv")] + [AutoGenerated(Category = "VERSION_1_4_DEPRECATED", Version = "1.4", EntryPoint = "glSecondaryColor3usv")] public static void SecondaryColor3(ref UInt16 v) { @@ -65906,7 +66789,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.4][deprecated: v3.1] /// Set the current secondary color /// /// @@ -65915,7 +66798,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version14Deprecated", Version = "1.4", EntryPoint = "glSecondaryColor3usv")] + [AutoGenerated(Category = "VERSION_1_4_DEPRECATED", Version = "1.4", EntryPoint = "glSecondaryColor3usv")] public static unsafe void SecondaryColor3(UInt16* v) { @@ -65930,7 +66813,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.4][deprecated: v3.1] /// Define an array of secondary colors /// /// @@ -65953,7 +66836,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the first component of the first color element in the array. The initial value is 0. /// /// - [AutoGenerated(Category = "Version14Deprecated", Version = "1.4", EntryPoint = "glSecondaryColorPointer")] + [AutoGenerated(Category = "VERSION_1_4_DEPRECATED", Version = "1.4", EntryPoint = "glSecondaryColorPointer")] public static void SecondaryColorPointer(Int32 size, OpenTK.Graphics.OpenGL.ColorPointerType type, Int32 stride, IntPtr pointer) { @@ -65968,7 +66851,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.4][deprecated: v3.1] /// Define an array of secondary colors /// /// @@ -65991,7 +66874,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the first component of the first color element in the array. The initial value is 0. /// /// - [AutoGenerated(Category = "Version14Deprecated", Version = "1.4", EntryPoint = "glSecondaryColorPointer")] + [AutoGenerated(Category = "VERSION_1_4_DEPRECATED", Version = "1.4", EntryPoint = "glSecondaryColorPointer")] public static void SecondaryColorPointer(Int32 size, OpenTK.Graphics.OpenGL.ColorPointerType type, Int32 stride, [InAttribute, OutAttribute] T3[] pointer) where T3 : struct @@ -66015,7 +66898,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.4][deprecated: v3.1] /// Define an array of secondary colors /// /// @@ -66038,7 +66921,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the first component of the first color element in the array. The initial value is 0. /// /// - [AutoGenerated(Category = "Version14Deprecated", Version = "1.4", EntryPoint = "glSecondaryColorPointer")] + [AutoGenerated(Category = "VERSION_1_4_DEPRECATED", Version = "1.4", EntryPoint = "glSecondaryColorPointer")] public static void SecondaryColorPointer(Int32 size, OpenTK.Graphics.OpenGL.ColorPointerType type, Int32 stride, [InAttribute, OutAttribute] T3[,] pointer) where T3 : struct @@ -66062,7 +66945,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.4][deprecated: v3.1] /// Define an array of secondary colors /// /// @@ -66085,7 +66968,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the first component of the first color element in the array. The initial value is 0. /// /// - [AutoGenerated(Category = "Version14Deprecated", Version = "1.4", EntryPoint = "glSecondaryColorPointer")] + [AutoGenerated(Category = "VERSION_1_4_DEPRECATED", Version = "1.4", EntryPoint = "glSecondaryColorPointer")] public static void SecondaryColorPointer(Int32 size, OpenTK.Graphics.OpenGL.ColorPointerType type, Int32 stride, [InAttribute, OutAttribute] T3[,,] pointer) where T3 : struct @@ -66109,7 +66992,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.4][deprecated: v3.1] /// Define an array of secondary colors /// /// @@ -66132,7 +67015,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the first component of the first color element in the array. The initial value is 0. /// /// - [AutoGenerated(Category = "Version14Deprecated", Version = "1.4", EntryPoint = "glSecondaryColorPointer")] + [AutoGenerated(Category = "VERSION_1_4_DEPRECATED", Version = "1.4", EntryPoint = "glSecondaryColorPointer")] public static void SecondaryColorPointer(Int32 size, OpenTK.Graphics.OpenGL.ColorPointerType type, Int32 stride, [InAttribute, OutAttribute] ref T3 pointer) where T3 : struct @@ -66157,7 +67040,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Establish a buffer for selection mode values /// /// @@ -66170,7 +67053,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns the selection data. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glSelectBuffer")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glSelectBuffer")] public static void SelectBuffer(Int32 size, [OutAttribute] Int32[] buffer) { @@ -66191,7 +67074,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Establish a buffer for selection mode values /// /// @@ -66204,7 +67087,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns the selection data. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glSelectBuffer")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glSelectBuffer")] public static void SelectBuffer(Int32 size, [OutAttribute] out Int32 buffer) { @@ -66226,7 +67109,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Establish a buffer for selection mode values /// /// @@ -66240,7 +67123,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glSelectBuffer")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glSelectBuffer")] public static unsafe void SelectBuffer(Int32 size, [OutAttribute] Int32* buffer) { @@ -66255,7 +67138,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Establish a buffer for selection mode values /// /// @@ -66269,7 +67152,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glSelectBuffer")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glSelectBuffer")] public static void SelectBuffer(Int32 size, [OutAttribute] UInt32[] buffer) { @@ -66290,7 +67173,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Establish a buffer for selection mode values /// /// @@ -66304,7 +67187,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glSelectBuffer")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glSelectBuffer")] public static void SelectBuffer(Int32 size, [OutAttribute] out UInt32 buffer) { @@ -66326,7 +67209,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Establish a buffer for selection mode values /// /// @@ -66340,7 +67223,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glSelectBuffer")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glSelectBuffer")] public static unsafe void SelectBuffer(Int32 size, [OutAttribute] UInt32* buffer) { @@ -66355,7 +67238,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2][deprecated: v3.1] /// Define a separable two-dimensional convolution filter /// /// @@ -66398,7 +67281,7 @@ namespace OpenTK.Graphics.OpenGL /// Pointer to a one-dimensional array of pixel data that is processed to build the column filter kernel. /// /// - [AutoGenerated(Category = "Version12Deprecated", Version = "1.2", EntryPoint = "glSeparableFilter2D")] + [AutoGenerated(Category = "VERSION_1_2_DEPRECATED", Version = "1.2", EntryPoint = "glSeparableFilter2D")] public static void SeparableFilter2D(OpenTK.Graphics.OpenGL.SeparableTarget target, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, Int32 height, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, IntPtr row, IntPtr column) { @@ -66413,7 +67296,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2][deprecated: v3.1] /// Define a separable two-dimensional convolution filter /// /// @@ -66456,7 +67339,7 @@ namespace OpenTK.Graphics.OpenGL /// Pointer to a one-dimensional array of pixel data that is processed to build the column filter kernel. /// /// - [AutoGenerated(Category = "Version12Deprecated", Version = "1.2", EntryPoint = "glSeparableFilter2D")] + [AutoGenerated(Category = "VERSION_1_2_DEPRECATED", Version = "1.2", EntryPoint = "glSeparableFilter2D")] public static void SeparableFilter2D(OpenTK.Graphics.OpenGL.SeparableTarget target, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, Int32 height, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, IntPtr row, [InAttribute, OutAttribute] T7[] column) where T7 : struct @@ -66480,7 +67363,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2][deprecated: v3.1] /// Define a separable two-dimensional convolution filter /// /// @@ -66523,7 +67406,7 @@ namespace OpenTK.Graphics.OpenGL /// Pointer to a one-dimensional array of pixel data that is processed to build the column filter kernel. /// /// - [AutoGenerated(Category = "Version12Deprecated", Version = "1.2", EntryPoint = "glSeparableFilter2D")] + [AutoGenerated(Category = "VERSION_1_2_DEPRECATED", Version = "1.2", EntryPoint = "glSeparableFilter2D")] public static void SeparableFilter2D(OpenTK.Graphics.OpenGL.SeparableTarget target, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, Int32 height, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, IntPtr row, [InAttribute, OutAttribute] T7[,] column) where T7 : struct @@ -66547,7 +67430,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2][deprecated: v3.1] /// Define a separable two-dimensional convolution filter /// /// @@ -66590,7 +67473,7 @@ namespace OpenTK.Graphics.OpenGL /// Pointer to a one-dimensional array of pixel data that is processed to build the column filter kernel. /// /// - [AutoGenerated(Category = "Version12Deprecated", Version = "1.2", EntryPoint = "glSeparableFilter2D")] + [AutoGenerated(Category = "VERSION_1_2_DEPRECATED", Version = "1.2", EntryPoint = "glSeparableFilter2D")] public static void SeparableFilter2D(OpenTK.Graphics.OpenGL.SeparableTarget target, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, Int32 height, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, IntPtr row, [InAttribute, OutAttribute] T7[,,] column) where T7 : struct @@ -66614,7 +67497,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2][deprecated: v3.1] /// Define a separable two-dimensional convolution filter /// /// @@ -66657,7 +67540,7 @@ namespace OpenTK.Graphics.OpenGL /// Pointer to a one-dimensional array of pixel data that is processed to build the column filter kernel. /// /// - [AutoGenerated(Category = "Version12Deprecated", Version = "1.2", EntryPoint = "glSeparableFilter2D")] + [AutoGenerated(Category = "VERSION_1_2_DEPRECATED", Version = "1.2", EntryPoint = "glSeparableFilter2D")] public static void SeparableFilter2D(OpenTK.Graphics.OpenGL.SeparableTarget target, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, Int32 height, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, IntPtr row, [InAttribute, OutAttribute] ref T7 column) where T7 : struct @@ -66682,7 +67565,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2][deprecated: v3.1] /// Define a separable two-dimensional convolution filter /// /// @@ -66725,7 +67608,7 @@ namespace OpenTK.Graphics.OpenGL /// Pointer to a one-dimensional array of pixel data that is processed to build the column filter kernel. /// /// - [AutoGenerated(Category = "Version12Deprecated", Version = "1.2", EntryPoint = "glSeparableFilter2D")] + [AutoGenerated(Category = "VERSION_1_2_DEPRECATED", Version = "1.2", EntryPoint = "glSeparableFilter2D")] public static void SeparableFilter2D(OpenTK.Graphics.OpenGL.SeparableTarget target, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, Int32 height, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T6[] row, [InAttribute, OutAttribute] T7[,,] column) where T6 : struct @@ -66752,7 +67635,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2][deprecated: v3.1] /// Define a separable two-dimensional convolution filter /// /// @@ -66795,7 +67678,7 @@ namespace OpenTK.Graphics.OpenGL /// Pointer to a one-dimensional array of pixel data that is processed to build the column filter kernel. /// /// - [AutoGenerated(Category = "Version12Deprecated", Version = "1.2", EntryPoint = "glSeparableFilter2D")] + [AutoGenerated(Category = "VERSION_1_2_DEPRECATED", Version = "1.2", EntryPoint = "glSeparableFilter2D")] public static void SeparableFilter2D(OpenTK.Graphics.OpenGL.SeparableTarget target, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, Int32 height, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T6[,] row, [InAttribute, OutAttribute] T7[,,] column) where T6 : struct @@ -66822,7 +67705,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2][deprecated: v3.1] /// Define a separable two-dimensional convolution filter /// /// @@ -66865,7 +67748,7 @@ namespace OpenTK.Graphics.OpenGL /// Pointer to a one-dimensional array of pixel data that is processed to build the column filter kernel. /// /// - [AutoGenerated(Category = "Version12Deprecated", Version = "1.2", EntryPoint = "glSeparableFilter2D")] + [AutoGenerated(Category = "VERSION_1_2_DEPRECATED", Version = "1.2", EntryPoint = "glSeparableFilter2D")] public static void SeparableFilter2D(OpenTK.Graphics.OpenGL.SeparableTarget target, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, Int32 height, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T6[,,] row, [InAttribute, OutAttribute] T7[,,] column) where T6 : struct @@ -66892,7 +67775,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2][deprecated: v3.1] /// Define a separable two-dimensional convolution filter /// /// @@ -66935,7 +67818,7 @@ namespace OpenTK.Graphics.OpenGL /// Pointer to a one-dimensional array of pixel data that is processed to build the column filter kernel. /// /// - [AutoGenerated(Category = "Version12Deprecated", Version = "1.2", EntryPoint = "glSeparableFilter2D")] + [AutoGenerated(Category = "VERSION_1_2_DEPRECATED", Version = "1.2", EntryPoint = "glSeparableFilter2D")] public static void SeparableFilter2D(OpenTK.Graphics.OpenGL.SeparableTarget target, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, Int32 height, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] ref T6 row, [InAttribute, OutAttribute] T7[,,] column) where T6 : struct @@ -66963,7 +67846,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Select flat or smooth shading /// /// @@ -66971,7 +67854,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a symbolic value representing a shading technique. Accepted values are GL_FLAT and GL_SMOOTH. The initial value is GL_SMOOTH. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glShadeModel")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glShadeModel")] public static void ShadeModel(OpenTK.Graphics.OpenGL.ShadingModel mode) { @@ -66986,7 +67869,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Replaces the source code in a shader object /// /// @@ -67009,7 +67892,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies an array of string lengths. /// /// - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glShaderSource")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glShaderSource")] public static void ShaderSource(Int32 shader, Int32 count, String[] @string, ref Int32 length) { @@ -67030,7 +67913,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Replaces the source code in a shader object /// /// @@ -67054,7 +67937,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glShaderSource")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glShaderSource")] public static unsafe void ShaderSource(Int32 shader, Int32 count, String[] @string, Int32* length) { @@ -67069,7 +67952,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Replaces the source code in a shader object /// /// @@ -67093,7 +67976,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glShaderSource")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glShaderSource")] public static void ShaderSource(UInt32 shader, Int32 count, String[] @string, ref Int32 length) { @@ -67114,7 +67997,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Replaces the source code in a shader object /// /// @@ -67138,7 +68021,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glShaderSource")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glShaderSource")] public static unsafe void ShaderSource(UInt32 shader, Int32 count, String[] @string, Int32* length) { @@ -67153,7 +68036,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0] /// Set front and back function and reference value for stencil testing /// /// @@ -67171,7 +68054,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a mask that is ANDed with both the reference value and the stored stencil value when the test is done. The initial value is all 1's. /// /// - [AutoGenerated(Category = "Version10", Version = "1.0", EntryPoint = "glStencilFunc")] + [AutoGenerated(Category = "VERSION_1_0", Version = "1.0", EntryPoint = "glStencilFunc")] public static void StencilFunc(OpenTK.Graphics.OpenGL.StencilFunction func, Int32 @ref, Int32 mask) { @@ -67186,7 +68069,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0] /// Set front and back function and reference value for stencil testing /// /// @@ -67205,7 +68088,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10", Version = "1.0", EntryPoint = "glStencilFunc")] + [AutoGenerated(Category = "VERSION_1_0", Version = "1.0", EntryPoint = "glStencilFunc")] public static void StencilFunc(OpenTK.Graphics.OpenGL.StencilFunction func, Int32 @ref, UInt32 mask) { @@ -67220,7 +68103,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Set front and/or back function and reference value for stencil testing /// /// @@ -67243,7 +68126,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a mask that is ANDed with both the reference value and the stored stencil value when the test is done. The initial value is all 1's. /// /// - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glStencilFuncSeparate")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glStencilFuncSeparate")] public static void StencilFuncSeparate(OpenTK.Graphics.OpenGL.StencilFace face, OpenTK.Graphics.OpenGL.StencilFunction func, Int32 @ref, Int32 mask) { @@ -67258,7 +68141,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Set front and/or back function and reference value for stencil testing /// /// @@ -67282,7 +68165,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glStencilFuncSeparate")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glStencilFuncSeparate")] public static void StencilFuncSeparate(OpenTK.Graphics.OpenGL.StencilFace face, OpenTK.Graphics.OpenGL.StencilFunction func, Int32 @ref, UInt32 mask) { @@ -67297,7 +68180,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0] /// Control the front and back writing of individual bits in the stencil planes /// /// @@ -67305,7 +68188,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a bit mask to enable and disable writing of individual bits in the stencil planes. Initially, the mask is all 1's. /// /// - [AutoGenerated(Category = "Version10", Version = "1.0", EntryPoint = "glStencilMask")] + [AutoGenerated(Category = "VERSION_1_0", Version = "1.0", EntryPoint = "glStencilMask")] public static void StencilMask(Int32 mask) { @@ -67320,7 +68203,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0] /// Control the front and back writing of individual bits in the stencil planes /// /// @@ -67329,7 +68212,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10", Version = "1.0", EntryPoint = "glStencilMask")] + [AutoGenerated(Category = "VERSION_1_0", Version = "1.0", EntryPoint = "glStencilMask")] public static void StencilMask(UInt32 mask) { @@ -67344,7 +68227,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Control the front and/or back writing of individual bits in the stencil planes /// /// @@ -67357,7 +68240,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a bit mask to enable and disable writing of individual bits in the stencil planes. Initially, the mask is all 1's. /// /// - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glStencilMaskSeparate")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glStencilMaskSeparate")] public static void StencilMaskSeparate(OpenTK.Graphics.OpenGL.StencilFace face, Int32 mask) { @@ -67372,7 +68255,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Control the front and/or back writing of individual bits in the stencil planes /// /// @@ -67386,7 +68269,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glStencilMaskSeparate")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glStencilMaskSeparate")] public static void StencilMaskSeparate(OpenTK.Graphics.OpenGL.StencilFace face, UInt32 mask) { @@ -67401,7 +68284,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0] /// Set front and back stencil test actions /// /// @@ -67419,7 +68302,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the stencil action when both the stencil test and the depth test pass, or when the stencil test passes and either there is no depth buffer or depth testing is not enabled. dppass accepts the same symbolic constants as sfail. The initial value is GL_KEEP. /// /// - [AutoGenerated(Category = "Version10", Version = "1.0", EntryPoint = "glStencilOp")] + [AutoGenerated(Category = "VERSION_1_0", Version = "1.0", EntryPoint = "glStencilOp")] public static void StencilOp(OpenTK.Graphics.OpenGL.StencilOp fail, OpenTK.Graphics.OpenGL.StencilOp zfail, OpenTK.Graphics.OpenGL.StencilOp zpass) { @@ -67434,7 +68317,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Set front and/or back stencil test actions /// /// @@ -67457,7 +68340,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the stencil action when both the stencil test and the depth test pass, or when the stencil test passes and either there is no depth buffer or depth testing is not enabled. dppass accepts the same symbolic constants as sfail. The initial value is GL_KEEP. /// /// - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glStencilOpSeparate")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glStencilOpSeparate")] public static void StencilOpSeparate(OpenTK.Graphics.OpenGL.StencilFace face, OpenTK.Graphics.OpenGL.StencilOp sfail, OpenTK.Graphics.OpenGL.StencilOp dpfail, OpenTK.Graphics.OpenGL.StencilOp dppass) { @@ -67471,7 +68354,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "Version31", Version = "3.1", EntryPoint = "glTexBuffer")] + /// [requires: v3.1] + [AutoGenerated(Category = "VERSION_3_1", Version = "3.1", EntryPoint = "glTexBuffer")] public static void TexBuffer(OpenTK.Graphics.OpenGL.TextureBufferTarget target, OpenTK.Graphics.OpenGL.SizedInternalFormat internalformat, Int32 buffer) { @@ -67485,8 +68369,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v3.1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version31", Version = "3.1", EntryPoint = "glTexBuffer")] + [AutoGenerated(Category = "VERSION_3_1", Version = "3.1", EntryPoint = "glTexBuffer")] public static void TexBuffer(OpenTK.Graphics.OpenGL.TextureBufferTarget target, OpenTK.Graphics.OpenGL.SizedInternalFormat internalformat, UInt32 buffer) { @@ -67501,7 +68386,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current texture coordinates /// /// @@ -67509,7 +68394,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glTexCoord1d")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glTexCoord1d")] public static void TexCoord1(Double s) { @@ -67524,7 +68409,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current texture coordinates /// /// @@ -67533,7 +68418,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glTexCoord1dv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glTexCoord1dv")] public static unsafe void TexCoord1(Double* v) { @@ -67548,7 +68433,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current texture coordinates /// /// @@ -67556,7 +68441,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glTexCoord1f")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glTexCoord1f")] public static void TexCoord1(Single s) { @@ -67571,7 +68456,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current texture coordinates /// /// @@ -67580,7 +68465,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glTexCoord1fv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glTexCoord1fv")] public static unsafe void TexCoord1(Single* v) { @@ -67595,7 +68480,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current texture coordinates /// /// @@ -67603,7 +68488,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glTexCoord1i")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glTexCoord1i")] public static void TexCoord1(Int32 s) { @@ -67618,7 +68503,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current texture coordinates /// /// @@ -67627,7 +68512,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glTexCoord1iv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glTexCoord1iv")] public static unsafe void TexCoord1(Int32* v) { @@ -67642,7 +68527,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current texture coordinates /// /// @@ -67650,7 +68535,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glTexCoord1s")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glTexCoord1s")] public static void TexCoord1(Int16 s) { @@ -67665,7 +68550,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current texture coordinates /// /// @@ -67674,7 +68559,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glTexCoord1sv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glTexCoord1sv")] public static unsafe void TexCoord1(Int16* v) { @@ -67689,7 +68574,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current texture coordinates /// /// @@ -67697,7 +68582,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glTexCoord2d")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glTexCoord2d")] public static void TexCoord2(Double s, Double t) { @@ -67712,7 +68597,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current texture coordinates /// /// @@ -67720,7 +68605,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glTexCoord2dv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glTexCoord2dv")] public static void TexCoord2(Double[] v) { @@ -67741,7 +68626,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current texture coordinates /// /// @@ -67749,7 +68634,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glTexCoord2dv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glTexCoord2dv")] public static void TexCoord2(ref Double v) { @@ -67770,7 +68655,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current texture coordinates /// /// @@ -67779,7 +68664,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glTexCoord2dv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glTexCoord2dv")] public static unsafe void TexCoord2(Double* v) { @@ -67794,7 +68679,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current texture coordinates /// /// @@ -67802,7 +68687,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glTexCoord2f")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glTexCoord2f")] public static void TexCoord2(Single s, Single t) { @@ -67817,7 +68702,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current texture coordinates /// /// @@ -67825,7 +68710,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glTexCoord2fv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glTexCoord2fv")] public static void TexCoord2(Single[] v) { @@ -67846,7 +68731,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current texture coordinates /// /// @@ -67854,7 +68739,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glTexCoord2fv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glTexCoord2fv")] public static void TexCoord2(ref Single v) { @@ -67875,7 +68760,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current texture coordinates /// /// @@ -67884,7 +68769,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glTexCoord2fv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glTexCoord2fv")] public static unsafe void TexCoord2(Single* v) { @@ -67899,7 +68784,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current texture coordinates /// /// @@ -67907,7 +68792,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glTexCoord2i")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glTexCoord2i")] public static void TexCoord2(Int32 s, Int32 t) { @@ -67922,7 +68807,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current texture coordinates /// /// @@ -67930,7 +68815,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glTexCoord2iv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glTexCoord2iv")] public static void TexCoord2(Int32[] v) { @@ -67951,7 +68836,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current texture coordinates /// /// @@ -67959,7 +68844,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glTexCoord2iv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glTexCoord2iv")] public static void TexCoord2(ref Int32 v) { @@ -67980,7 +68865,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current texture coordinates /// /// @@ -67989,7 +68874,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glTexCoord2iv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glTexCoord2iv")] public static unsafe void TexCoord2(Int32* v) { @@ -68004,7 +68889,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current texture coordinates /// /// @@ -68012,7 +68897,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glTexCoord2s")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glTexCoord2s")] public static void TexCoord2(Int16 s, Int16 t) { @@ -68027,7 +68912,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current texture coordinates /// /// @@ -68035,7 +68920,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glTexCoord2sv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glTexCoord2sv")] public static void TexCoord2(Int16[] v) { @@ -68056,7 +68941,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current texture coordinates /// /// @@ -68064,7 +68949,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glTexCoord2sv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glTexCoord2sv")] public static void TexCoord2(ref Int16 v) { @@ -68085,7 +68970,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current texture coordinates /// /// @@ -68094,7 +68979,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glTexCoord2sv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glTexCoord2sv")] public static unsafe void TexCoord2(Int16* v) { @@ -68109,7 +68994,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current texture coordinates /// /// @@ -68117,7 +69002,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glTexCoord3d")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glTexCoord3d")] public static void TexCoord3(Double s, Double t, Double r) { @@ -68132,7 +69017,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current texture coordinates /// /// @@ -68140,7 +69025,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glTexCoord3dv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glTexCoord3dv")] public static void TexCoord3(Double[] v) { @@ -68161,7 +69046,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current texture coordinates /// /// @@ -68169,7 +69054,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glTexCoord3dv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glTexCoord3dv")] public static void TexCoord3(ref Double v) { @@ -68190,7 +69075,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current texture coordinates /// /// @@ -68199,7 +69084,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glTexCoord3dv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glTexCoord3dv")] public static unsafe void TexCoord3(Double* v) { @@ -68214,7 +69099,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current texture coordinates /// /// @@ -68222,7 +69107,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glTexCoord3f")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glTexCoord3f")] public static void TexCoord3(Single s, Single t, Single r) { @@ -68237,7 +69122,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current texture coordinates /// /// @@ -68245,7 +69130,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glTexCoord3fv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glTexCoord3fv")] public static void TexCoord3(Single[] v) { @@ -68266,7 +69151,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current texture coordinates /// /// @@ -68274,7 +69159,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glTexCoord3fv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glTexCoord3fv")] public static void TexCoord3(ref Single v) { @@ -68295,7 +69180,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current texture coordinates /// /// @@ -68304,7 +69189,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glTexCoord3fv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glTexCoord3fv")] public static unsafe void TexCoord3(Single* v) { @@ -68319,7 +69204,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current texture coordinates /// /// @@ -68327,7 +69212,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glTexCoord3i")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glTexCoord3i")] public static void TexCoord3(Int32 s, Int32 t, Int32 r) { @@ -68342,7 +69227,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current texture coordinates /// /// @@ -68350,7 +69235,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glTexCoord3iv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glTexCoord3iv")] public static void TexCoord3(Int32[] v) { @@ -68371,7 +69256,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current texture coordinates /// /// @@ -68379,7 +69264,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glTexCoord3iv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glTexCoord3iv")] public static void TexCoord3(ref Int32 v) { @@ -68400,7 +69285,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current texture coordinates /// /// @@ -68409,7 +69294,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glTexCoord3iv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glTexCoord3iv")] public static unsafe void TexCoord3(Int32* v) { @@ -68424,7 +69309,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current texture coordinates /// /// @@ -68432,7 +69317,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glTexCoord3s")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glTexCoord3s")] public static void TexCoord3(Int16 s, Int16 t, Int16 r) { @@ -68447,7 +69332,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current texture coordinates /// /// @@ -68455,7 +69340,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glTexCoord3sv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glTexCoord3sv")] public static void TexCoord3(Int16[] v) { @@ -68476,7 +69361,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current texture coordinates /// /// @@ -68484,7 +69369,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glTexCoord3sv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glTexCoord3sv")] public static void TexCoord3(ref Int16 v) { @@ -68505,7 +69390,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current texture coordinates /// /// @@ -68514,7 +69399,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glTexCoord3sv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glTexCoord3sv")] public static unsafe void TexCoord3(Int16* v) { @@ -68529,7 +69414,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current texture coordinates /// /// @@ -68537,7 +69422,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glTexCoord4d")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glTexCoord4d")] public static void TexCoord4(Double s, Double t, Double r, Double q) { @@ -68552,7 +69437,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current texture coordinates /// /// @@ -68560,7 +69445,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glTexCoord4dv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glTexCoord4dv")] public static void TexCoord4(Double[] v) { @@ -68581,7 +69466,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current texture coordinates /// /// @@ -68589,7 +69474,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glTexCoord4dv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glTexCoord4dv")] public static void TexCoord4(ref Double v) { @@ -68610,7 +69495,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current texture coordinates /// /// @@ -68619,7 +69504,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glTexCoord4dv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glTexCoord4dv")] public static unsafe void TexCoord4(Double* v) { @@ -68634,7 +69519,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current texture coordinates /// /// @@ -68642,7 +69527,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glTexCoord4f")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glTexCoord4f")] public static void TexCoord4(Single s, Single t, Single r, Single q) { @@ -68657,7 +69542,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current texture coordinates /// /// @@ -68665,7 +69550,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glTexCoord4fv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glTexCoord4fv")] public static void TexCoord4(Single[] v) { @@ -68686,7 +69571,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current texture coordinates /// /// @@ -68694,7 +69579,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glTexCoord4fv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glTexCoord4fv")] public static void TexCoord4(ref Single v) { @@ -68715,7 +69600,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current texture coordinates /// /// @@ -68724,7 +69609,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glTexCoord4fv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glTexCoord4fv")] public static unsafe void TexCoord4(Single* v) { @@ -68739,7 +69624,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current texture coordinates /// /// @@ -68747,7 +69632,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glTexCoord4i")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glTexCoord4i")] public static void TexCoord4(Int32 s, Int32 t, Int32 r, Int32 q) { @@ -68762,7 +69647,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current texture coordinates /// /// @@ -68770,7 +69655,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glTexCoord4iv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glTexCoord4iv")] public static void TexCoord4(Int32[] v) { @@ -68791,7 +69676,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current texture coordinates /// /// @@ -68799,7 +69684,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glTexCoord4iv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glTexCoord4iv")] public static void TexCoord4(ref Int32 v) { @@ -68820,7 +69705,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current texture coordinates /// /// @@ -68829,7 +69714,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glTexCoord4iv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glTexCoord4iv")] public static unsafe void TexCoord4(Int32* v) { @@ -68844,7 +69729,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current texture coordinates /// /// @@ -68852,7 +69737,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glTexCoord4s")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glTexCoord4s")] public static void TexCoord4(Int16 s, Int16 t, Int16 r, Int16 q) { @@ -68867,7 +69752,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current texture coordinates /// /// @@ -68875,7 +69760,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glTexCoord4sv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glTexCoord4sv")] public static void TexCoord4(Int16[] v) { @@ -68896,7 +69781,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current texture coordinates /// /// @@ -68904,7 +69789,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glTexCoord4sv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glTexCoord4sv")] public static void TexCoord4(ref Int16 v) { @@ -68925,7 +69810,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set the current texture coordinates /// /// @@ -68934,7 +69819,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glTexCoord4sv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glTexCoord4sv")] public static unsafe void TexCoord4(Int16* v) { @@ -68949,7 +69834,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.1][deprecated: v3.1] /// Define an array of texture coordinates /// /// @@ -68972,7 +69857,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the first coordinate of the first texture coordinate set in the array. The initial value is 0. /// /// - [AutoGenerated(Category = "Version11Deprecated", Version = "1.1", EntryPoint = "glTexCoordPointer")] + [AutoGenerated(Category = "VERSION_1_1_DEPRECATED", Version = "1.1", EntryPoint = "glTexCoordPointer")] public static void TexCoordPointer(Int32 size, OpenTK.Graphics.OpenGL.TexCoordPointerType type, Int32 stride, IntPtr pointer) { @@ -68987,7 +69872,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.1][deprecated: v3.1] /// Define an array of texture coordinates /// /// @@ -69010,7 +69895,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the first coordinate of the first texture coordinate set in the array. The initial value is 0. /// /// - [AutoGenerated(Category = "Version11Deprecated", Version = "1.1", EntryPoint = "glTexCoordPointer")] + [AutoGenerated(Category = "VERSION_1_1_DEPRECATED", Version = "1.1", EntryPoint = "glTexCoordPointer")] public static void TexCoordPointer(Int32 size, OpenTK.Graphics.OpenGL.TexCoordPointerType type, Int32 stride, [InAttribute, OutAttribute] T3[] pointer) where T3 : struct @@ -69034,7 +69919,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.1][deprecated: v3.1] /// Define an array of texture coordinates /// /// @@ -69057,7 +69942,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the first coordinate of the first texture coordinate set in the array. The initial value is 0. /// /// - [AutoGenerated(Category = "Version11Deprecated", Version = "1.1", EntryPoint = "glTexCoordPointer")] + [AutoGenerated(Category = "VERSION_1_1_DEPRECATED", Version = "1.1", EntryPoint = "glTexCoordPointer")] public static void TexCoordPointer(Int32 size, OpenTK.Graphics.OpenGL.TexCoordPointerType type, Int32 stride, [InAttribute, OutAttribute] T3[,] pointer) where T3 : struct @@ -69081,7 +69966,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.1][deprecated: v3.1] /// Define an array of texture coordinates /// /// @@ -69104,7 +69989,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the first coordinate of the first texture coordinate set in the array. The initial value is 0. /// /// - [AutoGenerated(Category = "Version11Deprecated", Version = "1.1", EntryPoint = "glTexCoordPointer")] + [AutoGenerated(Category = "VERSION_1_1_DEPRECATED", Version = "1.1", EntryPoint = "glTexCoordPointer")] public static void TexCoordPointer(Int32 size, OpenTK.Graphics.OpenGL.TexCoordPointerType type, Int32 stride, [InAttribute, OutAttribute] T3[,,] pointer) where T3 : struct @@ -69128,7 +70013,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.1][deprecated: v3.1] /// Define an array of texture coordinates /// /// @@ -69151,7 +70036,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the first coordinate of the first texture coordinate set in the array. The initial value is 0. /// /// - [AutoGenerated(Category = "Version11Deprecated", Version = "1.1", EntryPoint = "glTexCoordPointer")] + [AutoGenerated(Category = "VERSION_1_1_DEPRECATED", Version = "1.1", EntryPoint = "glTexCoordPointer")] public static void TexCoordPointer(Int32 size, OpenTK.Graphics.OpenGL.TexCoordPointerType type, Int32 stride, [InAttribute, OutAttribute] ref T3 pointer) where T3 : struct @@ -69176,7 +70061,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set texture environment parameters /// /// @@ -69194,7 +70079,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a single symbolic constant, one of GL_ADD, GL_ADD_SIGNED, GL_INTERPOLATE, GL_MODULATE, GL_DECAL, GL_BLEND, GL_REPLACE, GL_SUBTRACT, GL_COMBINE, GL_TEXTURE, GL_CONSTANT, GL_PRIMARY_COLOR, GL_PREVIOUS, GL_SRC_COLOR, GL_ONE_MINUS_SRC_COLOR, GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA, a single boolean value for the point sprite texture coordinate replacement, a single floating-point value for the texture level-of-detail bias, or 1.0, 2.0, or 4.0 when specifying the GL_RGB_SCALE or GL_ALPHA_SCALE. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glTexEnvf")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glTexEnvf")] public static void TexEnv(OpenTK.Graphics.OpenGL.TextureEnvTarget target, OpenTK.Graphics.OpenGL.TextureEnvParameter pname, Single param) { @@ -69209,7 +70094,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set texture environment parameters /// /// @@ -69227,7 +70112,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a single symbolic constant, one of GL_ADD, GL_ADD_SIGNED, GL_INTERPOLATE, GL_MODULATE, GL_DECAL, GL_BLEND, GL_REPLACE, GL_SUBTRACT, GL_COMBINE, GL_TEXTURE, GL_CONSTANT, GL_PRIMARY_COLOR, GL_PREVIOUS, GL_SRC_COLOR, GL_ONE_MINUS_SRC_COLOR, GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA, a single boolean value for the point sprite texture coordinate replacement, a single floating-point value for the texture level-of-detail bias, or 1.0, 2.0, or 4.0 when specifying the GL_RGB_SCALE or GL_ALPHA_SCALE. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glTexEnvfv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glTexEnvfv")] public static void TexEnv(OpenTK.Graphics.OpenGL.TextureEnvTarget target, OpenTK.Graphics.OpenGL.TextureEnvParameter pname, Single[] @params) { @@ -69248,7 +70133,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set texture environment parameters /// /// @@ -69267,7 +70152,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glTexEnvfv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glTexEnvfv")] public static unsafe void TexEnv(OpenTK.Graphics.OpenGL.TextureEnvTarget target, OpenTK.Graphics.OpenGL.TextureEnvParameter pname, Single* @params) { @@ -69282,7 +70167,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set texture environment parameters /// /// @@ -69300,7 +70185,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a single symbolic constant, one of GL_ADD, GL_ADD_SIGNED, GL_INTERPOLATE, GL_MODULATE, GL_DECAL, GL_BLEND, GL_REPLACE, GL_SUBTRACT, GL_COMBINE, GL_TEXTURE, GL_CONSTANT, GL_PRIMARY_COLOR, GL_PREVIOUS, GL_SRC_COLOR, GL_ONE_MINUS_SRC_COLOR, GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA, a single boolean value for the point sprite texture coordinate replacement, a single floating-point value for the texture level-of-detail bias, or 1.0, 2.0, or 4.0 when specifying the GL_RGB_SCALE or GL_ALPHA_SCALE. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glTexEnvi")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glTexEnvi")] public static void TexEnv(OpenTK.Graphics.OpenGL.TextureEnvTarget target, OpenTK.Graphics.OpenGL.TextureEnvParameter pname, Int32 param) { @@ -69315,7 +70200,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set texture environment parameters /// /// @@ -69333,7 +70218,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a single symbolic constant, one of GL_ADD, GL_ADD_SIGNED, GL_INTERPOLATE, GL_MODULATE, GL_DECAL, GL_BLEND, GL_REPLACE, GL_SUBTRACT, GL_COMBINE, GL_TEXTURE, GL_CONSTANT, GL_PRIMARY_COLOR, GL_PREVIOUS, GL_SRC_COLOR, GL_ONE_MINUS_SRC_COLOR, GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA, a single boolean value for the point sprite texture coordinate replacement, a single floating-point value for the texture level-of-detail bias, or 1.0, 2.0, or 4.0 when specifying the GL_RGB_SCALE or GL_ALPHA_SCALE. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glTexEnviv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glTexEnviv")] public static void TexEnv(OpenTK.Graphics.OpenGL.TextureEnvTarget target, OpenTK.Graphics.OpenGL.TextureEnvParameter pname, Int32[] @params) { @@ -69354,7 +70239,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Set texture environment parameters /// /// @@ -69373,7 +70258,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glTexEnviv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glTexEnviv")] public static unsafe void TexEnv(OpenTK.Graphics.OpenGL.TextureEnvTarget target, OpenTK.Graphics.OpenGL.TextureEnvParameter pname, Int32* @params) { @@ -69387,7 +70272,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glTexGend")] + /// [requires: v1.0][deprecated: v3.1] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glTexGend")] public static void TexGend(OpenTK.Graphics.OpenGL.TextureCoordName coord, OpenTK.Graphics.OpenGL.TextureGenParameter pname, Double param) { @@ -69402,7 +70288,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Control the generation of texture coordinates /// /// @@ -69420,7 +70306,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a single-valued texture generation parameter, one of GL_OBJECT_LINEAR, GL_EYE_LINEAR, GL_SPHERE_MAP, GL_NORMAL_MAP, or GL_REFLECTION_MAP. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glTexGendv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glTexGendv")] public static void TexGen(OpenTK.Graphics.OpenGL.TextureCoordName coord, OpenTK.Graphics.OpenGL.TextureGenParameter pname, Double[] @params) { @@ -69441,7 +70327,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Control the generation of texture coordinates /// /// @@ -69459,7 +70345,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a single-valued texture generation parameter, one of GL_OBJECT_LINEAR, GL_EYE_LINEAR, GL_SPHERE_MAP, GL_NORMAL_MAP, or GL_REFLECTION_MAP. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glTexGendv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glTexGendv")] public static void TexGen(OpenTK.Graphics.OpenGL.TextureCoordName coord, OpenTK.Graphics.OpenGL.TextureGenParameter pname, ref Double @params) { @@ -69480,7 +70366,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Control the generation of texture coordinates /// /// @@ -69499,7 +70385,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glTexGendv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glTexGendv")] public static unsafe void TexGen(OpenTK.Graphics.OpenGL.TextureCoordName coord, OpenTK.Graphics.OpenGL.TextureGenParameter pname, Double* @params) { @@ -69514,7 +70400,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Control the generation of texture coordinates /// /// @@ -69532,7 +70418,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a single-valued texture generation parameter, one of GL_OBJECT_LINEAR, GL_EYE_LINEAR, GL_SPHERE_MAP, GL_NORMAL_MAP, or GL_REFLECTION_MAP. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glTexGenf")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glTexGenf")] public static void TexGen(OpenTK.Graphics.OpenGL.TextureCoordName coord, OpenTK.Graphics.OpenGL.TextureGenParameter pname, Single param) { @@ -69547,7 +70433,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Control the generation of texture coordinates /// /// @@ -69565,7 +70451,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a single-valued texture generation parameter, one of GL_OBJECT_LINEAR, GL_EYE_LINEAR, GL_SPHERE_MAP, GL_NORMAL_MAP, or GL_REFLECTION_MAP. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glTexGenfv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glTexGenfv")] public static void TexGen(OpenTK.Graphics.OpenGL.TextureCoordName coord, OpenTK.Graphics.OpenGL.TextureGenParameter pname, Single[] @params) { @@ -69586,7 +70472,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Control the generation of texture coordinates /// /// @@ -69605,7 +70491,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glTexGenfv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glTexGenfv")] public static unsafe void TexGen(OpenTK.Graphics.OpenGL.TextureCoordName coord, OpenTK.Graphics.OpenGL.TextureGenParameter pname, Single* @params) { @@ -69620,7 +70506,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Control the generation of texture coordinates /// /// @@ -69638,7 +70524,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a single-valued texture generation parameter, one of GL_OBJECT_LINEAR, GL_EYE_LINEAR, GL_SPHERE_MAP, GL_NORMAL_MAP, or GL_REFLECTION_MAP. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glTexGeni")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glTexGeni")] public static void TexGen(OpenTK.Graphics.OpenGL.TextureCoordName coord, OpenTK.Graphics.OpenGL.TextureGenParameter pname, Int32 param) { @@ -69653,7 +70539,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Control the generation of texture coordinates /// /// @@ -69671,7 +70557,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a single-valued texture generation parameter, one of GL_OBJECT_LINEAR, GL_EYE_LINEAR, GL_SPHERE_MAP, GL_NORMAL_MAP, or GL_REFLECTION_MAP. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glTexGeniv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glTexGeniv")] public static void TexGen(OpenTK.Graphics.OpenGL.TextureCoordName coord, OpenTK.Graphics.OpenGL.TextureGenParameter pname, Int32[] @params) { @@ -69692,7 +70578,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Control the generation of texture coordinates /// /// @@ -69711,7 +70597,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glTexGeniv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glTexGeniv")] public static unsafe void TexGen(OpenTK.Graphics.OpenGL.TextureCoordName coord, OpenTK.Graphics.OpenGL.TextureGenParameter pname, Int32* @params) { @@ -69726,7 +70612,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0] /// Specify a one-dimensional texture image /// /// @@ -69769,7 +70655,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the image data in memory. /// /// - [AutoGenerated(Category = "Version10", Version = "1.0", EntryPoint = "glTexImage1D")] + [AutoGenerated(Category = "VERSION_1_0", Version = "1.0", EntryPoint = "glTexImage1D")] public static void TexImage1D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, Int32 border, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, IntPtr pixels) { @@ -69784,7 +70670,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0] /// Specify a one-dimensional texture image /// /// @@ -69827,7 +70713,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the image data in memory. /// /// - [AutoGenerated(Category = "Version10", Version = "1.0", EntryPoint = "glTexImage1D")] + [AutoGenerated(Category = "VERSION_1_0", Version = "1.0", EntryPoint = "glTexImage1D")] public static void TexImage1D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, Int32 border, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T7[] pixels) where T7 : struct @@ -69851,7 +70737,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0] /// Specify a one-dimensional texture image /// /// @@ -69894,7 +70780,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the image data in memory. /// /// - [AutoGenerated(Category = "Version10", Version = "1.0", EntryPoint = "glTexImage1D")] + [AutoGenerated(Category = "VERSION_1_0", Version = "1.0", EntryPoint = "glTexImage1D")] public static void TexImage1D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, Int32 border, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T7[,] pixels) where T7 : struct @@ -69918,7 +70804,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0] /// Specify a one-dimensional texture image /// /// @@ -69961,7 +70847,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the image data in memory. /// /// - [AutoGenerated(Category = "Version10", Version = "1.0", EntryPoint = "glTexImage1D")] + [AutoGenerated(Category = "VERSION_1_0", Version = "1.0", EntryPoint = "glTexImage1D")] public static void TexImage1D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, Int32 border, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T7[,,] pixels) where T7 : struct @@ -69985,7 +70871,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0] /// Specify a one-dimensional texture image /// /// @@ -70028,7 +70914,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the image data in memory. /// /// - [AutoGenerated(Category = "Version10", Version = "1.0", EntryPoint = "glTexImage1D")] + [AutoGenerated(Category = "VERSION_1_0", Version = "1.0", EntryPoint = "glTexImage1D")] public static void TexImage1D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, Int32 border, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] ref T7 pixels) where T7 : struct @@ -70053,7 +70939,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0] /// Specify a two-dimensional texture image /// /// @@ -70101,7 +70987,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the image data in memory. /// /// - [AutoGenerated(Category = "Version10", Version = "1.0", EntryPoint = "glTexImage2D")] + [AutoGenerated(Category = "VERSION_1_0", Version = "1.0", EntryPoint = "glTexImage2D")] public static void TexImage2D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, Int32 height, Int32 border, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, IntPtr pixels) { @@ -70116,7 +71002,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0] /// Specify a two-dimensional texture image /// /// @@ -70164,7 +71050,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the image data in memory. /// /// - [AutoGenerated(Category = "Version10", Version = "1.0", EntryPoint = "glTexImage2D")] + [AutoGenerated(Category = "VERSION_1_0", Version = "1.0", EntryPoint = "glTexImage2D")] public static void TexImage2D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, Int32 height, Int32 border, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T8[] pixels) where T8 : struct @@ -70188,7 +71074,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0] /// Specify a two-dimensional texture image /// /// @@ -70236,7 +71122,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the image data in memory. /// /// - [AutoGenerated(Category = "Version10", Version = "1.0", EntryPoint = "glTexImage2D")] + [AutoGenerated(Category = "VERSION_1_0", Version = "1.0", EntryPoint = "glTexImage2D")] public static void TexImage2D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, Int32 height, Int32 border, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T8[,] pixels) where T8 : struct @@ -70260,7 +71146,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0] /// Specify a two-dimensional texture image /// /// @@ -70308,7 +71194,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the image data in memory. /// /// - [AutoGenerated(Category = "Version10", Version = "1.0", EntryPoint = "glTexImage2D")] + [AutoGenerated(Category = "VERSION_1_0", Version = "1.0", EntryPoint = "glTexImage2D")] public static void TexImage2D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, Int32 height, Int32 border, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T8[,,] pixels) where T8 : struct @@ -70332,7 +71218,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0] /// Specify a two-dimensional texture image /// /// @@ -70380,7 +71266,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the image data in memory. /// /// - [AutoGenerated(Category = "Version10", Version = "1.0", EntryPoint = "glTexImage2D")] + [AutoGenerated(Category = "VERSION_1_0", Version = "1.0", EntryPoint = "glTexImage2D")] public static void TexImage2D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, Int32 height, Int32 border, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] ref T8 pixels) where T8 : struct @@ -70404,7 +71290,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbTextureMultisample", Version = "1.2", EntryPoint = "glTexImage2DMultisample")] + /// [requires: v1.2] + [AutoGenerated(Category = "ARB_texture_multisample", Version = "1.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) { @@ -70419,7 +71306,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2][deprecated: v3.1] /// Specify a three-dimensional texture image /// /// @@ -70472,7 +71359,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the image data in memory. /// /// - [AutoGenerated(Category = "Version12", Version = "1.2", EntryPoint = "glTexImage3D")] + [AutoGenerated(Category = "VERSION_1_2", Version = "1.2", EntryPoint = "glTexImage3D")] public static void TexImage3D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, Int32 height, Int32 depth, Int32 border, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, IntPtr pixels) { @@ -70487,7 +71374,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2][deprecated: v3.1] /// Specify a three-dimensional texture image /// /// @@ -70540,7 +71427,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the image data in memory. /// /// - [AutoGenerated(Category = "Version12", Version = "1.2", EntryPoint = "glTexImage3D")] + [AutoGenerated(Category = "VERSION_1_2", Version = "1.2", EntryPoint = "glTexImage3D")] public static void TexImage3D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, Int32 height, Int32 depth, Int32 border, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T9[] pixels) where T9 : struct @@ -70564,7 +71451,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2][deprecated: v3.1] /// Specify a three-dimensional texture image /// /// @@ -70617,7 +71504,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the image data in memory. /// /// - [AutoGenerated(Category = "Version12", Version = "1.2", EntryPoint = "glTexImage3D")] + [AutoGenerated(Category = "VERSION_1_2", Version = "1.2", EntryPoint = "glTexImage3D")] public static void TexImage3D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, Int32 height, Int32 depth, Int32 border, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T9[,] pixels) where T9 : struct @@ -70641,7 +71528,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2][deprecated: v3.1] /// Specify a three-dimensional texture image /// /// @@ -70694,7 +71581,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the image data in memory. /// /// - [AutoGenerated(Category = "Version12", Version = "1.2", EntryPoint = "glTexImage3D")] + [AutoGenerated(Category = "VERSION_1_2", Version = "1.2", EntryPoint = "glTexImage3D")] public static void TexImage3D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, Int32 height, Int32 depth, Int32 border, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T9[,,] pixels) where T9 : struct @@ -70718,7 +71605,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2][deprecated: v3.1] /// Specify a three-dimensional texture image /// /// @@ -70771,7 +71658,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the image data in memory. /// /// - [AutoGenerated(Category = "Version12", Version = "1.2", EntryPoint = "glTexImage3D")] + [AutoGenerated(Category = "VERSION_1_2", Version = "1.2", EntryPoint = "glTexImage3D")] public static void TexImage3D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, Int32 height, Int32 depth, Int32 border, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] ref T9 pixels) where T9 : struct @@ -70795,7 +71682,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbTextureMultisample", Version = "1.2", EntryPoint = "glTexImage3DMultisample")] + /// [requires: v1.2] + [AutoGenerated(Category = "ARB_texture_multisample", Version = "1.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) { @@ -70810,7 +71698,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0] /// Set texture parameters /// /// @@ -70828,7 +71716,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the value of pname. /// /// - [AutoGenerated(Category = "Version10", Version = "1.0", EntryPoint = "glTexParameterf")] + [AutoGenerated(Category = "VERSION_1_0", Version = "1.0", EntryPoint = "glTexParameterf")] public static void TexParameter(OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.TextureParameterName pname, Single param) { @@ -70843,7 +71731,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0] /// Set texture parameters /// /// @@ -70861,7 +71749,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the value of pname. /// /// - [AutoGenerated(Category = "Version10", Version = "1.0", EntryPoint = "glTexParameterfv")] + [AutoGenerated(Category = "VERSION_1_0", Version = "1.0", EntryPoint = "glTexParameterfv")] public static void TexParameter(OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.TextureParameterName pname, Single[] @params) { @@ -70882,7 +71770,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0] /// Set texture parameters /// /// @@ -70901,7 +71789,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10", Version = "1.0", EntryPoint = "glTexParameterfv")] + [AutoGenerated(Category = "VERSION_1_0", Version = "1.0", EntryPoint = "glTexParameterfv")] public static unsafe void TexParameter(OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.TextureParameterName pname, Single* @params) { @@ -70916,7 +71804,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0] /// Set texture parameters /// /// @@ -70934,7 +71822,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the value of pname. /// /// - [AutoGenerated(Category = "Version10", Version = "1.0", EntryPoint = "glTexParameteri")] + [AutoGenerated(Category = "VERSION_1_0", Version = "1.0", EntryPoint = "glTexParameteri")] public static void TexParameter(OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.TextureParameterName pname, Int32 param) { @@ -70948,7 +71836,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glTexParameterIiv")] + /// [requires: v3.0] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glTexParameterIiv")] public static void TexParameterI(OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.TextureParameterName pname, Int32[] @params) { @@ -70968,7 +71857,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glTexParameterIiv")] + /// [requires: v3.0] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glTexParameterIiv")] public static void TexParameterI(OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.TextureParameterName pname, ref Int32 @params) { @@ -70988,8 +71878,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v3.0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glTexParameterIiv")] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glTexParameterIiv")] public static unsafe void TexParameterI(OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.TextureParameterName pname, Int32* @params) { @@ -71003,8 +71894,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v3.0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glTexParameterIuiv")] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glTexParameterIuiv")] public static void TexParameterI(OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.TextureParameterName pname, UInt32[] @params) { @@ -71024,8 +71916,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v3.0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glTexParameterIuiv")] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glTexParameterIuiv")] public static void TexParameterI(OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.TextureParameterName pname, ref UInt32 @params) { @@ -71045,8 +71938,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v3.0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glTexParameterIuiv")] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glTexParameterIuiv")] public static unsafe void TexParameterI(OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.TextureParameterName pname, UInt32* @params) { @@ -71061,7 +71955,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0] /// Set texture parameters /// /// @@ -71079,7 +71973,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the value of pname. /// /// - [AutoGenerated(Category = "Version10", Version = "1.0", EntryPoint = "glTexParameteriv")] + [AutoGenerated(Category = "VERSION_1_0", Version = "1.0", EntryPoint = "glTexParameteriv")] public static void TexParameter(OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.TextureParameterName pname, Int32[] @params) { @@ -71100,7 +71994,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0] /// Set texture parameters /// /// @@ -71119,7 +72013,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10", Version = "1.0", EntryPoint = "glTexParameteriv")] + [AutoGenerated(Category = "VERSION_1_0", Version = "1.0", EntryPoint = "glTexParameteriv")] public static unsafe void TexParameter(OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.TextureParameterName pname, Int32* @params) { @@ -71134,7 +72028,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.1] /// Specify a one-dimensional texture subimage /// /// @@ -71172,7 +72066,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the image data in memory. /// /// - [AutoGenerated(Category = "Version11", Version = "1.1", EntryPoint = "glTexSubImage1D")] + [AutoGenerated(Category = "VERSION_1_1", Version = "1.1", EntryPoint = "glTexSubImage1D")] public static void TexSubImage1D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 width, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, IntPtr pixels) { @@ -71187,7 +72081,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.1] /// Specify a one-dimensional texture subimage /// /// @@ -71225,7 +72119,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the image data in memory. /// /// - [AutoGenerated(Category = "Version11", Version = "1.1", EntryPoint = "glTexSubImage1D")] + [AutoGenerated(Category = "VERSION_1_1", Version = "1.1", EntryPoint = "glTexSubImage1D")] public static void TexSubImage1D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 width, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T6[] pixels) where T6 : struct @@ -71249,7 +72143,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.1] /// Specify a one-dimensional texture subimage /// /// @@ -71287,7 +72181,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the image data in memory. /// /// - [AutoGenerated(Category = "Version11", Version = "1.1", EntryPoint = "glTexSubImage1D")] + [AutoGenerated(Category = "VERSION_1_1", Version = "1.1", EntryPoint = "glTexSubImage1D")] public static void TexSubImage1D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 width, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T6[,] pixels) where T6 : struct @@ -71311,7 +72205,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.1] /// Specify a one-dimensional texture subimage /// /// @@ -71349,7 +72243,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the image data in memory. /// /// - [AutoGenerated(Category = "Version11", Version = "1.1", EntryPoint = "glTexSubImage1D")] + [AutoGenerated(Category = "VERSION_1_1", Version = "1.1", EntryPoint = "glTexSubImage1D")] public static void TexSubImage1D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 width, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T6[,,] pixels) where T6 : struct @@ -71373,7 +72267,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.1] /// Specify a one-dimensional texture subimage /// /// @@ -71411,7 +72305,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the image data in memory. /// /// - [AutoGenerated(Category = "Version11", Version = "1.1", EntryPoint = "glTexSubImage1D")] + [AutoGenerated(Category = "VERSION_1_1", Version = "1.1", EntryPoint = "glTexSubImage1D")] public static void TexSubImage1D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 width, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] ref T6 pixels) where T6 : struct @@ -71436,7 +72330,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.1] /// Specify a two-dimensional texture subimage /// /// @@ -71484,7 +72378,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the image data in memory. /// /// - [AutoGenerated(Category = "Version11", Version = "1.1", EntryPoint = "glTexSubImage2D")] + [AutoGenerated(Category = "VERSION_1_1", Version = "1.1", EntryPoint = "glTexSubImage2D")] public static void TexSubImage2D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 width, Int32 height, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, IntPtr pixels) { @@ -71499,7 +72393,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.1] /// Specify a two-dimensional texture subimage /// /// @@ -71547,7 +72441,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the image data in memory. /// /// - [AutoGenerated(Category = "Version11", Version = "1.1", EntryPoint = "glTexSubImage2D")] + [AutoGenerated(Category = "VERSION_1_1", Version = "1.1", EntryPoint = "glTexSubImage2D")] public static void TexSubImage2D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 width, Int32 height, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T8[] pixels) where T8 : struct @@ -71571,7 +72465,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.1] /// Specify a two-dimensional texture subimage /// /// @@ -71619,7 +72513,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the image data in memory. /// /// - [AutoGenerated(Category = "Version11", Version = "1.1", EntryPoint = "glTexSubImage2D")] + [AutoGenerated(Category = "VERSION_1_1", Version = "1.1", EntryPoint = "glTexSubImage2D")] public static void TexSubImage2D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 width, Int32 height, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T8[,] pixels) where T8 : struct @@ -71643,7 +72537,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.1] /// Specify a two-dimensional texture subimage /// /// @@ -71691,7 +72585,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the image data in memory. /// /// - [AutoGenerated(Category = "Version11", Version = "1.1", EntryPoint = "glTexSubImage2D")] + [AutoGenerated(Category = "VERSION_1_1", Version = "1.1", EntryPoint = "glTexSubImage2D")] public static void TexSubImage2D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 width, Int32 height, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T8[,,] pixels) where T8 : struct @@ -71715,7 +72609,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.1] /// Specify a two-dimensional texture subimage /// /// @@ -71763,7 +72657,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the image data in memory. /// /// - [AutoGenerated(Category = "Version11", Version = "1.1", EntryPoint = "glTexSubImage2D")] + [AutoGenerated(Category = "VERSION_1_1", Version = "1.1", EntryPoint = "glTexSubImage2D")] public static void TexSubImage2D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 width, Int32 height, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] ref T8 pixels) where T8 : struct @@ -71788,7 +72682,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2] /// Specify a three-dimensional texture subimage /// /// @@ -71846,7 +72740,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the image data in memory. /// /// - [AutoGenerated(Category = "Version12", Version = "1.2", EntryPoint = "glTexSubImage3D")] + [AutoGenerated(Category = "VERSION_1_2", Version = "1.2", EntryPoint = "glTexSubImage3D")] public static void TexSubImage3D(OpenTK.Graphics.OpenGL.TextureTarget target, 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 pixels) { @@ -71861,7 +72755,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2] /// Specify a three-dimensional texture subimage /// /// @@ -71919,7 +72813,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the image data in memory. /// /// - [AutoGenerated(Category = "Version12", Version = "1.2", EntryPoint = "glTexSubImage3D")] + [AutoGenerated(Category = "VERSION_1_2", Version = "1.2", EntryPoint = "glTexSubImage3D")] public static void TexSubImage3D(OpenTK.Graphics.OpenGL.TextureTarget target, 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[] pixels) where T10 : struct @@ -71943,7 +72837,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2] /// Specify a three-dimensional texture subimage /// /// @@ -72001,7 +72895,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the image data in memory. /// /// - [AutoGenerated(Category = "Version12", Version = "1.2", EntryPoint = "glTexSubImage3D")] + [AutoGenerated(Category = "VERSION_1_2", Version = "1.2", EntryPoint = "glTexSubImage3D")] public static void TexSubImage3D(OpenTK.Graphics.OpenGL.TextureTarget target, 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[,] pixels) where T10 : struct @@ -72025,7 +72919,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2] /// Specify a three-dimensional texture subimage /// /// @@ -72083,7 +72977,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the image data in memory. /// /// - [AutoGenerated(Category = "Version12", Version = "1.2", EntryPoint = "glTexSubImage3D")] + [AutoGenerated(Category = "VERSION_1_2", Version = "1.2", EntryPoint = "glTexSubImage3D")] public static void TexSubImage3D(OpenTK.Graphics.OpenGL.TextureTarget target, 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[,,] pixels) where T10 : struct @@ -72107,7 +73001,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.2] /// Specify a three-dimensional texture subimage /// /// @@ -72165,7 +73059,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the image data in memory. /// /// - [AutoGenerated(Category = "Version12", Version = "1.2", EntryPoint = "glTexSubImage3D")] + [AutoGenerated(Category = "VERSION_1_2", Version = "1.2", EntryPoint = "glTexSubImage3D")] public static void TexSubImage3D(OpenTK.Graphics.OpenGL.TextureTarget target, 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 pixels) where T10 : struct @@ -72189,7 +73083,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glTransformFeedbackVaryings")] + /// [requires: v3.0] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glTransformFeedbackVaryings")] public static void TransformFeedbackVaryings(Int32 program, Int32 count, String[] varyings, OpenTK.Graphics.OpenGL.TransformFeedbackMode bufferMode) { @@ -72203,8 +73098,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v3.0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glTransformFeedbackVaryings")] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glTransformFeedbackVaryings")] public static void TransformFeedbackVaryings(UInt32 program, Int32 count, String[] varyings, OpenTK.Graphics.OpenGL.TransformFeedbackMode bufferMode) { @@ -72219,7 +73115,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Multiply the current matrix by a translation matrix /// /// @@ -72227,7 +73123,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the x, y, and z coordinates of a translation vector. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glTranslated")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glTranslated")] public static void Translate(Double x, Double y, Double z) { @@ -72242,7 +73138,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Multiply the current matrix by a translation matrix /// /// @@ -72250,7 +73146,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the x, y, and z coordinates of a translation vector. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glTranslatef")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glTranslatef")] public static void Translate(Single x, Single y, Single z) { @@ -72265,7 +73161,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Specify the value of a uniform variable for the current program object /// /// @@ -72278,7 +73174,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified uniform variable. /// /// - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glUniform1f")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glUniform1f")] public static void Uniform1(Int32 location, Single v0) { @@ -72293,7 +73189,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Specify the value of a uniform variable for the current program object /// /// @@ -72306,7 +73202,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified uniform variable. /// /// - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glUniform1fv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glUniform1fv")] public static void Uniform1(Int32 location, Int32 count, Single[] value) { @@ -72327,7 +73223,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Specify the value of a uniform variable for the current program object /// /// @@ -72340,7 +73236,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified uniform variable. /// /// - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glUniform1fv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glUniform1fv")] public static void Uniform1(Int32 location, Int32 count, ref Single value) { @@ -72361,7 +73257,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Specify the value of a uniform variable for the current program object /// /// @@ -72375,7 +73271,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glUniform1fv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glUniform1fv")] public static unsafe void Uniform1(Int32 location, Int32 count, Single* value) { @@ -72390,7 +73286,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Specify the value of a uniform variable for the current program object /// /// @@ -72403,7 +73299,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified uniform variable. /// /// - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glUniform1i")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glUniform1i")] public static void Uniform1(Int32 location, Int32 v0) { @@ -72418,7 +73314,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Specify the value of a uniform variable for the current program object /// /// @@ -72431,7 +73327,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified uniform variable. /// /// - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glUniform1iv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glUniform1iv")] public static void Uniform1(Int32 location, Int32 count, Int32[] value) { @@ -72452,7 +73348,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Specify the value of a uniform variable for the current program object /// /// @@ -72465,7 +73361,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified uniform variable. /// /// - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glUniform1iv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glUniform1iv")] public static void Uniform1(Int32 location, Int32 count, ref Int32 value) { @@ -72486,7 +73382,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Specify the value of a uniform variable for the current program object /// /// @@ -72500,7 +73396,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glUniform1iv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glUniform1iv")] public static unsafe void Uniform1(Int32 location, Int32 count, Int32* value) { @@ -72515,7 +73411,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.0] /// Specify the value of a uniform variable for the current program object /// /// @@ -72529,7 +73425,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glUniform1ui")] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glUniform1ui")] public static void Uniform1(Int32 location, UInt32 v0) { @@ -72544,7 +73440,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.0] /// Specify the value of a uniform variable for the current program object /// /// @@ -72558,7 +73454,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glUniform1uiv")] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glUniform1uiv")] public static void Uniform1(Int32 location, Int32 count, UInt32[] value) { @@ -72579,7 +73475,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.0] /// Specify the value of a uniform variable for the current program object /// /// @@ -72593,7 +73489,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glUniform1uiv")] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glUniform1uiv")] public static void Uniform1(Int32 location, Int32 count, ref UInt32 value) { @@ -72614,7 +73510,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.0] /// Specify the value of a uniform variable for the current program object /// /// @@ -72628,7 +73524,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glUniform1uiv")] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glUniform1uiv")] public static unsafe void Uniform1(Int32 location, Int32 count, UInt32* value) { @@ -72643,7 +73539,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Specify the value of a uniform variable for the current program object /// /// @@ -72656,7 +73552,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified uniform variable. /// /// - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glUniform2f")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glUniform2f")] public static void Uniform2(Int32 location, Single v0, Single v1) { @@ -72671,7 +73567,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Specify the value of a uniform variable for the current program object /// /// @@ -72684,7 +73580,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified uniform variable. /// /// - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glUniform2fv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glUniform2fv")] public static void Uniform2(Int32 location, Int32 count, Single[] value) { @@ -72705,7 +73601,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Specify the value of a uniform variable for the current program object /// /// @@ -72718,7 +73614,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified uniform variable. /// /// - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glUniform2fv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glUniform2fv")] public static void Uniform2(Int32 location, Int32 count, ref Single value) { @@ -72739,7 +73635,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Specify the value of a uniform variable for the current program object /// /// @@ -72753,7 +73649,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glUniform2fv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glUniform2fv")] public static unsafe void Uniform2(Int32 location, Int32 count, Single* value) { @@ -72768,7 +73664,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Specify the value of a uniform variable for the current program object /// /// @@ -72781,7 +73677,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified uniform variable. /// /// - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glUniform2i")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glUniform2i")] public static void Uniform2(Int32 location, Int32 v0, Int32 v1) { @@ -72796,7 +73692,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Specify the value of a uniform variable for the current program object /// /// @@ -72809,7 +73705,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified uniform variable. /// /// - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glUniform2iv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glUniform2iv")] public static void Uniform2(Int32 location, Int32 count, Int32[] value) { @@ -72830,7 +73726,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Specify the value of a uniform variable for the current program object /// /// @@ -72844,7 +73740,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glUniform2iv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glUniform2iv")] public static unsafe void Uniform2(Int32 location, Int32 count, Int32* value) { @@ -72859,7 +73755,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.0] /// Specify the value of a uniform variable for the current program object /// /// @@ -72873,7 +73769,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glUniform2ui")] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glUniform2ui")] public static void Uniform2(Int32 location, UInt32 v0, UInt32 v1) { @@ -72888,7 +73784,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.0] /// Specify the value of a uniform variable for the current program object /// /// @@ -72902,7 +73798,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glUniform2uiv")] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glUniform2uiv")] public static void Uniform2(Int32 location, Int32 count, UInt32[] value) { @@ -72923,7 +73819,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.0] /// Specify the value of a uniform variable for the current program object /// /// @@ -72937,7 +73833,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glUniform2uiv")] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glUniform2uiv")] public static void Uniform2(Int32 location, Int32 count, ref UInt32 value) { @@ -72958,7 +73854,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.0] /// Specify the value of a uniform variable for the current program object /// /// @@ -72972,7 +73868,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glUniform2uiv")] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glUniform2uiv")] public static unsafe void Uniform2(Int32 location, Int32 count, UInt32* value) { @@ -72987,7 +73883,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Specify the value of a uniform variable for the current program object /// /// @@ -73000,7 +73896,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified uniform variable. /// /// - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glUniform3f")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glUniform3f")] public static void Uniform3(Int32 location, Single v0, Single v1, Single v2) { @@ -73015,7 +73911,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Specify the value of a uniform variable for the current program object /// /// @@ -73028,7 +73924,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified uniform variable. /// /// - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glUniform3fv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glUniform3fv")] public static void Uniform3(Int32 location, Int32 count, Single[] value) { @@ -73049,7 +73945,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Specify the value of a uniform variable for the current program object /// /// @@ -73062,7 +73958,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified uniform variable. /// /// - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glUniform3fv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glUniform3fv")] public static void Uniform3(Int32 location, Int32 count, ref Single value) { @@ -73083,7 +73979,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Specify the value of a uniform variable for the current program object /// /// @@ -73097,7 +73993,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glUniform3fv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glUniform3fv")] public static unsafe void Uniform3(Int32 location, Int32 count, Single* value) { @@ -73112,7 +74008,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Specify the value of a uniform variable for the current program object /// /// @@ -73125,7 +74021,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified uniform variable. /// /// - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glUniform3i")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glUniform3i")] public static void Uniform3(Int32 location, Int32 v0, Int32 v1, Int32 v2) { @@ -73140,7 +74036,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Specify the value of a uniform variable for the current program object /// /// @@ -73153,7 +74049,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified uniform variable. /// /// - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glUniform3iv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glUniform3iv")] public static void Uniform3(Int32 location, Int32 count, Int32[] value) { @@ -73174,7 +74070,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Specify the value of a uniform variable for the current program object /// /// @@ -73187,7 +74083,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified uniform variable. /// /// - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glUniform3iv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glUniform3iv")] public static void Uniform3(Int32 location, Int32 count, ref Int32 value) { @@ -73208,7 +74104,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Specify the value of a uniform variable for the current program object /// /// @@ -73222,7 +74118,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glUniform3iv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glUniform3iv")] public static unsafe void Uniform3(Int32 location, Int32 count, Int32* value) { @@ -73237,7 +74133,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.0] /// Specify the value of a uniform variable for the current program object /// /// @@ -73251,7 +74147,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glUniform3ui")] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glUniform3ui")] public static void Uniform3(Int32 location, UInt32 v0, UInt32 v1, UInt32 v2) { @@ -73266,7 +74162,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.0] /// Specify the value of a uniform variable for the current program object /// /// @@ -73280,7 +74176,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glUniform3uiv")] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glUniform3uiv")] public static void Uniform3(Int32 location, Int32 count, UInt32[] value) { @@ -73301,7 +74197,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.0] /// Specify the value of a uniform variable for the current program object /// /// @@ -73315,7 +74211,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glUniform3uiv")] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glUniform3uiv")] public static void Uniform3(Int32 location, Int32 count, ref UInt32 value) { @@ -73336,7 +74232,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.0] /// Specify the value of a uniform variable for the current program object /// /// @@ -73350,7 +74246,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glUniform3uiv")] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glUniform3uiv")] public static unsafe void Uniform3(Int32 location, Int32 count, UInt32* value) { @@ -73365,7 +74261,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Specify the value of a uniform variable for the current program object /// /// @@ -73378,7 +74274,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified uniform variable. /// /// - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glUniform4f")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glUniform4f")] public static void Uniform4(Int32 location, Single v0, Single v1, Single v2, Single v3) { @@ -73393,7 +74289,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Specify the value of a uniform variable for the current program object /// /// @@ -73406,7 +74302,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified uniform variable. /// /// - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glUniform4fv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glUniform4fv")] public static void Uniform4(Int32 location, Int32 count, Single[] value) { @@ -73427,7 +74323,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Specify the value of a uniform variable for the current program object /// /// @@ -73440,7 +74336,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified uniform variable. /// /// - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glUniform4fv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glUniform4fv")] public static void Uniform4(Int32 location, Int32 count, ref Single value) { @@ -73461,7 +74357,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Specify the value of a uniform variable for the current program object /// /// @@ -73475,7 +74371,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glUniform4fv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glUniform4fv")] public static unsafe void Uniform4(Int32 location, Int32 count, Single* value) { @@ -73490,7 +74386,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Specify the value of a uniform variable for the current program object /// /// @@ -73503,7 +74399,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified uniform variable. /// /// - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glUniform4i")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glUniform4i")] public static void Uniform4(Int32 location, Int32 v0, Int32 v1, Int32 v2, Int32 v3) { @@ -73518,7 +74414,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Specify the value of a uniform variable for the current program object /// /// @@ -73531,7 +74427,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified uniform variable. /// /// - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glUniform4iv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glUniform4iv")] public static void Uniform4(Int32 location, Int32 count, Int32[] value) { @@ -73552,7 +74448,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Specify the value of a uniform variable for the current program object /// /// @@ -73565,7 +74461,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified uniform variable. /// /// - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glUniform4iv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glUniform4iv")] public static void Uniform4(Int32 location, Int32 count, ref Int32 value) { @@ -73586,7 +74482,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Specify the value of a uniform variable for the current program object /// /// @@ -73600,7 +74496,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glUniform4iv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glUniform4iv")] public static unsafe void Uniform4(Int32 location, Int32 count, Int32* value) { @@ -73615,7 +74511,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.0] /// Specify the value of a uniform variable for the current program object /// /// @@ -73629,7 +74525,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glUniform4ui")] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glUniform4ui")] public static void Uniform4(Int32 location, UInt32 v0, UInt32 v1, UInt32 v2, UInt32 v3) { @@ -73644,7 +74540,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.0] /// Specify the value of a uniform variable for the current program object /// /// @@ -73658,7 +74554,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glUniform4uiv")] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glUniform4uiv")] public static void Uniform4(Int32 location, Int32 count, UInt32[] value) { @@ -73679,7 +74575,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.0] /// Specify the value of a uniform variable for the current program object /// /// @@ -73693,7 +74589,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glUniform4uiv")] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glUniform4uiv")] public static void Uniform4(Int32 location, Int32 count, ref UInt32 value) { @@ -73714,7 +74610,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v3.0] /// Specify the value of a uniform variable for the current program object /// /// @@ -73728,7 +74624,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glUniform4uiv")] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glUniform4uiv")] public static unsafe void Uniform4(Int32 location, Int32 count, UInt32* value) { @@ -73742,7 +74638,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbUniformBufferObject", Version = "2.0", EntryPoint = "glUniformBlockBinding")] + /// [requires: v2.0] + [AutoGenerated(Category = "ARB_uniform_buffer_object", Version = "2.0", EntryPoint = "glUniformBlockBinding")] public static void UniformBlockBinding(Int32 program, Int32 uniformBlockIndex, Int32 uniformBlockBinding) { @@ -73756,8 +74653,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v2.0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbUniformBufferObject", Version = "2.0", EntryPoint = "glUniformBlockBinding")] + [AutoGenerated(Category = "ARB_uniform_buffer_object", Version = "2.0", EntryPoint = "glUniformBlockBinding")] public static void UniformBlockBinding(UInt32 program, UInt32 uniformBlockIndex, UInt32 uniformBlockBinding) { @@ -73771,7 +74669,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glUniformMatrix2fv")] + /// [requires: v2.0] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glUniformMatrix2fv")] public static void UniformMatrix2(Int32 location, Int32 count, bool transpose, Single[] value) { @@ -73791,7 +74690,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glUniformMatrix2fv")] + /// [requires: v2.0] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glUniformMatrix2fv")] public static void UniformMatrix2(Int32 location, Int32 count, bool transpose, ref Single value) { @@ -73811,8 +74711,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v2.0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glUniformMatrix2fv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glUniformMatrix2fv")] public static unsafe void UniformMatrix2(Int32 location, Int32 count, bool transpose, Single* value) { @@ -73826,7 +74727,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "Version21", Version = "2.1", EntryPoint = "glUniformMatrix2x3fv")] + /// [requires: v2.1] + [AutoGenerated(Category = "VERSION_2_1", Version = "2.1", EntryPoint = "glUniformMatrix2x3fv")] public static void UniformMatrix2x3(Int32 location, Int32 count, bool transpose, Single[] value) { @@ -73846,7 +74748,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "Version21", Version = "2.1", EntryPoint = "glUniformMatrix2x3fv")] + /// [requires: v2.1] + [AutoGenerated(Category = "VERSION_2_1", Version = "2.1", EntryPoint = "glUniformMatrix2x3fv")] public static void UniformMatrix2x3(Int32 location, Int32 count, bool transpose, ref Single value) { @@ -73866,8 +74769,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v2.1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version21", Version = "2.1", EntryPoint = "glUniformMatrix2x3fv")] + [AutoGenerated(Category = "VERSION_2_1", Version = "2.1", EntryPoint = "glUniformMatrix2x3fv")] public static unsafe void UniformMatrix2x3(Int32 location, Int32 count, bool transpose, Single* value) { @@ -73881,7 +74785,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "Version21", Version = "2.1", EntryPoint = "glUniformMatrix2x4fv")] + /// [requires: v2.1] + [AutoGenerated(Category = "VERSION_2_1", Version = "2.1", EntryPoint = "glUniformMatrix2x4fv")] public static void UniformMatrix2x4(Int32 location, Int32 count, bool transpose, Single[] value) { @@ -73901,7 +74806,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "Version21", Version = "2.1", EntryPoint = "glUniformMatrix2x4fv")] + /// [requires: v2.1] + [AutoGenerated(Category = "VERSION_2_1", Version = "2.1", EntryPoint = "glUniformMatrix2x4fv")] public static void UniformMatrix2x4(Int32 location, Int32 count, bool transpose, ref Single value) { @@ -73921,8 +74827,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v2.1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version21", Version = "2.1", EntryPoint = "glUniformMatrix2x4fv")] + [AutoGenerated(Category = "VERSION_2_1", Version = "2.1", EntryPoint = "glUniformMatrix2x4fv")] public static unsafe void UniformMatrix2x4(Int32 location, Int32 count, bool transpose, Single* value) { @@ -73936,7 +74843,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glUniformMatrix3fv")] + /// [requires: v2.0] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glUniformMatrix3fv")] public static void UniformMatrix3(Int32 location, Int32 count, bool transpose, Single[] value) { @@ -73956,7 +74864,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glUniformMatrix3fv")] + /// [requires: v2.0] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glUniformMatrix3fv")] public static void UniformMatrix3(Int32 location, Int32 count, bool transpose, ref Single value) { @@ -73976,8 +74885,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v2.0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glUniformMatrix3fv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glUniformMatrix3fv")] public static unsafe void UniformMatrix3(Int32 location, Int32 count, bool transpose, Single* value) { @@ -73991,7 +74901,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "Version21", Version = "2.1", EntryPoint = "glUniformMatrix3x2fv")] + /// [requires: v2.1] + [AutoGenerated(Category = "VERSION_2_1", Version = "2.1", EntryPoint = "glUniformMatrix3x2fv")] public static void UniformMatrix3x2(Int32 location, Int32 count, bool transpose, Single[] value) { @@ -74011,7 +74922,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "Version21", Version = "2.1", EntryPoint = "glUniformMatrix3x2fv")] + /// [requires: v2.1] + [AutoGenerated(Category = "VERSION_2_1", Version = "2.1", EntryPoint = "glUniformMatrix3x2fv")] public static void UniformMatrix3x2(Int32 location, Int32 count, bool transpose, ref Single value) { @@ -74031,8 +74943,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v2.1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version21", Version = "2.1", EntryPoint = "glUniformMatrix3x2fv")] + [AutoGenerated(Category = "VERSION_2_1", Version = "2.1", EntryPoint = "glUniformMatrix3x2fv")] public static unsafe void UniformMatrix3x2(Int32 location, Int32 count, bool transpose, Single* value) { @@ -74046,7 +74959,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "Version21", Version = "2.1", EntryPoint = "glUniformMatrix3x4fv")] + /// [requires: v2.1] + [AutoGenerated(Category = "VERSION_2_1", Version = "2.1", EntryPoint = "glUniformMatrix3x4fv")] public static void UniformMatrix3x4(Int32 location, Int32 count, bool transpose, Single[] value) { @@ -74066,7 +74980,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "Version21", Version = "2.1", EntryPoint = "glUniformMatrix3x4fv")] + /// [requires: v2.1] + [AutoGenerated(Category = "VERSION_2_1", Version = "2.1", EntryPoint = "glUniformMatrix3x4fv")] public static void UniformMatrix3x4(Int32 location, Int32 count, bool transpose, ref Single value) { @@ -74086,8 +75001,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v2.1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version21", Version = "2.1", EntryPoint = "glUniformMatrix3x4fv")] + [AutoGenerated(Category = "VERSION_2_1", Version = "2.1", EntryPoint = "glUniformMatrix3x4fv")] public static unsafe void UniformMatrix3x4(Int32 location, Int32 count, bool transpose, Single* value) { @@ -74101,7 +75017,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glUniformMatrix4fv")] + /// [requires: v2.0] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glUniformMatrix4fv")] public static void UniformMatrix4(Int32 location, Int32 count, bool transpose, Single[] value) { @@ -74121,7 +75038,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glUniformMatrix4fv")] + /// [requires: v2.0] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glUniformMatrix4fv")] public static void UniformMatrix4(Int32 location, Int32 count, bool transpose, ref Single value) { @@ -74141,8 +75059,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v2.0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glUniformMatrix4fv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glUniformMatrix4fv")] public static unsafe void UniformMatrix4(Int32 location, Int32 count, bool transpose, Single* value) { @@ -74156,7 +75075,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "Version21", Version = "2.1", EntryPoint = "glUniformMatrix4x2fv")] + /// [requires: v2.1] + [AutoGenerated(Category = "VERSION_2_1", Version = "2.1", EntryPoint = "glUniformMatrix4x2fv")] public static void UniformMatrix4x2(Int32 location, Int32 count, bool transpose, Single[] value) { @@ -74176,7 +75096,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "Version21", Version = "2.1", EntryPoint = "glUniformMatrix4x2fv")] + /// [requires: v2.1] + [AutoGenerated(Category = "VERSION_2_1", Version = "2.1", EntryPoint = "glUniformMatrix4x2fv")] public static void UniformMatrix4x2(Int32 location, Int32 count, bool transpose, ref Single value) { @@ -74196,8 +75117,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v2.1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version21", Version = "2.1", EntryPoint = "glUniformMatrix4x2fv")] + [AutoGenerated(Category = "VERSION_2_1", Version = "2.1", EntryPoint = "glUniformMatrix4x2fv")] public static unsafe void UniformMatrix4x2(Int32 location, Int32 count, bool transpose, Single* value) { @@ -74211,7 +75133,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "Version21", Version = "2.1", EntryPoint = "glUniformMatrix4x3fv")] + /// [requires: v2.1] + [AutoGenerated(Category = "VERSION_2_1", Version = "2.1", EntryPoint = "glUniformMatrix4x3fv")] public static void UniformMatrix4x3(Int32 location, Int32 count, bool transpose, Single[] value) { @@ -74231,7 +75154,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "Version21", Version = "2.1", EntryPoint = "glUniformMatrix4x3fv")] + /// [requires: v2.1] + [AutoGenerated(Category = "VERSION_2_1", Version = "2.1", EntryPoint = "glUniformMatrix4x3fv")] public static void UniformMatrix4x3(Int32 location, Int32 count, bool transpose, ref Single value) { @@ -74251,8 +75175,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v2.1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version21", Version = "2.1", EntryPoint = "glUniformMatrix4x3fv")] + [AutoGenerated(Category = "VERSION_2_1", Version = "2.1", EntryPoint = "glUniformMatrix4x3fv")] public static unsafe void UniformMatrix4x3(Int32 location, Int32 count, bool transpose, Single* value) { @@ -74266,7 +75191,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "Version15", Version = "1.5", EntryPoint = "glUnmapBuffer")] + /// [requires: v1.5] + [AutoGenerated(Category = "VERSION_1_5", Version = "1.5", EntryPoint = "glUnmapBuffer")] public static bool UnmapBuffer(OpenTK.Graphics.OpenGL.BufferTarget target) { @@ -74281,7 +75207,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Installs a program object as part of current rendering state /// /// @@ -74289,7 +75215,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the handle of the program object whose executables are to be used as part of current rendering state. /// /// - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glUseProgram")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glUseProgram")] public static void UseProgram(Int32 program) { @@ -74304,7 +75230,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Installs a program object as part of current rendering state /// /// @@ -74313,7 +75239,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glUseProgram")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glUseProgram")] public static void UseProgram(UInt32 program) { @@ -74328,7 +75254,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Validates a program object /// /// @@ -74336,7 +75262,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the handle of the program object to be validated. /// /// - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glValidateProgram")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glValidateProgram")] public static void ValidateProgram(Int32 program) { @@ -74351,7 +75277,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Validates a program object /// /// @@ -74360,7 +75286,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glValidateProgram")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glValidateProgram")] public static void ValidateProgram(UInt32 program) { @@ -74375,7 +75301,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Specify a vertex /// /// @@ -74383,7 +75309,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glVertex2d")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glVertex2d")] public static void Vertex2(Double x, Double y) { @@ -74398,7 +75324,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Specify a vertex /// /// @@ -74406,7 +75332,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glVertex2dv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glVertex2dv")] public static void Vertex2(Double[] v) { @@ -74427,7 +75353,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Specify a vertex /// /// @@ -74435,7 +75361,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glVertex2dv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glVertex2dv")] public static void Vertex2(ref Double v) { @@ -74456,7 +75382,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Specify a vertex /// /// @@ -74465,7 +75391,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glVertex2dv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glVertex2dv")] public static unsafe void Vertex2(Double* v) { @@ -74480,7 +75406,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Specify a vertex /// /// @@ -74488,7 +75414,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glVertex2f")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glVertex2f")] public static void Vertex2(Single x, Single y) { @@ -74503,7 +75429,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Specify a vertex /// /// @@ -74511,7 +75437,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glVertex2fv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glVertex2fv")] public static void Vertex2(Single[] v) { @@ -74532,7 +75458,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Specify a vertex /// /// @@ -74540,7 +75466,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glVertex2fv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glVertex2fv")] public static void Vertex2(ref Single v) { @@ -74561,7 +75487,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Specify a vertex /// /// @@ -74570,7 +75496,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glVertex2fv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glVertex2fv")] public static unsafe void Vertex2(Single* v) { @@ -74585,7 +75511,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Specify a vertex /// /// @@ -74593,7 +75519,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glVertex2i")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glVertex2i")] public static void Vertex2(Int32 x, Int32 y) { @@ -74608,7 +75534,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Specify a vertex /// /// @@ -74616,7 +75542,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glVertex2iv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glVertex2iv")] public static void Vertex2(Int32[] v) { @@ -74637,7 +75563,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Specify a vertex /// /// @@ -74645,7 +75571,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glVertex2iv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glVertex2iv")] public static void Vertex2(ref Int32 v) { @@ -74666,7 +75592,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Specify a vertex /// /// @@ -74675,7 +75601,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glVertex2iv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glVertex2iv")] public static unsafe void Vertex2(Int32* v) { @@ -74690,7 +75616,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Specify a vertex /// /// @@ -74698,7 +75624,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glVertex2s")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glVertex2s")] public static void Vertex2(Int16 x, Int16 y) { @@ -74713,7 +75639,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Specify a vertex /// /// @@ -74721,7 +75647,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glVertex2sv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glVertex2sv")] public static void Vertex2(Int16[] v) { @@ -74742,7 +75668,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Specify a vertex /// /// @@ -74750,7 +75676,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glVertex2sv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glVertex2sv")] public static void Vertex2(ref Int16 v) { @@ -74771,7 +75697,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Specify a vertex /// /// @@ -74780,7 +75706,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glVertex2sv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glVertex2sv")] public static unsafe void Vertex2(Int16* v) { @@ -74795,7 +75721,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Specify a vertex /// /// @@ -74803,7 +75729,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glVertex3d")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glVertex3d")] public static void Vertex3(Double x, Double y, Double z) { @@ -74818,7 +75744,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Specify a vertex /// /// @@ -74826,7 +75752,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glVertex3dv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glVertex3dv")] public static void Vertex3(Double[] v) { @@ -74847,7 +75773,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Specify a vertex /// /// @@ -74855,7 +75781,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glVertex3dv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glVertex3dv")] public static void Vertex3(ref Double v) { @@ -74876,7 +75802,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Specify a vertex /// /// @@ -74885,7 +75811,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glVertex3dv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glVertex3dv")] public static unsafe void Vertex3(Double* v) { @@ -74900,7 +75826,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Specify a vertex /// /// @@ -74908,7 +75834,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glVertex3f")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glVertex3f")] public static void Vertex3(Single x, Single y, Single z) { @@ -74923,7 +75849,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Specify a vertex /// /// @@ -74931,7 +75857,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glVertex3fv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glVertex3fv")] public static void Vertex3(Single[] v) { @@ -74952,7 +75878,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Specify a vertex /// /// @@ -74960,7 +75886,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glVertex3fv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glVertex3fv")] public static void Vertex3(ref Single v) { @@ -74981,7 +75907,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Specify a vertex /// /// @@ -74990,7 +75916,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glVertex3fv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glVertex3fv")] public static unsafe void Vertex3(Single* v) { @@ -75005,7 +75931,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Specify a vertex /// /// @@ -75013,7 +75939,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glVertex3i")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glVertex3i")] public static void Vertex3(Int32 x, Int32 y, Int32 z) { @@ -75028,7 +75954,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Specify a vertex /// /// @@ -75036,7 +75962,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glVertex3iv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glVertex3iv")] public static void Vertex3(Int32[] v) { @@ -75057,7 +75983,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Specify a vertex /// /// @@ -75065,7 +75991,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glVertex3iv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glVertex3iv")] public static void Vertex3(ref Int32 v) { @@ -75086,7 +76012,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Specify a vertex /// /// @@ -75095,7 +76021,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glVertex3iv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glVertex3iv")] public static unsafe void Vertex3(Int32* v) { @@ -75110,7 +76036,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Specify a vertex /// /// @@ -75118,7 +76044,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glVertex3s")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glVertex3s")] public static void Vertex3(Int16 x, Int16 y, Int16 z) { @@ -75133,7 +76059,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Specify a vertex /// /// @@ -75141,7 +76067,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glVertex3sv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glVertex3sv")] public static void Vertex3(Int16[] v) { @@ -75162,7 +76088,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Specify a vertex /// /// @@ -75170,7 +76096,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glVertex3sv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glVertex3sv")] public static void Vertex3(ref Int16 v) { @@ -75191,7 +76117,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Specify a vertex /// /// @@ -75200,7 +76126,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glVertex3sv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glVertex3sv")] public static unsafe void Vertex3(Int16* v) { @@ -75215,7 +76141,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Specify a vertex /// /// @@ -75223,7 +76149,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glVertex4d")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glVertex4d")] public static void Vertex4(Double x, Double y, Double z, Double w) { @@ -75238,7 +76164,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Specify a vertex /// /// @@ -75246,7 +76172,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glVertex4dv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glVertex4dv")] public static void Vertex4(Double[] v) { @@ -75267,7 +76193,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Specify a vertex /// /// @@ -75275,7 +76201,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glVertex4dv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glVertex4dv")] public static void Vertex4(ref Double v) { @@ -75296,7 +76222,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Specify a vertex /// /// @@ -75305,7 +76231,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glVertex4dv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glVertex4dv")] public static unsafe void Vertex4(Double* v) { @@ -75320,7 +76246,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Specify a vertex /// /// @@ -75328,7 +76254,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glVertex4f")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glVertex4f")] public static void Vertex4(Single x, Single y, Single z, Single w) { @@ -75343,7 +76269,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Specify a vertex /// /// @@ -75351,7 +76277,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glVertex4fv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glVertex4fv")] public static void Vertex4(Single[] v) { @@ -75372,7 +76298,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Specify a vertex /// /// @@ -75380,7 +76306,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glVertex4fv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glVertex4fv")] public static void Vertex4(ref Single v) { @@ -75401,7 +76327,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Specify a vertex /// /// @@ -75410,7 +76336,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glVertex4fv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glVertex4fv")] public static unsafe void Vertex4(Single* v) { @@ -75425,7 +76351,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Specify a vertex /// /// @@ -75433,7 +76359,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glVertex4i")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glVertex4i")] public static void Vertex4(Int32 x, Int32 y, Int32 z, Int32 w) { @@ -75448,7 +76374,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Specify a vertex /// /// @@ -75456,7 +76382,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glVertex4iv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glVertex4iv")] public static void Vertex4(Int32[] v) { @@ -75477,7 +76403,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Specify a vertex /// /// @@ -75485,7 +76411,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glVertex4iv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glVertex4iv")] public static void Vertex4(ref Int32 v) { @@ -75506,7 +76432,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Specify a vertex /// /// @@ -75515,7 +76441,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glVertex4iv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glVertex4iv")] public static unsafe void Vertex4(Int32* v) { @@ -75530,7 +76456,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Specify a vertex /// /// @@ -75538,7 +76464,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glVertex4s")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glVertex4s")] public static void Vertex4(Int16 x, Int16 y, Int16 z, Int16 w) { @@ -75553,7 +76479,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Specify a vertex /// /// @@ -75561,7 +76487,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glVertex4sv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glVertex4sv")] public static void Vertex4(Int16[] v) { @@ -75582,7 +76508,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Specify a vertex /// /// @@ -75590,7 +76516,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. /// /// - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glVertex4sv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glVertex4sv")] public static void Vertex4(ref Int16 v) { @@ -75611,7 +76537,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0][deprecated: v3.1] /// Specify a vertex /// /// @@ -75620,7 +76546,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version10Deprecated", Version = "1.0", EntryPoint = "glVertex4sv")] + [AutoGenerated(Category = "VERSION_1_0_DEPRECATED", Version = "1.0", EntryPoint = "glVertex4sv")] public static unsafe void Vertex4(Int16* v) { @@ -75635,7 +76561,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0][deprecated: v3.1] /// Specifies the value of a generic vertex attribute /// /// @@ -75648,7 +76574,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified vertex attribute. /// /// - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib1d")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib1d")] public static void VertexAttrib1(Int32 index, Double x) { @@ -75663,7 +76589,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0][deprecated: v3.1] /// Specifies the value of a generic vertex attribute /// /// @@ -75677,7 +76603,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib1d")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib1d")] public static void VertexAttrib1(UInt32 index, Double x) { @@ -75692,7 +76618,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0][deprecated: v3.1] /// Specifies the value of a generic vertex attribute /// /// @@ -75706,7 +76632,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib1dv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib1dv")] public static unsafe void VertexAttrib1(Int32 index, Double* v) { @@ -75721,7 +76647,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0][deprecated: v3.1] /// Specifies the value of a generic vertex attribute /// /// @@ -75735,7 +76661,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib1dv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib1dv")] public static unsafe void VertexAttrib1(UInt32 index, Double* v) { @@ -75750,7 +76676,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0][deprecated: v3.1] /// Specifies the value of a generic vertex attribute /// /// @@ -75763,7 +76689,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified vertex attribute. /// /// - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib1f")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib1f")] public static void VertexAttrib1(Int32 index, Single x) { @@ -75778,7 +76704,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0][deprecated: v3.1] /// Specifies the value of a generic vertex attribute /// /// @@ -75792,7 +76718,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib1f")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib1f")] public static void VertexAttrib1(UInt32 index, Single x) { @@ -75807,7 +76733,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0][deprecated: v3.1] /// Specifies the value of a generic vertex attribute /// /// @@ -75821,7 +76747,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib1fv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib1fv")] public static unsafe void VertexAttrib1(Int32 index, Single* v) { @@ -75836,7 +76762,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0][deprecated: v3.1] /// Specifies the value of a generic vertex attribute /// /// @@ -75850,7 +76776,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib1fv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib1fv")] public static unsafe void VertexAttrib1(UInt32 index, Single* v) { @@ -75865,7 +76791,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0][deprecated: v3.1] /// Specifies the value of a generic vertex attribute /// /// @@ -75878,7 +76804,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified vertex attribute. /// /// - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib1s")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib1s")] public static void VertexAttrib1(Int32 index, Int16 x) { @@ -75893,7 +76819,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0][deprecated: v3.1] /// Specifies the value of a generic vertex attribute /// /// @@ -75907,7 +76833,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib1s")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib1s")] public static void VertexAttrib1(UInt32 index, Int16 x) { @@ -75922,7 +76848,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0][deprecated: v3.1] /// Specifies the value of a generic vertex attribute /// /// @@ -75936,7 +76862,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib1sv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib1sv")] public static unsafe void VertexAttrib1(Int32 index, Int16* v) { @@ -75951,7 +76877,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0][deprecated: v3.1] /// Specifies the value of a generic vertex attribute /// /// @@ -75965,7 +76891,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib1sv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib1sv")] public static unsafe void VertexAttrib1(UInt32 index, Int16* v) { @@ -75980,7 +76906,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0][deprecated: v3.1] /// Specifies the value of a generic vertex attribute /// /// @@ -75993,7 +76919,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified vertex attribute. /// /// - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib2d")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib2d")] public static void VertexAttrib2(Int32 index, Double x, Double y) { @@ -76008,7 +76934,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0][deprecated: v3.1] /// Specifies the value of a generic vertex attribute /// /// @@ -76022,7 +76948,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib2d")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib2d")] public static void VertexAttrib2(UInt32 index, Double x, Double y) { @@ -76037,7 +76963,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0][deprecated: v3.1] /// Specifies the value of a generic vertex attribute /// /// @@ -76050,7 +76976,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified vertex attribute. /// /// - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib2dv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib2dv")] public static void VertexAttrib2(Int32 index, Double[] v) { @@ -76071,7 +76997,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0][deprecated: v3.1] /// Specifies the value of a generic vertex attribute /// /// @@ -76084,7 +77010,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified vertex attribute. /// /// - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib2dv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib2dv")] public static void VertexAttrib2(Int32 index, ref Double v) { @@ -76105,7 +77031,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0][deprecated: v3.1] /// Specifies the value of a generic vertex attribute /// /// @@ -76119,7 +77045,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib2dv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib2dv")] public static unsafe void VertexAttrib2(Int32 index, Double* v) { @@ -76134,7 +77060,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0][deprecated: v3.1] /// Specifies the value of a generic vertex attribute /// /// @@ -76148,7 +77074,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib2dv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib2dv")] public static void VertexAttrib2(UInt32 index, Double[] v) { @@ -76169,7 +77095,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0][deprecated: v3.1] /// Specifies the value of a generic vertex attribute /// /// @@ -76183,7 +77109,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib2dv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib2dv")] public static void VertexAttrib2(UInt32 index, ref Double v) { @@ -76204,7 +77130,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0][deprecated: v3.1] /// Specifies the value of a generic vertex attribute /// /// @@ -76218,7 +77144,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib2dv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib2dv")] public static unsafe void VertexAttrib2(UInt32 index, Double* v) { @@ -76233,7 +77159,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0][deprecated: v3.1] /// Specifies the value of a generic vertex attribute /// /// @@ -76246,7 +77172,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified vertex attribute. /// /// - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib2f")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib2f")] public static void VertexAttrib2(Int32 index, Single x, Single y) { @@ -76261,7 +77187,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0][deprecated: v3.1] /// Specifies the value of a generic vertex attribute /// /// @@ -76275,7 +77201,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib2f")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib2f")] public static void VertexAttrib2(UInt32 index, Single x, Single y) { @@ -76290,7 +77216,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0][deprecated: v3.1] /// Specifies the value of a generic vertex attribute /// /// @@ -76303,7 +77229,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified vertex attribute. /// /// - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib2fv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib2fv")] public static void VertexAttrib2(Int32 index, Single[] v) { @@ -76324,7 +77250,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0][deprecated: v3.1] /// Specifies the value of a generic vertex attribute /// /// @@ -76337,7 +77263,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified vertex attribute. /// /// - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib2fv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib2fv")] public static void VertexAttrib2(Int32 index, ref Single v) { @@ -76358,7 +77284,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0][deprecated: v3.1] /// Specifies the value of a generic vertex attribute /// /// @@ -76372,7 +77298,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib2fv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib2fv")] public static unsafe void VertexAttrib2(Int32 index, Single* v) { @@ -76387,7 +77313,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0][deprecated: v3.1] /// Specifies the value of a generic vertex attribute /// /// @@ -76401,7 +77327,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib2fv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib2fv")] public static void VertexAttrib2(UInt32 index, Single[] v) { @@ -76422,7 +77348,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0][deprecated: v3.1] /// Specifies the value of a generic vertex attribute /// /// @@ -76436,7 +77362,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib2fv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib2fv")] public static void VertexAttrib2(UInt32 index, ref Single v) { @@ -76457,7 +77383,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0][deprecated: v3.1] /// Specifies the value of a generic vertex attribute /// /// @@ -76471,7 +77397,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib2fv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib2fv")] public static unsafe void VertexAttrib2(UInt32 index, Single* v) { @@ -76486,7 +77412,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0][deprecated: v3.1] /// Specifies the value of a generic vertex attribute /// /// @@ -76499,7 +77425,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified vertex attribute. /// /// - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib2s")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib2s")] public static void VertexAttrib2(Int32 index, Int16 x, Int16 y) { @@ -76514,7 +77440,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0][deprecated: v3.1] /// Specifies the value of a generic vertex attribute /// /// @@ -76528,7 +77454,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib2s")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib2s")] public static void VertexAttrib2(UInt32 index, Int16 x, Int16 y) { @@ -76543,7 +77469,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0][deprecated: v3.1] /// Specifies the value of a generic vertex attribute /// /// @@ -76556,7 +77482,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified vertex attribute. /// /// - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib2sv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib2sv")] public static void VertexAttrib2(Int32 index, Int16[] v) { @@ -76577,7 +77503,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0][deprecated: v3.1] /// Specifies the value of a generic vertex attribute /// /// @@ -76590,7 +77516,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified vertex attribute. /// /// - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib2sv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib2sv")] public static void VertexAttrib2(Int32 index, ref Int16 v) { @@ -76611,7 +77537,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0][deprecated: v3.1] /// Specifies the value of a generic vertex attribute /// /// @@ -76625,7 +77551,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib2sv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib2sv")] public static unsafe void VertexAttrib2(Int32 index, Int16* v) { @@ -76640,7 +77566,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0][deprecated: v3.1] /// Specifies the value of a generic vertex attribute /// /// @@ -76654,7 +77580,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib2sv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib2sv")] public static void VertexAttrib2(UInt32 index, Int16[] v) { @@ -76675,7 +77601,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0][deprecated: v3.1] /// Specifies the value of a generic vertex attribute /// /// @@ -76689,7 +77615,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib2sv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib2sv")] public static void VertexAttrib2(UInt32 index, ref Int16 v) { @@ -76710,7 +77636,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0][deprecated: v3.1] /// Specifies the value of a generic vertex attribute /// /// @@ -76724,7 +77650,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib2sv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib2sv")] public static unsafe void VertexAttrib2(UInt32 index, Int16* v) { @@ -76739,7 +77665,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0][deprecated: v3.1] /// Specifies the value of a generic vertex attribute /// /// @@ -76752,7 +77678,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified vertex attribute. /// /// - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib3d")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib3d")] public static void VertexAttrib3(Int32 index, Double x, Double y, Double z) { @@ -76767,7 +77693,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0][deprecated: v3.1] /// Specifies the value of a generic vertex attribute /// /// @@ -76781,7 +77707,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib3d")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib3d")] public static void VertexAttrib3(UInt32 index, Double x, Double y, Double z) { @@ -76796,7 +77722,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0][deprecated: v3.1] /// Specifies the value of a generic vertex attribute /// /// @@ -76809,7 +77735,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified vertex attribute. /// /// - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib3dv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib3dv")] public static void VertexAttrib3(Int32 index, Double[] v) { @@ -76830,7 +77756,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0][deprecated: v3.1] /// Specifies the value of a generic vertex attribute /// /// @@ -76843,7 +77769,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified vertex attribute. /// /// - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib3dv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib3dv")] public static void VertexAttrib3(Int32 index, ref Double v) { @@ -76864,7 +77790,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0][deprecated: v3.1] /// Specifies the value of a generic vertex attribute /// /// @@ -76878,7 +77804,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib3dv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib3dv")] public static unsafe void VertexAttrib3(Int32 index, Double* v) { @@ -76893,7 +77819,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0][deprecated: v3.1] /// Specifies the value of a generic vertex attribute /// /// @@ -76907,7 +77833,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib3dv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib3dv")] public static void VertexAttrib3(UInt32 index, Double[] v) { @@ -76928,7 +77854,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0][deprecated: v3.1] /// Specifies the value of a generic vertex attribute /// /// @@ -76942,7 +77868,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib3dv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib3dv")] public static void VertexAttrib3(UInt32 index, ref Double v) { @@ -76963,7 +77889,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0][deprecated: v3.1] /// Specifies the value of a generic vertex attribute /// /// @@ -76977,7 +77903,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib3dv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib3dv")] public static unsafe void VertexAttrib3(UInt32 index, Double* v) { @@ -76992,7 +77918,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0][deprecated: v3.1] /// Specifies the value of a generic vertex attribute /// /// @@ -77005,7 +77931,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified vertex attribute. /// /// - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib3f")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib3f")] public static void VertexAttrib3(Int32 index, Single x, Single y, Single z) { @@ -77020,7 +77946,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0][deprecated: v3.1] /// Specifies the value of a generic vertex attribute /// /// @@ -77034,7 +77960,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib3f")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib3f")] public static void VertexAttrib3(UInt32 index, Single x, Single y, Single z) { @@ -77049,7 +77975,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0][deprecated: v3.1] /// Specifies the value of a generic vertex attribute /// /// @@ -77062,7 +77988,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified vertex attribute. /// /// - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib3fv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib3fv")] public static void VertexAttrib3(Int32 index, Single[] v) { @@ -77083,7 +78009,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0][deprecated: v3.1] /// Specifies the value of a generic vertex attribute /// /// @@ -77096,7 +78022,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified vertex attribute. /// /// - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib3fv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib3fv")] public static void VertexAttrib3(Int32 index, ref Single v) { @@ -77117,7 +78043,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0][deprecated: v3.1] /// Specifies the value of a generic vertex attribute /// /// @@ -77131,7 +78057,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib3fv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib3fv")] public static unsafe void VertexAttrib3(Int32 index, Single* v) { @@ -77146,7 +78072,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0][deprecated: v3.1] /// Specifies the value of a generic vertex attribute /// /// @@ -77160,7 +78086,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib3fv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib3fv")] public static void VertexAttrib3(UInt32 index, Single[] v) { @@ -77181,7 +78107,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0][deprecated: v3.1] /// Specifies the value of a generic vertex attribute /// /// @@ -77195,7 +78121,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib3fv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib3fv")] public static void VertexAttrib3(UInt32 index, ref Single v) { @@ -77216,7 +78142,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0][deprecated: v3.1] /// Specifies the value of a generic vertex attribute /// /// @@ -77230,7 +78156,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib3fv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib3fv")] public static unsafe void VertexAttrib3(UInt32 index, Single* v) { @@ -77245,7 +78171,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0][deprecated: v3.1] /// Specifies the value of a generic vertex attribute /// /// @@ -77258,7 +78184,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified vertex attribute. /// /// - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib3s")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib3s")] public static void VertexAttrib3(Int32 index, Int16 x, Int16 y, Int16 z) { @@ -77273,7 +78199,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0][deprecated: v3.1] /// Specifies the value of a generic vertex attribute /// /// @@ -77287,7 +78213,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib3s")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib3s")] public static void VertexAttrib3(UInt32 index, Int16 x, Int16 y, Int16 z) { @@ -77302,7 +78228,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0][deprecated: v3.1] /// Specifies the value of a generic vertex attribute /// /// @@ -77315,7 +78241,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified vertex attribute. /// /// - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib3sv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib3sv")] public static void VertexAttrib3(Int32 index, Int16[] v) { @@ -77336,7 +78262,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0][deprecated: v3.1] /// Specifies the value of a generic vertex attribute /// /// @@ -77349,7 +78275,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified vertex attribute. /// /// - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib3sv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib3sv")] public static void VertexAttrib3(Int32 index, ref Int16 v) { @@ -77370,7 +78296,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0][deprecated: v3.1] /// Specifies the value of a generic vertex attribute /// /// @@ -77384,7 +78310,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib3sv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib3sv")] public static unsafe void VertexAttrib3(Int32 index, Int16* v) { @@ -77399,7 +78325,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0][deprecated: v3.1] /// Specifies the value of a generic vertex attribute /// /// @@ -77413,7 +78339,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib3sv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib3sv")] public static void VertexAttrib3(UInt32 index, Int16[] v) { @@ -77434,7 +78360,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0][deprecated: v3.1] /// Specifies the value of a generic vertex attribute /// /// @@ -77448,7 +78374,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib3sv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib3sv")] public static void VertexAttrib3(UInt32 index, ref Int16 v) { @@ -77469,7 +78395,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0][deprecated: v3.1] /// Specifies the value of a generic vertex attribute /// /// @@ -77483,7 +78409,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib3sv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib3sv")] public static unsafe void VertexAttrib3(UInt32 index, Int16* v) { @@ -77498,7 +78424,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0][deprecated: v3.1] /// Specifies the value of a generic vertex attribute /// /// @@ -77512,7 +78438,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib4bv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib4bv")] public static void VertexAttrib4(UInt32 index, SByte[] v) { @@ -77533,7 +78459,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0][deprecated: v3.1] /// Specifies the value of a generic vertex attribute /// /// @@ -77547,7 +78473,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib4bv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib4bv")] public static void VertexAttrib4(UInt32 index, ref SByte v) { @@ -77568,7 +78494,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0][deprecated: v3.1] /// Specifies the value of a generic vertex attribute /// /// @@ -77582,7 +78508,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib4bv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib4bv")] public static unsafe void VertexAttrib4(UInt32 index, SByte* v) { @@ -77597,7 +78523,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0][deprecated: v3.1] /// Specifies the value of a generic vertex attribute /// /// @@ -77610,7 +78536,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified vertex attribute. /// /// - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib4d")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib4d")] public static void VertexAttrib4(Int32 index, Double x, Double y, Double z, Double w) { @@ -77625,7 +78551,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0][deprecated: v3.1] /// Specifies the value of a generic vertex attribute /// /// @@ -77639,7 +78565,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib4d")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib4d")] public static void VertexAttrib4(UInt32 index, Double x, Double y, Double z, Double w) { @@ -77654,7 +78580,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0][deprecated: v3.1] /// Specifies the value of a generic vertex attribute /// /// @@ -77667,7 +78593,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified vertex attribute. /// /// - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib4dv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib4dv")] public static void VertexAttrib4(Int32 index, Double[] v) { @@ -77688,7 +78614,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0][deprecated: v3.1] /// Specifies the value of a generic vertex attribute /// /// @@ -77701,7 +78627,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified vertex attribute. /// /// - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib4dv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib4dv")] public static void VertexAttrib4(Int32 index, ref Double v) { @@ -77722,7 +78648,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0][deprecated: v3.1] /// Specifies the value of a generic vertex attribute /// /// @@ -77736,7 +78662,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib4dv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib4dv")] public static unsafe void VertexAttrib4(Int32 index, Double* v) { @@ -77751,7 +78677,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0][deprecated: v3.1] /// Specifies the value of a generic vertex attribute /// /// @@ -77765,7 +78691,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib4dv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib4dv")] public static void VertexAttrib4(UInt32 index, Double[] v) { @@ -77786,7 +78712,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0][deprecated: v3.1] /// Specifies the value of a generic vertex attribute /// /// @@ -77800,7 +78726,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib4dv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib4dv")] public static void VertexAttrib4(UInt32 index, ref Double v) { @@ -77821,7 +78747,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0][deprecated: v3.1] /// Specifies the value of a generic vertex attribute /// /// @@ -77835,7 +78761,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib4dv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib4dv")] public static unsafe void VertexAttrib4(UInt32 index, Double* v) { @@ -77850,7 +78776,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0][deprecated: v3.1] /// Specifies the value of a generic vertex attribute /// /// @@ -77863,7 +78789,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified vertex attribute. /// /// - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib4f")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib4f")] public static void VertexAttrib4(Int32 index, Single x, Single y, Single z, Single w) { @@ -77878,7 +78804,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0][deprecated: v3.1] /// Specifies the value of a generic vertex attribute /// /// @@ -77892,7 +78818,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib4f")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib4f")] public static void VertexAttrib4(UInt32 index, Single x, Single y, Single z, Single w) { @@ -77907,7 +78833,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0][deprecated: v3.1] /// Specifies the value of a generic vertex attribute /// /// @@ -77920,7 +78846,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified vertex attribute. /// /// - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib4fv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib4fv")] public static void VertexAttrib4(Int32 index, Single[] v) { @@ -77941,7 +78867,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0][deprecated: v3.1] /// Specifies the value of a generic vertex attribute /// /// @@ -77954,7 +78880,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified vertex attribute. /// /// - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib4fv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib4fv")] public static void VertexAttrib4(Int32 index, ref Single v) { @@ -77975,7 +78901,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0][deprecated: v3.1] /// Specifies the value of a generic vertex attribute /// /// @@ -77989,7 +78915,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib4fv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib4fv")] public static unsafe void VertexAttrib4(Int32 index, Single* v) { @@ -78004,7 +78930,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0][deprecated: v3.1] /// Specifies the value of a generic vertex attribute /// /// @@ -78018,7 +78944,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib4fv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib4fv")] public static void VertexAttrib4(UInt32 index, Single[] v) { @@ -78039,7 +78965,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0][deprecated: v3.1] /// Specifies the value of a generic vertex attribute /// /// @@ -78053,7 +78979,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib4fv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib4fv")] public static void VertexAttrib4(UInt32 index, ref Single v) { @@ -78074,7 +79000,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0][deprecated: v3.1] /// Specifies the value of a generic vertex attribute /// /// @@ -78088,7 +79014,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib4fv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib4fv")] public static unsafe void VertexAttrib4(UInt32 index, Single* v) { @@ -78103,7 +79029,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0][deprecated: v3.1] /// Specifies the value of a generic vertex attribute /// /// @@ -78116,7 +79042,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified vertex attribute. /// /// - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib4iv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib4iv")] public static void VertexAttrib4(Int32 index, Int32[] v) { @@ -78137,7 +79063,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0][deprecated: v3.1] /// Specifies the value of a generic vertex attribute /// /// @@ -78150,7 +79076,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified vertex attribute. /// /// - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib4iv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib4iv")] public static void VertexAttrib4(Int32 index, ref Int32 v) { @@ -78171,7 +79097,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0][deprecated: v3.1] /// Specifies the value of a generic vertex attribute /// /// @@ -78185,7 +79111,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib4iv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib4iv")] public static unsafe void VertexAttrib4(Int32 index, Int32* v) { @@ -78200,7 +79126,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0][deprecated: v3.1] /// Specifies the value of a generic vertex attribute /// /// @@ -78214,7 +79140,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib4iv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib4iv")] public static void VertexAttrib4(UInt32 index, Int32[] v) { @@ -78235,7 +79161,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0][deprecated: v3.1] /// Specifies the value of a generic vertex attribute /// /// @@ -78249,7 +79175,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib4iv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib4iv")] public static void VertexAttrib4(UInt32 index, ref Int32 v) { @@ -78270,7 +79196,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0][deprecated: v3.1] /// Specifies the value of a generic vertex attribute /// /// @@ -78284,7 +79210,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib4iv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib4iv")] public static unsafe void VertexAttrib4(UInt32 index, Int32* v) { @@ -78298,8 +79224,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v2.0][deprecated: v3.1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib4Nbv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib4Nbv")] public static void VertexAttrib4N(UInt32 index, SByte[] v) { @@ -78319,8 +79246,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v2.0][deprecated: v3.1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib4Nbv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib4Nbv")] public static void VertexAttrib4N(UInt32 index, ref SByte v) { @@ -78340,8 +79268,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v2.0][deprecated: v3.1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib4Nbv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib4Nbv")] public static unsafe void VertexAttrib4N(UInt32 index, SByte* v) { @@ -78355,7 +79284,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib4Niv")] + /// [requires: v2.0][deprecated: v3.1] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib4Niv")] public static void VertexAttrib4N(Int32 index, Int32[] v) { @@ -78375,7 +79305,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib4Niv")] + /// [requires: v2.0][deprecated: v3.1] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib4Niv")] public static void VertexAttrib4N(Int32 index, ref Int32 v) { @@ -78395,8 +79326,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v2.0][deprecated: v3.1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib4Niv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib4Niv")] public static unsafe void VertexAttrib4N(Int32 index, Int32* v) { @@ -78410,8 +79342,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v2.0][deprecated: v3.1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib4Niv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib4Niv")] public static void VertexAttrib4N(UInt32 index, Int32[] v) { @@ -78431,8 +79364,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v2.0][deprecated: v3.1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib4Niv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib4Niv")] public static void VertexAttrib4N(UInt32 index, ref Int32 v) { @@ -78452,8 +79386,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v2.0][deprecated: v3.1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib4Niv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib4Niv")] public static unsafe void VertexAttrib4N(UInt32 index, Int32* v) { @@ -78467,7 +79402,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib4Nsv")] + /// [requires: v2.0][deprecated: v3.1] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib4Nsv")] public static void VertexAttrib4N(Int32 index, Int16[] v) { @@ -78487,7 +79423,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib4Nsv")] + /// [requires: v2.0][deprecated: v3.1] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib4Nsv")] public static void VertexAttrib4N(Int32 index, ref Int16 v) { @@ -78507,8 +79444,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v2.0][deprecated: v3.1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib4Nsv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib4Nsv")] public static unsafe void VertexAttrib4N(Int32 index, Int16* v) { @@ -78522,8 +79460,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v2.0][deprecated: v3.1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib4Nsv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib4Nsv")] public static void VertexAttrib4N(UInt32 index, Int16[] v) { @@ -78543,8 +79482,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v2.0][deprecated: v3.1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib4Nsv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib4Nsv")] public static void VertexAttrib4N(UInt32 index, ref Int16 v) { @@ -78564,8 +79504,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v2.0][deprecated: v3.1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib4Nsv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib4Nsv")] public static unsafe void VertexAttrib4N(UInt32 index, Int16* v) { @@ -78579,7 +79520,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib4Nub")] + /// [requires: v2.0][deprecated: v3.1] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib4Nub")] public static void VertexAttrib4N(Int32 index, Byte x, Byte y, Byte z, Byte w) { @@ -78593,8 +79535,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v2.0][deprecated: v3.1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib4Nub")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib4Nub")] public static void VertexAttrib4N(UInt32 index, Byte x, Byte y, Byte z, Byte w) { @@ -78608,7 +79551,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib4Nubv")] + /// [requires: v2.0][deprecated: v3.1] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib4Nubv")] public static void VertexAttrib4N(Int32 index, Byte[] v) { @@ -78628,7 +79572,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib4Nubv")] + /// [requires: v2.0][deprecated: v3.1] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib4Nubv")] public static void VertexAttrib4N(Int32 index, ref Byte v) { @@ -78648,8 +79593,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v2.0][deprecated: v3.1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib4Nubv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib4Nubv")] public static unsafe void VertexAttrib4N(Int32 index, Byte* v) { @@ -78663,8 +79609,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v2.0][deprecated: v3.1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib4Nubv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib4Nubv")] public static void VertexAttrib4N(UInt32 index, Byte[] v) { @@ -78684,8 +79631,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v2.0][deprecated: v3.1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib4Nubv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib4Nubv")] public static void VertexAttrib4N(UInt32 index, ref Byte v) { @@ -78705,8 +79653,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v2.0][deprecated: v3.1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib4Nubv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib4Nubv")] public static unsafe void VertexAttrib4N(UInt32 index, Byte* v) { @@ -78720,8 +79669,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v2.0][deprecated: v3.1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib4Nuiv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib4Nuiv")] public static void VertexAttrib4N(UInt32 index, UInt32[] v) { @@ -78741,8 +79691,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v2.0][deprecated: v3.1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib4Nuiv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib4Nuiv")] public static void VertexAttrib4N(UInt32 index, ref UInt32 v) { @@ -78762,8 +79713,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v2.0][deprecated: v3.1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib4Nuiv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib4Nuiv")] public static unsafe void VertexAttrib4N(UInt32 index, UInt32* v) { @@ -78777,8 +79729,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v2.0][deprecated: v3.1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib4Nusv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib4Nusv")] public static void VertexAttrib4N(UInt32 index, UInt16[] v) { @@ -78798,8 +79751,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v2.0][deprecated: v3.1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib4Nusv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib4Nusv")] public static void VertexAttrib4N(UInt32 index, ref UInt16 v) { @@ -78819,8 +79773,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v2.0][deprecated: v3.1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib4Nusv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib4Nusv")] public static unsafe void VertexAttrib4N(UInt32 index, UInt16* v) { @@ -78835,7 +79790,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0][deprecated: v3.1] /// Specifies the value of a generic vertex attribute /// /// @@ -78848,7 +79803,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified vertex attribute. /// /// - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib4s")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib4s")] public static void VertexAttrib4(Int32 index, Int16 x, Int16 y, Int16 z, Int16 w) { @@ -78863,7 +79818,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0][deprecated: v3.1] /// Specifies the value of a generic vertex attribute /// /// @@ -78877,7 +79832,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib4s")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib4s")] public static void VertexAttrib4(UInt32 index, Int16 x, Int16 y, Int16 z, Int16 w) { @@ -78892,7 +79847,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0][deprecated: v3.1] /// Specifies the value of a generic vertex attribute /// /// @@ -78905,7 +79860,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified vertex attribute. /// /// - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib4sv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib4sv")] public static void VertexAttrib4(Int32 index, Int16[] v) { @@ -78926,7 +79881,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0][deprecated: v3.1] /// Specifies the value of a generic vertex attribute /// /// @@ -78939,7 +79894,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified vertex attribute. /// /// - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib4sv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib4sv")] public static void VertexAttrib4(Int32 index, ref Int16 v) { @@ -78960,7 +79915,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0][deprecated: v3.1] /// Specifies the value of a generic vertex attribute /// /// @@ -78974,7 +79929,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib4sv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib4sv")] public static unsafe void VertexAttrib4(Int32 index, Int16* v) { @@ -78989,7 +79944,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0][deprecated: v3.1] /// Specifies the value of a generic vertex attribute /// /// @@ -79003,7 +79958,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib4sv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib4sv")] public static void VertexAttrib4(UInt32 index, Int16[] v) { @@ -79024,7 +79979,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0][deprecated: v3.1] /// Specifies the value of a generic vertex attribute /// /// @@ -79038,7 +79993,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib4sv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib4sv")] public static void VertexAttrib4(UInt32 index, ref Int16 v) { @@ -79059,7 +80014,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0][deprecated: v3.1] /// Specifies the value of a generic vertex attribute /// /// @@ -79073,7 +80028,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib4sv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib4sv")] public static unsafe void VertexAttrib4(UInt32 index, Int16* v) { @@ -79088,7 +80043,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0][deprecated: v3.1] /// Specifies the value of a generic vertex attribute /// /// @@ -79101,7 +80056,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified vertex attribute. /// /// - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib4ubv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib4ubv")] public static void VertexAttrib4(Int32 index, Byte[] v) { @@ -79122,7 +80077,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0][deprecated: v3.1] /// Specifies the value of a generic vertex attribute /// /// @@ -79135,7 +80090,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified vertex attribute. /// /// - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib4ubv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib4ubv")] public static void VertexAttrib4(Int32 index, ref Byte v) { @@ -79156,7 +80111,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0][deprecated: v3.1] /// Specifies the value of a generic vertex attribute /// /// @@ -79170,7 +80125,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib4ubv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib4ubv")] public static unsafe void VertexAttrib4(Int32 index, Byte* v) { @@ -79185,7 +80140,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0][deprecated: v3.1] /// Specifies the value of a generic vertex attribute /// /// @@ -79199,7 +80154,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib4ubv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib4ubv")] public static void VertexAttrib4(UInt32 index, Byte[] v) { @@ -79220,7 +80175,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0][deprecated: v3.1] /// Specifies the value of a generic vertex attribute /// /// @@ -79234,7 +80189,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib4ubv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib4ubv")] public static void VertexAttrib4(UInt32 index, ref Byte v) { @@ -79255,7 +80210,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0][deprecated: v3.1] /// Specifies the value of a generic vertex attribute /// /// @@ -79269,7 +80224,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib4ubv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib4ubv")] public static unsafe void VertexAttrib4(UInt32 index, Byte* v) { @@ -79284,7 +80239,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0][deprecated: v3.1] /// Specifies the value of a generic vertex attribute /// /// @@ -79298,7 +80253,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib4uiv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib4uiv")] public static void VertexAttrib4(UInt32 index, UInt32[] v) { @@ -79319,7 +80274,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0][deprecated: v3.1] /// Specifies the value of a generic vertex attribute /// /// @@ -79333,7 +80288,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib4uiv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib4uiv")] public static void VertexAttrib4(UInt32 index, ref UInt32 v) { @@ -79354,7 +80309,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0][deprecated: v3.1] /// Specifies the value of a generic vertex attribute /// /// @@ -79368,7 +80323,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib4uiv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib4uiv")] public static unsafe void VertexAttrib4(UInt32 index, UInt32* v) { @@ -79383,7 +80338,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0][deprecated: v3.1] /// Specifies the value of a generic vertex attribute /// /// @@ -79397,7 +80352,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib4usv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib4usv")] public static void VertexAttrib4(UInt32 index, UInt16[] v) { @@ -79418,7 +80373,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0][deprecated: v3.1] /// Specifies the value of a generic vertex attribute /// /// @@ -79432,7 +80387,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib4usv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib4usv")] public static void VertexAttrib4(UInt32 index, ref UInt16 v) { @@ -79453,7 +80408,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0][deprecated: v3.1] /// Specifies the value of a generic vertex attribute /// /// @@ -79467,7 +80422,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttrib4usv")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttrib4usv")] public static unsafe void VertexAttrib4(UInt32 index, UInt16* v) { @@ -79481,7 +80436,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glVertexAttribI1i")] + /// [requires: v3.0][deprecated: v3.1] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glVertexAttribI1i")] public static void VertexAttribI1(Int32 index, Int32 x) { @@ -79495,8 +80451,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v3.0][deprecated: v3.1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glVertexAttribI1i")] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glVertexAttribI1i")] public static void VertexAttribI1(UInt32 index, Int32 x) { @@ -79510,8 +80467,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v3.0][deprecated: v3.1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glVertexAttribI1iv")] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glVertexAttribI1iv")] public static unsafe void VertexAttribI1(Int32 index, Int32* v) { @@ -79525,8 +80483,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v3.0][deprecated: v3.1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glVertexAttribI1iv")] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glVertexAttribI1iv")] public static unsafe void VertexAttribI1(UInt32 index, Int32* v) { @@ -79540,8 +80499,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v3.0][deprecated: v3.1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glVertexAttribI1ui")] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glVertexAttribI1ui")] public static void VertexAttribI1(UInt32 index, UInt32 x) { @@ -79555,8 +80515,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v3.0][deprecated: v3.1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glVertexAttribI1uiv")] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glVertexAttribI1uiv")] public static unsafe void VertexAttribI1(UInt32 index, UInt32* v) { @@ -79570,7 +80531,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glVertexAttribI2i")] + /// [requires: v3.0][deprecated: v3.1] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glVertexAttribI2i")] public static void VertexAttribI2(Int32 index, Int32 x, Int32 y) { @@ -79584,8 +80546,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v3.0][deprecated: v3.1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glVertexAttribI2i")] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glVertexAttribI2i")] public static void VertexAttribI2(UInt32 index, Int32 x, Int32 y) { @@ -79599,7 +80562,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glVertexAttribI2iv")] + /// [requires: v3.0][deprecated: v3.1] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glVertexAttribI2iv")] public static void VertexAttribI2(Int32 index, Int32[] v) { @@ -79619,7 +80583,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glVertexAttribI2iv")] + /// [requires: v3.0][deprecated: v3.1] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glVertexAttribI2iv")] public static void VertexAttribI2(Int32 index, ref Int32 v) { @@ -79639,8 +80604,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v3.0][deprecated: v3.1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glVertexAttribI2iv")] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glVertexAttribI2iv")] public static unsafe void VertexAttribI2(Int32 index, Int32* v) { @@ -79654,8 +80620,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v3.0][deprecated: v3.1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glVertexAttribI2iv")] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glVertexAttribI2iv")] public static void VertexAttribI2(UInt32 index, Int32[] v) { @@ -79675,8 +80642,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v3.0][deprecated: v3.1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glVertexAttribI2iv")] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glVertexAttribI2iv")] public static void VertexAttribI2(UInt32 index, ref Int32 v) { @@ -79696,8 +80664,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v3.0][deprecated: v3.1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glVertexAttribI2iv")] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glVertexAttribI2iv")] public static unsafe void VertexAttribI2(UInt32 index, Int32* v) { @@ -79711,8 +80680,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v3.0][deprecated: v3.1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glVertexAttribI2ui")] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glVertexAttribI2ui")] public static void VertexAttribI2(UInt32 index, UInt32 x, UInt32 y) { @@ -79726,8 +80696,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v3.0][deprecated: v3.1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glVertexAttribI2uiv")] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glVertexAttribI2uiv")] public static void VertexAttribI2(UInt32 index, UInt32[] v) { @@ -79747,8 +80718,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v3.0][deprecated: v3.1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glVertexAttribI2uiv")] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glVertexAttribI2uiv")] public static void VertexAttribI2(UInt32 index, ref UInt32 v) { @@ -79768,8 +80740,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v3.0][deprecated: v3.1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glVertexAttribI2uiv")] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glVertexAttribI2uiv")] public static unsafe void VertexAttribI2(UInt32 index, UInt32* v) { @@ -79783,7 +80756,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glVertexAttribI3i")] + /// [requires: v3.0][deprecated: v3.1] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glVertexAttribI3i")] public static void VertexAttribI3(Int32 index, Int32 x, Int32 y, Int32 z) { @@ -79797,8 +80771,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v3.0][deprecated: v3.1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glVertexAttribI3i")] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glVertexAttribI3i")] public static void VertexAttribI3(UInt32 index, Int32 x, Int32 y, Int32 z) { @@ -79812,7 +80787,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glVertexAttribI3iv")] + /// [requires: v3.0][deprecated: v3.1] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glVertexAttribI3iv")] public static void VertexAttribI3(Int32 index, Int32[] v) { @@ -79832,7 +80808,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glVertexAttribI3iv")] + /// [requires: v3.0][deprecated: v3.1] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glVertexAttribI3iv")] public static void VertexAttribI3(Int32 index, ref Int32 v) { @@ -79852,8 +80829,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v3.0][deprecated: v3.1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glVertexAttribI3iv")] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glVertexAttribI3iv")] public static unsafe void VertexAttribI3(Int32 index, Int32* v) { @@ -79867,8 +80845,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v3.0][deprecated: v3.1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glVertexAttribI3iv")] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glVertexAttribI3iv")] public static void VertexAttribI3(UInt32 index, Int32[] v) { @@ -79888,8 +80867,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v3.0][deprecated: v3.1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glVertexAttribI3iv")] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glVertexAttribI3iv")] public static void VertexAttribI3(UInt32 index, ref Int32 v) { @@ -79909,8 +80889,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v3.0][deprecated: v3.1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glVertexAttribI3iv")] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glVertexAttribI3iv")] public static unsafe void VertexAttribI3(UInt32 index, Int32* v) { @@ -79924,8 +80905,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v3.0][deprecated: v3.1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glVertexAttribI3ui")] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glVertexAttribI3ui")] public static void VertexAttribI3(UInt32 index, UInt32 x, UInt32 y, UInt32 z) { @@ -79939,8 +80921,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v3.0][deprecated: v3.1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glVertexAttribI3uiv")] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glVertexAttribI3uiv")] public static void VertexAttribI3(UInt32 index, UInt32[] v) { @@ -79960,8 +80943,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v3.0][deprecated: v3.1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glVertexAttribI3uiv")] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glVertexAttribI3uiv")] public static void VertexAttribI3(UInt32 index, ref UInt32 v) { @@ -79981,8 +80965,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v3.0][deprecated: v3.1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glVertexAttribI3uiv")] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glVertexAttribI3uiv")] public static unsafe void VertexAttribI3(UInt32 index, UInt32* v) { @@ -79996,8 +80981,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v3.0][deprecated: v3.1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glVertexAttribI4bv")] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glVertexAttribI4bv")] public static void VertexAttribI4(UInt32 index, SByte[] v) { @@ -80017,8 +81003,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v3.0][deprecated: v3.1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glVertexAttribI4bv")] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glVertexAttribI4bv")] public static void VertexAttribI4(UInt32 index, ref SByte v) { @@ -80038,8 +81025,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v3.0][deprecated: v3.1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glVertexAttribI4bv")] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glVertexAttribI4bv")] public static unsafe void VertexAttribI4(UInt32 index, SByte* v) { @@ -80053,7 +81041,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glVertexAttribI4i")] + /// [requires: v3.0][deprecated: v3.1] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glVertexAttribI4i")] public static void VertexAttribI4(Int32 index, Int32 x, Int32 y, Int32 z, Int32 w) { @@ -80067,8 +81056,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v3.0][deprecated: v3.1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glVertexAttribI4i")] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glVertexAttribI4i")] public static void VertexAttribI4(UInt32 index, Int32 x, Int32 y, Int32 z, Int32 w) { @@ -80082,7 +81072,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glVertexAttribI4iv")] + /// [requires: v3.0][deprecated: v3.1] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glVertexAttribI4iv")] public static void VertexAttribI4(Int32 index, Int32[] v) { @@ -80102,7 +81093,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glVertexAttribI4iv")] + /// [requires: v3.0][deprecated: v3.1] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glVertexAttribI4iv")] public static void VertexAttribI4(Int32 index, ref Int32 v) { @@ -80122,8 +81114,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v3.0][deprecated: v3.1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glVertexAttribI4iv")] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glVertexAttribI4iv")] public static unsafe void VertexAttribI4(Int32 index, Int32* v) { @@ -80137,8 +81130,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v3.0][deprecated: v3.1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glVertexAttribI4iv")] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glVertexAttribI4iv")] public static void VertexAttribI4(UInt32 index, Int32[] v) { @@ -80158,8 +81152,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v3.0][deprecated: v3.1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glVertexAttribI4iv")] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glVertexAttribI4iv")] public static void VertexAttribI4(UInt32 index, ref Int32 v) { @@ -80179,8 +81174,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v3.0][deprecated: v3.1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glVertexAttribI4iv")] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glVertexAttribI4iv")] public static unsafe void VertexAttribI4(UInt32 index, Int32* v) { @@ -80194,7 +81190,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glVertexAttribI4sv")] + /// [requires: v3.0][deprecated: v3.1] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glVertexAttribI4sv")] public static void VertexAttribI4(Int32 index, Int16[] v) { @@ -80214,7 +81211,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glVertexAttribI4sv")] + /// [requires: v3.0][deprecated: v3.1] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glVertexAttribI4sv")] public static void VertexAttribI4(Int32 index, ref Int16 v) { @@ -80234,8 +81232,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v3.0][deprecated: v3.1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glVertexAttribI4sv")] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glVertexAttribI4sv")] public static unsafe void VertexAttribI4(Int32 index, Int16* v) { @@ -80249,8 +81248,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v3.0][deprecated: v3.1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glVertexAttribI4sv")] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glVertexAttribI4sv")] public static void VertexAttribI4(UInt32 index, Int16[] v) { @@ -80270,8 +81270,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v3.0][deprecated: v3.1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glVertexAttribI4sv")] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glVertexAttribI4sv")] public static void VertexAttribI4(UInt32 index, ref Int16 v) { @@ -80291,8 +81292,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v3.0][deprecated: v3.1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glVertexAttribI4sv")] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glVertexAttribI4sv")] public static unsafe void VertexAttribI4(UInt32 index, Int16* v) { @@ -80306,7 +81308,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glVertexAttribI4ubv")] + /// [requires: v3.0][deprecated: v3.1] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glVertexAttribI4ubv")] public static void VertexAttribI4(Int32 index, Byte[] v) { @@ -80326,7 +81329,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glVertexAttribI4ubv")] + /// [requires: v3.0][deprecated: v3.1] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glVertexAttribI4ubv")] public static void VertexAttribI4(Int32 index, ref Byte v) { @@ -80346,8 +81350,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v3.0][deprecated: v3.1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glVertexAttribI4ubv")] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glVertexAttribI4ubv")] public static unsafe void VertexAttribI4(Int32 index, Byte* v) { @@ -80361,8 +81366,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v3.0][deprecated: v3.1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glVertexAttribI4ubv")] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glVertexAttribI4ubv")] public static void VertexAttribI4(UInt32 index, Byte[] v) { @@ -80382,8 +81388,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v3.0][deprecated: v3.1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glVertexAttribI4ubv")] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glVertexAttribI4ubv")] public static void VertexAttribI4(UInt32 index, ref Byte v) { @@ -80403,8 +81410,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v3.0][deprecated: v3.1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glVertexAttribI4ubv")] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glVertexAttribI4ubv")] public static unsafe void VertexAttribI4(UInt32 index, Byte* v) { @@ -80418,8 +81426,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v3.0][deprecated: v3.1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glVertexAttribI4ui")] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glVertexAttribI4ui")] public static void VertexAttribI4(UInt32 index, UInt32 x, UInt32 y, UInt32 z, UInt32 w) { @@ -80433,8 +81442,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v3.0][deprecated: v3.1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glVertexAttribI4uiv")] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glVertexAttribI4uiv")] public static void VertexAttribI4(UInt32 index, UInt32[] v) { @@ -80454,8 +81464,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v3.0][deprecated: v3.1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glVertexAttribI4uiv")] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glVertexAttribI4uiv")] public static void VertexAttribI4(UInt32 index, ref UInt32 v) { @@ -80475,8 +81486,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v3.0][deprecated: v3.1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glVertexAttribI4uiv")] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glVertexAttribI4uiv")] public static unsafe void VertexAttribI4(UInt32 index, UInt32* v) { @@ -80490,8 +81502,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v3.0][deprecated: v3.1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glVertexAttribI4usv")] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glVertexAttribI4usv")] public static void VertexAttribI4(UInt32 index, UInt16[] v) { @@ -80511,8 +81524,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v3.0][deprecated: v3.1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glVertexAttribI4usv")] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glVertexAttribI4usv")] public static void VertexAttribI4(UInt32 index, ref UInt16 v) { @@ -80532,8 +81546,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v3.0][deprecated: v3.1] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glVertexAttribI4usv")] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glVertexAttribI4usv")] public static unsafe void VertexAttribI4(UInt32 index, UInt16* v) { @@ -80547,7 +81562,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glVertexAttribIPointer")] + /// [requires: v3.0] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glVertexAttribIPointer")] public static void VertexAttribIPointer(Int32 index, Int32 size, OpenTK.Graphics.OpenGL.VertexAttribIPointerType type, Int32 stride, IntPtr pointer) { @@ -80561,7 +81577,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glVertexAttribIPointer")] + /// [requires: v3.0] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glVertexAttribIPointer")] public static void VertexAttribIPointer(Int32 index, Int32 size, OpenTK.Graphics.OpenGL.VertexAttribIPointerType type, Int32 stride, [InAttribute, OutAttribute] T4[] pointer) where T4 : struct @@ -80584,7 +81601,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glVertexAttribIPointer")] + /// [requires: v3.0] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glVertexAttribIPointer")] public static void VertexAttribIPointer(Int32 index, Int32 size, OpenTK.Graphics.OpenGL.VertexAttribIPointerType type, Int32 stride, [InAttribute, OutAttribute] T4[,] pointer) where T4 : struct @@ -80607,7 +81625,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glVertexAttribIPointer")] + /// [requires: v3.0] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glVertexAttribIPointer")] public static void VertexAttribIPointer(Int32 index, Int32 size, OpenTK.Graphics.OpenGL.VertexAttribIPointerType type, Int32 stride, [InAttribute, OutAttribute] T4[,,] pointer) where T4 : struct @@ -80630,7 +81649,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glVertexAttribIPointer")] + /// [requires: v3.0] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glVertexAttribIPointer")] public static void VertexAttribIPointer(Int32 index, Int32 size, OpenTK.Graphics.OpenGL.VertexAttribIPointerType type, Int32 stride, [InAttribute, OutAttribute] ref T4 pointer) where T4 : struct @@ -80654,8 +81674,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v3.0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glVertexAttribIPointer")] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glVertexAttribIPointer")] public static void VertexAttribIPointer(UInt32 index, Int32 size, OpenTK.Graphics.OpenGL.VertexAttribIPointerType type, Int32 stride, IntPtr pointer) { @@ -80669,8 +81690,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v3.0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glVertexAttribIPointer")] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glVertexAttribIPointer")] public static void VertexAttribIPointer(UInt32 index, Int32 size, OpenTK.Graphics.OpenGL.VertexAttribIPointerType type, Int32 stride, [InAttribute, OutAttribute] T4[] pointer) where T4 : struct @@ -80693,8 +81715,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v3.0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glVertexAttribIPointer")] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glVertexAttribIPointer")] public static void VertexAttribIPointer(UInt32 index, Int32 size, OpenTK.Graphics.OpenGL.VertexAttribIPointerType type, Int32 stride, [InAttribute, OutAttribute] T4[,] pointer) where T4 : struct @@ -80717,8 +81740,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v3.0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glVertexAttribIPointer")] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glVertexAttribIPointer")] public static void VertexAttribIPointer(UInt32 index, Int32 size, OpenTK.Graphics.OpenGL.VertexAttribIPointerType type, Int32 stride, [InAttribute, OutAttribute] T4[,,] pointer) where T4 : struct @@ -80741,8 +81765,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v3.0] [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version30", Version = "3.0", EntryPoint = "glVertexAttribIPointer")] + [AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glVertexAttribIPointer")] public static void VertexAttribIPointer(UInt32 index, Int32 size, OpenTK.Graphics.OpenGL.VertexAttribIPointerType type, Int32 stride, [InAttribute, OutAttribute] ref T4 pointer) where T4 : struct @@ -80767,7 +81792,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Define an array of generic vertex attribute data /// /// @@ -80800,7 +81825,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the first component of the first generic vertex attribute in the array. The initial value is 0. /// /// - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttribPointer")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttribPointer")] public static void VertexAttribPointer(Int32 index, Int32 size, OpenTK.Graphics.OpenGL.VertexAttribPointerType type, bool normalized, Int32 stride, IntPtr pointer) { @@ -80815,7 +81840,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Define an array of generic vertex attribute data /// /// @@ -80848,7 +81873,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the first component of the first generic vertex attribute in the array. The initial value is 0. /// /// - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttribPointer")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttribPointer")] public static void VertexAttribPointer(Int32 index, Int32 size, OpenTK.Graphics.OpenGL.VertexAttribPointerType type, bool normalized, Int32 stride, [InAttribute, OutAttribute] T5[] pointer) where T5 : struct @@ -80872,7 +81897,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Define an array of generic vertex attribute data /// /// @@ -80905,7 +81930,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the first component of the first generic vertex attribute in the array. The initial value is 0. /// /// - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttribPointer")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttribPointer")] public static void VertexAttribPointer(Int32 index, Int32 size, OpenTK.Graphics.OpenGL.VertexAttribPointerType type, bool normalized, Int32 stride, [InAttribute, OutAttribute] T5[,] pointer) where T5 : struct @@ -80929,7 +81954,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Define an array of generic vertex attribute data /// /// @@ -80962,7 +81987,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the first component of the first generic vertex attribute in the array. The initial value is 0. /// /// - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttribPointer")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttribPointer")] public static void VertexAttribPointer(Int32 index, Int32 size, OpenTK.Graphics.OpenGL.VertexAttribPointerType type, bool normalized, Int32 stride, [InAttribute, OutAttribute] T5[,,] pointer) where T5 : struct @@ -80986,7 +82011,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Define an array of generic vertex attribute data /// /// @@ -81019,7 +82044,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the first component of the first generic vertex attribute in the array. The initial value is 0. /// /// - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttribPointer")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttribPointer")] public static void VertexAttribPointer(Int32 index, Int32 size, OpenTK.Graphics.OpenGL.VertexAttribPointerType type, bool normalized, Int32 stride, [InAttribute, OutAttribute] ref T5 pointer) where T5 : struct @@ -81044,7 +82069,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Define an array of generic vertex attribute data /// /// @@ -81078,7 +82103,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttribPointer")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttribPointer")] public static void VertexAttribPointer(UInt32 index, Int32 size, OpenTK.Graphics.OpenGL.VertexAttribPointerType type, bool normalized, Int32 stride, IntPtr pointer) { @@ -81093,7 +82118,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Define an array of generic vertex attribute data /// /// @@ -81127,7 +82152,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttribPointer")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttribPointer")] public static void VertexAttribPointer(UInt32 index, Int32 size, OpenTK.Graphics.OpenGL.VertexAttribPointerType type, bool normalized, Int32 stride, [InAttribute, OutAttribute] T5[] pointer) where T5 : struct @@ -81151,7 +82176,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Define an array of generic vertex attribute data /// /// @@ -81185,7 +82210,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttribPointer")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttribPointer")] public static void VertexAttribPointer(UInt32 index, Int32 size, OpenTK.Graphics.OpenGL.VertexAttribPointerType type, bool normalized, Int32 stride, [InAttribute, OutAttribute] T5[,] pointer) where T5 : struct @@ -81209,7 +82234,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Define an array of generic vertex attribute data /// /// @@ -81243,7 +82268,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttribPointer")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttribPointer")] public static void VertexAttribPointer(UInt32 index, Int32 size, OpenTK.Graphics.OpenGL.VertexAttribPointerType type, bool normalized, Int32 stride, [InAttribute, OutAttribute] T5[,,] pointer) where T5 : struct @@ -81267,7 +82292,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v2.0] /// Define an array of generic vertex attribute data /// /// @@ -81301,7 +82326,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glVertexAttribPointer")] + [AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttribPointer")] public static void VertexAttribPointer(UInt32 index, Int32 size, OpenTK.Graphics.OpenGL.VertexAttribPointerType type, bool normalized, Int32 stride, [InAttribute, OutAttribute] ref T5 pointer) where T5 : struct @@ -81326,7 +82351,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.1][deprecated: v3.1] /// Define an array of vertex data /// /// @@ -81349,7 +82374,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the first coordinate of the first vertex in the array. The initial value is 0. /// /// - [AutoGenerated(Category = "Version11Deprecated", Version = "1.1", EntryPoint = "glVertexPointer")] + [AutoGenerated(Category = "VERSION_1_1_DEPRECATED", Version = "1.1", EntryPoint = "glVertexPointer")] public static void VertexPointer(Int32 size, OpenTK.Graphics.OpenGL.VertexPointerType type, Int32 stride, IntPtr pointer) { @@ -81364,7 +82389,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.1][deprecated: v3.1] /// Define an array of vertex data /// /// @@ -81387,7 +82412,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the first coordinate of the first vertex in the array. The initial value is 0. /// /// - [AutoGenerated(Category = "Version11Deprecated", Version = "1.1", EntryPoint = "glVertexPointer")] + [AutoGenerated(Category = "VERSION_1_1_DEPRECATED", Version = "1.1", EntryPoint = "glVertexPointer")] public static void VertexPointer(Int32 size, OpenTK.Graphics.OpenGL.VertexPointerType type, Int32 stride, [InAttribute, OutAttribute] T3[] pointer) where T3 : struct @@ -81411,7 +82436,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.1][deprecated: v3.1] /// Define an array of vertex data /// /// @@ -81434,7 +82459,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the first coordinate of the first vertex in the array. The initial value is 0. /// /// - [AutoGenerated(Category = "Version11Deprecated", Version = "1.1", EntryPoint = "glVertexPointer")] + [AutoGenerated(Category = "VERSION_1_1_DEPRECATED", Version = "1.1", EntryPoint = "glVertexPointer")] public static void VertexPointer(Int32 size, OpenTK.Graphics.OpenGL.VertexPointerType type, Int32 stride, [InAttribute, OutAttribute] T3[,] pointer) where T3 : struct @@ -81458,7 +82483,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.1][deprecated: v3.1] /// Define an array of vertex data /// /// @@ -81481,7 +82506,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the first coordinate of the first vertex in the array. The initial value is 0. /// /// - [AutoGenerated(Category = "Version11Deprecated", Version = "1.1", EntryPoint = "glVertexPointer")] + [AutoGenerated(Category = "VERSION_1_1_DEPRECATED", Version = "1.1", EntryPoint = "glVertexPointer")] public static void VertexPointer(Int32 size, OpenTK.Graphics.OpenGL.VertexPointerType type, Int32 stride, [InAttribute, OutAttribute] T3[,,] pointer) where T3 : struct @@ -81505,7 +82530,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.1][deprecated: v3.1] /// Define an array of vertex data /// /// @@ -81528,7 +82553,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the first coordinate of the first vertex in the array. The initial value is 0. /// /// - [AutoGenerated(Category = "Version11Deprecated", Version = "1.1", EntryPoint = "glVertexPointer")] + [AutoGenerated(Category = "VERSION_1_1_DEPRECATED", Version = "1.1", EntryPoint = "glVertexPointer")] public static void VertexPointer(Int32 size, OpenTK.Graphics.OpenGL.VertexPointerType type, Int32 stride, [InAttribute, OutAttribute] ref T3 pointer) where T3 : struct @@ -81553,7 +82578,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.0] /// Set the viewport /// /// @@ -81566,7 +82591,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the width and height of the viewport. When a GL context is first attached to a window, width and height are set to the dimensions of that window. /// /// - [AutoGenerated(Category = "Version10", Version = "1.0", EntryPoint = "glViewport")] + [AutoGenerated(Category = "VERSION_1_0", Version = "1.0", EntryPoint = "glViewport")] public static void Viewport(Int32 x, Int32 y, Int32 width, Int32 height) { @@ -81580,7 +82605,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ArbSync", Version = "1.2", EntryPoint = "glWaitSync")] + /// [requires: v1.2] + [AutoGenerated(Category = "ARB_sync", Version = "1.2", EntryPoint = "glWaitSync")] public static void WaitSync(IntPtr sync, Int32 flags, Int64 timeout) { @@ -81594,8 +82620,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: v1.2] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ArbSync", Version = "1.2", EntryPoint = "glWaitSync")] + [AutoGenerated(Category = "ARB_sync", Version = "1.2", EntryPoint = "glWaitSync")] public static void WaitSync(IntPtr sync, UInt32 flags, UInt64 timeout) { @@ -81610,7 +82637,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.4][deprecated: v3.1] /// Specify the raster position in window coordinates for pixel operations /// /// @@ -81618,7 +82645,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the , , coordinates for the raster position. /// /// - [AutoGenerated(Category = "Version14Deprecated", Version = "1.4", EntryPoint = "glWindowPos2d")] + [AutoGenerated(Category = "VERSION_1_4_DEPRECATED", Version = "1.4", EntryPoint = "glWindowPos2d")] public static void WindowPos2(Double x, Double y) { @@ -81633,7 +82660,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.4][deprecated: v3.1] /// Specify the raster position in window coordinates for pixel operations /// /// @@ -81641,7 +82668,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the , , coordinates for the raster position. /// /// - [AutoGenerated(Category = "Version14Deprecated", Version = "1.4", EntryPoint = "glWindowPos2dv")] + [AutoGenerated(Category = "VERSION_1_4_DEPRECATED", Version = "1.4", EntryPoint = "glWindowPos2dv")] public static void WindowPos2(Double[] v) { @@ -81662,7 +82689,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.4][deprecated: v3.1] /// Specify the raster position in window coordinates for pixel operations /// /// @@ -81670,7 +82697,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the , , coordinates for the raster position. /// /// - [AutoGenerated(Category = "Version14Deprecated", Version = "1.4", EntryPoint = "glWindowPos2dv")] + [AutoGenerated(Category = "VERSION_1_4_DEPRECATED", Version = "1.4", EntryPoint = "glWindowPos2dv")] public static void WindowPos2(ref Double v) { @@ -81691,7 +82718,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.4][deprecated: v3.1] /// Specify the raster position in window coordinates for pixel operations /// /// @@ -81700,7 +82727,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version14Deprecated", Version = "1.4", EntryPoint = "glWindowPos2dv")] + [AutoGenerated(Category = "VERSION_1_4_DEPRECATED", Version = "1.4", EntryPoint = "glWindowPos2dv")] public static unsafe void WindowPos2(Double* v) { @@ -81715,7 +82742,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.4][deprecated: v3.1] /// Specify the raster position in window coordinates for pixel operations /// /// @@ -81723,7 +82750,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the , , coordinates for the raster position. /// /// - [AutoGenerated(Category = "Version14Deprecated", Version = "1.4", EntryPoint = "glWindowPos2f")] + [AutoGenerated(Category = "VERSION_1_4_DEPRECATED", Version = "1.4", EntryPoint = "glWindowPos2f")] public static void WindowPos2(Single x, Single y) { @@ -81738,7 +82765,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.4][deprecated: v3.1] /// Specify the raster position in window coordinates for pixel operations /// /// @@ -81746,7 +82773,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the , , coordinates for the raster position. /// /// - [AutoGenerated(Category = "Version14Deprecated", Version = "1.4", EntryPoint = "glWindowPos2fv")] + [AutoGenerated(Category = "VERSION_1_4_DEPRECATED", Version = "1.4", EntryPoint = "glWindowPos2fv")] public static void WindowPos2(Single[] v) { @@ -81767,7 +82794,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.4][deprecated: v3.1] /// Specify the raster position in window coordinates for pixel operations /// /// @@ -81775,7 +82802,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the , , coordinates for the raster position. /// /// - [AutoGenerated(Category = "Version14Deprecated", Version = "1.4", EntryPoint = "glWindowPos2fv")] + [AutoGenerated(Category = "VERSION_1_4_DEPRECATED", Version = "1.4", EntryPoint = "glWindowPos2fv")] public static void WindowPos2(ref Single v) { @@ -81796,7 +82823,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.4][deprecated: v3.1] /// Specify the raster position in window coordinates for pixel operations /// /// @@ -81805,7 +82832,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version14Deprecated", Version = "1.4", EntryPoint = "glWindowPos2fv")] + [AutoGenerated(Category = "VERSION_1_4_DEPRECATED", Version = "1.4", EntryPoint = "glWindowPos2fv")] public static unsafe void WindowPos2(Single* v) { @@ -81820,7 +82847,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.4][deprecated: v3.1] /// Specify the raster position in window coordinates for pixel operations /// /// @@ -81828,7 +82855,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the , , coordinates for the raster position. /// /// - [AutoGenerated(Category = "Version14Deprecated", Version = "1.4", EntryPoint = "glWindowPos2i")] + [AutoGenerated(Category = "VERSION_1_4_DEPRECATED", Version = "1.4", EntryPoint = "glWindowPos2i")] public static void WindowPos2(Int32 x, Int32 y) { @@ -81843,7 +82870,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.4][deprecated: v3.1] /// Specify the raster position in window coordinates for pixel operations /// /// @@ -81851,7 +82878,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the , , coordinates for the raster position. /// /// - [AutoGenerated(Category = "Version14Deprecated", Version = "1.4", EntryPoint = "glWindowPos2iv")] + [AutoGenerated(Category = "VERSION_1_4_DEPRECATED", Version = "1.4", EntryPoint = "glWindowPos2iv")] public static void WindowPos2(Int32[] v) { @@ -81872,7 +82899,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.4][deprecated: v3.1] /// Specify the raster position in window coordinates for pixel operations /// /// @@ -81880,7 +82907,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the , , coordinates for the raster position. /// /// - [AutoGenerated(Category = "Version14Deprecated", Version = "1.4", EntryPoint = "glWindowPos2iv")] + [AutoGenerated(Category = "VERSION_1_4_DEPRECATED", Version = "1.4", EntryPoint = "glWindowPos2iv")] public static void WindowPos2(ref Int32 v) { @@ -81901,7 +82928,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.4][deprecated: v3.1] /// Specify the raster position in window coordinates for pixel operations /// /// @@ -81910,7 +82937,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version14Deprecated", Version = "1.4", EntryPoint = "glWindowPos2iv")] + [AutoGenerated(Category = "VERSION_1_4_DEPRECATED", Version = "1.4", EntryPoint = "glWindowPos2iv")] public static unsafe void WindowPos2(Int32* v) { @@ -81925,7 +82952,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.4][deprecated: v3.1] /// Specify the raster position in window coordinates for pixel operations /// /// @@ -81933,7 +82960,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the , , coordinates for the raster position. /// /// - [AutoGenerated(Category = "Version14Deprecated", Version = "1.4", EntryPoint = "glWindowPos2s")] + [AutoGenerated(Category = "VERSION_1_4_DEPRECATED", Version = "1.4", EntryPoint = "glWindowPos2s")] public static void WindowPos2(Int16 x, Int16 y) { @@ -81948,7 +82975,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.4][deprecated: v3.1] /// Specify the raster position in window coordinates for pixel operations /// /// @@ -81956,7 +82983,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the , , coordinates for the raster position. /// /// - [AutoGenerated(Category = "Version14Deprecated", Version = "1.4", EntryPoint = "glWindowPos2sv")] + [AutoGenerated(Category = "VERSION_1_4_DEPRECATED", Version = "1.4", EntryPoint = "glWindowPos2sv")] public static void WindowPos2(Int16[] v) { @@ -81977,7 +83004,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.4][deprecated: v3.1] /// Specify the raster position in window coordinates for pixel operations /// /// @@ -81985,7 +83012,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the , , coordinates for the raster position. /// /// - [AutoGenerated(Category = "Version14Deprecated", Version = "1.4", EntryPoint = "glWindowPos2sv")] + [AutoGenerated(Category = "VERSION_1_4_DEPRECATED", Version = "1.4", EntryPoint = "glWindowPos2sv")] public static void WindowPos2(ref Int16 v) { @@ -82006,7 +83033,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.4][deprecated: v3.1] /// Specify the raster position in window coordinates for pixel operations /// /// @@ -82015,7 +83042,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version14Deprecated", Version = "1.4", EntryPoint = "glWindowPos2sv")] + [AutoGenerated(Category = "VERSION_1_4_DEPRECATED", Version = "1.4", EntryPoint = "glWindowPos2sv")] public static unsafe void WindowPos2(Int16* v) { @@ -82030,7 +83057,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.4][deprecated: v3.1] /// Specify the raster position in window coordinates for pixel operations /// /// @@ -82038,7 +83065,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the , , coordinates for the raster position. /// /// - [AutoGenerated(Category = "Version14Deprecated", Version = "1.4", EntryPoint = "glWindowPos3d")] + [AutoGenerated(Category = "VERSION_1_4_DEPRECATED", Version = "1.4", EntryPoint = "glWindowPos3d")] public static void WindowPos3(Double x, Double y, Double z) { @@ -82053,7 +83080,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.4][deprecated: v3.1] /// Specify the raster position in window coordinates for pixel operations /// /// @@ -82061,7 +83088,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the , , coordinates for the raster position. /// /// - [AutoGenerated(Category = "Version14Deprecated", Version = "1.4", EntryPoint = "glWindowPos3dv")] + [AutoGenerated(Category = "VERSION_1_4_DEPRECATED", Version = "1.4", EntryPoint = "glWindowPos3dv")] public static void WindowPos3(Double[] v) { @@ -82082,7 +83109,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.4][deprecated: v3.1] /// Specify the raster position in window coordinates for pixel operations /// /// @@ -82090,7 +83117,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the , , coordinates for the raster position. /// /// - [AutoGenerated(Category = "Version14Deprecated", Version = "1.4", EntryPoint = "glWindowPos3dv")] + [AutoGenerated(Category = "VERSION_1_4_DEPRECATED", Version = "1.4", EntryPoint = "glWindowPos3dv")] public static void WindowPos3(ref Double v) { @@ -82111,7 +83138,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.4][deprecated: v3.1] /// Specify the raster position in window coordinates for pixel operations /// /// @@ -82120,7 +83147,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version14Deprecated", Version = "1.4", EntryPoint = "glWindowPos3dv")] + [AutoGenerated(Category = "VERSION_1_4_DEPRECATED", Version = "1.4", EntryPoint = "glWindowPos3dv")] public static unsafe void WindowPos3(Double* v) { @@ -82135,7 +83162,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.4][deprecated: v3.1] /// Specify the raster position in window coordinates for pixel operations /// /// @@ -82143,7 +83170,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the , , coordinates for the raster position. /// /// - [AutoGenerated(Category = "Version14Deprecated", Version = "1.4", EntryPoint = "glWindowPos3f")] + [AutoGenerated(Category = "VERSION_1_4_DEPRECATED", Version = "1.4", EntryPoint = "glWindowPos3f")] public static void WindowPos3(Single x, Single y, Single z) { @@ -82158,7 +83185,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.4][deprecated: v3.1] /// Specify the raster position in window coordinates for pixel operations /// /// @@ -82166,7 +83193,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the , , coordinates for the raster position. /// /// - [AutoGenerated(Category = "Version14Deprecated", Version = "1.4", EntryPoint = "glWindowPos3fv")] + [AutoGenerated(Category = "VERSION_1_4_DEPRECATED", Version = "1.4", EntryPoint = "glWindowPos3fv")] public static void WindowPos3(Single[] v) { @@ -82187,7 +83214,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.4][deprecated: v3.1] /// Specify the raster position in window coordinates for pixel operations /// /// @@ -82195,7 +83222,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the , , coordinates for the raster position. /// /// - [AutoGenerated(Category = "Version14Deprecated", Version = "1.4", EntryPoint = "glWindowPos3fv")] + [AutoGenerated(Category = "VERSION_1_4_DEPRECATED", Version = "1.4", EntryPoint = "glWindowPos3fv")] public static void WindowPos3(ref Single v) { @@ -82216,7 +83243,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.4][deprecated: v3.1] /// Specify the raster position in window coordinates for pixel operations /// /// @@ -82225,7 +83252,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version14Deprecated", Version = "1.4", EntryPoint = "glWindowPos3fv")] + [AutoGenerated(Category = "VERSION_1_4_DEPRECATED", Version = "1.4", EntryPoint = "glWindowPos3fv")] public static unsafe void WindowPos3(Single* v) { @@ -82240,7 +83267,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.4][deprecated: v3.1] /// Specify the raster position in window coordinates for pixel operations /// /// @@ -82248,7 +83275,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the , , coordinates for the raster position. /// /// - [AutoGenerated(Category = "Version14Deprecated", Version = "1.4", EntryPoint = "glWindowPos3i")] + [AutoGenerated(Category = "VERSION_1_4_DEPRECATED", Version = "1.4", EntryPoint = "glWindowPos3i")] public static void WindowPos3(Int32 x, Int32 y, Int32 z) { @@ -82263,7 +83290,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.4][deprecated: v3.1] /// Specify the raster position in window coordinates for pixel operations /// /// @@ -82271,7 +83298,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the , , coordinates for the raster position. /// /// - [AutoGenerated(Category = "Version14Deprecated", Version = "1.4", EntryPoint = "glWindowPos3iv")] + [AutoGenerated(Category = "VERSION_1_4_DEPRECATED", Version = "1.4", EntryPoint = "glWindowPos3iv")] public static void WindowPos3(Int32[] v) { @@ -82292,7 +83319,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.4][deprecated: v3.1] /// Specify the raster position in window coordinates for pixel operations /// /// @@ -82300,7 +83327,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the , , coordinates for the raster position. /// /// - [AutoGenerated(Category = "Version14Deprecated", Version = "1.4", EntryPoint = "glWindowPos3iv")] + [AutoGenerated(Category = "VERSION_1_4_DEPRECATED", Version = "1.4", EntryPoint = "glWindowPos3iv")] public static void WindowPos3(ref Int32 v) { @@ -82321,7 +83348,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.4][deprecated: v3.1] /// Specify the raster position in window coordinates for pixel operations /// /// @@ -82330,7 +83357,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version14Deprecated", Version = "1.4", EntryPoint = "glWindowPos3iv")] + [AutoGenerated(Category = "VERSION_1_4_DEPRECATED", Version = "1.4", EntryPoint = "glWindowPos3iv")] public static unsafe void WindowPos3(Int32* v) { @@ -82345,7 +83372,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.4][deprecated: v3.1] /// Specify the raster position in window coordinates for pixel operations /// /// @@ -82353,7 +83380,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the , , coordinates for the raster position. /// /// - [AutoGenerated(Category = "Version14Deprecated", Version = "1.4", EntryPoint = "glWindowPos3s")] + [AutoGenerated(Category = "VERSION_1_4_DEPRECATED", Version = "1.4", EntryPoint = "glWindowPos3s")] public static void WindowPos3(Int16 x, Int16 y, Int16 z) { @@ -82368,7 +83395,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.4][deprecated: v3.1] /// Specify the raster position in window coordinates for pixel operations /// /// @@ -82376,7 +83403,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the , , coordinates for the raster position. /// /// - [AutoGenerated(Category = "Version14Deprecated", Version = "1.4", EntryPoint = "glWindowPos3sv")] + [AutoGenerated(Category = "VERSION_1_4_DEPRECATED", Version = "1.4", EntryPoint = "glWindowPos3sv")] public static void WindowPos3(Int16[] v) { @@ -82397,7 +83424,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.4][deprecated: v3.1] /// Specify the raster position in window coordinates for pixel operations /// /// @@ -82405,7 +83432,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the , , coordinates for the raster position. /// /// - [AutoGenerated(Category = "Version14Deprecated", Version = "1.4", EntryPoint = "glWindowPos3sv")] + [AutoGenerated(Category = "VERSION_1_4_DEPRECATED", Version = "1.4", EntryPoint = "glWindowPos3sv")] public static void WindowPos3(ref Int16 v) { @@ -82426,7 +83453,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: v1.4][deprecated: v3.1] /// Specify the raster position in window coordinates for pixel operations /// /// @@ -82435,7 +83462,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "Version14Deprecated", Version = "1.4", EntryPoint = "glWindowPos3sv")] + [AutoGenerated(Category = "VERSION_1_4_DEPRECATED", Version = "1.4", EntryPoint = "glWindowPos3sv")] public static unsafe void WindowPos3(Int16* v) { @@ -82451,7 +83478,8 @@ namespace OpenTK.Graphics.OpenGL public static partial class Ext { - [AutoGenerated(Category = "ExtStencilTwoSide", Version = "1.3", EntryPoint = "glActiveStencilFaceEXT")] + /// [requires: EXT_stencil_two_side] + [AutoGenerated(Category = "EXT_stencil_two_side", Version = "1.3", EntryPoint = "glActiveStencilFaceEXT")] public static void ActiveStencilFace(OpenTK.Graphics.OpenGL.ExtStencilTwoSide face) { @@ -82465,7 +83493,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtLightTexture", Version = "1.1", EntryPoint = "glApplyTextureEXT")] + /// [requires: EXT_light_texture] + [AutoGenerated(Category = "EXT_light_texture", Version = "1.1", EntryPoint = "glApplyTextureEXT")] public static void ApplyTexture(OpenTK.Graphics.OpenGL.ExtLightTexture mode) { @@ -82480,7 +83509,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_texture_object] /// Determine if textures are loaded in texture memory /// /// @@ -82498,7 +83527,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies an array in which the texture residence status is returned. The residence status of a texture named by an element of textures is returned in the corresponding element of residences. /// /// - [AutoGenerated(Category = "ExtTextureObject", Version = "1.0", EntryPoint = "glAreTexturesResidentEXT")] + [AutoGenerated(Category = "EXT_texture_object", Version = "1.0", EntryPoint = "glAreTexturesResidentEXT")] public static bool AreTexturesResident(Int32 n, Int32[] textures, [OutAttribute] bool[] residences) { @@ -82520,7 +83549,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_texture_object] /// Determine if textures are loaded in texture memory /// /// @@ -82538,7 +83567,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies an array in which the texture residence status is returned. The residence status of a texture named by an element of textures is returned in the corresponding element of residences. /// /// - [AutoGenerated(Category = "ExtTextureObject", Version = "1.0", EntryPoint = "glAreTexturesResidentEXT")] + [AutoGenerated(Category = "EXT_texture_object", Version = "1.0", EntryPoint = "glAreTexturesResidentEXT")] public static bool AreTexturesResident(Int32 n, ref Int32 textures, [OutAttribute] out bool residences) { @@ -82562,7 +83591,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_texture_object] /// Determine if textures are loaded in texture memory /// /// @@ -82581,7 +83610,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtTextureObject", Version = "1.0", EntryPoint = "glAreTexturesResidentEXT")] + [AutoGenerated(Category = "EXT_texture_object", Version = "1.0", EntryPoint = "glAreTexturesResidentEXT")] public static unsafe bool AreTexturesResident(Int32 n, Int32* textures, [OutAttribute] bool* residences) { @@ -82596,7 +83625,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_texture_object] /// Determine if textures are loaded in texture memory /// /// @@ -82615,7 +83644,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtTextureObject", Version = "1.0", EntryPoint = "glAreTexturesResidentEXT")] + [AutoGenerated(Category = "EXT_texture_object", Version = "1.0", EntryPoint = "glAreTexturesResidentEXT")] public static bool AreTexturesResident(Int32 n, UInt32[] textures, [OutAttribute] bool[] residences) { @@ -82637,7 +83666,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_texture_object] /// Determine if textures are loaded in texture memory /// /// @@ -82656,7 +83685,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtTextureObject", Version = "1.0", EntryPoint = "glAreTexturesResidentEXT")] + [AutoGenerated(Category = "EXT_texture_object", Version = "1.0", EntryPoint = "glAreTexturesResidentEXT")] public static bool AreTexturesResident(Int32 n, ref UInt32 textures, [OutAttribute] out bool residences) { @@ -82680,7 +83709,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_texture_object] /// Determine if textures are loaded in texture memory /// /// @@ -82699,7 +83728,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtTextureObject", Version = "1.0", EntryPoint = "glAreTexturesResidentEXT")] + [AutoGenerated(Category = "EXT_texture_object", Version = "1.0", EntryPoint = "glAreTexturesResidentEXT")] public static unsafe bool AreTexturesResident(Int32 n, UInt32* textures, [OutAttribute] bool* residences) { @@ -82714,7 +83743,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_vertex_array] /// Render a vertex using the specified vertex array element /// /// @@ -82722,7 +83751,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies an index into the enabled vertex data arrays. /// /// - [AutoGenerated(Category = "ExtVertexArray", Version = "1.0", EntryPoint = "glArrayElementEXT")] + [AutoGenerated(Category = "EXT_vertex_array", Version = "1.0", EntryPoint = "glArrayElementEXT")] public static void ArrayElement(Int32 i) { @@ -82736,7 +83765,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtTransformFeedback", Version = "2.0", EntryPoint = "glBeginTransformFeedbackEXT")] + /// [requires: EXT_transform_feedback] + [AutoGenerated(Category = "EXT_transform_feedback", Version = "2.0", EntryPoint = "glBeginTransformFeedbackEXT")] public static void BeginTransformFeedback(OpenTK.Graphics.OpenGL.ExtTransformFeedback primitiveMode) { @@ -82750,7 +83780,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glBeginVertexShaderEXT")] + /// [requires: EXT_vertex_shader] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glBeginVertexShaderEXT")] public static void BeginVertexShader() { @@ -82764,7 +83795,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtTransformFeedback", Version = "2.0", EntryPoint = "glBindBufferBaseEXT")] + /// [requires: EXT_transform_feedback] + [AutoGenerated(Category = "EXT_transform_feedback", Version = "2.0", EntryPoint = "glBindBufferBaseEXT")] public static void BindBufferBase(OpenTK.Graphics.OpenGL.ExtTransformFeedback target, Int32 index, Int32 buffer) { @@ -82778,8 +83810,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_transform_feedback] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtTransformFeedback", Version = "2.0", EntryPoint = "glBindBufferBaseEXT")] + [AutoGenerated(Category = "EXT_transform_feedback", Version = "2.0", EntryPoint = "glBindBufferBaseEXT")] public static void BindBufferBase(OpenTK.Graphics.OpenGL.ExtTransformFeedback target, UInt32 index, UInt32 buffer) { @@ -82793,7 +83826,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtTransformFeedback", Version = "2.0", EntryPoint = "glBindBufferOffsetEXT")] + /// [requires: EXT_transform_feedback] + [AutoGenerated(Category = "EXT_transform_feedback", Version = "2.0", EntryPoint = "glBindBufferOffsetEXT")] public static void BindBufferOffset(OpenTK.Graphics.OpenGL.ExtTransformFeedback target, Int32 index, Int32 buffer, IntPtr offset) { @@ -82807,8 +83841,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_transform_feedback] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtTransformFeedback", Version = "2.0", EntryPoint = "glBindBufferOffsetEXT")] + [AutoGenerated(Category = "EXT_transform_feedback", Version = "2.0", EntryPoint = "glBindBufferOffsetEXT")] public static void BindBufferOffset(OpenTK.Graphics.OpenGL.ExtTransformFeedback target, UInt32 index, UInt32 buffer, IntPtr offset) { @@ -82822,7 +83857,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtTransformFeedback", Version = "2.0", EntryPoint = "glBindBufferRangeEXT")] + /// [requires: EXT_transform_feedback] + [AutoGenerated(Category = "EXT_transform_feedback", Version = "2.0", EntryPoint = "glBindBufferRangeEXT")] public static void BindBufferRange(OpenTK.Graphics.OpenGL.ExtTransformFeedback target, Int32 index, Int32 buffer, IntPtr offset, IntPtr size) { @@ -82836,8 +83872,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_transform_feedback] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtTransformFeedback", Version = "2.0", EntryPoint = "glBindBufferRangeEXT")] + [AutoGenerated(Category = "EXT_transform_feedback", Version = "2.0", EntryPoint = "glBindBufferRangeEXT")] public static void BindBufferRange(OpenTK.Graphics.OpenGL.ExtTransformFeedback target, UInt32 index, UInt32 buffer, IntPtr offset, IntPtr size) { @@ -82851,7 +83888,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtGpuShader4", Version = "2.0", EntryPoint = "glBindFragDataLocationEXT")] + /// [requires: EXT_gpu_shader4] + [AutoGenerated(Category = "EXT_gpu_shader4", Version = "2.0", EntryPoint = "glBindFragDataLocationEXT")] public static void BindFragDataLocation(Int32 program, Int32 color, String name) { @@ -82865,8 +83903,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_gpu_shader4] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtGpuShader4", Version = "2.0", EntryPoint = "glBindFragDataLocationEXT")] + [AutoGenerated(Category = "EXT_gpu_shader4", Version = "2.0", EntryPoint = "glBindFragDataLocationEXT")] public static void BindFragDataLocation(UInt32 program, UInt32 color, String name) { @@ -82880,7 +83919,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtFramebufferObject", Version = "1.2", EntryPoint = "glBindFramebufferEXT")] + /// [requires: EXT_framebuffer_object] + [AutoGenerated(Category = "EXT_framebuffer_object", Version = "1.2", EntryPoint = "glBindFramebufferEXT")] public static void BindFramebuffer(OpenTK.Graphics.OpenGL.FramebufferTarget target, Int32 framebuffer) { @@ -82894,8 +83934,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_framebuffer_object] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtFramebufferObject", Version = "1.2", EntryPoint = "glBindFramebufferEXT")] + [AutoGenerated(Category = "EXT_framebuffer_object", Version = "1.2", EntryPoint = "glBindFramebufferEXT")] public static void BindFramebuffer(OpenTK.Graphics.OpenGL.FramebufferTarget target, UInt32 framebuffer) { @@ -82909,7 +83950,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glBindLightParameterEXT")] + /// [requires: EXT_vertex_shader] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glBindLightParameterEXT")] public static Int32 BindLightParameter(OpenTK.Graphics.OpenGL.LightName light, OpenTK.Graphics.OpenGL.LightParameter value) { @@ -82923,7 +83965,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glBindMaterialParameterEXT")] + /// [requires: EXT_vertex_shader] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glBindMaterialParameterEXT")] public static Int32 BindMaterialParameter(OpenTK.Graphics.OpenGL.MaterialFace face, OpenTK.Graphics.OpenGL.MaterialParameter value) { @@ -82937,7 +83980,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glBindMultiTextureEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glBindMultiTextureEXT")] public static void BindMultiTexture(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 texture) { @@ -82951,8 +83995,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glBindMultiTextureEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glBindMultiTextureEXT")] public static void BindMultiTexture(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, UInt32 texture) { @@ -82966,7 +84011,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glBindParameterEXT")] + /// [requires: EXT_vertex_shader] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glBindParameterEXT")] public static Int32 BindParameter(OpenTK.Graphics.OpenGL.ExtVertexShader value) { @@ -82980,7 +84026,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtFramebufferObject", Version = "1.2", EntryPoint = "glBindRenderbufferEXT")] + /// [requires: EXT_framebuffer_object] + [AutoGenerated(Category = "EXT_framebuffer_object", Version = "1.2", EntryPoint = "glBindRenderbufferEXT")] public static void BindRenderbuffer(OpenTK.Graphics.OpenGL.RenderbufferTarget target, Int32 renderbuffer) { @@ -82994,8 +84041,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_framebuffer_object] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtFramebufferObject", Version = "1.2", EntryPoint = "glBindRenderbufferEXT")] + [AutoGenerated(Category = "EXT_framebuffer_object", Version = "1.2", EntryPoint = "glBindRenderbufferEXT")] public static void BindRenderbuffer(OpenTK.Graphics.OpenGL.RenderbufferTarget target, UInt32 renderbuffer) { @@ -83009,7 +84057,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glBindTexGenParameterEXT")] + /// [requires: EXT_vertex_shader] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glBindTexGenParameterEXT")] public static Int32 BindTexGenParameter(OpenTK.Graphics.OpenGL.TextureUnit unit, OpenTK.Graphics.OpenGL.TextureCoordName coord, OpenTK.Graphics.OpenGL.TextureGenParameter value) { @@ -83024,7 +84073,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_texture_object] /// Bind a named texture to a texturing target /// /// @@ -83037,7 +84086,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the name of a texture. /// /// - [AutoGenerated(Category = "ExtTextureObject", Version = "1.0", EntryPoint = "glBindTextureEXT")] + [AutoGenerated(Category = "EXT_texture_object", Version = "1.0", EntryPoint = "glBindTextureEXT")] public static void BindTexture(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 texture) { @@ -83052,7 +84101,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_texture_object] /// Bind a named texture to a texturing target /// /// @@ -83066,7 +84115,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtTextureObject", Version = "1.0", EntryPoint = "glBindTextureEXT")] + [AutoGenerated(Category = "EXT_texture_object", Version = "1.0", EntryPoint = "glBindTextureEXT")] public static void BindTexture(OpenTK.Graphics.OpenGL.TextureTarget target, UInt32 texture) { @@ -83080,7 +84129,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glBindTextureUnitParameterEXT")] + /// [requires: EXT_vertex_shader] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glBindTextureUnitParameterEXT")] public static Int32 BindTextureUnitParameter(OpenTK.Graphics.OpenGL.TextureUnit unit, OpenTK.Graphics.OpenGL.ExtVertexShader value) { @@ -83094,7 +84144,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glBindVertexShaderEXT")] + /// [requires: EXT_vertex_shader] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glBindVertexShaderEXT")] public static void BindVertexShader(Int32 id) { @@ -83108,8 +84159,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_vertex_shader] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glBindVertexShaderEXT")] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glBindVertexShaderEXT")] public static void BindVertexShader(UInt32 id) { @@ -83123,7 +84175,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtCoordinateFrame", Version = "1.1", EntryPoint = "glBinormal3bEXT")] + /// [requires: EXT_coordinate_frame] + [AutoGenerated(Category = "EXT_coordinate_frame", Version = "1.1", EntryPoint = "glBinormal3bEXT")] public static void Binormal3(Byte bx, Byte by, Byte bz) { @@ -83137,8 +84190,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_coordinate_frame] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtCoordinateFrame", Version = "1.1", EntryPoint = "glBinormal3bEXT")] + [AutoGenerated(Category = "EXT_coordinate_frame", Version = "1.1", EntryPoint = "glBinormal3bEXT")] public static void Binormal3(SByte bx, SByte by, SByte bz) { @@ -83152,7 +84206,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtCoordinateFrame", Version = "1.1", EntryPoint = "glBinormal3bvEXT")] + /// [requires: EXT_coordinate_frame] + [AutoGenerated(Category = "EXT_coordinate_frame", Version = "1.1", EntryPoint = "glBinormal3bvEXT")] public static void Binormal3(Byte[] v) { @@ -83172,7 +84227,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtCoordinateFrame", Version = "1.1", EntryPoint = "glBinormal3bvEXT")] + /// [requires: EXT_coordinate_frame] + [AutoGenerated(Category = "EXT_coordinate_frame", Version = "1.1", EntryPoint = "glBinormal3bvEXT")] public static void Binormal3(ref Byte v) { @@ -83192,8 +84248,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_coordinate_frame] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtCoordinateFrame", Version = "1.1", EntryPoint = "glBinormal3bvEXT")] + [AutoGenerated(Category = "EXT_coordinate_frame", Version = "1.1", EntryPoint = "glBinormal3bvEXT")] public static unsafe void Binormal3(Byte* v) { @@ -83207,8 +84264,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_coordinate_frame] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtCoordinateFrame", Version = "1.1", EntryPoint = "glBinormal3bvEXT")] + [AutoGenerated(Category = "EXT_coordinate_frame", Version = "1.1", EntryPoint = "glBinormal3bvEXT")] public static void Binormal3(SByte[] v) { @@ -83228,8 +84286,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_coordinate_frame] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtCoordinateFrame", Version = "1.1", EntryPoint = "glBinormal3bvEXT")] + [AutoGenerated(Category = "EXT_coordinate_frame", Version = "1.1", EntryPoint = "glBinormal3bvEXT")] public static void Binormal3(ref SByte v) { @@ -83249,8 +84308,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_coordinate_frame] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtCoordinateFrame", Version = "1.1", EntryPoint = "glBinormal3bvEXT")] + [AutoGenerated(Category = "EXT_coordinate_frame", Version = "1.1", EntryPoint = "glBinormal3bvEXT")] public static unsafe void Binormal3(SByte* v) { @@ -83264,7 +84324,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtCoordinateFrame", Version = "1.1", EntryPoint = "glBinormal3dEXT")] + /// [requires: EXT_coordinate_frame] + [AutoGenerated(Category = "EXT_coordinate_frame", Version = "1.1", EntryPoint = "glBinormal3dEXT")] public static void Binormal3(Double bx, Double by, Double bz) { @@ -83278,7 +84339,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtCoordinateFrame", Version = "1.1", EntryPoint = "glBinormal3dvEXT")] + /// [requires: EXT_coordinate_frame] + [AutoGenerated(Category = "EXT_coordinate_frame", Version = "1.1", EntryPoint = "glBinormal3dvEXT")] public static void Binormal3(Double[] v) { @@ -83298,7 +84360,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtCoordinateFrame", Version = "1.1", EntryPoint = "glBinormal3dvEXT")] + /// [requires: EXT_coordinate_frame] + [AutoGenerated(Category = "EXT_coordinate_frame", Version = "1.1", EntryPoint = "glBinormal3dvEXT")] public static void Binormal3(ref Double v) { @@ -83318,8 +84381,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_coordinate_frame] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtCoordinateFrame", Version = "1.1", EntryPoint = "glBinormal3dvEXT")] + [AutoGenerated(Category = "EXT_coordinate_frame", Version = "1.1", EntryPoint = "glBinormal3dvEXT")] public static unsafe void Binormal3(Double* v) { @@ -83333,7 +84397,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtCoordinateFrame", Version = "1.1", EntryPoint = "glBinormal3fEXT")] + /// [requires: EXT_coordinate_frame] + [AutoGenerated(Category = "EXT_coordinate_frame", Version = "1.1", EntryPoint = "glBinormal3fEXT")] public static void Binormal3(Single bx, Single by, Single bz) { @@ -83347,7 +84412,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtCoordinateFrame", Version = "1.1", EntryPoint = "glBinormal3fvEXT")] + /// [requires: EXT_coordinate_frame] + [AutoGenerated(Category = "EXT_coordinate_frame", Version = "1.1", EntryPoint = "glBinormal3fvEXT")] public static void Binormal3(Single[] v) { @@ -83367,7 +84433,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtCoordinateFrame", Version = "1.1", EntryPoint = "glBinormal3fvEXT")] + /// [requires: EXT_coordinate_frame] + [AutoGenerated(Category = "EXT_coordinate_frame", Version = "1.1", EntryPoint = "glBinormal3fvEXT")] public static void Binormal3(ref Single v) { @@ -83387,8 +84454,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_coordinate_frame] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtCoordinateFrame", Version = "1.1", EntryPoint = "glBinormal3fvEXT")] + [AutoGenerated(Category = "EXT_coordinate_frame", Version = "1.1", EntryPoint = "glBinormal3fvEXT")] public static unsafe void Binormal3(Single* v) { @@ -83402,7 +84470,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtCoordinateFrame", Version = "1.1", EntryPoint = "glBinormal3iEXT")] + /// [requires: EXT_coordinate_frame] + [AutoGenerated(Category = "EXT_coordinate_frame", Version = "1.1", EntryPoint = "glBinormal3iEXT")] public static void Binormal3(Int32 bx, Int32 by, Int32 bz) { @@ -83416,7 +84485,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtCoordinateFrame", Version = "1.1", EntryPoint = "glBinormal3ivEXT")] + /// [requires: EXT_coordinate_frame] + [AutoGenerated(Category = "EXT_coordinate_frame", Version = "1.1", EntryPoint = "glBinormal3ivEXT")] public static void Binormal3(Int32[] v) { @@ -83436,7 +84506,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtCoordinateFrame", Version = "1.1", EntryPoint = "glBinormal3ivEXT")] + /// [requires: EXT_coordinate_frame] + [AutoGenerated(Category = "EXT_coordinate_frame", Version = "1.1", EntryPoint = "glBinormal3ivEXT")] public static void Binormal3(ref Int32 v) { @@ -83456,8 +84527,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_coordinate_frame] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtCoordinateFrame", Version = "1.1", EntryPoint = "glBinormal3ivEXT")] + [AutoGenerated(Category = "EXT_coordinate_frame", Version = "1.1", EntryPoint = "glBinormal3ivEXT")] public static unsafe void Binormal3(Int32* v) { @@ -83471,7 +84543,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtCoordinateFrame", Version = "1.1", EntryPoint = "glBinormal3sEXT")] + /// [requires: EXT_coordinate_frame] + [AutoGenerated(Category = "EXT_coordinate_frame", Version = "1.1", EntryPoint = "glBinormal3sEXT")] public static void Binormal3(Int16 bx, Int16 by, Int16 bz) { @@ -83485,7 +84558,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtCoordinateFrame", Version = "1.1", EntryPoint = "glBinormal3svEXT")] + /// [requires: EXT_coordinate_frame] + [AutoGenerated(Category = "EXT_coordinate_frame", Version = "1.1", EntryPoint = "glBinormal3svEXT")] public static void Binormal3(Int16[] v) { @@ -83505,7 +84579,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtCoordinateFrame", Version = "1.1", EntryPoint = "glBinormal3svEXT")] + /// [requires: EXT_coordinate_frame] + [AutoGenerated(Category = "EXT_coordinate_frame", Version = "1.1", EntryPoint = "glBinormal3svEXT")] public static void Binormal3(ref Int16 v) { @@ -83525,8 +84600,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_coordinate_frame] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtCoordinateFrame", Version = "1.1", EntryPoint = "glBinormal3svEXT")] + [AutoGenerated(Category = "EXT_coordinate_frame", Version = "1.1", EntryPoint = "glBinormal3svEXT")] public static unsafe void Binormal3(Int16* v) { @@ -83540,7 +84616,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtCoordinateFrame", Version = "1.1", EntryPoint = "glBinormalPointerEXT")] + /// [requires: EXT_coordinate_frame] + [AutoGenerated(Category = "EXT_coordinate_frame", Version = "1.1", EntryPoint = "glBinormalPointerEXT")] public static void BinormalPointer(OpenTK.Graphics.OpenGL.NormalPointerType type, Int32 stride, IntPtr pointer) { @@ -83554,7 +84631,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtCoordinateFrame", Version = "1.1", EntryPoint = "glBinormalPointerEXT")] + /// [requires: EXT_coordinate_frame] + [AutoGenerated(Category = "EXT_coordinate_frame", Version = "1.1", EntryPoint = "glBinormalPointerEXT")] public static void BinormalPointer(OpenTK.Graphics.OpenGL.NormalPointerType type, Int32 stride, [InAttribute, OutAttribute] T2[] pointer) where T2 : struct @@ -83577,7 +84655,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtCoordinateFrame", Version = "1.1", EntryPoint = "glBinormalPointerEXT")] + /// [requires: EXT_coordinate_frame] + [AutoGenerated(Category = "EXT_coordinate_frame", Version = "1.1", EntryPoint = "glBinormalPointerEXT")] public static void BinormalPointer(OpenTK.Graphics.OpenGL.NormalPointerType type, Int32 stride, [InAttribute, OutAttribute] T2[,] pointer) where T2 : struct @@ -83600,7 +84679,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtCoordinateFrame", Version = "1.1", EntryPoint = "glBinormalPointerEXT")] + /// [requires: EXT_coordinate_frame] + [AutoGenerated(Category = "EXT_coordinate_frame", Version = "1.1", EntryPoint = "glBinormalPointerEXT")] public static void BinormalPointer(OpenTK.Graphics.OpenGL.NormalPointerType type, Int32 stride, [InAttribute, OutAttribute] T2[,,] pointer) where T2 : struct @@ -83623,7 +84703,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtCoordinateFrame", Version = "1.1", EntryPoint = "glBinormalPointerEXT")] + /// [requires: EXT_coordinate_frame] + [AutoGenerated(Category = "EXT_coordinate_frame", Version = "1.1", EntryPoint = "glBinormalPointerEXT")] public static void BinormalPointer(OpenTK.Graphics.OpenGL.NormalPointerType type, Int32 stride, [InAttribute, OutAttribute] ref T2 pointer) where T2 : struct @@ -83648,7 +84729,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_blend_color] /// Set the blend color /// /// @@ -83656,7 +84737,7 @@ namespace OpenTK.Graphics.OpenGL /// specify the components of GL_BLEND_COLOR /// /// - [AutoGenerated(Category = "ExtBlendColor", Version = "1.0", EntryPoint = "glBlendColorEXT")] + [AutoGenerated(Category = "EXT_blend_color", Version = "1.0", EntryPoint = "glBlendColorEXT")] public static void BlendColor(Single red, Single green, Single blue, Single alpha) { @@ -83671,7 +84752,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_blend_minmax] /// Specify the equation used for both the RGB blend equation and the Alpha blend equation /// /// @@ -83679,7 +84760,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 = "ExtBlendMinmax", Version = "1.0", EntryPoint = "glBlendEquationEXT")] + [AutoGenerated(Category = "EXT_blend_minmax", Version = "1.0", EntryPoint = "glBlendEquationEXT")] public static void BlendEquation(OpenTK.Graphics.OpenGL.ExtBlendMinmax mode) { @@ -83694,7 +84775,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_blend_equation_separate] /// Set the RGB blend equation and the alpha blend equation separately /// /// @@ -83707,7 +84788,7 @@ namespace OpenTK.Graphics.OpenGL /// specifies the alpha blend equation, how the alpha component of the 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 = "ExtBlendEquationSeparate", Version = "1.2", EntryPoint = "glBlendEquationSeparateEXT")] + [AutoGenerated(Category = "EXT_blend_equation_separate", Version = "1.2", EntryPoint = "glBlendEquationSeparateEXT")] public static void BlendEquationSeparate(OpenTK.Graphics.OpenGL.ExtBlendEquationSeparate modeRGB, OpenTK.Graphics.OpenGL.ExtBlendEquationSeparate modeAlpha) { @@ -83722,7 +84803,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_blend_func_separate] /// Specify pixel arithmetic for RGB and alpha components separately /// /// @@ -83745,7 +84826,7 @@ namespace OpenTK.Graphics.OpenGL /// Specified how the alpha destination blending factor is computed. The same symbolic constants are accepted as for dstRGB. The initial value is GL_ZERO. /// /// - [AutoGenerated(Category = "ExtBlendFuncSeparate", Version = "1.0", EntryPoint = "glBlendFuncSeparateEXT")] + [AutoGenerated(Category = "EXT_blend_func_separate", Version = "1.0", EntryPoint = "glBlendFuncSeparateEXT")] public static void BlendFuncSeparate(OpenTK.Graphics.OpenGL.ExtBlendFuncSeparate sfactorRGB, OpenTK.Graphics.OpenGL.ExtBlendFuncSeparate dfactorRGB, OpenTK.Graphics.OpenGL.ExtBlendFuncSeparate sfactorAlpha, OpenTK.Graphics.OpenGL.ExtBlendFuncSeparate dfactorAlpha) { @@ -83759,7 +84840,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtFramebufferBlit", Version = "1.5", EntryPoint = "glBlitFramebufferEXT")] + /// [requires: EXT_framebuffer_blit] + [AutoGenerated(Category = "EXT_framebuffer_blit", Version = "1.5", EntryPoint = "glBlitFramebufferEXT")] 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.ExtFramebufferBlit filter) { @@ -83773,7 +84855,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtFramebufferObject", Version = "1.2", EntryPoint = "glCheckFramebufferStatusEXT")] + /// [requires: EXT_framebuffer_object] + [AutoGenerated(Category = "EXT_framebuffer_object", Version = "1.2", EntryPoint = "glCheckFramebufferStatusEXT")] public static OpenTK.Graphics.OpenGL.FramebufferErrorCode CheckFramebufferStatus(OpenTK.Graphics.OpenGL.FramebufferTarget target) { @@ -83787,7 +84870,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glCheckNamedFramebufferStatusEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glCheckNamedFramebufferStatusEXT")] public static OpenTK.Graphics.OpenGL.ExtDirectStateAccess CheckNamedFramebufferStatus(Int32 framebuffer, OpenTK.Graphics.OpenGL.FramebufferTarget target) { @@ -83801,8 +84885,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glCheckNamedFramebufferStatusEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glCheckNamedFramebufferStatusEXT")] public static OpenTK.Graphics.OpenGL.ExtDirectStateAccess CheckNamedFramebufferStatus(UInt32 framebuffer, OpenTK.Graphics.OpenGL.FramebufferTarget target) { @@ -83816,7 +84901,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtTextureInteger", Version = "2.0", EntryPoint = "glClearColorIiEXT")] + /// [requires: EXT_texture_integer] + [AutoGenerated(Category = "EXT_texture_integer", Version = "2.0", EntryPoint = "glClearColorIiEXT")] public static void ClearColorI(Int32 red, Int32 green, Int32 blue, Int32 alpha) { @@ -83830,8 +84916,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_texture_integer] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtTextureInteger", Version = "2.0", EntryPoint = "glClearColorIuiEXT")] + [AutoGenerated(Category = "EXT_texture_integer", Version = "2.0", EntryPoint = "glClearColorIuiEXT")] public static void ClearColorI(UInt32 red, UInt32 green, UInt32 blue, UInt32 alpha) { @@ -83845,7 +84932,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glClientAttribDefaultEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glClientAttribDefaultEXT")] public static void ClientAttribDefault(OpenTK.Graphics.OpenGL.ClientAttribMask mask) { @@ -83859,7 +84947,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDrawBuffers2", Version = "2.0", EntryPoint = "glColorMaskIndexedEXT")] + /// [requires: EXT_draw_buffers2] + [AutoGenerated(Category = "EXT_draw_buffers2", Version = "2.0", EntryPoint = "glColorMaskIndexedEXT")] public static void ColorMaskIndexed(Int32 index, bool r, bool g, bool b, bool a) { @@ -83873,8 +84962,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_draw_buffers2] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDrawBuffers2", Version = "2.0", EntryPoint = "glColorMaskIndexedEXT")] + [AutoGenerated(Category = "EXT_draw_buffers2", Version = "2.0", EntryPoint = "glColorMaskIndexedEXT")] public static void ColorMaskIndexed(UInt32 index, bool r, bool g, bool b, bool a) { @@ -83889,7 +84979,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_vertex_array] /// Define an array of colors /// /// @@ -83912,7 +85002,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the first component of the first color element in the array. The initial value is 0. /// /// - [AutoGenerated(Category = "ExtVertexArray", Version = "1.0", EntryPoint = "glColorPointerEXT")] + [AutoGenerated(Category = "EXT_vertex_array", Version = "1.0", EntryPoint = "glColorPointerEXT")] public static void ColorPointer(Int32 size, OpenTK.Graphics.OpenGL.ColorPointerType type, Int32 stride, Int32 count, IntPtr pointer) { @@ -83927,7 +85017,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_vertex_array] /// Define an array of colors /// /// @@ -83950,7 +85040,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the first component of the first color element in the array. The initial value is 0. /// /// - [AutoGenerated(Category = "ExtVertexArray", Version = "1.0", EntryPoint = "glColorPointerEXT")] + [AutoGenerated(Category = "EXT_vertex_array", Version = "1.0", EntryPoint = "glColorPointerEXT")] public static void ColorPointer(Int32 size, OpenTK.Graphics.OpenGL.ColorPointerType type, Int32 stride, Int32 count, [InAttribute, OutAttribute] T4[] pointer) where T4 : struct @@ -83974,7 +85064,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_vertex_array] /// Define an array of colors /// /// @@ -83997,7 +85087,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the first component of the first color element in the array. The initial value is 0. /// /// - [AutoGenerated(Category = "ExtVertexArray", Version = "1.0", EntryPoint = "glColorPointerEXT")] + [AutoGenerated(Category = "EXT_vertex_array", Version = "1.0", EntryPoint = "glColorPointerEXT")] public static void ColorPointer(Int32 size, OpenTK.Graphics.OpenGL.ColorPointerType type, Int32 stride, Int32 count, [InAttribute, OutAttribute] T4[,] pointer) where T4 : struct @@ -84021,7 +85111,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_vertex_array] /// Define an array of colors /// /// @@ -84044,7 +85134,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the first component of the first color element in the array. The initial value is 0. /// /// - [AutoGenerated(Category = "ExtVertexArray", Version = "1.0", EntryPoint = "glColorPointerEXT")] + [AutoGenerated(Category = "EXT_vertex_array", Version = "1.0", EntryPoint = "glColorPointerEXT")] public static void ColorPointer(Int32 size, OpenTK.Graphics.OpenGL.ColorPointerType type, Int32 stride, Int32 count, [InAttribute, OutAttribute] T4[,,] pointer) where T4 : struct @@ -84068,7 +85158,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_vertex_array] /// Define an array of colors /// /// @@ -84091,7 +85181,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the first component of the first color element in the array. The initial value is 0. /// /// - [AutoGenerated(Category = "ExtVertexArray", Version = "1.0", EntryPoint = "glColorPointerEXT")] + [AutoGenerated(Category = "EXT_vertex_array", Version = "1.0", EntryPoint = "glColorPointerEXT")] public static void ColorPointer(Int32 size, OpenTK.Graphics.OpenGL.ColorPointerType type, Int32 stride, Int32 count, [InAttribute, OutAttribute] ref T4 pointer) where T4 : struct @@ -84116,7 +85206,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_color_subtable] /// Respecify a portion of a color table /// /// @@ -84149,7 +85239,7 @@ namespace OpenTK.Graphics.OpenGL /// Pointer to a one-dimensional array of pixel data that is processed to replace the specified region of the color table. /// /// - [AutoGenerated(Category = "ExtColorSubtable", Version = "1.2", EntryPoint = "glColorSubTableEXT")] + [AutoGenerated(Category = "EXT_color_subtable", Version = "1.2", EntryPoint = "glColorSubTableEXT")] public static void ColorSubTable(OpenTK.Graphics.OpenGL.ColorTableTarget target, Int32 start, Int32 count, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, IntPtr data) { @@ -84164,7 +85254,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_color_subtable] /// Respecify a portion of a color table /// /// @@ -84197,7 +85287,7 @@ namespace OpenTK.Graphics.OpenGL /// Pointer to a one-dimensional array of pixel data that is processed to replace the specified region of the color table. /// /// - [AutoGenerated(Category = "ExtColorSubtable", Version = "1.2", EntryPoint = "glColorSubTableEXT")] + [AutoGenerated(Category = "EXT_color_subtable", Version = "1.2", EntryPoint = "glColorSubTableEXT")] public static void ColorSubTable(OpenTK.Graphics.OpenGL.ColorTableTarget target, Int32 start, Int32 count, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T5[] data) where T5 : struct @@ -84221,7 +85311,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_color_subtable] /// Respecify a portion of a color table /// /// @@ -84254,7 +85344,7 @@ namespace OpenTK.Graphics.OpenGL /// Pointer to a one-dimensional array of pixel data that is processed to replace the specified region of the color table. /// /// - [AutoGenerated(Category = "ExtColorSubtable", Version = "1.2", EntryPoint = "glColorSubTableEXT")] + [AutoGenerated(Category = "EXT_color_subtable", Version = "1.2", EntryPoint = "glColorSubTableEXT")] public static void ColorSubTable(OpenTK.Graphics.OpenGL.ColorTableTarget target, Int32 start, Int32 count, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T5[,] data) where T5 : struct @@ -84278,7 +85368,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_color_subtable] /// Respecify a portion of a color table /// /// @@ -84311,7 +85401,7 @@ namespace OpenTK.Graphics.OpenGL /// Pointer to a one-dimensional array of pixel data that is processed to replace the specified region of the color table. /// /// - [AutoGenerated(Category = "ExtColorSubtable", Version = "1.2", EntryPoint = "glColorSubTableEXT")] + [AutoGenerated(Category = "EXT_color_subtable", Version = "1.2", EntryPoint = "glColorSubTableEXT")] public static void ColorSubTable(OpenTK.Graphics.OpenGL.ColorTableTarget target, Int32 start, Int32 count, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T5[,,] data) where T5 : struct @@ -84335,7 +85425,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_color_subtable] /// Respecify a portion of a color table /// /// @@ -84368,7 +85458,7 @@ namespace OpenTK.Graphics.OpenGL /// Pointer to a one-dimensional array of pixel data that is processed to replace the specified region of the color table. /// /// - [AutoGenerated(Category = "ExtColorSubtable", Version = "1.2", EntryPoint = "glColorSubTableEXT")] + [AutoGenerated(Category = "EXT_color_subtable", Version = "1.2", EntryPoint = "glColorSubTableEXT")] public static void ColorSubTable(OpenTK.Graphics.OpenGL.ColorTableTarget target, Int32 start, Int32 count, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] ref T5 data) where T5 : struct @@ -84393,7 +85483,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_paletted_texture] /// Define a color lookup table /// /// @@ -84426,7 +85516,7 @@ namespace OpenTK.Graphics.OpenGL /// Pointer to a one-dimensional array of pixel data that is processed to build the color table. /// /// - [AutoGenerated(Category = "ExtPalettedTexture", Version = "1.1", EntryPoint = "glColorTableEXT")] + [AutoGenerated(Category = "EXT_paletted_texture", Version = "1.1", EntryPoint = "glColorTableEXT")] public static void ColorTable(OpenTK.Graphics.OpenGL.ColorTableTarget target, OpenTK.Graphics.OpenGL.PixelInternalFormat internalFormat, Int32 width, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, IntPtr table) { @@ -84441,7 +85531,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_paletted_texture] /// Define a color lookup table /// /// @@ -84474,7 +85564,7 @@ namespace OpenTK.Graphics.OpenGL /// Pointer to a one-dimensional array of pixel data that is processed to build the color table. /// /// - [AutoGenerated(Category = "ExtPalettedTexture", Version = "1.1", EntryPoint = "glColorTableEXT")] + [AutoGenerated(Category = "EXT_paletted_texture", Version = "1.1", EntryPoint = "glColorTableEXT")] public static void ColorTable(OpenTK.Graphics.OpenGL.ColorTableTarget target, OpenTK.Graphics.OpenGL.PixelInternalFormat internalFormat, Int32 width, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T5[] table) where T5 : struct @@ -84498,7 +85588,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_paletted_texture] /// Define a color lookup table /// /// @@ -84531,7 +85621,7 @@ namespace OpenTK.Graphics.OpenGL /// Pointer to a one-dimensional array of pixel data that is processed to build the color table. /// /// - [AutoGenerated(Category = "ExtPalettedTexture", Version = "1.1", EntryPoint = "glColorTableEXT")] + [AutoGenerated(Category = "EXT_paletted_texture", Version = "1.1", EntryPoint = "glColorTableEXT")] public static void ColorTable(OpenTK.Graphics.OpenGL.ColorTableTarget target, OpenTK.Graphics.OpenGL.PixelInternalFormat internalFormat, Int32 width, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T5[,] table) where T5 : struct @@ -84555,7 +85645,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_paletted_texture] /// Define a color lookup table /// /// @@ -84588,7 +85678,7 @@ namespace OpenTK.Graphics.OpenGL /// Pointer to a one-dimensional array of pixel data that is processed to build the color table. /// /// - [AutoGenerated(Category = "ExtPalettedTexture", Version = "1.1", EntryPoint = "glColorTableEXT")] + [AutoGenerated(Category = "EXT_paletted_texture", Version = "1.1", EntryPoint = "glColorTableEXT")] public static void ColorTable(OpenTK.Graphics.OpenGL.ColorTableTarget target, OpenTK.Graphics.OpenGL.PixelInternalFormat internalFormat, Int32 width, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T5[,,] table) where T5 : struct @@ -84612,7 +85702,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_paletted_texture] /// Define a color lookup table /// /// @@ -84645,7 +85735,7 @@ namespace OpenTK.Graphics.OpenGL /// Pointer to a one-dimensional array of pixel data that is processed to build the color table. /// /// - [AutoGenerated(Category = "ExtPalettedTexture", Version = "1.1", EntryPoint = "glColorTableEXT")] + [AutoGenerated(Category = "EXT_paletted_texture", Version = "1.1", EntryPoint = "glColorTableEXT")] public static void ColorTable(OpenTK.Graphics.OpenGL.ColorTableTarget target, OpenTK.Graphics.OpenGL.PixelInternalFormat internalFormat, Int32 width, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] ref T5 table) where T5 : struct @@ -84669,7 +85759,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glCompressedMultiTexImage1DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glCompressedMultiTexImage1DEXT")] public static void CompressedMultiTexImage1D(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.ExtDirectStateAccess internalformat, Int32 width, Int32 border, Int32 imageSize, IntPtr bits) { @@ -84683,7 +85774,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glCompressedMultiTexImage1DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glCompressedMultiTexImage1DEXT")] public static void CompressedMultiTexImage1D(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.ExtDirectStateAccess internalformat, Int32 width, Int32 border, Int32 imageSize, [InAttribute, OutAttribute] T7[] bits) where T7 : struct @@ -84706,7 +85798,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glCompressedMultiTexImage1DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glCompressedMultiTexImage1DEXT")] public static void CompressedMultiTexImage1D(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.ExtDirectStateAccess internalformat, Int32 width, Int32 border, Int32 imageSize, [InAttribute, OutAttribute] T7[,] bits) where T7 : struct @@ -84729,7 +85822,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glCompressedMultiTexImage1DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glCompressedMultiTexImage1DEXT")] public static void CompressedMultiTexImage1D(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.ExtDirectStateAccess internalformat, Int32 width, Int32 border, Int32 imageSize, [InAttribute, OutAttribute] T7[,,] bits) where T7 : struct @@ -84752,7 +85846,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glCompressedMultiTexImage1DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glCompressedMultiTexImage1DEXT")] public static void CompressedMultiTexImage1D(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.ExtDirectStateAccess internalformat, Int32 width, Int32 border, Int32 imageSize, [InAttribute, OutAttribute] ref T7 bits) where T7 : struct @@ -84776,7 +85871,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glCompressedMultiTexImage2DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glCompressedMultiTexImage2DEXT")] public static void CompressedMultiTexImage2D(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.ExtDirectStateAccess internalformat, Int32 width, Int32 height, Int32 border, Int32 imageSize, IntPtr bits) { @@ -84790,7 +85886,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glCompressedMultiTexImage2DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glCompressedMultiTexImage2DEXT")] public static void CompressedMultiTexImage2D(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.ExtDirectStateAccess internalformat, Int32 width, Int32 height, Int32 border, Int32 imageSize, [InAttribute, OutAttribute] T8[] bits) where T8 : struct @@ -84813,7 +85910,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glCompressedMultiTexImage2DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glCompressedMultiTexImage2DEXT")] public static void CompressedMultiTexImage2D(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.ExtDirectStateAccess internalformat, Int32 width, Int32 height, Int32 border, Int32 imageSize, [InAttribute, OutAttribute] T8[,] bits) where T8 : struct @@ -84836,7 +85934,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glCompressedMultiTexImage2DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glCompressedMultiTexImage2DEXT")] public static void CompressedMultiTexImage2D(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.ExtDirectStateAccess internalformat, Int32 width, Int32 height, Int32 border, Int32 imageSize, [InAttribute, OutAttribute] T8[,,] bits) where T8 : struct @@ -84859,7 +85958,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glCompressedMultiTexImage2DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glCompressedMultiTexImage2DEXT")] public static void CompressedMultiTexImage2D(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.ExtDirectStateAccess internalformat, Int32 width, Int32 height, Int32 border, Int32 imageSize, [InAttribute, OutAttribute] ref T8 bits) where T8 : struct @@ -84883,7 +85983,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glCompressedMultiTexImage3DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glCompressedMultiTexImage3DEXT")] public static void CompressedMultiTexImage3D(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.ExtDirectStateAccess internalformat, Int32 width, Int32 height, Int32 depth, Int32 border, Int32 imageSize, IntPtr bits) { @@ -84897,7 +85998,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glCompressedMultiTexImage3DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glCompressedMultiTexImage3DEXT")] public static void CompressedMultiTexImage3D(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.ExtDirectStateAccess internalformat, Int32 width, Int32 height, Int32 depth, Int32 border, Int32 imageSize, [InAttribute, OutAttribute] T9[] bits) where T9 : struct @@ -84920,7 +86022,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glCompressedMultiTexImage3DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glCompressedMultiTexImage3DEXT")] public static void CompressedMultiTexImage3D(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.ExtDirectStateAccess internalformat, Int32 width, Int32 height, Int32 depth, Int32 border, Int32 imageSize, [InAttribute, OutAttribute] T9[,] bits) where T9 : struct @@ -84943,7 +86046,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glCompressedMultiTexImage3DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glCompressedMultiTexImage3DEXT")] public static void CompressedMultiTexImage3D(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.ExtDirectStateAccess internalformat, Int32 width, Int32 height, Int32 depth, Int32 border, Int32 imageSize, [InAttribute, OutAttribute] T9[,,] bits) where T9 : struct @@ -84966,7 +86070,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glCompressedMultiTexImage3DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glCompressedMultiTexImage3DEXT")] public static void CompressedMultiTexImage3D(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.ExtDirectStateAccess internalformat, Int32 width, Int32 height, Int32 depth, Int32 border, Int32 imageSize, [InAttribute, OutAttribute] ref T9 bits) where T9 : struct @@ -84990,7 +86095,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glCompressedMultiTexSubImage1DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glCompressedMultiTexSubImage1DEXT")] public static void CompressedMultiTexSubImage1D(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 width, OpenTK.Graphics.OpenGL.PixelFormat format, Int32 imageSize, IntPtr bits) { @@ -85004,7 +86110,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glCompressedMultiTexSubImage1DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glCompressedMultiTexSubImage1DEXT")] public static void CompressedMultiTexSubImage1D(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 width, OpenTK.Graphics.OpenGL.PixelFormat format, Int32 imageSize, [InAttribute, OutAttribute] T7[] bits) where T7 : struct @@ -85027,7 +86134,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glCompressedMultiTexSubImage1DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glCompressedMultiTexSubImage1DEXT")] public static void CompressedMultiTexSubImage1D(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 width, OpenTK.Graphics.OpenGL.PixelFormat format, Int32 imageSize, [InAttribute, OutAttribute] T7[,] bits) where T7 : struct @@ -85050,7 +86158,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glCompressedMultiTexSubImage1DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glCompressedMultiTexSubImage1DEXT")] public static void CompressedMultiTexSubImage1D(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 width, OpenTK.Graphics.OpenGL.PixelFormat format, Int32 imageSize, [InAttribute, OutAttribute] T7[,,] bits) where T7 : struct @@ -85073,7 +86182,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glCompressedMultiTexSubImage1DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glCompressedMultiTexSubImage1DEXT")] public static void CompressedMultiTexSubImage1D(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 width, OpenTK.Graphics.OpenGL.PixelFormat format, Int32 imageSize, [InAttribute, OutAttribute] ref T7 bits) where T7 : struct @@ -85097,7 +86207,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glCompressedMultiTexSubImage2DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glCompressedMultiTexSubImage2DEXT")] public static void CompressedMultiTexSubImage2D(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 width, Int32 height, OpenTK.Graphics.OpenGL.PixelFormat format, Int32 imageSize, IntPtr bits) { @@ -85111,7 +86222,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glCompressedMultiTexSubImage2DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glCompressedMultiTexSubImage2DEXT")] public static void CompressedMultiTexSubImage2D(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 width, Int32 height, OpenTK.Graphics.OpenGL.PixelFormat format, Int32 imageSize, [InAttribute, OutAttribute] T9[] bits) where T9 : struct @@ -85134,7 +86246,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glCompressedMultiTexSubImage2DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glCompressedMultiTexSubImage2DEXT")] public static void CompressedMultiTexSubImage2D(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 width, Int32 height, OpenTK.Graphics.OpenGL.PixelFormat format, Int32 imageSize, [InAttribute, OutAttribute] T9[,] bits) where T9 : struct @@ -85157,7 +86270,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glCompressedMultiTexSubImage2DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glCompressedMultiTexSubImage2DEXT")] public static void CompressedMultiTexSubImage2D(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 width, Int32 height, OpenTK.Graphics.OpenGL.PixelFormat format, Int32 imageSize, [InAttribute, OutAttribute] T9[,,] bits) where T9 : struct @@ -85180,7 +86294,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glCompressedMultiTexSubImage2DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glCompressedMultiTexSubImage2DEXT")] public static void CompressedMultiTexSubImage2D(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 width, Int32 height, OpenTK.Graphics.OpenGL.PixelFormat format, Int32 imageSize, [InAttribute, OutAttribute] ref T9 bits) where T9 : struct @@ -85204,7 +86319,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glCompressedMultiTexSubImage3DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glCompressedMultiTexSubImage3DEXT")] public static void CompressedMultiTexSubImage3D(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 zoffset, Int32 width, Int32 height, Int32 depth, OpenTK.Graphics.OpenGL.PixelFormat format, Int32 imageSize, IntPtr bits) { @@ -85218,7 +86334,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glCompressedMultiTexSubImage3DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glCompressedMultiTexSubImage3DEXT")] public static void CompressedMultiTexSubImage3D(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 zoffset, Int32 width, Int32 height, Int32 depth, OpenTK.Graphics.OpenGL.PixelFormat format, Int32 imageSize, [InAttribute, OutAttribute] T11[] bits) where T11 : struct @@ -85241,7 +86358,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glCompressedMultiTexSubImage3DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glCompressedMultiTexSubImage3DEXT")] public static void CompressedMultiTexSubImage3D(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 zoffset, Int32 width, Int32 height, Int32 depth, OpenTK.Graphics.OpenGL.PixelFormat format, Int32 imageSize, [InAttribute, OutAttribute] T11[,] bits) where T11 : struct @@ -85264,7 +86382,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glCompressedMultiTexSubImage3DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glCompressedMultiTexSubImage3DEXT")] public static void CompressedMultiTexSubImage3D(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 zoffset, Int32 width, Int32 height, Int32 depth, OpenTK.Graphics.OpenGL.PixelFormat format, Int32 imageSize, [InAttribute, OutAttribute] T11[,,] bits) where T11 : struct @@ -85287,7 +86406,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glCompressedMultiTexSubImage3DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glCompressedMultiTexSubImage3DEXT")] public static void CompressedMultiTexSubImage3D(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 zoffset, Int32 width, Int32 height, Int32 depth, OpenTK.Graphics.OpenGL.PixelFormat format, Int32 imageSize, [InAttribute, OutAttribute] ref T11 bits) where T11 : struct @@ -85311,7 +86431,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glCompressedTextureImage1DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glCompressedTextureImage1DEXT")] public static void CompressedTextureImage1D(Int32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.ExtDirectStateAccess internalformat, Int32 width, Int32 border, Int32 imageSize, IntPtr bits) { @@ -85325,7 +86446,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glCompressedTextureImage1DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glCompressedTextureImage1DEXT")] public static void CompressedTextureImage1D(Int32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.ExtDirectStateAccess internalformat, Int32 width, Int32 border, Int32 imageSize, [InAttribute, OutAttribute] T7[] bits) where T7 : struct @@ -85348,7 +86470,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glCompressedTextureImage1DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glCompressedTextureImage1DEXT")] public static void CompressedTextureImage1D(Int32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.ExtDirectStateAccess internalformat, Int32 width, Int32 border, Int32 imageSize, [InAttribute, OutAttribute] T7[,] bits) where T7 : struct @@ -85371,7 +86494,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glCompressedTextureImage1DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glCompressedTextureImage1DEXT")] public static void CompressedTextureImage1D(Int32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.ExtDirectStateAccess internalformat, Int32 width, Int32 border, Int32 imageSize, [InAttribute, OutAttribute] T7[,,] bits) where T7 : struct @@ -85394,7 +86518,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glCompressedTextureImage1DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glCompressedTextureImage1DEXT")] public static void CompressedTextureImage1D(Int32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.ExtDirectStateAccess internalformat, Int32 width, Int32 border, Int32 imageSize, [InAttribute, OutAttribute] ref T7 bits) where T7 : struct @@ -85418,8 +86543,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glCompressedTextureImage1DEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glCompressedTextureImage1DEXT")] public static void CompressedTextureImage1D(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.ExtDirectStateAccess internalformat, Int32 width, Int32 border, Int32 imageSize, IntPtr bits) { @@ -85433,8 +86559,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glCompressedTextureImage1DEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glCompressedTextureImage1DEXT")] public static void CompressedTextureImage1D(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.ExtDirectStateAccess internalformat, Int32 width, Int32 border, Int32 imageSize, [InAttribute, OutAttribute] T7[] bits) where T7 : struct @@ -85457,8 +86584,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glCompressedTextureImage1DEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glCompressedTextureImage1DEXT")] public static void CompressedTextureImage1D(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.ExtDirectStateAccess internalformat, Int32 width, Int32 border, Int32 imageSize, [InAttribute, OutAttribute] T7[,] bits) where T7 : struct @@ -85481,8 +86609,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glCompressedTextureImage1DEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glCompressedTextureImage1DEXT")] public static void CompressedTextureImage1D(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.ExtDirectStateAccess internalformat, Int32 width, Int32 border, Int32 imageSize, [InAttribute, OutAttribute] T7[,,] bits) where T7 : struct @@ -85505,8 +86634,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glCompressedTextureImage1DEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glCompressedTextureImage1DEXT")] public static void CompressedTextureImage1D(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.ExtDirectStateAccess internalformat, Int32 width, Int32 border, Int32 imageSize, [InAttribute, OutAttribute] ref T7 bits) where T7 : struct @@ -85530,7 +86660,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glCompressedTextureImage2DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glCompressedTextureImage2DEXT")] public static void CompressedTextureImage2D(Int32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.ExtDirectStateAccess internalformat, Int32 width, Int32 height, Int32 border, Int32 imageSize, IntPtr bits) { @@ -85544,7 +86675,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glCompressedTextureImage2DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glCompressedTextureImage2DEXT")] public static void CompressedTextureImage2D(Int32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.ExtDirectStateAccess internalformat, Int32 width, Int32 height, Int32 border, Int32 imageSize, [InAttribute, OutAttribute] T8[] bits) where T8 : struct @@ -85567,7 +86699,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glCompressedTextureImage2DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glCompressedTextureImage2DEXT")] public static void CompressedTextureImage2D(Int32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.ExtDirectStateAccess internalformat, Int32 width, Int32 height, Int32 border, Int32 imageSize, [InAttribute, OutAttribute] T8[,] bits) where T8 : struct @@ -85590,7 +86723,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glCompressedTextureImage2DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glCompressedTextureImage2DEXT")] public static void CompressedTextureImage2D(Int32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.ExtDirectStateAccess internalformat, Int32 width, Int32 height, Int32 border, Int32 imageSize, [InAttribute, OutAttribute] T8[,,] bits) where T8 : struct @@ -85613,7 +86747,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glCompressedTextureImage2DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glCompressedTextureImage2DEXT")] public static void CompressedTextureImage2D(Int32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.ExtDirectStateAccess internalformat, Int32 width, Int32 height, Int32 border, Int32 imageSize, [InAttribute, OutAttribute] ref T8 bits) where T8 : struct @@ -85637,8 +86772,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glCompressedTextureImage2DEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glCompressedTextureImage2DEXT")] public static void CompressedTextureImage2D(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.ExtDirectStateAccess internalformat, Int32 width, Int32 height, Int32 border, Int32 imageSize, IntPtr bits) { @@ -85652,8 +86788,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glCompressedTextureImage2DEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glCompressedTextureImage2DEXT")] public static void CompressedTextureImage2D(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.ExtDirectStateAccess internalformat, Int32 width, Int32 height, Int32 border, Int32 imageSize, [InAttribute, OutAttribute] T8[] bits) where T8 : struct @@ -85676,8 +86813,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glCompressedTextureImage2DEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glCompressedTextureImage2DEXT")] public static void CompressedTextureImage2D(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.ExtDirectStateAccess internalformat, Int32 width, Int32 height, Int32 border, Int32 imageSize, [InAttribute, OutAttribute] T8[,] bits) where T8 : struct @@ -85700,8 +86838,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glCompressedTextureImage2DEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glCompressedTextureImage2DEXT")] public static void CompressedTextureImage2D(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.ExtDirectStateAccess internalformat, Int32 width, Int32 height, Int32 border, Int32 imageSize, [InAttribute, OutAttribute] T8[,,] bits) where T8 : struct @@ -85724,8 +86863,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glCompressedTextureImage2DEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glCompressedTextureImage2DEXT")] public static void CompressedTextureImage2D(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.ExtDirectStateAccess internalformat, Int32 width, Int32 height, Int32 border, Int32 imageSize, [InAttribute, OutAttribute] ref T8 bits) where T8 : struct @@ -85749,7 +86889,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glCompressedTextureImage3DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glCompressedTextureImage3DEXT")] public static void CompressedTextureImage3D(Int32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.ExtDirectStateAccess internalformat, Int32 width, Int32 height, Int32 depth, Int32 border, Int32 imageSize, IntPtr bits) { @@ -85763,7 +86904,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glCompressedTextureImage3DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glCompressedTextureImage3DEXT")] public static void CompressedTextureImage3D(Int32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.ExtDirectStateAccess internalformat, Int32 width, Int32 height, Int32 depth, Int32 border, Int32 imageSize, [InAttribute, OutAttribute] T9[] bits) where T9 : struct @@ -85786,7 +86928,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glCompressedTextureImage3DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glCompressedTextureImage3DEXT")] public static void CompressedTextureImage3D(Int32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.ExtDirectStateAccess internalformat, Int32 width, Int32 height, Int32 depth, Int32 border, Int32 imageSize, [InAttribute, OutAttribute] T9[,] bits) where T9 : struct @@ -85809,7 +86952,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glCompressedTextureImage3DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glCompressedTextureImage3DEXT")] public static void CompressedTextureImage3D(Int32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.ExtDirectStateAccess internalformat, Int32 width, Int32 height, Int32 depth, Int32 border, Int32 imageSize, [InAttribute, OutAttribute] T9[,,] bits) where T9 : struct @@ -85832,7 +86976,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glCompressedTextureImage3DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glCompressedTextureImage3DEXT")] public static void CompressedTextureImage3D(Int32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.ExtDirectStateAccess internalformat, Int32 width, Int32 height, Int32 depth, Int32 border, Int32 imageSize, [InAttribute, OutAttribute] ref T9 bits) where T9 : struct @@ -85856,8 +87001,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glCompressedTextureImage3DEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glCompressedTextureImage3DEXT")] public static void CompressedTextureImage3D(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.ExtDirectStateAccess internalformat, Int32 width, Int32 height, Int32 depth, Int32 border, Int32 imageSize, IntPtr bits) { @@ -85871,8 +87017,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glCompressedTextureImage3DEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glCompressedTextureImage3DEXT")] public static void CompressedTextureImage3D(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.ExtDirectStateAccess internalformat, Int32 width, Int32 height, Int32 depth, Int32 border, Int32 imageSize, [InAttribute, OutAttribute] T9[] bits) where T9 : struct @@ -85895,8 +87042,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glCompressedTextureImage3DEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glCompressedTextureImage3DEXT")] public static void CompressedTextureImage3D(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.ExtDirectStateAccess internalformat, Int32 width, Int32 height, Int32 depth, Int32 border, Int32 imageSize, [InAttribute, OutAttribute] T9[,] bits) where T9 : struct @@ -85919,8 +87067,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glCompressedTextureImage3DEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glCompressedTextureImage3DEXT")] public static void CompressedTextureImage3D(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.ExtDirectStateAccess internalformat, Int32 width, Int32 height, Int32 depth, Int32 border, Int32 imageSize, [InAttribute, OutAttribute] T9[,,] bits) where T9 : struct @@ -85943,8 +87092,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glCompressedTextureImage3DEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glCompressedTextureImage3DEXT")] public static void CompressedTextureImage3D(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.ExtDirectStateAccess internalformat, Int32 width, Int32 height, Int32 depth, Int32 border, Int32 imageSize, [InAttribute, OutAttribute] ref T9 bits) where T9 : struct @@ -85968,7 +87118,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glCompressedTextureSubImage1DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glCompressedTextureSubImage1DEXT")] public static void CompressedTextureSubImage1D(Int32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 width, OpenTK.Graphics.OpenGL.PixelFormat format, Int32 imageSize, IntPtr bits) { @@ -85982,7 +87133,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glCompressedTextureSubImage1DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glCompressedTextureSubImage1DEXT")] public static void CompressedTextureSubImage1D(Int32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 width, OpenTK.Graphics.OpenGL.PixelFormat format, Int32 imageSize, [InAttribute, OutAttribute] T7[] bits) where T7 : struct @@ -86005,7 +87157,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glCompressedTextureSubImage1DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glCompressedTextureSubImage1DEXT")] public static void CompressedTextureSubImage1D(Int32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 width, OpenTK.Graphics.OpenGL.PixelFormat format, Int32 imageSize, [InAttribute, OutAttribute] T7[,] bits) where T7 : struct @@ -86028,7 +87181,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glCompressedTextureSubImage1DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glCompressedTextureSubImage1DEXT")] public static void CompressedTextureSubImage1D(Int32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 width, OpenTK.Graphics.OpenGL.PixelFormat format, Int32 imageSize, [InAttribute, OutAttribute] T7[,,] bits) where T7 : struct @@ -86051,7 +87205,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glCompressedTextureSubImage1DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glCompressedTextureSubImage1DEXT")] public static void CompressedTextureSubImage1D(Int32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 width, OpenTK.Graphics.OpenGL.PixelFormat format, Int32 imageSize, [InAttribute, OutAttribute] ref T7 bits) where T7 : struct @@ -86075,8 +87230,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glCompressedTextureSubImage1DEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glCompressedTextureSubImage1DEXT")] public static void CompressedTextureSubImage1D(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 width, OpenTK.Graphics.OpenGL.PixelFormat format, Int32 imageSize, IntPtr bits) { @@ -86090,8 +87246,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glCompressedTextureSubImage1DEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glCompressedTextureSubImage1DEXT")] public static void CompressedTextureSubImage1D(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 width, OpenTK.Graphics.OpenGL.PixelFormat format, Int32 imageSize, [InAttribute, OutAttribute] T7[] bits) where T7 : struct @@ -86114,8 +87271,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glCompressedTextureSubImage1DEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glCompressedTextureSubImage1DEXT")] public static void CompressedTextureSubImage1D(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 width, OpenTK.Graphics.OpenGL.PixelFormat format, Int32 imageSize, [InAttribute, OutAttribute] T7[,] bits) where T7 : struct @@ -86138,8 +87296,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glCompressedTextureSubImage1DEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glCompressedTextureSubImage1DEXT")] public static void CompressedTextureSubImage1D(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 width, OpenTK.Graphics.OpenGL.PixelFormat format, Int32 imageSize, [InAttribute, OutAttribute] T7[,,] bits) where T7 : struct @@ -86162,8 +87321,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glCompressedTextureSubImage1DEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glCompressedTextureSubImage1DEXT")] public static void CompressedTextureSubImage1D(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 width, OpenTK.Graphics.OpenGL.PixelFormat format, Int32 imageSize, [InAttribute, OutAttribute] ref T7 bits) where T7 : struct @@ -86187,7 +87347,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glCompressedTextureSubImage2DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glCompressedTextureSubImage2DEXT")] public static void CompressedTextureSubImage2D(Int32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 width, Int32 height, OpenTK.Graphics.OpenGL.PixelFormat format, Int32 imageSize, IntPtr bits) { @@ -86201,7 +87362,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glCompressedTextureSubImage2DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glCompressedTextureSubImage2DEXT")] public static void CompressedTextureSubImage2D(Int32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 width, Int32 height, OpenTK.Graphics.OpenGL.PixelFormat format, Int32 imageSize, [InAttribute, OutAttribute] T9[] bits) where T9 : struct @@ -86224,7 +87386,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glCompressedTextureSubImage2DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glCompressedTextureSubImage2DEXT")] public static void CompressedTextureSubImage2D(Int32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 width, Int32 height, OpenTK.Graphics.OpenGL.PixelFormat format, Int32 imageSize, [InAttribute, OutAttribute] T9[,] bits) where T9 : struct @@ -86247,7 +87410,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glCompressedTextureSubImage2DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glCompressedTextureSubImage2DEXT")] public static void CompressedTextureSubImage2D(Int32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 width, Int32 height, OpenTK.Graphics.OpenGL.PixelFormat format, Int32 imageSize, [InAttribute, OutAttribute] T9[,,] bits) where T9 : struct @@ -86270,7 +87434,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glCompressedTextureSubImage2DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glCompressedTextureSubImage2DEXT")] public static void CompressedTextureSubImage2D(Int32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 width, Int32 height, OpenTK.Graphics.OpenGL.PixelFormat format, Int32 imageSize, [InAttribute, OutAttribute] ref T9 bits) where T9 : struct @@ -86294,8 +87459,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glCompressedTextureSubImage2DEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glCompressedTextureSubImage2DEXT")] public static void CompressedTextureSubImage2D(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 width, Int32 height, OpenTK.Graphics.OpenGL.PixelFormat format, Int32 imageSize, IntPtr bits) { @@ -86309,8 +87475,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glCompressedTextureSubImage2DEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glCompressedTextureSubImage2DEXT")] public static void CompressedTextureSubImage2D(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 width, Int32 height, OpenTK.Graphics.OpenGL.PixelFormat format, Int32 imageSize, [InAttribute, OutAttribute] T9[] bits) where T9 : struct @@ -86333,8 +87500,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glCompressedTextureSubImage2DEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glCompressedTextureSubImage2DEXT")] public static void CompressedTextureSubImage2D(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 width, Int32 height, OpenTK.Graphics.OpenGL.PixelFormat format, Int32 imageSize, [InAttribute, OutAttribute] T9[,] bits) where T9 : struct @@ -86357,8 +87525,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glCompressedTextureSubImage2DEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glCompressedTextureSubImage2DEXT")] public static void CompressedTextureSubImage2D(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 width, Int32 height, OpenTK.Graphics.OpenGL.PixelFormat format, Int32 imageSize, [InAttribute, OutAttribute] T9[,,] bits) where T9 : struct @@ -86381,8 +87550,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glCompressedTextureSubImage2DEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glCompressedTextureSubImage2DEXT")] public static void CompressedTextureSubImage2D(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 width, Int32 height, OpenTK.Graphics.OpenGL.PixelFormat format, Int32 imageSize, [InAttribute, OutAttribute] ref T9 bits) where T9 : struct @@ -86406,7 +87576,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glCompressedTextureSubImage3DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glCompressedTextureSubImage3DEXT")] public static void CompressedTextureSubImage3D(Int32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 zoffset, Int32 width, Int32 height, Int32 depth, OpenTK.Graphics.OpenGL.PixelFormat format, Int32 imageSize, IntPtr bits) { @@ -86420,7 +87591,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glCompressedTextureSubImage3DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glCompressedTextureSubImage3DEXT")] public static void CompressedTextureSubImage3D(Int32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 zoffset, Int32 width, Int32 height, Int32 depth, OpenTK.Graphics.OpenGL.PixelFormat format, Int32 imageSize, [InAttribute, OutAttribute] T11[] bits) where T11 : struct @@ -86443,7 +87615,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glCompressedTextureSubImage3DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glCompressedTextureSubImage3DEXT")] public static void CompressedTextureSubImage3D(Int32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 zoffset, Int32 width, Int32 height, Int32 depth, OpenTK.Graphics.OpenGL.PixelFormat format, Int32 imageSize, [InAttribute, OutAttribute] T11[,] bits) where T11 : struct @@ -86466,7 +87639,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glCompressedTextureSubImage3DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glCompressedTextureSubImage3DEXT")] public static void CompressedTextureSubImage3D(Int32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 zoffset, Int32 width, Int32 height, Int32 depth, OpenTK.Graphics.OpenGL.PixelFormat format, Int32 imageSize, [InAttribute, OutAttribute] T11[,,] bits) where T11 : struct @@ -86489,7 +87663,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glCompressedTextureSubImage3DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glCompressedTextureSubImage3DEXT")] public static void CompressedTextureSubImage3D(Int32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 zoffset, Int32 width, Int32 height, Int32 depth, OpenTK.Graphics.OpenGL.PixelFormat format, Int32 imageSize, [InAttribute, OutAttribute] ref T11 bits) where T11 : struct @@ -86513,8 +87688,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glCompressedTextureSubImage3DEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glCompressedTextureSubImage3DEXT")] public static void CompressedTextureSubImage3D(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 zoffset, Int32 width, Int32 height, Int32 depth, OpenTK.Graphics.OpenGL.PixelFormat format, Int32 imageSize, IntPtr bits) { @@ -86528,8 +87704,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glCompressedTextureSubImage3DEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glCompressedTextureSubImage3DEXT")] public static void CompressedTextureSubImage3D(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 zoffset, Int32 width, Int32 height, Int32 depth, OpenTK.Graphics.OpenGL.PixelFormat format, Int32 imageSize, [InAttribute, OutAttribute] T11[] bits) where T11 : struct @@ -86552,8 +87729,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glCompressedTextureSubImage3DEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glCompressedTextureSubImage3DEXT")] public static void CompressedTextureSubImage3D(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 zoffset, Int32 width, Int32 height, Int32 depth, OpenTK.Graphics.OpenGL.PixelFormat format, Int32 imageSize, [InAttribute, OutAttribute] T11[,] bits) where T11 : struct @@ -86576,8 +87754,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glCompressedTextureSubImage3DEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glCompressedTextureSubImage3DEXT")] public static void CompressedTextureSubImage3D(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 zoffset, Int32 width, Int32 height, Int32 depth, OpenTK.Graphics.OpenGL.PixelFormat format, Int32 imageSize, [InAttribute, OutAttribute] T11[,,] bits) where T11 : struct @@ -86600,8 +87779,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glCompressedTextureSubImage3DEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glCompressedTextureSubImage3DEXT")] public static void CompressedTextureSubImage3D(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 zoffset, Int32 width, Int32 height, Int32 depth, OpenTK.Graphics.OpenGL.PixelFormat format, Int32 imageSize, [InAttribute, OutAttribute] ref T11 bits) where T11 : struct @@ -86626,7 +87806,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_convolution] /// Define a one-dimensional convolution filter /// /// @@ -86659,7 +87839,7 @@ namespace OpenTK.Graphics.OpenGL /// Pointer to a one-dimensional array of pixel data that is processed to build the convolution filter kernel. /// /// - [AutoGenerated(Category = "ExtConvolution", Version = "1.0", EntryPoint = "glConvolutionFilter1DEXT")] + [AutoGenerated(Category = "EXT_convolution", Version = "1.0", EntryPoint = "glConvolutionFilter1DEXT")] public static void ConvolutionFilter1D(OpenTK.Graphics.OpenGL.ExtConvolution target, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, IntPtr image) { @@ -86674,7 +87854,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_convolution] /// Define a one-dimensional convolution filter /// /// @@ -86707,7 +87887,7 @@ namespace OpenTK.Graphics.OpenGL /// Pointer to a one-dimensional array of pixel data that is processed to build the convolution filter kernel. /// /// - [AutoGenerated(Category = "ExtConvolution", Version = "1.0", EntryPoint = "glConvolutionFilter1DEXT")] + [AutoGenerated(Category = "EXT_convolution", Version = "1.0", EntryPoint = "glConvolutionFilter1DEXT")] public static void ConvolutionFilter1D(OpenTK.Graphics.OpenGL.ExtConvolution target, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T5[] image) where T5 : struct @@ -86731,7 +87911,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_convolution] /// Define a one-dimensional convolution filter /// /// @@ -86764,7 +87944,7 @@ namespace OpenTK.Graphics.OpenGL /// Pointer to a one-dimensional array of pixel data that is processed to build the convolution filter kernel. /// /// - [AutoGenerated(Category = "ExtConvolution", Version = "1.0", EntryPoint = "glConvolutionFilter1DEXT")] + [AutoGenerated(Category = "EXT_convolution", Version = "1.0", EntryPoint = "glConvolutionFilter1DEXT")] public static void ConvolutionFilter1D(OpenTK.Graphics.OpenGL.ExtConvolution target, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T5[,] image) where T5 : struct @@ -86788,7 +87968,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_convolution] /// Define a one-dimensional convolution filter /// /// @@ -86821,7 +88001,7 @@ namespace OpenTK.Graphics.OpenGL /// Pointer to a one-dimensional array of pixel data that is processed to build the convolution filter kernel. /// /// - [AutoGenerated(Category = "ExtConvolution", Version = "1.0", EntryPoint = "glConvolutionFilter1DEXT")] + [AutoGenerated(Category = "EXT_convolution", Version = "1.0", EntryPoint = "glConvolutionFilter1DEXT")] public static void ConvolutionFilter1D(OpenTK.Graphics.OpenGL.ExtConvolution target, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T5[,,] image) where T5 : struct @@ -86845,7 +88025,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_convolution] /// Define a one-dimensional convolution filter /// /// @@ -86878,7 +88058,7 @@ namespace OpenTK.Graphics.OpenGL /// Pointer to a one-dimensional array of pixel data that is processed to build the convolution filter kernel. /// /// - [AutoGenerated(Category = "ExtConvolution", Version = "1.0", EntryPoint = "glConvolutionFilter1DEXT")] + [AutoGenerated(Category = "EXT_convolution", Version = "1.0", EntryPoint = "glConvolutionFilter1DEXT")] public static void ConvolutionFilter1D(OpenTK.Graphics.OpenGL.ExtConvolution target, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] ref T5 image) where T5 : struct @@ -86903,7 +88083,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_convolution] /// Define a two-dimensional convolution filter /// /// @@ -86941,7 +88121,7 @@ namespace OpenTK.Graphics.OpenGL /// Pointer to a two-dimensional array of pixel data that is processed to build the convolution filter kernel. /// /// - [AutoGenerated(Category = "ExtConvolution", Version = "1.0", EntryPoint = "glConvolutionFilter2DEXT")] + [AutoGenerated(Category = "EXT_convolution", Version = "1.0", EntryPoint = "glConvolutionFilter2DEXT")] public static void ConvolutionFilter2D(OpenTK.Graphics.OpenGL.ExtConvolution target, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, Int32 height, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, IntPtr image) { @@ -86956,7 +88136,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_convolution] /// Define a two-dimensional convolution filter /// /// @@ -86994,7 +88174,7 @@ namespace OpenTK.Graphics.OpenGL /// Pointer to a two-dimensional array of pixel data that is processed to build the convolution filter kernel. /// /// - [AutoGenerated(Category = "ExtConvolution", Version = "1.0", EntryPoint = "glConvolutionFilter2DEXT")] + [AutoGenerated(Category = "EXT_convolution", Version = "1.0", EntryPoint = "glConvolutionFilter2DEXT")] public static void ConvolutionFilter2D(OpenTK.Graphics.OpenGL.ExtConvolution target, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, Int32 height, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T6[] image) where T6 : struct @@ -87018,7 +88198,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_convolution] /// Define a two-dimensional convolution filter /// /// @@ -87056,7 +88236,7 @@ namespace OpenTK.Graphics.OpenGL /// Pointer to a two-dimensional array of pixel data that is processed to build the convolution filter kernel. /// /// - [AutoGenerated(Category = "ExtConvolution", Version = "1.0", EntryPoint = "glConvolutionFilter2DEXT")] + [AutoGenerated(Category = "EXT_convolution", Version = "1.0", EntryPoint = "glConvolutionFilter2DEXT")] public static void ConvolutionFilter2D(OpenTK.Graphics.OpenGL.ExtConvolution target, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, Int32 height, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T6[,] image) where T6 : struct @@ -87080,7 +88260,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_convolution] /// Define a two-dimensional convolution filter /// /// @@ -87118,7 +88298,7 @@ namespace OpenTK.Graphics.OpenGL /// Pointer to a two-dimensional array of pixel data that is processed to build the convolution filter kernel. /// /// - [AutoGenerated(Category = "ExtConvolution", Version = "1.0", EntryPoint = "glConvolutionFilter2DEXT")] + [AutoGenerated(Category = "EXT_convolution", Version = "1.0", EntryPoint = "glConvolutionFilter2DEXT")] public static void ConvolutionFilter2D(OpenTK.Graphics.OpenGL.ExtConvolution target, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, Int32 height, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T6[,,] image) where T6 : struct @@ -87142,7 +88322,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_convolution] /// Define a two-dimensional convolution filter /// /// @@ -87180,7 +88360,7 @@ namespace OpenTK.Graphics.OpenGL /// Pointer to a two-dimensional array of pixel data that is processed to build the convolution filter kernel. /// /// - [AutoGenerated(Category = "ExtConvolution", Version = "1.0", EntryPoint = "glConvolutionFilter2DEXT")] + [AutoGenerated(Category = "EXT_convolution", Version = "1.0", EntryPoint = "glConvolutionFilter2DEXT")] public static void ConvolutionFilter2D(OpenTK.Graphics.OpenGL.ExtConvolution target, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, Int32 height, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] ref T6 image) where T6 : struct @@ -87205,7 +88385,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_convolution] /// Set convolution parameters /// /// @@ -87226,7 +88406,7 @@ namespace OpenTK.Graphics.OpenGL /// /// /// - [AutoGenerated(Category = "ExtConvolution", Version = "1.0", EntryPoint = "glConvolutionParameterfEXT")] + [AutoGenerated(Category = "EXT_convolution", Version = "1.0", EntryPoint = "glConvolutionParameterfEXT")] public static void ConvolutionParameter(OpenTK.Graphics.OpenGL.ExtConvolution target, OpenTK.Graphics.OpenGL.ExtConvolution pname, Single @params) { @@ -87241,7 +88421,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_convolution] /// Set convolution parameters /// /// @@ -87262,7 +88442,7 @@ namespace OpenTK.Graphics.OpenGL /// /// /// - [AutoGenerated(Category = "ExtConvolution", Version = "1.0", EntryPoint = "glConvolutionParameterfvEXT")] + [AutoGenerated(Category = "EXT_convolution", Version = "1.0", EntryPoint = "glConvolutionParameterfvEXT")] public static void ConvolutionParameter(OpenTK.Graphics.OpenGL.ExtConvolution target, OpenTK.Graphics.OpenGL.ExtConvolution pname, Single[] @params) { @@ -87283,7 +88463,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_convolution] /// Set convolution parameters /// /// @@ -87305,7 +88485,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtConvolution", Version = "1.0", EntryPoint = "glConvolutionParameterfvEXT")] + [AutoGenerated(Category = "EXT_convolution", Version = "1.0", EntryPoint = "glConvolutionParameterfvEXT")] public static unsafe void ConvolutionParameter(OpenTK.Graphics.OpenGL.ExtConvolution target, OpenTK.Graphics.OpenGL.ExtConvolution pname, Single* @params) { @@ -87320,7 +88500,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_convolution] /// Set convolution parameters /// /// @@ -87341,7 +88521,7 @@ namespace OpenTK.Graphics.OpenGL /// /// /// - [AutoGenerated(Category = "ExtConvolution", Version = "1.0", EntryPoint = "glConvolutionParameteriEXT")] + [AutoGenerated(Category = "EXT_convolution", Version = "1.0", EntryPoint = "glConvolutionParameteriEXT")] public static void ConvolutionParameter(OpenTK.Graphics.OpenGL.ExtConvolution target, OpenTK.Graphics.OpenGL.ExtConvolution pname, Int32 @params) { @@ -87356,7 +88536,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_convolution] /// Set convolution parameters /// /// @@ -87377,7 +88557,7 @@ namespace OpenTK.Graphics.OpenGL /// /// /// - [AutoGenerated(Category = "ExtConvolution", Version = "1.0", EntryPoint = "glConvolutionParameterivEXT")] + [AutoGenerated(Category = "EXT_convolution", Version = "1.0", EntryPoint = "glConvolutionParameterivEXT")] public static void ConvolutionParameter(OpenTK.Graphics.OpenGL.ExtConvolution target, OpenTK.Graphics.OpenGL.ExtConvolution pname, Int32[] @params) { @@ -87398,7 +88578,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_convolution] /// Set convolution parameters /// /// @@ -87420,7 +88600,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtConvolution", Version = "1.0", EntryPoint = "glConvolutionParameterivEXT")] + [AutoGenerated(Category = "EXT_convolution", Version = "1.0", EntryPoint = "glConvolutionParameterivEXT")] public static unsafe void ConvolutionParameter(OpenTK.Graphics.OpenGL.ExtConvolution target, OpenTK.Graphics.OpenGL.ExtConvolution pname, Int32* @params) { @@ -87435,7 +88615,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_color_subtable] /// Respecify a portion of a color table /// /// @@ -87458,7 +88638,7 @@ namespace OpenTK.Graphics.OpenGL /// The number of table entries to replace. /// /// - [AutoGenerated(Category = "ExtColorSubtable", Version = "1.2", EntryPoint = "glCopyColorSubTableEXT")] + [AutoGenerated(Category = "EXT_color_subtable", Version = "1.2", EntryPoint = "glCopyColorSubTableEXT")] public static void CopyColorSubTable(OpenTK.Graphics.OpenGL.ColorTableTarget target, Int32 start, Int32 x, Int32 y, Int32 width) { @@ -87473,7 +88653,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_convolution] /// Copy pixels into a one-dimensional convolution filter /// /// @@ -87496,7 +88676,7 @@ namespace OpenTK.Graphics.OpenGL /// The width of the pixel array to copy. /// /// - [AutoGenerated(Category = "ExtConvolution", Version = "1.0", EntryPoint = "glCopyConvolutionFilter1DEXT")] + [AutoGenerated(Category = "EXT_convolution", Version = "1.0", EntryPoint = "glCopyConvolutionFilter1DEXT")] public static void CopyConvolutionFilter1D(OpenTK.Graphics.OpenGL.ExtConvolution target, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 x, Int32 y, Int32 width) { @@ -87511,7 +88691,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_convolution] /// Copy pixels into a two-dimensional convolution filter /// /// @@ -87539,7 +88719,7 @@ namespace OpenTK.Graphics.OpenGL /// The height of the pixel array to copy. /// /// - [AutoGenerated(Category = "ExtConvolution", Version = "1.0", EntryPoint = "glCopyConvolutionFilter2DEXT")] + [AutoGenerated(Category = "EXT_convolution", Version = "1.0", EntryPoint = "glCopyConvolutionFilter2DEXT")] public static void CopyConvolutionFilter2D(OpenTK.Graphics.OpenGL.ExtConvolution target, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 x, Int32 y, Int32 width, Int32 height) { @@ -87553,7 +88733,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glCopyMultiTexImage1DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glCopyMultiTexImage1DEXT")] public static void CopyMultiTexImage1D(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.ExtDirectStateAccess internalformat, Int32 x, Int32 y, Int32 width, Int32 border) { @@ -87567,7 +88748,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glCopyMultiTexImage2DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glCopyMultiTexImage2DEXT")] public static void CopyMultiTexImage2D(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.ExtDirectStateAccess internalformat, Int32 x, Int32 y, Int32 width, Int32 height, Int32 border) { @@ -87581,7 +88763,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glCopyMultiTexSubImage1DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glCopyMultiTexSubImage1DEXT")] public static void CopyMultiTexSubImage1D(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 x, Int32 y, Int32 width) { @@ -87595,7 +88778,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glCopyMultiTexSubImage2DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glCopyMultiTexSubImage2DEXT")] public static void CopyMultiTexSubImage2D(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 x, Int32 y, Int32 width, Int32 height) { @@ -87609,7 +88793,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glCopyMultiTexSubImage3DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glCopyMultiTexSubImage3DEXT")] public static void CopyMultiTexSubImage3D(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 zoffset, Int32 x, Int32 y, Int32 width, Int32 height) { @@ -87624,7 +88809,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_copy_texture] /// Copy pixels into a 1D texture image /// /// @@ -87657,7 +88842,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the width of the border. Must be either 0 or 1. /// /// - [AutoGenerated(Category = "ExtCopyTexture", Version = "1.0", EntryPoint = "glCopyTexImage1DEXT")] + [AutoGenerated(Category = "EXT_copy_texture", Version = "1.0", EntryPoint = "glCopyTexImage1DEXT")] public static void CopyTexImage1D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 x, Int32 y, Int32 width, Int32 border) { @@ -87672,7 +88857,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_copy_texture] /// Copy pixels into a 2D texture image /// /// @@ -87710,7 +88895,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the width of the border. Must be either 0 or 1. /// /// - [AutoGenerated(Category = "ExtCopyTexture", Version = "1.0", EntryPoint = "glCopyTexImage2DEXT")] + [AutoGenerated(Category = "EXT_copy_texture", Version = "1.0", EntryPoint = "glCopyTexImage2DEXT")] public static void CopyTexImage2D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 x, Int32 y, Int32 width, Int32 height, Int32 border) { @@ -87725,7 +88910,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_copy_texture] /// Copy a one-dimensional texture subimage /// /// @@ -87753,7 +88938,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the width of the texture subimage. /// /// - [AutoGenerated(Category = "ExtCopyTexture", Version = "1.0", EntryPoint = "glCopyTexSubImage1DEXT")] + [AutoGenerated(Category = "EXT_copy_texture", Version = "1.0", EntryPoint = "glCopyTexSubImage1DEXT")] public static void CopyTexSubImage1D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 x, Int32 y, Int32 width) { @@ -87768,7 +88953,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_copy_texture] /// Copy a two-dimensional texture subimage /// /// @@ -87806,7 +88991,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the height of the texture subimage. /// /// - [AutoGenerated(Category = "ExtCopyTexture", Version = "1.0", EntryPoint = "glCopyTexSubImage2DEXT")] + [AutoGenerated(Category = "EXT_copy_texture", Version = "1.0", EntryPoint = "glCopyTexSubImage2DEXT")] public static void CopyTexSubImage2D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 x, Int32 y, Int32 width, Int32 height) { @@ -87821,7 +89006,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_copy_texture] /// Copy a three-dimensional texture subimage /// /// @@ -87864,7 +89049,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the height of the texture subimage. /// /// - [AutoGenerated(Category = "ExtCopyTexture", Version = "1.0", EntryPoint = "glCopyTexSubImage3DEXT")] + [AutoGenerated(Category = "EXT_copy_texture", Version = "1.0", EntryPoint = "glCopyTexSubImage3DEXT")] public static void CopyTexSubImage3D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 zoffset, Int32 x, Int32 y, Int32 width, Int32 height) { @@ -87878,7 +89063,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glCopyTextureImage1DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glCopyTextureImage1DEXT")] public static void CopyTextureImage1D(Int32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.ExtDirectStateAccess internalformat, Int32 x, Int32 y, Int32 width, Int32 border) { @@ -87892,8 +89078,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glCopyTextureImage1DEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glCopyTextureImage1DEXT")] public static void CopyTextureImage1D(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.ExtDirectStateAccess internalformat, Int32 x, Int32 y, Int32 width, Int32 border) { @@ -87907,7 +89094,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glCopyTextureImage2DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glCopyTextureImage2DEXT")] public static void CopyTextureImage2D(Int32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.ExtDirectStateAccess internalformat, Int32 x, Int32 y, Int32 width, Int32 height, Int32 border) { @@ -87921,8 +89109,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glCopyTextureImage2DEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glCopyTextureImage2DEXT")] public static void CopyTextureImage2D(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.ExtDirectStateAccess internalformat, Int32 x, Int32 y, Int32 width, Int32 height, Int32 border) { @@ -87936,7 +89125,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glCopyTextureSubImage1DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glCopyTextureSubImage1DEXT")] public static void CopyTextureSubImage1D(Int32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 x, Int32 y, Int32 width) { @@ -87950,8 +89140,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glCopyTextureSubImage1DEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glCopyTextureSubImage1DEXT")] public static void CopyTextureSubImage1D(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 x, Int32 y, Int32 width) { @@ -87965,7 +89156,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glCopyTextureSubImage2DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glCopyTextureSubImage2DEXT")] public static void CopyTextureSubImage2D(Int32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 x, Int32 y, Int32 width, Int32 height) { @@ -87979,8 +89171,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glCopyTextureSubImage2DEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glCopyTextureSubImage2DEXT")] public static void CopyTextureSubImage2D(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 x, Int32 y, Int32 width, Int32 height) { @@ -87994,7 +89187,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glCopyTextureSubImage3DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glCopyTextureSubImage3DEXT")] public static void CopyTextureSubImage3D(Int32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 zoffset, Int32 x, Int32 y, Int32 width, Int32 height) { @@ -88008,8 +89202,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glCopyTextureSubImage3DEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glCopyTextureSubImage3DEXT")] public static void CopyTextureSubImage3D(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 zoffset, Int32 x, Int32 y, Int32 width, Int32 height) { @@ -88023,7 +89218,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtCullVertex", Version = "1.1", EntryPoint = "glCullParameterdvEXT")] + /// [requires: EXT_cull_vertex] + [AutoGenerated(Category = "EXT_cull_vertex", Version = "1.1", EntryPoint = "glCullParameterdvEXT")] public static void CullParameter(OpenTK.Graphics.OpenGL.ExtCullVertex pname, [OutAttribute] Double[] @params) { @@ -88043,7 +89239,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtCullVertex", Version = "1.1", EntryPoint = "glCullParameterdvEXT")] + /// [requires: EXT_cull_vertex] + [AutoGenerated(Category = "EXT_cull_vertex", Version = "1.1", EntryPoint = "glCullParameterdvEXT")] public static void CullParameter(OpenTK.Graphics.OpenGL.ExtCullVertex pname, [OutAttribute] out Double @params) { @@ -88064,8 +89261,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_cull_vertex] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtCullVertex", Version = "1.1", EntryPoint = "glCullParameterdvEXT")] + [AutoGenerated(Category = "EXT_cull_vertex", Version = "1.1", EntryPoint = "glCullParameterdvEXT")] public static unsafe void CullParameter(OpenTK.Graphics.OpenGL.ExtCullVertex pname, [OutAttribute] Double* @params) { @@ -88079,7 +89277,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtCullVertex", Version = "1.1", EntryPoint = "glCullParameterfvEXT")] + /// [requires: EXT_cull_vertex] + [AutoGenerated(Category = "EXT_cull_vertex", Version = "1.1", EntryPoint = "glCullParameterfvEXT")] public static void CullParameter(OpenTK.Graphics.OpenGL.ExtCullVertex pname, [OutAttribute] Single[] @params) { @@ -88099,7 +89298,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtCullVertex", Version = "1.1", EntryPoint = "glCullParameterfvEXT")] + /// [requires: EXT_cull_vertex] + [AutoGenerated(Category = "EXT_cull_vertex", Version = "1.1", EntryPoint = "glCullParameterfvEXT")] public static void CullParameter(OpenTK.Graphics.OpenGL.ExtCullVertex pname, [OutAttribute] out Single @params) { @@ -88120,8 +89320,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_cull_vertex] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtCullVertex", Version = "1.1", EntryPoint = "glCullParameterfvEXT")] + [AutoGenerated(Category = "EXT_cull_vertex", Version = "1.1", EntryPoint = "glCullParameterfvEXT")] public static unsafe void CullParameter(OpenTK.Graphics.OpenGL.ExtCullVertex pname, [OutAttribute] Single* @params) { @@ -88135,7 +89336,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtFramebufferObject", Version = "1.2", EntryPoint = "glDeleteFramebuffersEXT")] + /// [requires: EXT_framebuffer_object] + [AutoGenerated(Category = "EXT_framebuffer_object", Version = "1.2", EntryPoint = "glDeleteFramebuffersEXT")] public static void DeleteFramebuffers(Int32 n, Int32[] framebuffers) { @@ -88155,7 +89357,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtFramebufferObject", Version = "1.2", EntryPoint = "glDeleteFramebuffersEXT")] + /// [requires: EXT_framebuffer_object] + [AutoGenerated(Category = "EXT_framebuffer_object", Version = "1.2", EntryPoint = "glDeleteFramebuffersEXT")] public static void DeleteFramebuffers(Int32 n, ref Int32 framebuffers) { @@ -88175,8 +89378,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_framebuffer_object] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtFramebufferObject", Version = "1.2", EntryPoint = "glDeleteFramebuffersEXT")] + [AutoGenerated(Category = "EXT_framebuffer_object", Version = "1.2", EntryPoint = "glDeleteFramebuffersEXT")] public static unsafe void DeleteFramebuffers(Int32 n, Int32* framebuffers) { @@ -88190,8 +89394,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_framebuffer_object] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtFramebufferObject", Version = "1.2", EntryPoint = "glDeleteFramebuffersEXT")] + [AutoGenerated(Category = "EXT_framebuffer_object", Version = "1.2", EntryPoint = "glDeleteFramebuffersEXT")] public static void DeleteFramebuffers(Int32 n, UInt32[] framebuffers) { @@ -88211,8 +89416,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_framebuffer_object] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtFramebufferObject", Version = "1.2", EntryPoint = "glDeleteFramebuffersEXT")] + [AutoGenerated(Category = "EXT_framebuffer_object", Version = "1.2", EntryPoint = "glDeleteFramebuffersEXT")] public static void DeleteFramebuffers(Int32 n, ref UInt32 framebuffers) { @@ -88232,8 +89438,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_framebuffer_object] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtFramebufferObject", Version = "1.2", EntryPoint = "glDeleteFramebuffersEXT")] + [AutoGenerated(Category = "EXT_framebuffer_object", Version = "1.2", EntryPoint = "glDeleteFramebuffersEXT")] public static unsafe void DeleteFramebuffers(Int32 n, UInt32* framebuffers) { @@ -88247,7 +89454,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtFramebufferObject", Version = "1.2", EntryPoint = "glDeleteRenderbuffersEXT")] + /// [requires: EXT_framebuffer_object] + [AutoGenerated(Category = "EXT_framebuffer_object", Version = "1.2", EntryPoint = "glDeleteRenderbuffersEXT")] public static void DeleteRenderbuffers(Int32 n, Int32[] renderbuffers) { @@ -88267,7 +89475,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtFramebufferObject", Version = "1.2", EntryPoint = "glDeleteRenderbuffersEXT")] + /// [requires: EXT_framebuffer_object] + [AutoGenerated(Category = "EXT_framebuffer_object", Version = "1.2", EntryPoint = "glDeleteRenderbuffersEXT")] public static void DeleteRenderbuffers(Int32 n, ref Int32 renderbuffers) { @@ -88287,8 +89496,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_framebuffer_object] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtFramebufferObject", Version = "1.2", EntryPoint = "glDeleteRenderbuffersEXT")] + [AutoGenerated(Category = "EXT_framebuffer_object", Version = "1.2", EntryPoint = "glDeleteRenderbuffersEXT")] public static unsafe void DeleteRenderbuffers(Int32 n, Int32* renderbuffers) { @@ -88302,8 +89512,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_framebuffer_object] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtFramebufferObject", Version = "1.2", EntryPoint = "glDeleteRenderbuffersEXT")] + [AutoGenerated(Category = "EXT_framebuffer_object", Version = "1.2", EntryPoint = "glDeleteRenderbuffersEXT")] public static void DeleteRenderbuffers(Int32 n, UInt32[] renderbuffers) { @@ -88323,8 +89534,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_framebuffer_object] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtFramebufferObject", Version = "1.2", EntryPoint = "glDeleteRenderbuffersEXT")] + [AutoGenerated(Category = "EXT_framebuffer_object", Version = "1.2", EntryPoint = "glDeleteRenderbuffersEXT")] public static void DeleteRenderbuffers(Int32 n, ref UInt32 renderbuffers) { @@ -88344,8 +89556,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_framebuffer_object] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtFramebufferObject", Version = "1.2", EntryPoint = "glDeleteRenderbuffersEXT")] + [AutoGenerated(Category = "EXT_framebuffer_object", Version = "1.2", EntryPoint = "glDeleteRenderbuffersEXT")] public static unsafe void DeleteRenderbuffers(Int32 n, UInt32* renderbuffers) { @@ -88360,7 +89573,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_texture_object] /// Delete named textures /// /// @@ -88373,7 +89586,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies an array of textures to be deleted. /// /// - [AutoGenerated(Category = "ExtTextureObject", Version = "1.0", EntryPoint = "glDeleteTexturesEXT")] + [AutoGenerated(Category = "EXT_texture_object", Version = "1.0", EntryPoint = "glDeleteTexturesEXT")] public static void DeleteTextures(Int32 n, Int32[] textures) { @@ -88394,7 +89607,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_texture_object] /// Delete named textures /// /// @@ -88407,7 +89620,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies an array of textures to be deleted. /// /// - [AutoGenerated(Category = "ExtTextureObject", Version = "1.0", EntryPoint = "glDeleteTexturesEXT")] + [AutoGenerated(Category = "EXT_texture_object", Version = "1.0", EntryPoint = "glDeleteTexturesEXT")] public static void DeleteTextures(Int32 n, ref Int32 textures) { @@ -88428,7 +89641,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_texture_object] /// Delete named textures /// /// @@ -88442,7 +89655,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtTextureObject", Version = "1.0", EntryPoint = "glDeleteTexturesEXT")] + [AutoGenerated(Category = "EXT_texture_object", Version = "1.0", EntryPoint = "glDeleteTexturesEXT")] public static unsafe void DeleteTextures(Int32 n, Int32* textures) { @@ -88457,7 +89670,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_texture_object] /// Delete named textures /// /// @@ -88471,7 +89684,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtTextureObject", Version = "1.0", EntryPoint = "glDeleteTexturesEXT")] + [AutoGenerated(Category = "EXT_texture_object", Version = "1.0", EntryPoint = "glDeleteTexturesEXT")] public static void DeleteTextures(Int32 n, UInt32[] textures) { @@ -88492,7 +89705,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_texture_object] /// Delete named textures /// /// @@ -88506,7 +89719,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtTextureObject", Version = "1.0", EntryPoint = "glDeleteTexturesEXT")] + [AutoGenerated(Category = "EXT_texture_object", Version = "1.0", EntryPoint = "glDeleteTexturesEXT")] public static void DeleteTextures(Int32 n, ref UInt32 textures) { @@ -88527,7 +89740,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_texture_object] /// Delete named textures /// /// @@ -88541,7 +89754,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtTextureObject", Version = "1.0", EntryPoint = "glDeleteTexturesEXT")] + [AutoGenerated(Category = "EXT_texture_object", Version = "1.0", EntryPoint = "glDeleteTexturesEXT")] public static unsafe void DeleteTextures(Int32 n, UInt32* textures) { @@ -88555,7 +89768,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glDeleteVertexShaderEXT")] + /// [requires: EXT_vertex_shader] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glDeleteVertexShaderEXT")] public static void DeleteVertexShader(Int32 id) { @@ -88569,8 +89783,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_vertex_shader] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glDeleteVertexShaderEXT")] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glDeleteVertexShaderEXT")] public static void DeleteVertexShader(UInt32 id) { @@ -88584,7 +89799,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDepthBoundsTest", Version = "1.2", EntryPoint = "glDepthBoundsEXT")] + /// [requires: EXT_depth_bounds_test] + [AutoGenerated(Category = "EXT_depth_bounds_test", Version = "1.2", EntryPoint = "glDepthBoundsEXT")] public static void DepthBounds(Double zmin, Double zmax) { @@ -88598,7 +89814,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glDisableClientStateIndexedEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glDisableClientStateIndexedEXT")] public static void DisableClientStateIndexed(OpenTK.Graphics.OpenGL.EnableCap array, Int32 index) { @@ -88612,8 +89829,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glDisableClientStateIndexedEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glDisableClientStateIndexedEXT")] public static void DisableClientStateIndexed(OpenTK.Graphics.OpenGL.EnableCap array, UInt32 index) { @@ -88627,7 +89845,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDrawBuffers2", Version = "2.0", EntryPoint = "glDisableIndexedEXT")] + /// [requires: EXT_draw_buffers2] + [AutoGenerated(Category = "EXT_draw_buffers2", Version = "2.0", EntryPoint = "glDisableIndexedEXT")] public static void DisableIndexed(OpenTK.Graphics.OpenGL.ExtDrawBuffers2 target, Int32 index) { @@ -88641,8 +89860,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_draw_buffers2] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDrawBuffers2", Version = "2.0", EntryPoint = "glDisableIndexedEXT")] + [AutoGenerated(Category = "EXT_draw_buffers2", Version = "2.0", EntryPoint = "glDisableIndexedEXT")] public static void DisableIndexed(OpenTK.Graphics.OpenGL.ExtDrawBuffers2 target, UInt32 index) { @@ -88656,7 +89876,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glDisableVariantClientStateEXT")] + /// [requires: EXT_vertex_shader] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glDisableVariantClientStateEXT")] public static void DisableVariantClientState(Int32 id) { @@ -88670,8 +89891,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_vertex_shader] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glDisableVariantClientStateEXT")] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glDisableVariantClientStateEXT")] public static void DisableVariantClientState(UInt32 id) { @@ -88686,7 +89908,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_vertex_array] /// Render primitives from array data /// /// @@ -88704,7 +89926,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the number of indices to be rendered. /// /// - [AutoGenerated(Category = "ExtVertexArray", Version = "1.0", EntryPoint = "glDrawArraysEXT")] + [AutoGenerated(Category = "EXT_vertex_array", Version = "1.0", EntryPoint = "glDrawArraysEXT")] public static void DrawArrays(OpenTK.Graphics.OpenGL.BeginMode mode, Int32 first, Int32 count) { @@ -88718,7 +89940,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDrawInstanced", Version = "2.0", EntryPoint = "glDrawArraysInstancedEXT")] + /// [requires: EXT_draw_instanced] + [AutoGenerated(Category = "EXT_draw_instanced", Version = "2.0", EntryPoint = "glDrawArraysInstancedEXT")] public static void DrawArraysInstanced(OpenTK.Graphics.OpenGL.BeginMode mode, Int32 start, Int32 count, Int32 primcount) { @@ -88732,7 +89955,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDrawInstanced", Version = "2.0", EntryPoint = "glDrawElementsInstancedEXT")] + /// [requires: EXT_draw_instanced] + [AutoGenerated(Category = "EXT_draw_instanced", Version = "2.0", EntryPoint = "glDrawElementsInstancedEXT")] public static void DrawElementsInstanced(OpenTK.Graphics.OpenGL.BeginMode mode, Int32 count, OpenTK.Graphics.OpenGL.DrawElementsType type, IntPtr indices, Int32 primcount) { @@ -88746,7 +89970,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDrawInstanced", Version = "2.0", EntryPoint = "glDrawElementsInstancedEXT")] + /// [requires: EXT_draw_instanced] + [AutoGenerated(Category = "EXT_draw_instanced", Version = "2.0", EntryPoint = "glDrawElementsInstancedEXT")] public static void DrawElementsInstanced(OpenTK.Graphics.OpenGL.BeginMode mode, Int32 count, OpenTK.Graphics.OpenGL.DrawElementsType type, [InAttribute, OutAttribute] T3[] indices, Int32 primcount) where T3 : struct @@ -88769,7 +89994,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDrawInstanced", Version = "2.0", EntryPoint = "glDrawElementsInstancedEXT")] + /// [requires: EXT_draw_instanced] + [AutoGenerated(Category = "EXT_draw_instanced", Version = "2.0", EntryPoint = "glDrawElementsInstancedEXT")] public static void DrawElementsInstanced(OpenTK.Graphics.OpenGL.BeginMode mode, Int32 count, OpenTK.Graphics.OpenGL.DrawElementsType type, [InAttribute, OutAttribute] T3[,] indices, Int32 primcount) where T3 : struct @@ -88792,7 +90018,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDrawInstanced", Version = "2.0", EntryPoint = "glDrawElementsInstancedEXT")] + /// [requires: EXT_draw_instanced] + [AutoGenerated(Category = "EXT_draw_instanced", Version = "2.0", EntryPoint = "glDrawElementsInstancedEXT")] public static void DrawElementsInstanced(OpenTK.Graphics.OpenGL.BeginMode mode, Int32 count, OpenTK.Graphics.OpenGL.DrawElementsType type, [InAttribute, OutAttribute] T3[,,] indices, Int32 primcount) where T3 : struct @@ -88815,7 +90042,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDrawInstanced", Version = "2.0", EntryPoint = "glDrawElementsInstancedEXT")] + /// [requires: EXT_draw_instanced] + [AutoGenerated(Category = "EXT_draw_instanced", Version = "2.0", EntryPoint = "glDrawElementsInstancedEXT")] public static void DrawElementsInstanced(OpenTK.Graphics.OpenGL.BeginMode mode, Int32 count, OpenTK.Graphics.OpenGL.DrawElementsType type, [InAttribute, OutAttribute] ref T3 indices, Int32 primcount) where T3 : struct @@ -88840,7 +90068,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_draw_range_elements] /// Render primitives from array data /// /// @@ -88873,7 +90101,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the location where the indices are stored. /// /// - [AutoGenerated(Category = "ExtDrawRangeElements", Version = "1.1", EntryPoint = "glDrawRangeElementsEXT")] + [AutoGenerated(Category = "EXT_draw_range_elements", Version = "1.1", EntryPoint = "glDrawRangeElementsEXT")] public static void DrawRangeElements(OpenTK.Graphics.OpenGL.BeginMode mode, Int32 start, Int32 end, Int32 count, OpenTK.Graphics.OpenGL.DrawElementsType type, IntPtr indices) { @@ -88888,7 +90116,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_draw_range_elements] /// Render primitives from array data /// /// @@ -88921,7 +90149,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the location where the indices are stored. /// /// - [AutoGenerated(Category = "ExtDrawRangeElements", Version = "1.1", EntryPoint = "glDrawRangeElementsEXT")] + [AutoGenerated(Category = "EXT_draw_range_elements", Version = "1.1", EntryPoint = "glDrawRangeElementsEXT")] public static void DrawRangeElements(OpenTK.Graphics.OpenGL.BeginMode mode, Int32 start, Int32 end, Int32 count, OpenTK.Graphics.OpenGL.DrawElementsType type, [InAttribute, OutAttribute] T5[] indices) where T5 : struct @@ -88945,7 +90173,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_draw_range_elements] /// Render primitives from array data /// /// @@ -88978,7 +90206,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the location where the indices are stored. /// /// - [AutoGenerated(Category = "ExtDrawRangeElements", Version = "1.1", EntryPoint = "glDrawRangeElementsEXT")] + [AutoGenerated(Category = "EXT_draw_range_elements", Version = "1.1", EntryPoint = "glDrawRangeElementsEXT")] public static void DrawRangeElements(OpenTK.Graphics.OpenGL.BeginMode mode, Int32 start, Int32 end, Int32 count, OpenTK.Graphics.OpenGL.DrawElementsType type, [InAttribute, OutAttribute] T5[,] indices) where T5 : struct @@ -89002,7 +90230,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_draw_range_elements] /// Render primitives from array data /// /// @@ -89035,7 +90263,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the location where the indices are stored. /// /// - [AutoGenerated(Category = "ExtDrawRangeElements", Version = "1.1", EntryPoint = "glDrawRangeElementsEXT")] + [AutoGenerated(Category = "EXT_draw_range_elements", Version = "1.1", EntryPoint = "glDrawRangeElementsEXT")] public static void DrawRangeElements(OpenTK.Graphics.OpenGL.BeginMode mode, Int32 start, Int32 end, Int32 count, OpenTK.Graphics.OpenGL.DrawElementsType type, [InAttribute, OutAttribute] T5[,,] indices) where T5 : struct @@ -89059,7 +90287,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_draw_range_elements] /// Render primitives from array data /// /// @@ -89092,7 +90320,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the location where the indices are stored. /// /// - [AutoGenerated(Category = "ExtDrawRangeElements", Version = "1.1", EntryPoint = "glDrawRangeElementsEXT")] + [AutoGenerated(Category = "EXT_draw_range_elements", Version = "1.1", EntryPoint = "glDrawRangeElementsEXT")] public static void DrawRangeElements(OpenTK.Graphics.OpenGL.BeginMode mode, Int32 start, Int32 end, Int32 count, OpenTK.Graphics.OpenGL.DrawElementsType type, [InAttribute, OutAttribute] ref T5 indices) where T5 : struct @@ -89117,7 +90345,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_draw_range_elements] /// Render primitives from array data /// /// @@ -89151,7 +90379,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDrawRangeElements", Version = "1.1", EntryPoint = "glDrawRangeElementsEXT")] + [AutoGenerated(Category = "EXT_draw_range_elements", Version = "1.1", EntryPoint = "glDrawRangeElementsEXT")] public static void DrawRangeElements(OpenTK.Graphics.OpenGL.BeginMode mode, UInt32 start, UInt32 end, Int32 count, OpenTK.Graphics.OpenGL.DrawElementsType type, IntPtr indices) { @@ -89166,7 +90394,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_draw_range_elements] /// Render primitives from array data /// /// @@ -89200,7 +90428,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDrawRangeElements", Version = "1.1", EntryPoint = "glDrawRangeElementsEXT")] + [AutoGenerated(Category = "EXT_draw_range_elements", Version = "1.1", EntryPoint = "glDrawRangeElementsEXT")] public static void DrawRangeElements(OpenTK.Graphics.OpenGL.BeginMode mode, UInt32 start, UInt32 end, Int32 count, OpenTK.Graphics.OpenGL.DrawElementsType type, [InAttribute, OutAttribute] T5[] indices) where T5 : struct @@ -89224,7 +90452,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_draw_range_elements] /// Render primitives from array data /// /// @@ -89258,7 +90486,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDrawRangeElements", Version = "1.1", EntryPoint = "glDrawRangeElementsEXT")] + [AutoGenerated(Category = "EXT_draw_range_elements", Version = "1.1", EntryPoint = "glDrawRangeElementsEXT")] public static void DrawRangeElements(OpenTK.Graphics.OpenGL.BeginMode mode, UInt32 start, UInt32 end, Int32 count, OpenTK.Graphics.OpenGL.DrawElementsType type, [InAttribute, OutAttribute] T5[,] indices) where T5 : struct @@ -89282,7 +90510,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_draw_range_elements] /// Render primitives from array data /// /// @@ -89316,7 +90544,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDrawRangeElements", Version = "1.1", EntryPoint = "glDrawRangeElementsEXT")] + [AutoGenerated(Category = "EXT_draw_range_elements", Version = "1.1", EntryPoint = "glDrawRangeElementsEXT")] public static void DrawRangeElements(OpenTK.Graphics.OpenGL.BeginMode mode, UInt32 start, UInt32 end, Int32 count, OpenTK.Graphics.OpenGL.DrawElementsType type, [InAttribute, OutAttribute] T5[,,] indices) where T5 : struct @@ -89340,7 +90568,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_draw_range_elements] /// Render primitives from array data /// /// @@ -89374,7 +90602,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDrawRangeElements", Version = "1.1", EntryPoint = "glDrawRangeElementsEXT")] + [AutoGenerated(Category = "EXT_draw_range_elements", Version = "1.1", EntryPoint = "glDrawRangeElementsEXT")] public static void DrawRangeElements(OpenTK.Graphics.OpenGL.BeginMode mode, UInt32 start, UInt32 end, Int32 count, OpenTK.Graphics.OpenGL.DrawElementsType type, [InAttribute, OutAttribute] ref T5 indices) where T5 : struct @@ -89399,7 +90627,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_vertex_array] /// Define an array of edge flags /// /// @@ -89412,7 +90640,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the first edge flag in the array. The initial value is 0. /// /// - [AutoGenerated(Category = "ExtVertexArray", Version = "1.0", EntryPoint = "glEdgeFlagPointerEXT")] + [AutoGenerated(Category = "EXT_vertex_array", Version = "1.0", EntryPoint = "glEdgeFlagPointerEXT")] public static void EdgeFlagPointer(Int32 stride, Int32 count, bool[] pointer) { @@ -89433,7 +90661,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_vertex_array] /// Define an array of edge flags /// /// @@ -89446,7 +90674,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the first edge flag in the array. The initial value is 0. /// /// - [AutoGenerated(Category = "ExtVertexArray", Version = "1.0", EntryPoint = "glEdgeFlagPointerEXT")] + [AutoGenerated(Category = "EXT_vertex_array", Version = "1.0", EntryPoint = "glEdgeFlagPointerEXT")] public static void EdgeFlagPointer(Int32 stride, Int32 count, ref bool pointer) { @@ -89467,7 +90695,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_vertex_array] /// Define an array of edge flags /// /// @@ -89481,7 +90709,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtVertexArray", Version = "1.0", EntryPoint = "glEdgeFlagPointerEXT")] + [AutoGenerated(Category = "EXT_vertex_array", Version = "1.0", EntryPoint = "glEdgeFlagPointerEXT")] public static unsafe void EdgeFlagPointer(Int32 stride, Int32 count, bool* pointer) { @@ -89495,7 +90723,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glEnableClientStateIndexedEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glEnableClientStateIndexedEXT")] public static void EnableClientStateIndexed(OpenTK.Graphics.OpenGL.EnableCap array, Int32 index) { @@ -89509,8 +90738,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glEnableClientStateIndexedEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glEnableClientStateIndexedEXT")] public static void EnableClientStateIndexed(OpenTK.Graphics.OpenGL.EnableCap array, UInt32 index) { @@ -89524,7 +90754,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDrawBuffers2", Version = "2.0", EntryPoint = "glEnableIndexedEXT")] + /// [requires: EXT_draw_buffers2] + [AutoGenerated(Category = "EXT_draw_buffers2", Version = "2.0", EntryPoint = "glEnableIndexedEXT")] public static void EnableIndexed(OpenTK.Graphics.OpenGL.ExtDrawBuffers2 target, Int32 index) { @@ -89538,8 +90769,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_draw_buffers2] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDrawBuffers2", Version = "2.0", EntryPoint = "glEnableIndexedEXT")] + [AutoGenerated(Category = "EXT_draw_buffers2", Version = "2.0", EntryPoint = "glEnableIndexedEXT")] public static void EnableIndexed(OpenTK.Graphics.OpenGL.ExtDrawBuffers2 target, UInt32 index) { @@ -89553,7 +90785,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glEnableVariantClientStateEXT")] + /// [requires: EXT_vertex_shader] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glEnableVariantClientStateEXT")] public static void EnableVariantClientState(Int32 id) { @@ -89567,8 +90800,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_vertex_shader] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glEnableVariantClientStateEXT")] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glEnableVariantClientStateEXT")] public static void EnableVariantClientState(UInt32 id) { @@ -89582,7 +90816,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtTransformFeedback", Version = "2.0", EntryPoint = "glEndTransformFeedbackEXT")] + /// [requires: EXT_transform_feedback] + [AutoGenerated(Category = "EXT_transform_feedback", Version = "2.0", EntryPoint = "glEndTransformFeedbackEXT")] public static void EndTransformFeedback() { @@ -89596,7 +90831,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glEndVertexShaderEXT")] + /// [requires: EXT_vertex_shader] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glEndVertexShaderEXT")] public static void EndVertexShader() { @@ -89610,7 +90846,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glExtractComponentEXT")] + /// [requires: EXT_vertex_shader] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glExtractComponentEXT")] public static void ExtractComponent(Int32 res, Int32 src, Int32 num) { @@ -89624,8 +90861,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_vertex_shader] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glExtractComponentEXT")] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glExtractComponentEXT")] public static void ExtractComponent(UInt32 res, UInt32 src, UInt32 num) { @@ -89640,7 +90878,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_fog_coord] /// Set the current fog coordinates /// /// @@ -89648,7 +90886,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the fog distance. /// /// - [AutoGenerated(Category = "ExtFogCoord", Version = "1.1", EntryPoint = "glFogCoorddEXT")] + [AutoGenerated(Category = "EXT_fog_coord", Version = "1.1", EntryPoint = "glFogCoorddEXT")] public static void FogCoord(Double coord) { @@ -89663,7 +90901,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_fog_coord] /// Set the current fog coordinates /// /// @@ -89672,7 +90910,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtFogCoord", Version = "1.1", EntryPoint = "glFogCoorddvEXT")] + [AutoGenerated(Category = "EXT_fog_coord", Version = "1.1", EntryPoint = "glFogCoorddvEXT")] public static unsafe void FogCoord(Double* coord) { @@ -89687,7 +90925,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_fog_coord] /// Set the current fog coordinates /// /// @@ -89695,7 +90933,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the fog distance. /// /// - [AutoGenerated(Category = "ExtFogCoord", Version = "1.1", EntryPoint = "glFogCoordfEXT")] + [AutoGenerated(Category = "EXT_fog_coord", Version = "1.1", EntryPoint = "glFogCoordfEXT")] public static void FogCoord(Single coord) { @@ -89710,7 +90948,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_fog_coord] /// Set the current fog coordinates /// /// @@ -89719,7 +90957,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtFogCoord", Version = "1.1", EntryPoint = "glFogCoordfvEXT")] + [AutoGenerated(Category = "EXT_fog_coord", Version = "1.1", EntryPoint = "glFogCoordfvEXT")] public static unsafe void FogCoord(Single* coord) { @@ -89734,7 +90972,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_fog_coord] /// Define an array of fog coordinates /// /// @@ -89752,7 +90990,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the first coordinate of the first fog coordinate in the array. The initial value is 0. /// /// - [AutoGenerated(Category = "ExtFogCoord", Version = "1.1", EntryPoint = "glFogCoordPointerEXT")] + [AutoGenerated(Category = "EXT_fog_coord", Version = "1.1", EntryPoint = "glFogCoordPointerEXT")] public static void FogCoordPointer(OpenTK.Graphics.OpenGL.ExtFogCoord type, Int32 stride, IntPtr pointer) { @@ -89767,7 +91005,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_fog_coord] /// Define an array of fog coordinates /// /// @@ -89785,7 +91023,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the first coordinate of the first fog coordinate in the array. The initial value is 0. /// /// - [AutoGenerated(Category = "ExtFogCoord", Version = "1.1", EntryPoint = "glFogCoordPointerEXT")] + [AutoGenerated(Category = "EXT_fog_coord", Version = "1.1", EntryPoint = "glFogCoordPointerEXT")] public static void FogCoordPointer(OpenTK.Graphics.OpenGL.ExtFogCoord type, Int32 stride, [InAttribute, OutAttribute] T2[] pointer) where T2 : struct @@ -89809,7 +91047,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_fog_coord] /// Define an array of fog coordinates /// /// @@ -89827,7 +91065,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the first coordinate of the first fog coordinate in the array. The initial value is 0. /// /// - [AutoGenerated(Category = "ExtFogCoord", Version = "1.1", EntryPoint = "glFogCoordPointerEXT")] + [AutoGenerated(Category = "EXT_fog_coord", Version = "1.1", EntryPoint = "glFogCoordPointerEXT")] public static void FogCoordPointer(OpenTK.Graphics.OpenGL.ExtFogCoord type, Int32 stride, [InAttribute, OutAttribute] T2[,] pointer) where T2 : struct @@ -89851,7 +91089,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_fog_coord] /// Define an array of fog coordinates /// /// @@ -89869,7 +91107,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the first coordinate of the first fog coordinate in the array. The initial value is 0. /// /// - [AutoGenerated(Category = "ExtFogCoord", Version = "1.1", EntryPoint = "glFogCoordPointerEXT")] + [AutoGenerated(Category = "EXT_fog_coord", Version = "1.1", EntryPoint = "glFogCoordPointerEXT")] public static void FogCoordPointer(OpenTK.Graphics.OpenGL.ExtFogCoord type, Int32 stride, [InAttribute, OutAttribute] T2[,,] pointer) where T2 : struct @@ -89893,7 +91131,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_fog_coord] /// Define an array of fog coordinates /// /// @@ -89911,7 +91149,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the first coordinate of the first fog coordinate in the array. The initial value is 0. /// /// - [AutoGenerated(Category = "ExtFogCoord", Version = "1.1", EntryPoint = "glFogCoordPointerEXT")] + [AutoGenerated(Category = "EXT_fog_coord", Version = "1.1", EntryPoint = "glFogCoordPointerEXT")] public static void FogCoordPointer(OpenTK.Graphics.OpenGL.ExtFogCoord type, Int32 stride, [InAttribute, OutAttribute] ref T2 pointer) where T2 : struct @@ -89935,7 +91173,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glFramebufferDrawBufferEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glFramebufferDrawBufferEXT")] public static void FramebufferDrawBuffer(Int32 framebuffer, OpenTK.Graphics.OpenGL.DrawBufferMode mode) { @@ -89949,8 +91188,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glFramebufferDrawBufferEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glFramebufferDrawBufferEXT")] public static void FramebufferDrawBuffer(UInt32 framebuffer, OpenTK.Graphics.OpenGL.DrawBufferMode mode) { @@ -89964,7 +91204,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glFramebufferDrawBuffersEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glFramebufferDrawBuffersEXT")] public static void FramebufferDrawBuffers(Int32 framebuffer, Int32 n, OpenTK.Graphics.OpenGL.DrawBufferMode[] bufs) { @@ -89984,7 +91225,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glFramebufferDrawBuffersEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glFramebufferDrawBuffersEXT")] public static void FramebufferDrawBuffers(Int32 framebuffer, Int32 n, ref OpenTK.Graphics.OpenGL.DrawBufferMode bufs) { @@ -90004,8 +91246,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glFramebufferDrawBuffersEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glFramebufferDrawBuffersEXT")] public static unsafe void FramebufferDrawBuffers(Int32 framebuffer, Int32 n, OpenTK.Graphics.OpenGL.DrawBufferMode* bufs) { @@ -90019,8 +91262,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glFramebufferDrawBuffersEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glFramebufferDrawBuffersEXT")] public static void FramebufferDrawBuffers(UInt32 framebuffer, Int32 n, OpenTK.Graphics.OpenGL.DrawBufferMode[] bufs) { @@ -90040,8 +91284,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glFramebufferDrawBuffersEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glFramebufferDrawBuffersEXT")] public static void FramebufferDrawBuffers(UInt32 framebuffer, Int32 n, ref OpenTK.Graphics.OpenGL.DrawBufferMode bufs) { @@ -90061,8 +91306,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glFramebufferDrawBuffersEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glFramebufferDrawBuffersEXT")] public static unsafe void FramebufferDrawBuffers(UInt32 framebuffer, Int32 n, OpenTK.Graphics.OpenGL.DrawBufferMode* bufs) { @@ -90076,7 +91322,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glFramebufferReadBufferEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glFramebufferReadBufferEXT")] public static void FramebufferReadBuffer(Int32 framebuffer, OpenTK.Graphics.OpenGL.ReadBufferMode mode) { @@ -90090,8 +91337,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glFramebufferReadBufferEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glFramebufferReadBufferEXT")] public static void FramebufferReadBuffer(UInt32 framebuffer, OpenTK.Graphics.OpenGL.ReadBufferMode mode) { @@ -90105,7 +91353,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtFramebufferObject", Version = "1.2", EntryPoint = "glFramebufferRenderbufferEXT")] + /// [requires: EXT_framebuffer_object] + [AutoGenerated(Category = "EXT_framebuffer_object", Version = "1.2", EntryPoint = "glFramebufferRenderbufferEXT")] public static void FramebufferRenderbuffer(OpenTK.Graphics.OpenGL.FramebufferTarget target, OpenTK.Graphics.OpenGL.FramebufferAttachment attachment, OpenTK.Graphics.OpenGL.RenderbufferTarget renderbuffertarget, Int32 renderbuffer) { @@ -90119,8 +91368,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_framebuffer_object] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtFramebufferObject", Version = "1.2", EntryPoint = "glFramebufferRenderbufferEXT")] + [AutoGenerated(Category = "EXT_framebuffer_object", Version = "1.2", EntryPoint = "glFramebufferRenderbufferEXT")] public static void FramebufferRenderbuffer(OpenTK.Graphics.OpenGL.FramebufferTarget target, OpenTK.Graphics.OpenGL.FramebufferAttachment attachment, OpenTK.Graphics.OpenGL.RenderbufferTarget renderbuffertarget, UInt32 renderbuffer) { @@ -90134,7 +91384,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtFramebufferObject", Version = "1.2", EntryPoint = "glFramebufferTexture1DEXT")] + /// [requires: EXT_framebuffer_object] + [AutoGenerated(Category = "EXT_framebuffer_object", Version = "1.2", EntryPoint = "glFramebufferTexture1DEXT")] public static void FramebufferTexture1D(OpenTK.Graphics.OpenGL.FramebufferTarget target, OpenTK.Graphics.OpenGL.FramebufferAttachment attachment, OpenTK.Graphics.OpenGL.TextureTarget textarget, Int32 texture, Int32 level) { @@ -90148,8 +91399,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_framebuffer_object] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtFramebufferObject", Version = "1.2", EntryPoint = "glFramebufferTexture1DEXT")] + [AutoGenerated(Category = "EXT_framebuffer_object", Version = "1.2", EntryPoint = "glFramebufferTexture1DEXT")] public static void FramebufferTexture1D(OpenTK.Graphics.OpenGL.FramebufferTarget target, OpenTK.Graphics.OpenGL.FramebufferAttachment attachment, OpenTK.Graphics.OpenGL.TextureTarget textarget, UInt32 texture, Int32 level) { @@ -90163,7 +91415,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtFramebufferObject", Version = "1.2", EntryPoint = "glFramebufferTexture2DEXT")] + /// [requires: EXT_framebuffer_object] + [AutoGenerated(Category = "EXT_framebuffer_object", Version = "1.2", EntryPoint = "glFramebufferTexture2DEXT")] public static void FramebufferTexture2D(OpenTK.Graphics.OpenGL.FramebufferTarget target, OpenTK.Graphics.OpenGL.FramebufferAttachment attachment, OpenTK.Graphics.OpenGL.TextureTarget textarget, Int32 texture, Int32 level) { @@ -90177,8 +91430,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_framebuffer_object] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtFramebufferObject", Version = "1.2", EntryPoint = "glFramebufferTexture2DEXT")] + [AutoGenerated(Category = "EXT_framebuffer_object", Version = "1.2", EntryPoint = "glFramebufferTexture2DEXT")] public static void FramebufferTexture2D(OpenTK.Graphics.OpenGL.FramebufferTarget target, OpenTK.Graphics.OpenGL.FramebufferAttachment attachment, OpenTK.Graphics.OpenGL.TextureTarget textarget, UInt32 texture, Int32 level) { @@ -90192,7 +91446,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtFramebufferObject", Version = "1.2", EntryPoint = "glFramebufferTexture3DEXT")] + /// [requires: EXT_framebuffer_object] + [AutoGenerated(Category = "EXT_framebuffer_object", Version = "1.2", EntryPoint = "glFramebufferTexture3DEXT")] 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) { @@ -90206,8 +91461,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_framebuffer_object] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtFramebufferObject", Version = "1.2", EntryPoint = "glFramebufferTexture3DEXT")] + [AutoGenerated(Category = "EXT_framebuffer_object", Version = "1.2", EntryPoint = "glFramebufferTexture3DEXT")] 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) { @@ -90221,7 +91477,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvGeometryProgram4", Version = "2.0", EntryPoint = "glFramebufferTextureEXT")] + /// [requires: NV_geometry_program4] + [AutoGenerated(Category = "NV_geometry_program4", Version = "2.0", EntryPoint = "glFramebufferTextureEXT")] public static void FramebufferTexture(OpenTK.Graphics.OpenGL.FramebufferTarget target, OpenTK.Graphics.OpenGL.FramebufferAttachment attachment, Int32 texture, Int32 level) { @@ -90235,8 +91492,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_geometry_program4] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvGeometryProgram4", Version = "2.0", EntryPoint = "glFramebufferTextureEXT")] + [AutoGenerated(Category = "NV_geometry_program4", Version = "2.0", EntryPoint = "glFramebufferTextureEXT")] public static void FramebufferTexture(OpenTK.Graphics.OpenGL.FramebufferTarget target, OpenTK.Graphics.OpenGL.FramebufferAttachment attachment, UInt32 texture, Int32 level) { @@ -90250,7 +91508,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvGeometryProgram4", Version = "2.0", EntryPoint = "glFramebufferTextureFaceEXT")] + /// [requires: NV_geometry_program4] + [AutoGenerated(Category = "NV_geometry_program4", Version = "2.0", EntryPoint = "glFramebufferTextureFaceEXT")] public static void FramebufferTextureFace(OpenTK.Graphics.OpenGL.FramebufferTarget target, OpenTK.Graphics.OpenGL.FramebufferAttachment attachment, Int32 texture, Int32 level, OpenTK.Graphics.OpenGL.TextureTarget face) { @@ -90264,8 +91523,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_geometry_program4] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvGeometryProgram4", Version = "2.0", EntryPoint = "glFramebufferTextureFaceEXT")] + [AutoGenerated(Category = "NV_geometry_program4", Version = "2.0", EntryPoint = "glFramebufferTextureFaceEXT")] public static void FramebufferTextureFace(OpenTK.Graphics.OpenGL.FramebufferTarget target, OpenTK.Graphics.OpenGL.FramebufferAttachment attachment, UInt32 texture, Int32 level, OpenTK.Graphics.OpenGL.TextureTarget face) { @@ -90279,7 +91539,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvGeometryProgram4", Version = "2.0", EntryPoint = "glFramebufferTextureLayerEXT")] + /// [requires: NV_geometry_program4] + [AutoGenerated(Category = "NV_geometry_program4", Version = "2.0", EntryPoint = "glFramebufferTextureLayerEXT")] public static void FramebufferTextureLayer(OpenTK.Graphics.OpenGL.FramebufferTarget target, OpenTK.Graphics.OpenGL.FramebufferAttachment attachment, Int32 texture, Int32 level, Int32 layer) { @@ -90293,8 +91554,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_geometry_program4] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvGeometryProgram4", Version = "2.0", EntryPoint = "glFramebufferTextureLayerEXT")] + [AutoGenerated(Category = "NV_geometry_program4", Version = "2.0", EntryPoint = "glFramebufferTextureLayerEXT")] public static void FramebufferTextureLayer(OpenTK.Graphics.OpenGL.FramebufferTarget target, OpenTK.Graphics.OpenGL.FramebufferAttachment attachment, UInt32 texture, Int32 level, Int32 layer) { @@ -90308,7 +91570,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtFramebufferObject", Version = "1.2", EntryPoint = "glGenerateMipmapEXT")] + /// [requires: EXT_framebuffer_object] + [AutoGenerated(Category = "EXT_framebuffer_object", Version = "1.2", EntryPoint = "glGenerateMipmapEXT")] public static void GenerateMipmap(OpenTK.Graphics.OpenGL.GenerateMipmapTarget target) { @@ -90322,7 +91585,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGenerateMultiTexMipmapEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGenerateMultiTexMipmapEXT")] public static void GenerateMultiTexMipmap(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target) { @@ -90336,7 +91600,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGenerateTextureMipmapEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGenerateTextureMipmapEXT")] public static void GenerateTextureMipmap(Int32 texture, OpenTK.Graphics.OpenGL.TextureTarget target) { @@ -90350,8 +91615,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGenerateTextureMipmapEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGenerateTextureMipmapEXT")] public static void GenerateTextureMipmap(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target) { @@ -90365,7 +91631,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtFramebufferObject", Version = "1.2", EntryPoint = "glGenFramebuffersEXT")] + /// [requires: EXT_framebuffer_object] + [AutoGenerated(Category = "EXT_framebuffer_object", Version = "1.2", EntryPoint = "glGenFramebuffersEXT")] public static void GenFramebuffers(Int32 n, [OutAttribute] Int32[] framebuffers) { @@ -90385,7 +91652,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtFramebufferObject", Version = "1.2", EntryPoint = "glGenFramebuffersEXT")] + /// [requires: EXT_framebuffer_object] + [AutoGenerated(Category = "EXT_framebuffer_object", Version = "1.2", EntryPoint = "glGenFramebuffersEXT")] public static void GenFramebuffers(Int32 n, [OutAttribute] out Int32 framebuffers) { @@ -90406,8 +91674,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_framebuffer_object] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtFramebufferObject", Version = "1.2", EntryPoint = "glGenFramebuffersEXT")] + [AutoGenerated(Category = "EXT_framebuffer_object", Version = "1.2", EntryPoint = "glGenFramebuffersEXT")] public static unsafe void GenFramebuffers(Int32 n, [OutAttribute] Int32* framebuffers) { @@ -90421,8 +91690,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_framebuffer_object] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtFramebufferObject", Version = "1.2", EntryPoint = "glGenFramebuffersEXT")] + [AutoGenerated(Category = "EXT_framebuffer_object", Version = "1.2", EntryPoint = "glGenFramebuffersEXT")] public static void GenFramebuffers(Int32 n, [OutAttribute] UInt32[] framebuffers) { @@ -90442,8 +91712,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_framebuffer_object] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtFramebufferObject", Version = "1.2", EntryPoint = "glGenFramebuffersEXT")] + [AutoGenerated(Category = "EXT_framebuffer_object", Version = "1.2", EntryPoint = "glGenFramebuffersEXT")] public static void GenFramebuffers(Int32 n, [OutAttribute] out UInt32 framebuffers) { @@ -90464,8 +91735,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_framebuffer_object] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtFramebufferObject", Version = "1.2", EntryPoint = "glGenFramebuffersEXT")] + [AutoGenerated(Category = "EXT_framebuffer_object", Version = "1.2", EntryPoint = "glGenFramebuffersEXT")] public static unsafe void GenFramebuffers(Int32 n, [OutAttribute] UInt32* framebuffers) { @@ -90479,7 +91751,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtFramebufferObject", Version = "1.2", EntryPoint = "glGenRenderbuffersEXT")] + /// [requires: EXT_framebuffer_object] + [AutoGenerated(Category = "EXT_framebuffer_object", Version = "1.2", EntryPoint = "glGenRenderbuffersEXT")] public static void GenRenderbuffers(Int32 n, [OutAttribute] Int32[] renderbuffers) { @@ -90499,7 +91772,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtFramebufferObject", Version = "1.2", EntryPoint = "glGenRenderbuffersEXT")] + /// [requires: EXT_framebuffer_object] + [AutoGenerated(Category = "EXT_framebuffer_object", Version = "1.2", EntryPoint = "glGenRenderbuffersEXT")] public static void GenRenderbuffers(Int32 n, [OutAttribute] out Int32 renderbuffers) { @@ -90520,8 +91794,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_framebuffer_object] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtFramebufferObject", Version = "1.2", EntryPoint = "glGenRenderbuffersEXT")] + [AutoGenerated(Category = "EXT_framebuffer_object", Version = "1.2", EntryPoint = "glGenRenderbuffersEXT")] public static unsafe void GenRenderbuffers(Int32 n, [OutAttribute] Int32* renderbuffers) { @@ -90535,8 +91810,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_framebuffer_object] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtFramebufferObject", Version = "1.2", EntryPoint = "glGenRenderbuffersEXT")] + [AutoGenerated(Category = "EXT_framebuffer_object", Version = "1.2", EntryPoint = "glGenRenderbuffersEXT")] public static void GenRenderbuffers(Int32 n, [OutAttribute] UInt32[] renderbuffers) { @@ -90556,8 +91832,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_framebuffer_object] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtFramebufferObject", Version = "1.2", EntryPoint = "glGenRenderbuffersEXT")] + [AutoGenerated(Category = "EXT_framebuffer_object", Version = "1.2", EntryPoint = "glGenRenderbuffersEXT")] public static void GenRenderbuffers(Int32 n, [OutAttribute] out UInt32 renderbuffers) { @@ -90578,8 +91855,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_framebuffer_object] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtFramebufferObject", Version = "1.2", EntryPoint = "glGenRenderbuffersEXT")] + [AutoGenerated(Category = "EXT_framebuffer_object", Version = "1.2", EntryPoint = "glGenRenderbuffersEXT")] public static unsafe void GenRenderbuffers(Int32 n, [OutAttribute] UInt32* renderbuffers) { @@ -90593,7 +91871,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glGenSymbolsEXT")] + /// [requires: EXT_vertex_shader] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glGenSymbolsEXT")] public static Int32 GenSymbol(OpenTK.Graphics.OpenGL.ExtVertexShader datatype, OpenTK.Graphics.OpenGL.ExtVertexShader storagetype, OpenTK.Graphics.OpenGL.ExtVertexShader range, Int32 components) { @@ -90607,8 +91886,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_vertex_shader] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glGenSymbolsEXT")] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glGenSymbolsEXT")] public static Int32 GenSymbol(OpenTK.Graphics.OpenGL.ExtVertexShader datatype, OpenTK.Graphics.OpenGL.ExtVertexShader storagetype, OpenTK.Graphics.OpenGL.ExtVertexShader range, UInt32 components) { @@ -90623,7 +91903,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_texture_object] /// Generate texture names /// /// @@ -90636,7 +91916,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies an array in which the generated texture names are stored. /// /// - [AutoGenerated(Category = "ExtTextureObject", Version = "1.0", EntryPoint = "glGenTexturesEXT")] + [AutoGenerated(Category = "EXT_texture_object", Version = "1.0", EntryPoint = "glGenTexturesEXT")] public static void GenTextures(Int32 n, [OutAttribute] Int32[] textures) { @@ -90657,7 +91937,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_texture_object] /// Generate texture names /// /// @@ -90670,7 +91950,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies an array in which the generated texture names are stored. /// /// - [AutoGenerated(Category = "ExtTextureObject", Version = "1.0", EntryPoint = "glGenTexturesEXT")] + [AutoGenerated(Category = "EXT_texture_object", Version = "1.0", EntryPoint = "glGenTexturesEXT")] public static void GenTextures(Int32 n, [OutAttribute] out Int32 textures) { @@ -90692,7 +91972,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_texture_object] /// Generate texture names /// /// @@ -90706,7 +91986,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtTextureObject", Version = "1.0", EntryPoint = "glGenTexturesEXT")] + [AutoGenerated(Category = "EXT_texture_object", Version = "1.0", EntryPoint = "glGenTexturesEXT")] public static unsafe void GenTextures(Int32 n, [OutAttribute] Int32* textures) { @@ -90721,7 +92001,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_texture_object] /// Generate texture names /// /// @@ -90735,7 +92015,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtTextureObject", Version = "1.0", EntryPoint = "glGenTexturesEXT")] + [AutoGenerated(Category = "EXT_texture_object", Version = "1.0", EntryPoint = "glGenTexturesEXT")] public static void GenTextures(Int32 n, [OutAttribute] UInt32[] textures) { @@ -90756,7 +92036,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_texture_object] /// Generate texture names /// /// @@ -90770,7 +92050,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtTextureObject", Version = "1.0", EntryPoint = "glGenTexturesEXT")] + [AutoGenerated(Category = "EXT_texture_object", Version = "1.0", EntryPoint = "glGenTexturesEXT")] public static void GenTextures(Int32 n, [OutAttribute] out UInt32 textures) { @@ -90792,7 +92072,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_texture_object] /// Generate texture names /// /// @@ -90806,7 +92086,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtTextureObject", Version = "1.0", EntryPoint = "glGenTexturesEXT")] + [AutoGenerated(Category = "EXT_texture_object", Version = "1.0", EntryPoint = "glGenTexturesEXT")] public static unsafe void GenTextures(Int32 n, [OutAttribute] UInt32* textures) { @@ -90820,7 +92100,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glGenVertexShadersEXT")] + /// [requires: EXT_vertex_shader] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glGenVertexShadersEXT")] public static Int32 GenVertexShaders(Int32 range) { @@ -90834,8 +92115,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_vertex_shader] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glGenVertexShadersEXT")] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glGenVertexShadersEXT")] public static Int32 GenVertexShaders(UInt32 range) { @@ -90849,7 +92131,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDrawBuffers2", Version = "2.0", EntryPoint = "glGetBooleanIndexedvEXT")] + /// [requires: EXT_draw_buffers2] + [AutoGenerated(Category = "EXT_draw_buffers2", Version = "2.0", EntryPoint = "glGetBooleanIndexedvEXT")] public static void GetBooleanIndexed(OpenTK.Graphics.OpenGL.ExtDrawBuffers2 target, Int32 index, [OutAttribute] bool[] data) { @@ -90869,7 +92152,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDrawBuffers2", Version = "2.0", EntryPoint = "glGetBooleanIndexedvEXT")] + /// [requires: EXT_draw_buffers2] + [AutoGenerated(Category = "EXT_draw_buffers2", Version = "2.0", EntryPoint = "glGetBooleanIndexedvEXT")] public static void GetBooleanIndexed(OpenTK.Graphics.OpenGL.ExtDrawBuffers2 target, Int32 index, [OutAttribute] out bool data) { @@ -90890,8 +92174,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_draw_buffers2] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDrawBuffers2", Version = "2.0", EntryPoint = "glGetBooleanIndexedvEXT")] + [AutoGenerated(Category = "EXT_draw_buffers2", Version = "2.0", EntryPoint = "glGetBooleanIndexedvEXT")] public static unsafe void GetBooleanIndexed(OpenTK.Graphics.OpenGL.ExtDrawBuffers2 target, Int32 index, [OutAttribute] bool* data) { @@ -90905,8 +92190,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_draw_buffers2] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDrawBuffers2", Version = "2.0", EntryPoint = "glGetBooleanIndexedvEXT")] + [AutoGenerated(Category = "EXT_draw_buffers2", Version = "2.0", EntryPoint = "glGetBooleanIndexedvEXT")] public static void GetBooleanIndexed(OpenTK.Graphics.OpenGL.ExtDrawBuffers2 target, UInt32 index, [OutAttribute] bool[] data) { @@ -90926,8 +92212,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_draw_buffers2] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDrawBuffers2", Version = "2.0", EntryPoint = "glGetBooleanIndexedvEXT")] + [AutoGenerated(Category = "EXT_draw_buffers2", Version = "2.0", EntryPoint = "glGetBooleanIndexedvEXT")] public static void GetBooleanIndexed(OpenTK.Graphics.OpenGL.ExtDrawBuffers2 target, UInt32 index, [OutAttribute] out bool data) { @@ -90948,8 +92235,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_draw_buffers2] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDrawBuffers2", Version = "2.0", EntryPoint = "glGetBooleanIndexedvEXT")] + [AutoGenerated(Category = "EXT_draw_buffers2", Version = "2.0", EntryPoint = "glGetBooleanIndexedvEXT")] public static unsafe void GetBooleanIndexed(OpenTK.Graphics.OpenGL.ExtDrawBuffers2 target, UInt32 index, [OutAttribute] bool* data) { @@ -90964,7 +92252,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_paletted_texture] /// Retrieve contents of a color lookup table /// /// @@ -90987,7 +92275,7 @@ namespace OpenTK.Graphics.OpenGL /// Pointer to a one-dimensional array of pixel data containing the contents of the color table. /// /// - [AutoGenerated(Category = "ExtPalettedTexture", Version = "1.1", EntryPoint = "glGetColorTableEXT")] + [AutoGenerated(Category = "EXT_paletted_texture", Version = "1.1", EntryPoint = "glGetColorTableEXT")] public static void GetColorTable(OpenTK.Graphics.OpenGL.ColorTableTarget target, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [OutAttribute] IntPtr data) { @@ -91002,7 +92290,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_paletted_texture] /// Retrieve contents of a color lookup table /// /// @@ -91025,7 +92313,7 @@ namespace OpenTK.Graphics.OpenGL /// Pointer to a one-dimensional array of pixel data containing the contents of the color table. /// /// - [AutoGenerated(Category = "ExtPalettedTexture", Version = "1.1", EntryPoint = "glGetColorTableEXT")] + [AutoGenerated(Category = "EXT_paletted_texture", Version = "1.1", EntryPoint = "glGetColorTableEXT")] public static void GetColorTable(OpenTK.Graphics.OpenGL.ColorTableTarget target, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T3[] data) where T3 : struct @@ -91049,7 +92337,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_paletted_texture] /// Retrieve contents of a color lookup table /// /// @@ -91072,7 +92360,7 @@ namespace OpenTK.Graphics.OpenGL /// Pointer to a one-dimensional array of pixel data containing the contents of the color table. /// /// - [AutoGenerated(Category = "ExtPalettedTexture", Version = "1.1", EntryPoint = "glGetColorTableEXT")] + [AutoGenerated(Category = "EXT_paletted_texture", Version = "1.1", EntryPoint = "glGetColorTableEXT")] public static void GetColorTable(OpenTK.Graphics.OpenGL.ColorTableTarget target, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T3[,] data) where T3 : struct @@ -91096,7 +92384,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_paletted_texture] /// Retrieve contents of a color lookup table /// /// @@ -91119,7 +92407,7 @@ namespace OpenTK.Graphics.OpenGL /// Pointer to a one-dimensional array of pixel data containing the contents of the color table. /// /// - [AutoGenerated(Category = "ExtPalettedTexture", Version = "1.1", EntryPoint = "glGetColorTableEXT")] + [AutoGenerated(Category = "EXT_paletted_texture", Version = "1.1", EntryPoint = "glGetColorTableEXT")] public static void GetColorTable(OpenTK.Graphics.OpenGL.ColorTableTarget target, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T3[,,] data) where T3 : struct @@ -91143,7 +92431,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_paletted_texture] /// Retrieve contents of a color lookup table /// /// @@ -91166,7 +92454,7 @@ namespace OpenTK.Graphics.OpenGL /// Pointer to a one-dimensional array of pixel data containing the contents of the color table. /// /// - [AutoGenerated(Category = "ExtPalettedTexture", Version = "1.1", EntryPoint = "glGetColorTableEXT")] + [AutoGenerated(Category = "EXT_paletted_texture", Version = "1.1", EntryPoint = "glGetColorTableEXT")] public static void GetColorTable(OpenTK.Graphics.OpenGL.ColorTableTarget target, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] ref T3 data) where T3 : struct @@ -91191,7 +92479,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_paletted_texture] /// Get color lookup table parameters /// /// @@ -91209,7 +92497,7 @@ namespace OpenTK.Graphics.OpenGL /// A pointer to an array where the values of the parameter will be stored. /// /// - [AutoGenerated(Category = "ExtPalettedTexture", Version = "1.1", EntryPoint = "glGetColorTableParameterfvEXT")] + [AutoGenerated(Category = "EXT_paletted_texture", Version = "1.1", EntryPoint = "glGetColorTableParameterfvEXT")] public static void GetColorTableParameter(OpenTK.Graphics.OpenGL.ColorTableTarget target, OpenTK.Graphics.OpenGL.GetColorTableParameterPName pname, [OutAttribute] Single[] @params) { @@ -91230,7 +92518,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_paletted_texture] /// Get color lookup table parameters /// /// @@ -91248,7 +92536,7 @@ namespace OpenTK.Graphics.OpenGL /// A pointer to an array where the values of the parameter will be stored. /// /// - [AutoGenerated(Category = "ExtPalettedTexture", Version = "1.1", EntryPoint = "glGetColorTableParameterfvEXT")] + [AutoGenerated(Category = "EXT_paletted_texture", Version = "1.1", EntryPoint = "glGetColorTableParameterfvEXT")] public static void GetColorTableParameter(OpenTK.Graphics.OpenGL.ColorTableTarget target, OpenTK.Graphics.OpenGL.GetColorTableParameterPName pname, [OutAttribute] out Single @params) { @@ -91270,7 +92558,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_paletted_texture] /// Get color lookup table parameters /// /// @@ -91289,7 +92577,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtPalettedTexture", Version = "1.1", EntryPoint = "glGetColorTableParameterfvEXT")] + [AutoGenerated(Category = "EXT_paletted_texture", Version = "1.1", EntryPoint = "glGetColorTableParameterfvEXT")] public static unsafe void GetColorTableParameter(OpenTK.Graphics.OpenGL.ColorTableTarget target, OpenTK.Graphics.OpenGL.GetColorTableParameterPName pname, [OutAttribute] Single* @params) { @@ -91304,7 +92592,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_paletted_texture] /// Get color lookup table parameters /// /// @@ -91322,7 +92610,7 @@ namespace OpenTK.Graphics.OpenGL /// A pointer to an array where the values of the parameter will be stored. /// /// - [AutoGenerated(Category = "ExtPalettedTexture", Version = "1.1", EntryPoint = "glGetColorTableParameterivEXT")] + [AutoGenerated(Category = "EXT_paletted_texture", Version = "1.1", EntryPoint = "glGetColorTableParameterivEXT")] public static void GetColorTableParameter(OpenTK.Graphics.OpenGL.ColorTableTarget target, OpenTK.Graphics.OpenGL.GetColorTableParameterPName pname, [OutAttribute] Int32[] @params) { @@ -91343,7 +92631,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_paletted_texture] /// Get color lookup table parameters /// /// @@ -91361,7 +92649,7 @@ namespace OpenTK.Graphics.OpenGL /// A pointer to an array where the values of the parameter will be stored. /// /// - [AutoGenerated(Category = "ExtPalettedTexture", Version = "1.1", EntryPoint = "glGetColorTableParameterivEXT")] + [AutoGenerated(Category = "EXT_paletted_texture", Version = "1.1", EntryPoint = "glGetColorTableParameterivEXT")] public static void GetColorTableParameter(OpenTK.Graphics.OpenGL.ColorTableTarget target, OpenTK.Graphics.OpenGL.GetColorTableParameterPName pname, [OutAttribute] out Int32 @params) { @@ -91383,7 +92671,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_paletted_texture] /// Get color lookup table parameters /// /// @@ -91402,7 +92690,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtPalettedTexture", Version = "1.1", EntryPoint = "glGetColorTableParameterivEXT")] + [AutoGenerated(Category = "EXT_paletted_texture", Version = "1.1", EntryPoint = "glGetColorTableParameterivEXT")] public static unsafe void GetColorTableParameter(OpenTK.Graphics.OpenGL.ColorTableTarget target, OpenTK.Graphics.OpenGL.GetColorTableParameterPName pname, [OutAttribute] Int32* @params) { @@ -91416,7 +92704,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetCompressedMultiTexImageEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetCompressedMultiTexImageEXT")] public static void GetCompressedMultiTexImage(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 lod, [OutAttribute] IntPtr img) { @@ -91430,7 +92719,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetCompressedMultiTexImageEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetCompressedMultiTexImageEXT")] public static void GetCompressedMultiTexImage(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 lod, [InAttribute, OutAttribute] T3[] img) where T3 : struct @@ -91453,7 +92743,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetCompressedMultiTexImageEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetCompressedMultiTexImageEXT")] public static void GetCompressedMultiTexImage(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 lod, [InAttribute, OutAttribute] T3[,] img) where T3 : struct @@ -91476,7 +92767,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetCompressedMultiTexImageEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetCompressedMultiTexImageEXT")] public static void GetCompressedMultiTexImage(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 lod, [InAttribute, OutAttribute] T3[,,] img) where T3 : struct @@ -91499,7 +92791,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetCompressedMultiTexImageEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetCompressedMultiTexImageEXT")] public static void GetCompressedMultiTexImage(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 lod, [InAttribute, OutAttribute] ref T3 img) where T3 : struct @@ -91523,7 +92816,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetCompressedTextureImageEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetCompressedTextureImageEXT")] public static void GetCompressedTextureImage(Int32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 lod, [OutAttribute] IntPtr img) { @@ -91537,7 +92831,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetCompressedTextureImageEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetCompressedTextureImageEXT")] public static void GetCompressedTextureImage(Int32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 lod, [InAttribute, OutAttribute] T3[] img) where T3 : struct @@ -91560,7 +92855,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetCompressedTextureImageEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetCompressedTextureImageEXT")] public static void GetCompressedTextureImage(Int32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 lod, [InAttribute, OutAttribute] T3[,] img) where T3 : struct @@ -91583,7 +92879,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetCompressedTextureImageEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetCompressedTextureImageEXT")] public static void GetCompressedTextureImage(Int32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 lod, [InAttribute, OutAttribute] T3[,,] img) where T3 : struct @@ -91606,7 +92903,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetCompressedTextureImageEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetCompressedTextureImageEXT")] public static void GetCompressedTextureImage(Int32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 lod, [InAttribute, OutAttribute] ref T3 img) where T3 : struct @@ -91630,8 +92928,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetCompressedTextureImageEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetCompressedTextureImageEXT")] public static void GetCompressedTextureImage(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 lod, [OutAttribute] IntPtr img) { @@ -91645,8 +92944,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetCompressedTextureImageEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetCompressedTextureImageEXT")] public static void GetCompressedTextureImage(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 lod, [InAttribute, OutAttribute] T3[] img) where T3 : struct @@ -91669,8 +92969,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetCompressedTextureImageEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetCompressedTextureImageEXT")] public static void GetCompressedTextureImage(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 lod, [InAttribute, OutAttribute] T3[,] img) where T3 : struct @@ -91693,8 +92994,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetCompressedTextureImageEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetCompressedTextureImageEXT")] public static void GetCompressedTextureImage(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 lod, [InAttribute, OutAttribute] T3[,,] img) where T3 : struct @@ -91717,8 +93019,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetCompressedTextureImageEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetCompressedTextureImageEXT")] public static void GetCompressedTextureImage(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 lod, [InAttribute, OutAttribute] ref T3 img) where T3 : struct @@ -91743,7 +93046,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_convolution] /// Get current 1D or 2D convolution filter kernel /// /// @@ -91766,7 +93069,7 @@ namespace OpenTK.Graphics.OpenGL /// Pointer to storage for the output image. /// /// - [AutoGenerated(Category = "ExtConvolution", Version = "1.0", EntryPoint = "glGetConvolutionFilterEXT")] + [AutoGenerated(Category = "EXT_convolution", Version = "1.0", EntryPoint = "glGetConvolutionFilterEXT")] public static void GetConvolutionFilter(OpenTK.Graphics.OpenGL.ExtConvolution target, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [OutAttribute] IntPtr image) { @@ -91781,7 +93084,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_convolution] /// Get current 1D or 2D convolution filter kernel /// /// @@ -91804,7 +93107,7 @@ namespace OpenTK.Graphics.OpenGL /// Pointer to storage for the output image. /// /// - [AutoGenerated(Category = "ExtConvolution", Version = "1.0", EntryPoint = "glGetConvolutionFilterEXT")] + [AutoGenerated(Category = "EXT_convolution", Version = "1.0", EntryPoint = "glGetConvolutionFilterEXT")] public static void GetConvolutionFilter(OpenTK.Graphics.OpenGL.ExtConvolution target, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T3[] image) where T3 : struct @@ -91828,7 +93131,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_convolution] /// Get current 1D or 2D convolution filter kernel /// /// @@ -91851,7 +93154,7 @@ namespace OpenTK.Graphics.OpenGL /// Pointer to storage for the output image. /// /// - [AutoGenerated(Category = "ExtConvolution", Version = "1.0", EntryPoint = "glGetConvolutionFilterEXT")] + [AutoGenerated(Category = "EXT_convolution", Version = "1.0", EntryPoint = "glGetConvolutionFilterEXT")] public static void GetConvolutionFilter(OpenTK.Graphics.OpenGL.ExtConvolution target, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T3[,] image) where T3 : struct @@ -91875,7 +93178,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_convolution] /// Get current 1D or 2D convolution filter kernel /// /// @@ -91898,7 +93201,7 @@ namespace OpenTK.Graphics.OpenGL /// Pointer to storage for the output image. /// /// - [AutoGenerated(Category = "ExtConvolution", Version = "1.0", EntryPoint = "glGetConvolutionFilterEXT")] + [AutoGenerated(Category = "EXT_convolution", Version = "1.0", EntryPoint = "glGetConvolutionFilterEXT")] public static void GetConvolutionFilter(OpenTK.Graphics.OpenGL.ExtConvolution target, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T3[,,] image) where T3 : struct @@ -91922,7 +93225,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_convolution] /// Get current 1D or 2D convolution filter kernel /// /// @@ -91945,7 +93248,7 @@ namespace OpenTK.Graphics.OpenGL /// Pointer to storage for the output image. /// /// - [AutoGenerated(Category = "ExtConvolution", Version = "1.0", EntryPoint = "glGetConvolutionFilterEXT")] + [AutoGenerated(Category = "EXT_convolution", Version = "1.0", EntryPoint = "glGetConvolutionFilterEXT")] public static void GetConvolutionFilter(OpenTK.Graphics.OpenGL.ExtConvolution target, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] ref T3 image) where T3 : struct @@ -91970,7 +93273,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_convolution] /// Get convolution parameters /// /// @@ -91988,7 +93291,7 @@ namespace OpenTK.Graphics.OpenGL /// Pointer to storage for the parameters to be retrieved. /// /// - [AutoGenerated(Category = "ExtConvolution", Version = "1.0", EntryPoint = "glGetConvolutionParameterfvEXT")] + [AutoGenerated(Category = "EXT_convolution", Version = "1.0", EntryPoint = "glGetConvolutionParameterfvEXT")] public static void GetConvolutionParameter(OpenTK.Graphics.OpenGL.ExtConvolution target, OpenTK.Graphics.OpenGL.ExtConvolution pname, [OutAttribute] Single[] @params) { @@ -92009,7 +93312,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_convolution] /// Get convolution parameters /// /// @@ -92027,7 +93330,7 @@ namespace OpenTK.Graphics.OpenGL /// Pointer to storage for the parameters to be retrieved. /// /// - [AutoGenerated(Category = "ExtConvolution", Version = "1.0", EntryPoint = "glGetConvolutionParameterfvEXT")] + [AutoGenerated(Category = "EXT_convolution", Version = "1.0", EntryPoint = "glGetConvolutionParameterfvEXT")] public static void GetConvolutionParameter(OpenTK.Graphics.OpenGL.ExtConvolution target, OpenTK.Graphics.OpenGL.ExtConvolution pname, [OutAttribute] out Single @params) { @@ -92049,7 +93352,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_convolution] /// Get convolution parameters /// /// @@ -92068,7 +93371,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtConvolution", Version = "1.0", EntryPoint = "glGetConvolutionParameterfvEXT")] + [AutoGenerated(Category = "EXT_convolution", Version = "1.0", EntryPoint = "glGetConvolutionParameterfvEXT")] public static unsafe void GetConvolutionParameter(OpenTK.Graphics.OpenGL.ExtConvolution target, OpenTK.Graphics.OpenGL.ExtConvolution pname, [OutAttribute] Single* @params) { @@ -92083,7 +93386,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_convolution] /// Get convolution parameters /// /// @@ -92101,7 +93404,7 @@ namespace OpenTK.Graphics.OpenGL /// Pointer to storage for the parameters to be retrieved. /// /// - [AutoGenerated(Category = "ExtConvolution", Version = "1.0", EntryPoint = "glGetConvolutionParameterivEXT")] + [AutoGenerated(Category = "EXT_convolution", Version = "1.0", EntryPoint = "glGetConvolutionParameterivEXT")] public static void GetConvolutionParameter(OpenTK.Graphics.OpenGL.ExtConvolution target, OpenTK.Graphics.OpenGL.ExtConvolution pname, [OutAttribute] Int32[] @params) { @@ -92122,7 +93425,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_convolution] /// Get convolution parameters /// /// @@ -92140,7 +93443,7 @@ namespace OpenTK.Graphics.OpenGL /// Pointer to storage for the parameters to be retrieved. /// /// - [AutoGenerated(Category = "ExtConvolution", Version = "1.0", EntryPoint = "glGetConvolutionParameterivEXT")] + [AutoGenerated(Category = "EXT_convolution", Version = "1.0", EntryPoint = "glGetConvolutionParameterivEXT")] public static void GetConvolutionParameter(OpenTK.Graphics.OpenGL.ExtConvolution target, OpenTK.Graphics.OpenGL.ExtConvolution pname, [OutAttribute] out Int32 @params) { @@ -92162,7 +93465,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_convolution] /// Get convolution parameters /// /// @@ -92181,7 +93484,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtConvolution", Version = "1.0", EntryPoint = "glGetConvolutionParameterivEXT")] + [AutoGenerated(Category = "EXT_convolution", Version = "1.0", EntryPoint = "glGetConvolutionParameterivEXT")] public static unsafe void GetConvolutionParameter(OpenTK.Graphics.OpenGL.ExtConvolution target, OpenTK.Graphics.OpenGL.ExtConvolution pname, [OutAttribute] Int32* @params) { @@ -92195,7 +93498,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetDoubleIndexedvEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetDoubleIndexedvEXT")] public static void GetDoubleIndexed(OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, Int32 index, [OutAttribute] Double[] data) { @@ -92215,7 +93519,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetDoubleIndexedvEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetDoubleIndexedvEXT")] public static void GetDoubleIndexed(OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, Int32 index, [OutAttribute] out Double data) { @@ -92236,8 +93541,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetDoubleIndexedvEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetDoubleIndexedvEXT")] public static unsafe void GetDoubleIndexed(OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, Int32 index, [OutAttribute] Double* data) { @@ -92251,8 +93557,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetDoubleIndexedvEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetDoubleIndexedvEXT")] public static void GetDoubleIndexed(OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, UInt32 index, [OutAttribute] Double[] data) { @@ -92272,8 +93579,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetDoubleIndexedvEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetDoubleIndexedvEXT")] public static void GetDoubleIndexed(OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, UInt32 index, [OutAttribute] out Double data) { @@ -92294,8 +93602,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetDoubleIndexedvEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetDoubleIndexedvEXT")] public static unsafe void GetDoubleIndexed(OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, UInt32 index, [OutAttribute] Double* data) { @@ -92309,7 +93618,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetFloatIndexedvEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetFloatIndexedvEXT")] public static void GetFloatIndexed(OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, Int32 index, [OutAttribute] Single[] data) { @@ -92329,7 +93639,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetFloatIndexedvEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetFloatIndexedvEXT")] public static void GetFloatIndexed(OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, Int32 index, [OutAttribute] out Single data) { @@ -92350,8 +93661,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetFloatIndexedvEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetFloatIndexedvEXT")] public static unsafe void GetFloatIndexed(OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, Int32 index, [OutAttribute] Single* data) { @@ -92365,8 +93677,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetFloatIndexedvEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetFloatIndexedvEXT")] public static void GetFloatIndexed(OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, UInt32 index, [OutAttribute] Single[] data) { @@ -92386,8 +93699,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetFloatIndexedvEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetFloatIndexedvEXT")] public static void GetFloatIndexed(OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, UInt32 index, [OutAttribute] out Single data) { @@ -92408,8 +93722,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetFloatIndexedvEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetFloatIndexedvEXT")] public static unsafe void GetFloatIndexed(OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, UInt32 index, [OutAttribute] Single* data) { @@ -92423,7 +93738,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtGpuShader4", Version = "2.0", EntryPoint = "glGetFragDataLocationEXT")] + /// [requires: EXT_gpu_shader4] + [AutoGenerated(Category = "EXT_gpu_shader4", Version = "2.0", EntryPoint = "glGetFragDataLocationEXT")] public static Int32 GetFragDataLocation(Int32 program, String name) { @@ -92437,8 +93753,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_gpu_shader4] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtGpuShader4", Version = "2.0", EntryPoint = "glGetFragDataLocationEXT")] + [AutoGenerated(Category = "EXT_gpu_shader4", Version = "2.0", EntryPoint = "glGetFragDataLocationEXT")] public static Int32 GetFragDataLocation(UInt32 program, String name) { @@ -92452,7 +93769,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtFramebufferObject", Version = "1.2", EntryPoint = "glGetFramebufferAttachmentParameterivEXT")] + /// [requires: EXT_framebuffer_object] + [AutoGenerated(Category = "EXT_framebuffer_object", Version = "1.2", EntryPoint = "glGetFramebufferAttachmentParameterivEXT")] public static void GetFramebufferAttachmentParameter(OpenTK.Graphics.OpenGL.FramebufferTarget target, OpenTK.Graphics.OpenGL.FramebufferAttachment attachment, OpenTK.Graphics.OpenGL.FramebufferParameterName pname, [OutAttribute] Int32[] @params) { @@ -92472,7 +93790,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtFramebufferObject", Version = "1.2", EntryPoint = "glGetFramebufferAttachmentParameterivEXT")] + /// [requires: EXT_framebuffer_object] + [AutoGenerated(Category = "EXT_framebuffer_object", Version = "1.2", EntryPoint = "glGetFramebufferAttachmentParameterivEXT")] public static void GetFramebufferAttachmentParameter(OpenTK.Graphics.OpenGL.FramebufferTarget target, OpenTK.Graphics.OpenGL.FramebufferAttachment attachment, OpenTK.Graphics.OpenGL.FramebufferParameterName pname, [OutAttribute] out Int32 @params) { @@ -92493,8 +93812,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_framebuffer_object] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtFramebufferObject", Version = "1.2", EntryPoint = "glGetFramebufferAttachmentParameterivEXT")] + [AutoGenerated(Category = "EXT_framebuffer_object", Version = "1.2", EntryPoint = "glGetFramebufferAttachmentParameterivEXT")] public static unsafe void GetFramebufferAttachmentParameter(OpenTK.Graphics.OpenGL.FramebufferTarget target, OpenTK.Graphics.OpenGL.FramebufferAttachment attachment, OpenTK.Graphics.OpenGL.FramebufferParameterName pname, [OutAttribute] Int32* @params) { @@ -92508,7 +93828,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetFramebufferParameterivEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetFramebufferParameterivEXT")] public static void GetFramebufferParameter(Int32 framebuffer, OpenTK.Graphics.OpenGL.ExtDirectStateAccess pname, [OutAttribute] Int32[] @params) { @@ -92528,7 +93849,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetFramebufferParameterivEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetFramebufferParameterivEXT")] public static void GetFramebufferParameter(Int32 framebuffer, OpenTK.Graphics.OpenGL.ExtDirectStateAccess pname, [OutAttribute] out Int32 @params) { @@ -92549,8 +93871,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetFramebufferParameterivEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetFramebufferParameterivEXT")] public static unsafe void GetFramebufferParameter(Int32 framebuffer, OpenTK.Graphics.OpenGL.ExtDirectStateAccess pname, [OutAttribute] Int32* @params) { @@ -92564,8 +93887,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetFramebufferParameterivEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetFramebufferParameterivEXT")] public static void GetFramebufferParameter(UInt32 framebuffer, OpenTK.Graphics.OpenGL.ExtDirectStateAccess pname, [OutAttribute] Int32[] @params) { @@ -92585,8 +93909,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetFramebufferParameterivEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetFramebufferParameterivEXT")] public static void GetFramebufferParameter(UInt32 framebuffer, OpenTK.Graphics.OpenGL.ExtDirectStateAccess pname, [OutAttribute] out Int32 @params) { @@ -92607,8 +93932,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetFramebufferParameterivEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetFramebufferParameterivEXT")] public static unsafe void GetFramebufferParameter(UInt32 framebuffer, OpenTK.Graphics.OpenGL.ExtDirectStateAccess pname, [OutAttribute] Int32* @params) { @@ -92623,7 +93949,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_histogram] /// Get histogram table /// /// @@ -92651,7 +93977,7 @@ namespace OpenTK.Graphics.OpenGL /// A pointer to storage for the returned histogram table. /// /// - [AutoGenerated(Category = "ExtHistogram", Version = "1.0", EntryPoint = "glGetHistogramEXT")] + [AutoGenerated(Category = "EXT_histogram", Version = "1.0", EntryPoint = "glGetHistogramEXT")] public static void GetHistogram(OpenTK.Graphics.OpenGL.ExtHistogram target, bool reset, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [OutAttribute] IntPtr values) { @@ -92666,7 +93992,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_histogram] /// Get histogram table /// /// @@ -92694,7 +94020,7 @@ namespace OpenTK.Graphics.OpenGL /// A pointer to storage for the returned histogram table. /// /// - [AutoGenerated(Category = "ExtHistogram", Version = "1.0", EntryPoint = "glGetHistogramEXT")] + [AutoGenerated(Category = "EXT_histogram", Version = "1.0", EntryPoint = "glGetHistogramEXT")] public static void GetHistogram(OpenTK.Graphics.OpenGL.ExtHistogram target, bool reset, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T4[] values) where T4 : struct @@ -92718,7 +94044,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_histogram] /// Get histogram table /// /// @@ -92746,7 +94072,7 @@ namespace OpenTK.Graphics.OpenGL /// A pointer to storage for the returned histogram table. /// /// - [AutoGenerated(Category = "ExtHistogram", Version = "1.0", EntryPoint = "glGetHistogramEXT")] + [AutoGenerated(Category = "EXT_histogram", Version = "1.0", EntryPoint = "glGetHistogramEXT")] public static void GetHistogram(OpenTK.Graphics.OpenGL.ExtHistogram target, bool reset, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T4[,] values) where T4 : struct @@ -92770,7 +94096,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_histogram] /// Get histogram table /// /// @@ -92798,7 +94124,7 @@ namespace OpenTK.Graphics.OpenGL /// A pointer to storage for the returned histogram table. /// /// - [AutoGenerated(Category = "ExtHistogram", Version = "1.0", EntryPoint = "glGetHistogramEXT")] + [AutoGenerated(Category = "EXT_histogram", Version = "1.0", EntryPoint = "glGetHistogramEXT")] public static void GetHistogram(OpenTK.Graphics.OpenGL.ExtHistogram target, bool reset, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T4[,,] values) where T4 : struct @@ -92822,7 +94148,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_histogram] /// Get histogram table /// /// @@ -92850,7 +94176,7 @@ namespace OpenTK.Graphics.OpenGL /// A pointer to storage for the returned histogram table. /// /// - [AutoGenerated(Category = "ExtHistogram", Version = "1.0", EntryPoint = "glGetHistogramEXT")] + [AutoGenerated(Category = "EXT_histogram", Version = "1.0", EntryPoint = "glGetHistogramEXT")] public static void GetHistogram(OpenTK.Graphics.OpenGL.ExtHistogram target, bool reset, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] ref T4 values) where T4 : struct @@ -92875,7 +94201,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_histogram] /// Get histogram parameters /// /// @@ -92893,7 +94219,7 @@ namespace OpenTK.Graphics.OpenGL /// Pointer to storage for the returned values. /// /// - [AutoGenerated(Category = "ExtHistogram", Version = "1.0", EntryPoint = "glGetHistogramParameterfvEXT")] + [AutoGenerated(Category = "EXT_histogram", Version = "1.0", EntryPoint = "glGetHistogramParameterfvEXT")] public static void GetHistogramParameter(OpenTK.Graphics.OpenGL.ExtHistogram target, OpenTK.Graphics.OpenGL.ExtHistogram pname, [OutAttribute] Single[] @params) { @@ -92914,7 +94240,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_histogram] /// Get histogram parameters /// /// @@ -92932,7 +94258,7 @@ namespace OpenTK.Graphics.OpenGL /// Pointer to storage for the returned values. /// /// - [AutoGenerated(Category = "ExtHistogram", Version = "1.0", EntryPoint = "glGetHistogramParameterfvEXT")] + [AutoGenerated(Category = "EXT_histogram", Version = "1.0", EntryPoint = "glGetHistogramParameterfvEXT")] public static void GetHistogramParameter(OpenTK.Graphics.OpenGL.ExtHistogram target, OpenTK.Graphics.OpenGL.ExtHistogram pname, [OutAttribute] out Single @params) { @@ -92954,7 +94280,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_histogram] /// Get histogram parameters /// /// @@ -92973,7 +94299,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtHistogram", Version = "1.0", EntryPoint = "glGetHistogramParameterfvEXT")] + [AutoGenerated(Category = "EXT_histogram", Version = "1.0", EntryPoint = "glGetHistogramParameterfvEXT")] public static unsafe void GetHistogramParameter(OpenTK.Graphics.OpenGL.ExtHistogram target, OpenTK.Graphics.OpenGL.ExtHistogram pname, [OutAttribute] Single* @params) { @@ -92988,7 +94314,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_histogram] /// Get histogram parameters /// /// @@ -93006,7 +94332,7 @@ namespace OpenTK.Graphics.OpenGL /// Pointer to storage for the returned values. /// /// - [AutoGenerated(Category = "ExtHistogram", Version = "1.0", EntryPoint = "glGetHistogramParameterivEXT")] + [AutoGenerated(Category = "EXT_histogram", Version = "1.0", EntryPoint = "glGetHistogramParameterivEXT")] public static void GetHistogramParameter(OpenTK.Graphics.OpenGL.ExtHistogram target, OpenTK.Graphics.OpenGL.ExtHistogram pname, [OutAttribute] Int32[] @params) { @@ -93027,7 +94353,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_histogram] /// Get histogram parameters /// /// @@ -93045,7 +94371,7 @@ namespace OpenTK.Graphics.OpenGL /// Pointer to storage for the returned values. /// /// - [AutoGenerated(Category = "ExtHistogram", Version = "1.0", EntryPoint = "glGetHistogramParameterivEXT")] + [AutoGenerated(Category = "EXT_histogram", Version = "1.0", EntryPoint = "glGetHistogramParameterivEXT")] public static void GetHistogramParameter(OpenTK.Graphics.OpenGL.ExtHistogram target, OpenTK.Graphics.OpenGL.ExtHistogram pname, [OutAttribute] out Int32 @params) { @@ -93067,7 +94393,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_histogram] /// Get histogram parameters /// /// @@ -93086,7 +94412,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtHistogram", Version = "1.0", EntryPoint = "glGetHistogramParameterivEXT")] + [AutoGenerated(Category = "EXT_histogram", Version = "1.0", EntryPoint = "glGetHistogramParameterivEXT")] public static unsafe void GetHistogramParameter(OpenTK.Graphics.OpenGL.ExtHistogram target, OpenTK.Graphics.OpenGL.ExtHistogram pname, [OutAttribute] Int32* @params) { @@ -93100,7 +94426,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDrawBuffers2", Version = "2.0", EntryPoint = "glGetIntegerIndexedvEXT")] + /// [requires: EXT_draw_buffers2] + [AutoGenerated(Category = "EXT_draw_buffers2", Version = "2.0", EntryPoint = "glGetIntegerIndexedvEXT")] public static void GetIntegerIndexed(OpenTK.Graphics.OpenGL.ExtDrawBuffers2 target, Int32 index, [OutAttribute] Int32[] data) { @@ -93120,7 +94447,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDrawBuffers2", Version = "2.0", EntryPoint = "glGetIntegerIndexedvEXT")] + /// [requires: EXT_draw_buffers2] + [AutoGenerated(Category = "EXT_draw_buffers2", Version = "2.0", EntryPoint = "glGetIntegerIndexedvEXT")] public static void GetIntegerIndexed(OpenTK.Graphics.OpenGL.ExtDrawBuffers2 target, Int32 index, [OutAttribute] out Int32 data) { @@ -93141,8 +94469,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_draw_buffers2] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDrawBuffers2", Version = "2.0", EntryPoint = "glGetIntegerIndexedvEXT")] + [AutoGenerated(Category = "EXT_draw_buffers2", Version = "2.0", EntryPoint = "glGetIntegerIndexedvEXT")] public static unsafe void GetIntegerIndexed(OpenTK.Graphics.OpenGL.ExtDrawBuffers2 target, Int32 index, [OutAttribute] Int32* data) { @@ -93156,8 +94485,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_draw_buffers2] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDrawBuffers2", Version = "2.0", EntryPoint = "glGetIntegerIndexedvEXT")] + [AutoGenerated(Category = "EXT_draw_buffers2", Version = "2.0", EntryPoint = "glGetIntegerIndexedvEXT")] public static void GetIntegerIndexed(OpenTK.Graphics.OpenGL.ExtDrawBuffers2 target, UInt32 index, [OutAttribute] Int32[] data) { @@ -93177,8 +94507,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_draw_buffers2] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDrawBuffers2", Version = "2.0", EntryPoint = "glGetIntegerIndexedvEXT")] + [AutoGenerated(Category = "EXT_draw_buffers2", Version = "2.0", EntryPoint = "glGetIntegerIndexedvEXT")] public static void GetIntegerIndexed(OpenTK.Graphics.OpenGL.ExtDrawBuffers2 target, UInt32 index, [OutAttribute] out Int32 data) { @@ -93199,8 +94530,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_draw_buffers2] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDrawBuffers2", Version = "2.0", EntryPoint = "glGetIntegerIndexedvEXT")] + [AutoGenerated(Category = "EXT_draw_buffers2", Version = "2.0", EntryPoint = "glGetIntegerIndexedvEXT")] public static unsafe void GetIntegerIndexed(OpenTK.Graphics.OpenGL.ExtDrawBuffers2 target, UInt32 index, [OutAttribute] Int32* data) { @@ -93214,7 +94546,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glGetInvariantBooleanvEXT")] + /// [requires: EXT_vertex_shader] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glGetInvariantBooleanvEXT")] public static void GetInvariantBoolean(Int32 id, OpenTK.Graphics.OpenGL.ExtVertexShader value, [OutAttribute] bool[] data) { @@ -93234,7 +94567,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glGetInvariantBooleanvEXT")] + /// [requires: EXT_vertex_shader] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glGetInvariantBooleanvEXT")] public static void GetInvariantBoolean(Int32 id, OpenTK.Graphics.OpenGL.ExtVertexShader value, [OutAttribute] out bool data) { @@ -93255,8 +94589,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_vertex_shader] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glGetInvariantBooleanvEXT")] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glGetInvariantBooleanvEXT")] public static unsafe void GetInvariantBoolean(Int32 id, OpenTK.Graphics.OpenGL.ExtVertexShader value, [OutAttribute] bool* data) { @@ -93270,8 +94605,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_vertex_shader] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glGetInvariantBooleanvEXT")] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glGetInvariantBooleanvEXT")] public static void GetInvariantBoolean(UInt32 id, OpenTK.Graphics.OpenGL.ExtVertexShader value, [OutAttribute] bool[] data) { @@ -93291,8 +94627,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_vertex_shader] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glGetInvariantBooleanvEXT")] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glGetInvariantBooleanvEXT")] public static void GetInvariantBoolean(UInt32 id, OpenTK.Graphics.OpenGL.ExtVertexShader value, [OutAttribute] out bool data) { @@ -93313,8 +94650,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_vertex_shader] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glGetInvariantBooleanvEXT")] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glGetInvariantBooleanvEXT")] public static unsafe void GetInvariantBoolean(UInt32 id, OpenTK.Graphics.OpenGL.ExtVertexShader value, [OutAttribute] bool* data) { @@ -93328,7 +94666,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glGetInvariantFloatvEXT")] + /// [requires: EXT_vertex_shader] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glGetInvariantFloatvEXT")] public static void GetInvariantFloat(Int32 id, OpenTK.Graphics.OpenGL.ExtVertexShader value, [OutAttribute] Single[] data) { @@ -93348,7 +94687,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glGetInvariantFloatvEXT")] + /// [requires: EXT_vertex_shader] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glGetInvariantFloatvEXT")] public static void GetInvariantFloat(Int32 id, OpenTK.Graphics.OpenGL.ExtVertexShader value, [OutAttribute] out Single data) { @@ -93369,8 +94709,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_vertex_shader] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glGetInvariantFloatvEXT")] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glGetInvariantFloatvEXT")] public static unsafe void GetInvariantFloat(Int32 id, OpenTK.Graphics.OpenGL.ExtVertexShader value, [OutAttribute] Single* data) { @@ -93384,8 +94725,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_vertex_shader] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glGetInvariantFloatvEXT")] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glGetInvariantFloatvEXT")] public static void GetInvariantFloat(UInt32 id, OpenTK.Graphics.OpenGL.ExtVertexShader value, [OutAttribute] Single[] data) { @@ -93405,8 +94747,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_vertex_shader] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glGetInvariantFloatvEXT")] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glGetInvariantFloatvEXT")] public static void GetInvariantFloat(UInt32 id, OpenTK.Graphics.OpenGL.ExtVertexShader value, [OutAttribute] out Single data) { @@ -93427,8 +94770,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_vertex_shader] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glGetInvariantFloatvEXT")] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glGetInvariantFloatvEXT")] public static unsafe void GetInvariantFloat(UInt32 id, OpenTK.Graphics.OpenGL.ExtVertexShader value, [OutAttribute] Single* data) { @@ -93442,7 +94786,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glGetInvariantIntegervEXT")] + /// [requires: EXT_vertex_shader] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glGetInvariantIntegervEXT")] public static void GetInvariantInteger(Int32 id, OpenTK.Graphics.OpenGL.ExtVertexShader value, [OutAttribute] Int32[] data) { @@ -93462,7 +94807,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glGetInvariantIntegervEXT")] + /// [requires: EXT_vertex_shader] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glGetInvariantIntegervEXT")] public static void GetInvariantInteger(Int32 id, OpenTK.Graphics.OpenGL.ExtVertexShader value, [OutAttribute] out Int32 data) { @@ -93483,8 +94829,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_vertex_shader] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glGetInvariantIntegervEXT")] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glGetInvariantIntegervEXT")] public static unsafe void GetInvariantInteger(Int32 id, OpenTK.Graphics.OpenGL.ExtVertexShader value, [OutAttribute] Int32* data) { @@ -93498,8 +94845,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_vertex_shader] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glGetInvariantIntegervEXT")] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glGetInvariantIntegervEXT")] public static void GetInvariantInteger(UInt32 id, OpenTK.Graphics.OpenGL.ExtVertexShader value, [OutAttribute] Int32[] data) { @@ -93519,8 +94867,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_vertex_shader] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glGetInvariantIntegervEXT")] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glGetInvariantIntegervEXT")] public static void GetInvariantInteger(UInt32 id, OpenTK.Graphics.OpenGL.ExtVertexShader value, [OutAttribute] out Int32 data) { @@ -93541,8 +94890,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_vertex_shader] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glGetInvariantIntegervEXT")] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glGetInvariantIntegervEXT")] public static unsafe void GetInvariantInteger(UInt32 id, OpenTK.Graphics.OpenGL.ExtVertexShader value, [OutAttribute] Int32* data) { @@ -93556,7 +94906,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glGetLocalConstantBooleanvEXT")] + /// [requires: EXT_vertex_shader] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glGetLocalConstantBooleanvEXT")] public static void GetLocalConstantBoolean(Int32 id, OpenTK.Graphics.OpenGL.ExtVertexShader value, [OutAttribute] bool[] data) { @@ -93576,7 +94927,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glGetLocalConstantBooleanvEXT")] + /// [requires: EXT_vertex_shader] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glGetLocalConstantBooleanvEXT")] public static void GetLocalConstantBoolean(Int32 id, OpenTK.Graphics.OpenGL.ExtVertexShader value, [OutAttribute] out bool data) { @@ -93597,8 +94949,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_vertex_shader] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glGetLocalConstantBooleanvEXT")] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glGetLocalConstantBooleanvEXT")] public static unsafe void GetLocalConstantBoolean(Int32 id, OpenTK.Graphics.OpenGL.ExtVertexShader value, [OutAttribute] bool* data) { @@ -93612,8 +94965,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_vertex_shader] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glGetLocalConstantBooleanvEXT")] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glGetLocalConstantBooleanvEXT")] public static void GetLocalConstantBoolean(UInt32 id, OpenTK.Graphics.OpenGL.ExtVertexShader value, [OutAttribute] bool[] data) { @@ -93633,8 +94987,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_vertex_shader] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glGetLocalConstantBooleanvEXT")] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glGetLocalConstantBooleanvEXT")] public static void GetLocalConstantBoolean(UInt32 id, OpenTK.Graphics.OpenGL.ExtVertexShader value, [OutAttribute] out bool data) { @@ -93655,8 +95010,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_vertex_shader] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glGetLocalConstantBooleanvEXT")] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glGetLocalConstantBooleanvEXT")] public static unsafe void GetLocalConstantBoolean(UInt32 id, OpenTK.Graphics.OpenGL.ExtVertexShader value, [OutAttribute] bool* data) { @@ -93670,7 +95026,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glGetLocalConstantFloatvEXT")] + /// [requires: EXT_vertex_shader] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glGetLocalConstantFloatvEXT")] public static void GetLocalConstantFloat(Int32 id, OpenTK.Graphics.OpenGL.ExtVertexShader value, [OutAttribute] Single[] data) { @@ -93690,7 +95047,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glGetLocalConstantFloatvEXT")] + /// [requires: EXT_vertex_shader] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glGetLocalConstantFloatvEXT")] public static void GetLocalConstantFloat(Int32 id, OpenTK.Graphics.OpenGL.ExtVertexShader value, [OutAttribute] out Single data) { @@ -93711,8 +95069,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_vertex_shader] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glGetLocalConstantFloatvEXT")] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glGetLocalConstantFloatvEXT")] public static unsafe void GetLocalConstantFloat(Int32 id, OpenTK.Graphics.OpenGL.ExtVertexShader value, [OutAttribute] Single* data) { @@ -93726,8 +95085,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_vertex_shader] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glGetLocalConstantFloatvEXT")] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glGetLocalConstantFloatvEXT")] public static void GetLocalConstantFloat(UInt32 id, OpenTK.Graphics.OpenGL.ExtVertexShader value, [OutAttribute] Single[] data) { @@ -93747,8 +95107,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_vertex_shader] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glGetLocalConstantFloatvEXT")] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glGetLocalConstantFloatvEXT")] public static void GetLocalConstantFloat(UInt32 id, OpenTK.Graphics.OpenGL.ExtVertexShader value, [OutAttribute] out Single data) { @@ -93769,8 +95130,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_vertex_shader] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glGetLocalConstantFloatvEXT")] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glGetLocalConstantFloatvEXT")] public static unsafe void GetLocalConstantFloat(UInt32 id, OpenTK.Graphics.OpenGL.ExtVertexShader value, [OutAttribute] Single* data) { @@ -93784,7 +95146,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glGetLocalConstantIntegervEXT")] + /// [requires: EXT_vertex_shader] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glGetLocalConstantIntegervEXT")] public static void GetLocalConstantInteger(Int32 id, OpenTK.Graphics.OpenGL.ExtVertexShader value, [OutAttribute] Int32[] data) { @@ -93804,7 +95167,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glGetLocalConstantIntegervEXT")] + /// [requires: EXT_vertex_shader] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glGetLocalConstantIntegervEXT")] public static void GetLocalConstantInteger(Int32 id, OpenTK.Graphics.OpenGL.ExtVertexShader value, [OutAttribute] out Int32 data) { @@ -93825,8 +95189,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_vertex_shader] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glGetLocalConstantIntegervEXT")] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glGetLocalConstantIntegervEXT")] public static unsafe void GetLocalConstantInteger(Int32 id, OpenTK.Graphics.OpenGL.ExtVertexShader value, [OutAttribute] Int32* data) { @@ -93840,8 +95205,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_vertex_shader] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glGetLocalConstantIntegervEXT")] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glGetLocalConstantIntegervEXT")] public static void GetLocalConstantInteger(UInt32 id, OpenTK.Graphics.OpenGL.ExtVertexShader value, [OutAttribute] Int32[] data) { @@ -93861,8 +95227,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_vertex_shader] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glGetLocalConstantIntegervEXT")] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glGetLocalConstantIntegervEXT")] public static void GetLocalConstantInteger(UInt32 id, OpenTK.Graphics.OpenGL.ExtVertexShader value, [OutAttribute] out Int32 data) { @@ -93883,8 +95250,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_vertex_shader] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glGetLocalConstantIntegervEXT")] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glGetLocalConstantIntegervEXT")] public static unsafe void GetLocalConstantInteger(UInt32 id, OpenTK.Graphics.OpenGL.ExtVertexShader value, [OutAttribute] Int32* data) { @@ -93899,7 +95267,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_histogram] /// Get minimum and maximum pixel values /// /// @@ -93927,7 +95295,7 @@ namespace OpenTK.Graphics.OpenGL /// A pointer to storage for the returned values. /// /// - [AutoGenerated(Category = "ExtHistogram", Version = "1.0", EntryPoint = "glGetMinmaxEXT")] + [AutoGenerated(Category = "EXT_histogram", Version = "1.0", EntryPoint = "glGetMinmaxEXT")] public static void GetMinmax(OpenTK.Graphics.OpenGL.ExtHistogram target, bool reset, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [OutAttribute] IntPtr values) { @@ -93942,7 +95310,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_histogram] /// Get minimum and maximum pixel values /// /// @@ -93970,7 +95338,7 @@ namespace OpenTK.Graphics.OpenGL /// A pointer to storage for the returned values. /// /// - [AutoGenerated(Category = "ExtHistogram", Version = "1.0", EntryPoint = "glGetMinmaxEXT")] + [AutoGenerated(Category = "EXT_histogram", Version = "1.0", EntryPoint = "glGetMinmaxEXT")] public static void GetMinmax(OpenTK.Graphics.OpenGL.ExtHistogram target, bool reset, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T4[] values) where T4 : struct @@ -93994,7 +95362,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_histogram] /// Get minimum and maximum pixel values /// /// @@ -94022,7 +95390,7 @@ namespace OpenTK.Graphics.OpenGL /// A pointer to storage for the returned values. /// /// - [AutoGenerated(Category = "ExtHistogram", Version = "1.0", EntryPoint = "glGetMinmaxEXT")] + [AutoGenerated(Category = "EXT_histogram", Version = "1.0", EntryPoint = "glGetMinmaxEXT")] public static void GetMinmax(OpenTK.Graphics.OpenGL.ExtHistogram target, bool reset, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T4[,] values) where T4 : struct @@ -94046,7 +95414,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_histogram] /// Get minimum and maximum pixel values /// /// @@ -94074,7 +95442,7 @@ namespace OpenTK.Graphics.OpenGL /// A pointer to storage for the returned values. /// /// - [AutoGenerated(Category = "ExtHistogram", Version = "1.0", EntryPoint = "glGetMinmaxEXT")] + [AutoGenerated(Category = "EXT_histogram", Version = "1.0", EntryPoint = "glGetMinmaxEXT")] public static void GetMinmax(OpenTK.Graphics.OpenGL.ExtHistogram target, bool reset, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T4[,,] values) where T4 : struct @@ -94098,7 +95466,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_histogram] /// Get minimum and maximum pixel values /// /// @@ -94126,7 +95494,7 @@ namespace OpenTK.Graphics.OpenGL /// A pointer to storage for the returned values. /// /// - [AutoGenerated(Category = "ExtHistogram", Version = "1.0", EntryPoint = "glGetMinmaxEXT")] + [AutoGenerated(Category = "EXT_histogram", Version = "1.0", EntryPoint = "glGetMinmaxEXT")] public static void GetMinmax(OpenTK.Graphics.OpenGL.ExtHistogram target, bool reset, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] ref T4 values) where T4 : struct @@ -94151,7 +95519,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_histogram] /// Get minmax parameters /// /// @@ -94169,7 +95537,7 @@ namespace OpenTK.Graphics.OpenGL /// A pointer to storage for the retrieved parameters. /// /// - [AutoGenerated(Category = "ExtHistogram", Version = "1.0", EntryPoint = "glGetMinmaxParameterfvEXT")] + [AutoGenerated(Category = "EXT_histogram", Version = "1.0", EntryPoint = "glGetMinmaxParameterfvEXT")] public static void GetMinmaxParameter(OpenTK.Graphics.OpenGL.ExtHistogram target, OpenTK.Graphics.OpenGL.ExtHistogram pname, [OutAttribute] Single[] @params) { @@ -94190,7 +95558,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_histogram] /// Get minmax parameters /// /// @@ -94208,7 +95576,7 @@ namespace OpenTK.Graphics.OpenGL /// A pointer to storage for the retrieved parameters. /// /// - [AutoGenerated(Category = "ExtHistogram", Version = "1.0", EntryPoint = "glGetMinmaxParameterfvEXT")] + [AutoGenerated(Category = "EXT_histogram", Version = "1.0", EntryPoint = "glGetMinmaxParameterfvEXT")] public static void GetMinmaxParameter(OpenTK.Graphics.OpenGL.ExtHistogram target, OpenTK.Graphics.OpenGL.ExtHistogram pname, [OutAttribute] out Single @params) { @@ -94230,7 +95598,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_histogram] /// Get minmax parameters /// /// @@ -94249,7 +95617,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtHistogram", Version = "1.0", EntryPoint = "glGetMinmaxParameterfvEXT")] + [AutoGenerated(Category = "EXT_histogram", Version = "1.0", EntryPoint = "glGetMinmaxParameterfvEXT")] public static unsafe void GetMinmaxParameter(OpenTK.Graphics.OpenGL.ExtHistogram target, OpenTK.Graphics.OpenGL.ExtHistogram pname, [OutAttribute] Single* @params) { @@ -94264,7 +95632,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_histogram] /// Get minmax parameters /// /// @@ -94282,7 +95650,7 @@ namespace OpenTK.Graphics.OpenGL /// A pointer to storage for the retrieved parameters. /// /// - [AutoGenerated(Category = "ExtHistogram", Version = "1.0", EntryPoint = "glGetMinmaxParameterivEXT")] + [AutoGenerated(Category = "EXT_histogram", Version = "1.0", EntryPoint = "glGetMinmaxParameterivEXT")] public static void GetMinmaxParameter(OpenTK.Graphics.OpenGL.ExtHistogram target, OpenTK.Graphics.OpenGL.ExtHistogram pname, [OutAttribute] Int32[] @params) { @@ -94303,7 +95671,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_histogram] /// Get minmax parameters /// /// @@ -94321,7 +95689,7 @@ namespace OpenTK.Graphics.OpenGL /// A pointer to storage for the retrieved parameters. /// /// - [AutoGenerated(Category = "ExtHistogram", Version = "1.0", EntryPoint = "glGetMinmaxParameterivEXT")] + [AutoGenerated(Category = "EXT_histogram", Version = "1.0", EntryPoint = "glGetMinmaxParameterivEXT")] public static void GetMinmaxParameter(OpenTK.Graphics.OpenGL.ExtHistogram target, OpenTK.Graphics.OpenGL.ExtHistogram pname, [OutAttribute] out Int32 @params) { @@ -94343,7 +95711,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_histogram] /// Get minmax parameters /// /// @@ -94362,7 +95730,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtHistogram", Version = "1.0", EntryPoint = "glGetMinmaxParameterivEXT")] + [AutoGenerated(Category = "EXT_histogram", Version = "1.0", EntryPoint = "glGetMinmaxParameterivEXT")] public static unsafe void GetMinmaxParameter(OpenTK.Graphics.OpenGL.ExtHistogram target, OpenTK.Graphics.OpenGL.ExtHistogram pname, [OutAttribute] Int32* @params) { @@ -94376,7 +95744,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetMultiTexEnvfvEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetMultiTexEnvfvEXT")] public static void GetMultiTexEnv(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureEnvTarget target, OpenTK.Graphics.OpenGL.TextureEnvParameter pname, [OutAttribute] Single[] @params) { @@ -94396,7 +95765,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetMultiTexEnvfvEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetMultiTexEnvfvEXT")] public static void GetMultiTexEnv(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureEnvTarget target, OpenTK.Graphics.OpenGL.TextureEnvParameter pname, [OutAttribute] out Single @params) { @@ -94417,8 +95787,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetMultiTexEnvfvEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetMultiTexEnvfvEXT")] public static unsafe void GetMultiTexEnv(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureEnvTarget target, OpenTK.Graphics.OpenGL.TextureEnvParameter pname, [OutAttribute] Single* @params) { @@ -94432,7 +95803,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetMultiTexEnvivEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetMultiTexEnvivEXT")] public static void GetMultiTexEnv(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureEnvTarget target, OpenTK.Graphics.OpenGL.TextureEnvParameter pname, [OutAttribute] Int32[] @params) { @@ -94452,7 +95824,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetMultiTexEnvivEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetMultiTexEnvivEXT")] public static void GetMultiTexEnv(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureEnvTarget target, OpenTK.Graphics.OpenGL.TextureEnvParameter pname, [OutAttribute] out Int32 @params) { @@ -94473,8 +95846,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetMultiTexEnvivEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetMultiTexEnvivEXT")] public static unsafe void GetMultiTexEnv(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureEnvTarget target, OpenTK.Graphics.OpenGL.TextureEnvParameter pname, [OutAttribute] Int32* @params) { @@ -94488,7 +95862,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetMultiTexGendvEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetMultiTexGendvEXT")] public static void GetMultiTexGen(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureCoordName coord, OpenTK.Graphics.OpenGL.TextureGenParameter pname, [OutAttribute] Double[] @params) { @@ -94508,7 +95883,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetMultiTexGendvEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetMultiTexGendvEXT")] public static void GetMultiTexGen(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureCoordName coord, OpenTK.Graphics.OpenGL.TextureGenParameter pname, [OutAttribute] out Double @params) { @@ -94529,8 +95905,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetMultiTexGendvEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetMultiTexGendvEXT")] public static unsafe void GetMultiTexGen(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureCoordName coord, OpenTK.Graphics.OpenGL.TextureGenParameter pname, [OutAttribute] Double* @params) { @@ -94544,7 +95921,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetMultiTexGenfvEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetMultiTexGenfvEXT")] public static void GetMultiTexGen(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureCoordName coord, OpenTK.Graphics.OpenGL.TextureGenParameter pname, [OutAttribute] Single[] @params) { @@ -94564,7 +95942,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetMultiTexGenfvEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetMultiTexGenfvEXT")] public static void GetMultiTexGen(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureCoordName coord, OpenTK.Graphics.OpenGL.TextureGenParameter pname, [OutAttribute] out Single @params) { @@ -94585,8 +95964,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetMultiTexGenfvEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetMultiTexGenfvEXT")] public static unsafe void GetMultiTexGen(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureCoordName coord, OpenTK.Graphics.OpenGL.TextureGenParameter pname, [OutAttribute] Single* @params) { @@ -94600,7 +95980,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetMultiTexGenivEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetMultiTexGenivEXT")] public static void GetMultiTexGen(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureCoordName coord, OpenTK.Graphics.OpenGL.TextureGenParameter pname, [OutAttribute] Int32[] @params) { @@ -94620,7 +96001,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetMultiTexGenivEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetMultiTexGenivEXT")] public static void GetMultiTexGen(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureCoordName coord, OpenTK.Graphics.OpenGL.TextureGenParameter pname, [OutAttribute] out Int32 @params) { @@ -94641,8 +96023,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetMultiTexGenivEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetMultiTexGenivEXT")] public static unsafe void GetMultiTexGen(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureCoordName coord, OpenTK.Graphics.OpenGL.TextureGenParameter pname, [OutAttribute] Int32* @params) { @@ -94656,7 +96039,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetMultiTexImageEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetMultiTexImageEXT")] public static void GetMultiTexImage(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [OutAttribute] IntPtr pixels) { @@ -94670,7 +96054,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetMultiTexImageEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetMultiTexImageEXT")] public static void GetMultiTexImage(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T5[] pixels) where T5 : struct @@ -94693,7 +96078,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetMultiTexImageEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetMultiTexImageEXT")] public static void GetMultiTexImage(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T5[,] pixels) where T5 : struct @@ -94716,7 +96102,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetMultiTexImageEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetMultiTexImageEXT")] public static void GetMultiTexImage(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T5[,,] pixels) where T5 : struct @@ -94739,7 +96126,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetMultiTexImageEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetMultiTexImageEXT")] public static void GetMultiTexImage(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] ref T5 pixels) where T5 : struct @@ -94763,7 +96151,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetMultiTexLevelParameterfvEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetMultiTexLevelParameterfvEXT")] public static void GetMultiTexLevelParameter(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.GetTextureParameter pname, [OutAttribute] Single[] @params) { @@ -94783,7 +96172,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetMultiTexLevelParameterfvEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetMultiTexLevelParameterfvEXT")] public static void GetMultiTexLevelParameter(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.GetTextureParameter pname, [OutAttribute] out Single @params) { @@ -94804,8 +96194,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetMultiTexLevelParameterfvEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetMultiTexLevelParameterfvEXT")] public static unsafe void GetMultiTexLevelParameter(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.GetTextureParameter pname, [OutAttribute] Single* @params) { @@ -94819,7 +96210,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetMultiTexLevelParameterivEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetMultiTexLevelParameterivEXT")] public static void GetMultiTexLevelParameter(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.GetTextureParameter pname, [OutAttribute] Int32[] @params) { @@ -94839,7 +96231,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetMultiTexLevelParameterivEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetMultiTexLevelParameterivEXT")] public static void GetMultiTexLevelParameter(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.GetTextureParameter pname, [OutAttribute] out Int32 @params) { @@ -94860,8 +96253,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetMultiTexLevelParameterivEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetMultiTexLevelParameterivEXT")] public static unsafe void GetMultiTexLevelParameter(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.GetTextureParameter pname, [OutAttribute] Int32* @params) { @@ -94875,7 +96269,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetMultiTexParameterfvEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetMultiTexParameterfvEXT")] public static void GetMultiTexParameter(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.GetTextureParameter pname, [OutAttribute] Single[] @params) { @@ -94895,7 +96290,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetMultiTexParameterfvEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetMultiTexParameterfvEXT")] public static void GetMultiTexParameter(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.GetTextureParameter pname, [OutAttribute] out Single @params) { @@ -94916,8 +96312,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetMultiTexParameterfvEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetMultiTexParameterfvEXT")] public static unsafe void GetMultiTexParameter(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.GetTextureParameter pname, [OutAttribute] Single* @params) { @@ -94931,7 +96328,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetMultiTexParameterIivEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetMultiTexParameterIivEXT")] public static void GetMultiTexParameterI(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.GetTextureParameter pname, [OutAttribute] Int32[] @params) { @@ -94951,7 +96349,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetMultiTexParameterIivEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetMultiTexParameterIivEXT")] public static void GetMultiTexParameterI(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.GetTextureParameter pname, [OutAttribute] out Int32 @params) { @@ -94972,8 +96371,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetMultiTexParameterIivEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetMultiTexParameterIivEXT")] public static unsafe void GetMultiTexParameterI(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.GetTextureParameter pname, [OutAttribute] Int32* @params) { @@ -94987,8 +96387,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetMultiTexParameterIuivEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetMultiTexParameterIuivEXT")] public static void GetMultiTexParameterI(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.GetTextureParameter pname, [OutAttribute] UInt32[] @params) { @@ -95008,8 +96409,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetMultiTexParameterIuivEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetMultiTexParameterIuivEXT")] public static void GetMultiTexParameterI(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.GetTextureParameter pname, [OutAttribute] out UInt32 @params) { @@ -95030,8 +96432,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetMultiTexParameterIuivEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetMultiTexParameterIuivEXT")] public static unsafe void GetMultiTexParameterI(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.GetTextureParameter pname, [OutAttribute] UInt32* @params) { @@ -95045,7 +96448,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetMultiTexParameterivEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetMultiTexParameterivEXT")] public static void GetMultiTexParameter(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.GetTextureParameter pname, [OutAttribute] Int32[] @params) { @@ -95065,7 +96469,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetMultiTexParameterivEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetMultiTexParameterivEXT")] public static void GetMultiTexParameter(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.GetTextureParameter pname, [OutAttribute] out Int32 @params) { @@ -95086,8 +96491,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetMultiTexParameterivEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetMultiTexParameterivEXT")] public static unsafe void GetMultiTexParameter(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.GetTextureParameter pname, [OutAttribute] Int32* @params) { @@ -95101,7 +96507,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetNamedBufferParameterivEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetNamedBufferParameterivEXT")] public static void GetNamedBufferParameter(Int32 buffer, OpenTK.Graphics.OpenGL.ExtDirectStateAccess pname, [OutAttribute] Int32[] @params) { @@ -95121,7 +96528,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetNamedBufferParameterivEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetNamedBufferParameterivEXT")] public static void GetNamedBufferParameter(Int32 buffer, OpenTK.Graphics.OpenGL.ExtDirectStateAccess pname, [OutAttribute] out Int32 @params) { @@ -95142,8 +96550,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetNamedBufferParameterivEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetNamedBufferParameterivEXT")] public static unsafe void GetNamedBufferParameter(Int32 buffer, OpenTK.Graphics.OpenGL.ExtDirectStateAccess pname, [OutAttribute] Int32* @params) { @@ -95157,8 +96566,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetNamedBufferParameterivEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetNamedBufferParameterivEXT")] public static void GetNamedBufferParameter(UInt32 buffer, OpenTK.Graphics.OpenGL.ExtDirectStateAccess pname, [OutAttribute] Int32[] @params) { @@ -95178,8 +96588,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetNamedBufferParameterivEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetNamedBufferParameterivEXT")] public static void GetNamedBufferParameter(UInt32 buffer, OpenTK.Graphics.OpenGL.ExtDirectStateAccess pname, [OutAttribute] out Int32 @params) { @@ -95200,8 +96611,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetNamedBufferParameterivEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetNamedBufferParameterivEXT")] public static unsafe void GetNamedBufferParameter(UInt32 buffer, OpenTK.Graphics.OpenGL.ExtDirectStateAccess pname, [OutAttribute] Int32* @params) { @@ -95215,7 +96627,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetNamedBufferPointervEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetNamedBufferPointervEXT")] public static void GetNamedBufferPointer(Int32 buffer, OpenTK.Graphics.OpenGL.ExtDirectStateAccess pname, [OutAttribute] IntPtr @params) { @@ -95229,7 +96642,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetNamedBufferPointervEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetNamedBufferPointervEXT")] public static void GetNamedBufferPointer(Int32 buffer, OpenTK.Graphics.OpenGL.ExtDirectStateAccess pname, [InAttribute, OutAttribute] T2[] @params) where T2 : struct @@ -95252,7 +96666,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetNamedBufferPointervEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetNamedBufferPointervEXT")] public static void GetNamedBufferPointer(Int32 buffer, OpenTK.Graphics.OpenGL.ExtDirectStateAccess pname, [InAttribute, OutAttribute] T2[,] @params) where T2 : struct @@ -95275,7 +96690,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetNamedBufferPointervEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetNamedBufferPointervEXT")] public static void GetNamedBufferPointer(Int32 buffer, OpenTK.Graphics.OpenGL.ExtDirectStateAccess pname, [InAttribute, OutAttribute] T2[,,] @params) where T2 : struct @@ -95298,7 +96714,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetNamedBufferPointervEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetNamedBufferPointervEXT")] public static void GetNamedBufferPointer(Int32 buffer, OpenTK.Graphics.OpenGL.ExtDirectStateAccess pname, [InAttribute, OutAttribute] ref T2 @params) where T2 : struct @@ -95322,8 +96739,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetNamedBufferPointervEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetNamedBufferPointervEXT")] public static void GetNamedBufferPointer(UInt32 buffer, OpenTK.Graphics.OpenGL.ExtDirectStateAccess pname, [OutAttribute] IntPtr @params) { @@ -95337,8 +96755,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetNamedBufferPointervEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetNamedBufferPointervEXT")] public static void GetNamedBufferPointer(UInt32 buffer, OpenTK.Graphics.OpenGL.ExtDirectStateAccess pname, [InAttribute, OutAttribute] T2[] @params) where T2 : struct @@ -95361,8 +96780,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetNamedBufferPointervEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetNamedBufferPointervEXT")] public static void GetNamedBufferPointer(UInt32 buffer, OpenTK.Graphics.OpenGL.ExtDirectStateAccess pname, [InAttribute, OutAttribute] T2[,] @params) where T2 : struct @@ -95385,8 +96805,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetNamedBufferPointervEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetNamedBufferPointervEXT")] public static void GetNamedBufferPointer(UInt32 buffer, OpenTK.Graphics.OpenGL.ExtDirectStateAccess pname, [InAttribute, OutAttribute] T2[,,] @params) where T2 : struct @@ -95409,8 +96830,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetNamedBufferPointervEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetNamedBufferPointervEXT")] public static void GetNamedBufferPointer(UInt32 buffer, OpenTK.Graphics.OpenGL.ExtDirectStateAccess pname, [InAttribute, OutAttribute] ref T2 @params) where T2 : struct @@ -95434,7 +96856,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetNamedBufferSubDataEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetNamedBufferSubDataEXT")] public static void GetNamedBufferSubData(Int32 buffer, IntPtr offset, IntPtr size, [OutAttribute] IntPtr data) { @@ -95448,7 +96871,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetNamedBufferSubDataEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetNamedBufferSubDataEXT")] public static void GetNamedBufferSubData(Int32 buffer, IntPtr offset, IntPtr size, [InAttribute, OutAttribute] T3[] data) where T3 : struct @@ -95471,7 +96895,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetNamedBufferSubDataEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetNamedBufferSubDataEXT")] public static void GetNamedBufferSubData(Int32 buffer, IntPtr offset, IntPtr size, [InAttribute, OutAttribute] T3[,] data) where T3 : struct @@ -95494,7 +96919,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetNamedBufferSubDataEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetNamedBufferSubDataEXT")] public static void GetNamedBufferSubData(Int32 buffer, IntPtr offset, IntPtr size, [InAttribute, OutAttribute] T3[,,] data) where T3 : struct @@ -95517,7 +96943,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetNamedBufferSubDataEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetNamedBufferSubDataEXT")] public static void GetNamedBufferSubData(Int32 buffer, IntPtr offset, IntPtr size, [InAttribute, OutAttribute] ref T3 data) where T3 : struct @@ -95541,8 +96968,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetNamedBufferSubDataEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetNamedBufferSubDataEXT")] public static void GetNamedBufferSubData(UInt32 buffer, IntPtr offset, IntPtr size, [OutAttribute] IntPtr data) { @@ -95556,8 +96984,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetNamedBufferSubDataEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetNamedBufferSubDataEXT")] public static void GetNamedBufferSubData(UInt32 buffer, IntPtr offset, IntPtr size, [InAttribute, OutAttribute] T3[] data) where T3 : struct @@ -95580,8 +97009,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetNamedBufferSubDataEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetNamedBufferSubDataEXT")] public static void GetNamedBufferSubData(UInt32 buffer, IntPtr offset, IntPtr size, [InAttribute, OutAttribute] T3[,] data) where T3 : struct @@ -95604,8 +97034,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetNamedBufferSubDataEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetNamedBufferSubDataEXT")] public static void GetNamedBufferSubData(UInt32 buffer, IntPtr offset, IntPtr size, [InAttribute, OutAttribute] T3[,,] data) where T3 : struct @@ -95628,8 +97059,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetNamedBufferSubDataEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetNamedBufferSubDataEXT")] public static void GetNamedBufferSubData(UInt32 buffer, IntPtr offset, IntPtr size, [InAttribute, OutAttribute] ref T3 data) where T3 : struct @@ -95653,7 +97085,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetNamedFramebufferAttachmentParameterivEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetNamedFramebufferAttachmentParameterivEXT")] public static void GetNamedFramebufferAttachmentParameter(Int32 framebuffer, OpenTK.Graphics.OpenGL.FramebufferAttachment attachment, OpenTK.Graphics.OpenGL.ExtDirectStateAccess pname, [OutAttribute] Int32[] @params) { @@ -95673,7 +97106,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetNamedFramebufferAttachmentParameterivEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetNamedFramebufferAttachmentParameterivEXT")] public static void GetNamedFramebufferAttachmentParameter(Int32 framebuffer, OpenTK.Graphics.OpenGL.FramebufferAttachment attachment, OpenTK.Graphics.OpenGL.ExtDirectStateAccess pname, [OutAttribute] out Int32 @params) { @@ -95694,8 +97128,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetNamedFramebufferAttachmentParameterivEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetNamedFramebufferAttachmentParameterivEXT")] public static unsafe void GetNamedFramebufferAttachmentParameter(Int32 framebuffer, OpenTK.Graphics.OpenGL.FramebufferAttachment attachment, OpenTK.Graphics.OpenGL.ExtDirectStateAccess pname, [OutAttribute] Int32* @params) { @@ -95709,8 +97144,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetNamedFramebufferAttachmentParameterivEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetNamedFramebufferAttachmentParameterivEXT")] public static void GetNamedFramebufferAttachmentParameter(UInt32 framebuffer, OpenTK.Graphics.OpenGL.FramebufferAttachment attachment, OpenTK.Graphics.OpenGL.ExtDirectStateAccess pname, [OutAttribute] Int32[] @params) { @@ -95730,8 +97166,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetNamedFramebufferAttachmentParameterivEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetNamedFramebufferAttachmentParameterivEXT")] public static void GetNamedFramebufferAttachmentParameter(UInt32 framebuffer, OpenTK.Graphics.OpenGL.FramebufferAttachment attachment, OpenTK.Graphics.OpenGL.ExtDirectStateAccess pname, [OutAttribute] out Int32 @params) { @@ -95752,8 +97189,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetNamedFramebufferAttachmentParameterivEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetNamedFramebufferAttachmentParameterivEXT")] public static unsafe void GetNamedFramebufferAttachmentParameter(UInt32 framebuffer, OpenTK.Graphics.OpenGL.FramebufferAttachment attachment, OpenTK.Graphics.OpenGL.ExtDirectStateAccess pname, [OutAttribute] Int32* @params) { @@ -95767,7 +97205,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetNamedProgramivEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetNamedProgramivEXT")] public static void GetNamedProgram(Int32 program, OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, OpenTK.Graphics.OpenGL.ExtDirectStateAccess pname, [OutAttribute] out Int32 @params) { @@ -95788,8 +97227,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetNamedProgramivEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetNamedProgramivEXT")] public static unsafe void GetNamedProgram(Int32 program, OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, OpenTK.Graphics.OpenGL.ExtDirectStateAccess pname, [OutAttribute] Int32* @params) { @@ -95803,8 +97243,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetNamedProgramivEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetNamedProgramivEXT")] public static void GetNamedProgram(UInt32 program, OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, OpenTK.Graphics.OpenGL.ExtDirectStateAccess pname, [OutAttribute] out Int32 @params) { @@ -95825,8 +97266,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetNamedProgramivEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetNamedProgramivEXT")] public static unsafe void GetNamedProgram(UInt32 program, OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, OpenTK.Graphics.OpenGL.ExtDirectStateAccess pname, [OutAttribute] Int32* @params) { @@ -95840,7 +97282,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetNamedProgramLocalParameterdvEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetNamedProgramLocalParameterdvEXT")] public static void GetNamedProgramLocalParameter(Int32 program, OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, Int32 index, [OutAttribute] Double[] @params) { @@ -95860,7 +97303,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetNamedProgramLocalParameterdvEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetNamedProgramLocalParameterdvEXT")] public static void GetNamedProgramLocalParameter(Int32 program, OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, Int32 index, [OutAttribute] out Double @params) { @@ -95881,8 +97325,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetNamedProgramLocalParameterdvEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetNamedProgramLocalParameterdvEXT")] public static unsafe void GetNamedProgramLocalParameter(Int32 program, OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, Int32 index, [OutAttribute] Double* @params) { @@ -95896,8 +97341,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetNamedProgramLocalParameterdvEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetNamedProgramLocalParameterdvEXT")] public static void GetNamedProgramLocalParameter(UInt32 program, OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, UInt32 index, [OutAttribute] Double[] @params) { @@ -95917,8 +97363,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetNamedProgramLocalParameterdvEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetNamedProgramLocalParameterdvEXT")] public static void GetNamedProgramLocalParameter(UInt32 program, OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, UInt32 index, [OutAttribute] out Double @params) { @@ -95939,8 +97386,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetNamedProgramLocalParameterdvEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetNamedProgramLocalParameterdvEXT")] public static unsafe void GetNamedProgramLocalParameter(UInt32 program, OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, UInt32 index, [OutAttribute] Double* @params) { @@ -95954,7 +97402,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetNamedProgramLocalParameterfvEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetNamedProgramLocalParameterfvEXT")] public static void GetNamedProgramLocalParameter(Int32 program, OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, Int32 index, [OutAttribute] Single[] @params) { @@ -95974,7 +97423,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetNamedProgramLocalParameterfvEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetNamedProgramLocalParameterfvEXT")] public static void GetNamedProgramLocalParameter(Int32 program, OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, Int32 index, [OutAttribute] out Single @params) { @@ -95995,8 +97445,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetNamedProgramLocalParameterfvEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetNamedProgramLocalParameterfvEXT")] public static unsafe void GetNamedProgramLocalParameter(Int32 program, OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, Int32 index, [OutAttribute] Single* @params) { @@ -96010,8 +97461,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetNamedProgramLocalParameterfvEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetNamedProgramLocalParameterfvEXT")] public static void GetNamedProgramLocalParameter(UInt32 program, OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, UInt32 index, [OutAttribute] Single[] @params) { @@ -96031,8 +97483,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetNamedProgramLocalParameterfvEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetNamedProgramLocalParameterfvEXT")] public static void GetNamedProgramLocalParameter(UInt32 program, OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, UInt32 index, [OutAttribute] out Single @params) { @@ -96053,8 +97506,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetNamedProgramLocalParameterfvEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetNamedProgramLocalParameterfvEXT")] public static unsafe void GetNamedProgramLocalParameter(UInt32 program, OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, UInt32 index, [OutAttribute] Single* @params) { @@ -96068,7 +97522,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetNamedProgramLocalParameterIivEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetNamedProgramLocalParameterIivEXT")] public static void GetNamedProgramLocalParameterI(Int32 program, OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, Int32 index, [OutAttribute] Int32[] @params) { @@ -96088,7 +97543,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetNamedProgramLocalParameterIivEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetNamedProgramLocalParameterIivEXT")] public static void GetNamedProgramLocalParameterI(Int32 program, OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, Int32 index, [OutAttribute] out Int32 @params) { @@ -96109,8 +97565,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetNamedProgramLocalParameterIivEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetNamedProgramLocalParameterIivEXT")] public static unsafe void GetNamedProgramLocalParameterI(Int32 program, OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, Int32 index, [OutAttribute] Int32* @params) { @@ -96124,8 +97581,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetNamedProgramLocalParameterIivEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetNamedProgramLocalParameterIivEXT")] public static void GetNamedProgramLocalParameterI(UInt32 program, OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, UInt32 index, [OutAttribute] Int32[] @params) { @@ -96145,8 +97603,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetNamedProgramLocalParameterIivEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetNamedProgramLocalParameterIivEXT")] public static void GetNamedProgramLocalParameterI(UInt32 program, OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, UInt32 index, [OutAttribute] out Int32 @params) { @@ -96167,8 +97626,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetNamedProgramLocalParameterIivEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetNamedProgramLocalParameterIivEXT")] public static unsafe void GetNamedProgramLocalParameterI(UInt32 program, OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, UInt32 index, [OutAttribute] Int32* @params) { @@ -96182,8 +97642,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetNamedProgramLocalParameterIuivEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetNamedProgramLocalParameterIuivEXT")] public static void GetNamedProgramLocalParameterI(UInt32 program, OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, UInt32 index, [OutAttribute] UInt32[] @params) { @@ -96203,8 +97664,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetNamedProgramLocalParameterIuivEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetNamedProgramLocalParameterIuivEXT")] public static void GetNamedProgramLocalParameterI(UInt32 program, OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, UInt32 index, [OutAttribute] out UInt32 @params) { @@ -96225,8 +97687,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetNamedProgramLocalParameterIuivEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetNamedProgramLocalParameterIuivEXT")] public static unsafe void GetNamedProgramLocalParameterI(UInt32 program, OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, UInt32 index, [OutAttribute] UInt32* @params) { @@ -96240,7 +97703,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetNamedProgramStringEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetNamedProgramStringEXT")] public static void GetNamedProgramString(Int32 program, OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, OpenTK.Graphics.OpenGL.ExtDirectStateAccess pname, [OutAttribute] IntPtr @string) { @@ -96254,7 +97718,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetNamedProgramStringEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetNamedProgramStringEXT")] public static void GetNamedProgramString(Int32 program, OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, OpenTK.Graphics.OpenGL.ExtDirectStateAccess pname, [InAttribute, OutAttribute] T3[] @string) where T3 : struct @@ -96277,7 +97742,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetNamedProgramStringEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetNamedProgramStringEXT")] public static void GetNamedProgramString(Int32 program, OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, OpenTK.Graphics.OpenGL.ExtDirectStateAccess pname, [InAttribute, OutAttribute] T3[,] @string) where T3 : struct @@ -96300,7 +97766,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetNamedProgramStringEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetNamedProgramStringEXT")] public static void GetNamedProgramString(Int32 program, OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, OpenTK.Graphics.OpenGL.ExtDirectStateAccess pname, [InAttribute, OutAttribute] T3[,,] @string) where T3 : struct @@ -96323,7 +97790,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetNamedProgramStringEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetNamedProgramStringEXT")] public static void GetNamedProgramString(Int32 program, OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, OpenTK.Graphics.OpenGL.ExtDirectStateAccess pname, [InAttribute, OutAttribute] ref T3 @string) where T3 : struct @@ -96347,8 +97815,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetNamedProgramStringEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetNamedProgramStringEXT")] public static void GetNamedProgramString(UInt32 program, OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, OpenTK.Graphics.OpenGL.ExtDirectStateAccess pname, [OutAttribute] IntPtr @string) { @@ -96362,8 +97831,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetNamedProgramStringEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetNamedProgramStringEXT")] public static void GetNamedProgramString(UInt32 program, OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, OpenTK.Graphics.OpenGL.ExtDirectStateAccess pname, [InAttribute, OutAttribute] T3[] @string) where T3 : struct @@ -96386,8 +97856,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetNamedProgramStringEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetNamedProgramStringEXT")] public static void GetNamedProgramString(UInt32 program, OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, OpenTK.Graphics.OpenGL.ExtDirectStateAccess pname, [InAttribute, OutAttribute] T3[,] @string) where T3 : struct @@ -96410,8 +97881,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetNamedProgramStringEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetNamedProgramStringEXT")] public static void GetNamedProgramString(UInt32 program, OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, OpenTK.Graphics.OpenGL.ExtDirectStateAccess pname, [InAttribute, OutAttribute] T3[,,] @string) where T3 : struct @@ -96434,8 +97906,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetNamedProgramStringEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetNamedProgramStringEXT")] public static void GetNamedProgramString(UInt32 program, OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, OpenTK.Graphics.OpenGL.ExtDirectStateAccess pname, [InAttribute, OutAttribute] ref T3 @string) where T3 : struct @@ -96459,7 +97932,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetNamedRenderbufferParameterivEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetNamedRenderbufferParameterivEXT")] public static void GetNamedRenderbufferParameter(Int32 renderbuffer, OpenTK.Graphics.OpenGL.RenderbufferParameterName pname, [OutAttribute] Int32[] @params) { @@ -96479,7 +97953,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetNamedRenderbufferParameterivEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetNamedRenderbufferParameterivEXT")] public static void GetNamedRenderbufferParameter(Int32 renderbuffer, OpenTK.Graphics.OpenGL.RenderbufferParameterName pname, [OutAttribute] out Int32 @params) { @@ -96500,8 +97975,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetNamedRenderbufferParameterivEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetNamedRenderbufferParameterivEXT")] public static unsafe void GetNamedRenderbufferParameter(Int32 renderbuffer, OpenTK.Graphics.OpenGL.RenderbufferParameterName pname, [OutAttribute] Int32* @params) { @@ -96515,8 +97991,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetNamedRenderbufferParameterivEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetNamedRenderbufferParameterivEXT")] public static void GetNamedRenderbufferParameter(UInt32 renderbuffer, OpenTK.Graphics.OpenGL.RenderbufferParameterName pname, [OutAttribute] Int32[] @params) { @@ -96536,8 +98013,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetNamedRenderbufferParameterivEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetNamedRenderbufferParameterivEXT")] public static void GetNamedRenderbufferParameter(UInt32 renderbuffer, OpenTK.Graphics.OpenGL.RenderbufferParameterName pname, [OutAttribute] out Int32 @params) { @@ -96558,8 +98036,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetNamedRenderbufferParameterivEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetNamedRenderbufferParameterivEXT")] public static unsafe void GetNamedRenderbufferParameter(UInt32 renderbuffer, OpenTK.Graphics.OpenGL.RenderbufferParameterName pname, [OutAttribute] Int32* @params) { @@ -96573,7 +98052,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetPointerIndexedvEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetPointerIndexedvEXT")] public static void GetPointerIndexed(OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, Int32 index, [OutAttribute] IntPtr data) { @@ -96587,7 +98067,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetPointerIndexedvEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetPointerIndexedvEXT")] public static void GetPointerIndexed(OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, Int32 index, [InAttribute, OutAttribute] T2[] data) where T2 : struct @@ -96610,7 +98091,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetPointerIndexedvEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetPointerIndexedvEXT")] public static void GetPointerIndexed(OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, Int32 index, [InAttribute, OutAttribute] T2[,] data) where T2 : struct @@ -96633,7 +98115,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetPointerIndexedvEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetPointerIndexedvEXT")] public static void GetPointerIndexed(OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, Int32 index, [InAttribute, OutAttribute] T2[,,] data) where T2 : struct @@ -96656,7 +98139,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetPointerIndexedvEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetPointerIndexedvEXT")] public static void GetPointerIndexed(OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, Int32 index, [InAttribute, OutAttribute] ref T2 data) where T2 : struct @@ -96680,8 +98164,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetPointerIndexedvEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetPointerIndexedvEXT")] public static void GetPointerIndexed(OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, UInt32 index, [OutAttribute] IntPtr data) { @@ -96695,8 +98180,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetPointerIndexedvEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetPointerIndexedvEXT")] public static void GetPointerIndexed(OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, UInt32 index, [InAttribute, OutAttribute] T2[] data) where T2 : struct @@ -96719,8 +98205,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetPointerIndexedvEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetPointerIndexedvEXT")] public static void GetPointerIndexed(OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, UInt32 index, [InAttribute, OutAttribute] T2[,] data) where T2 : struct @@ -96743,8 +98230,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetPointerIndexedvEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetPointerIndexedvEXT")] public static void GetPointerIndexed(OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, UInt32 index, [InAttribute, OutAttribute] T2[,,] data) where T2 : struct @@ -96767,8 +98255,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetPointerIndexedvEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetPointerIndexedvEXT")] public static void GetPointerIndexed(OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, UInt32 index, [InAttribute, OutAttribute] ref T2 data) where T2 : struct @@ -96792,7 +98281,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtVertexArray", Version = "1.0", EntryPoint = "glGetPointervEXT")] + /// [requires: EXT_vertex_array] + [AutoGenerated(Category = "EXT_vertex_array", Version = "1.0", EntryPoint = "glGetPointervEXT")] public static void GetPointer(OpenTK.Graphics.OpenGL.GetPointervPName pname, [OutAttribute] IntPtr @params) { @@ -96806,7 +98296,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtVertexArray", Version = "1.0", EntryPoint = "glGetPointervEXT")] + /// [requires: EXT_vertex_array] + [AutoGenerated(Category = "EXT_vertex_array", Version = "1.0", EntryPoint = "glGetPointervEXT")] public static void GetPointer(OpenTK.Graphics.OpenGL.GetPointervPName pname, [InAttribute, OutAttribute] T1[] @params) where T1 : struct @@ -96829,7 +98320,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtVertexArray", Version = "1.0", EntryPoint = "glGetPointervEXT")] + /// [requires: EXT_vertex_array] + [AutoGenerated(Category = "EXT_vertex_array", Version = "1.0", EntryPoint = "glGetPointervEXT")] public static void GetPointer(OpenTK.Graphics.OpenGL.GetPointervPName pname, [InAttribute, OutAttribute] T1[,] @params) where T1 : struct @@ -96852,7 +98344,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtVertexArray", Version = "1.0", EntryPoint = "glGetPointervEXT")] + /// [requires: EXT_vertex_array] + [AutoGenerated(Category = "EXT_vertex_array", Version = "1.0", EntryPoint = "glGetPointervEXT")] public static void GetPointer(OpenTK.Graphics.OpenGL.GetPointervPName pname, [InAttribute, OutAttribute] T1[,,] @params) where T1 : struct @@ -96875,7 +98368,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtVertexArray", Version = "1.0", EntryPoint = "glGetPointervEXT")] + /// [requires: EXT_vertex_array] + [AutoGenerated(Category = "EXT_vertex_array", Version = "1.0", EntryPoint = "glGetPointervEXT")] public static void GetPointer(OpenTK.Graphics.OpenGL.GetPointervPName pname, [InAttribute, OutAttribute] ref T1 @params) where T1 : struct @@ -96899,7 +98393,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtTimerQuery", Version = "1.5", EntryPoint = "glGetQueryObjecti64vEXT")] + /// [requires: EXT_timer_query] + [AutoGenerated(Category = "EXT_timer_query", Version = "1.5", EntryPoint = "glGetQueryObjecti64vEXT")] public static void GetQueryObjecti64(Int32 id, OpenTK.Graphics.OpenGL.ExtTimerQuery pname, [OutAttribute] Int64[] @params) { @@ -96919,7 +98414,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtTimerQuery", Version = "1.5", EntryPoint = "glGetQueryObjecti64vEXT")] + /// [requires: EXT_timer_query] + [AutoGenerated(Category = "EXT_timer_query", Version = "1.5", EntryPoint = "glGetQueryObjecti64vEXT")] public static void GetQueryObjecti64(Int32 id, OpenTK.Graphics.OpenGL.ExtTimerQuery pname, [OutAttribute] out Int64 @params) { @@ -96940,8 +98436,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_timer_query] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtTimerQuery", Version = "1.5", EntryPoint = "glGetQueryObjecti64vEXT")] + [AutoGenerated(Category = "EXT_timer_query", Version = "1.5", EntryPoint = "glGetQueryObjecti64vEXT")] public static unsafe void GetQueryObjecti64(Int32 id, OpenTK.Graphics.OpenGL.ExtTimerQuery pname, [OutAttribute] Int64* @params) { @@ -96955,8 +98452,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_timer_query] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtTimerQuery", Version = "1.5", EntryPoint = "glGetQueryObjecti64vEXT")] + [AutoGenerated(Category = "EXT_timer_query", Version = "1.5", EntryPoint = "glGetQueryObjecti64vEXT")] public static void GetQueryObjecti64(UInt32 id, OpenTK.Graphics.OpenGL.ExtTimerQuery pname, [OutAttribute] Int64[] @params) { @@ -96976,8 +98474,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_timer_query] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtTimerQuery", Version = "1.5", EntryPoint = "glGetQueryObjecti64vEXT")] + [AutoGenerated(Category = "EXT_timer_query", Version = "1.5", EntryPoint = "glGetQueryObjecti64vEXT")] public static void GetQueryObjecti64(UInt32 id, OpenTK.Graphics.OpenGL.ExtTimerQuery pname, [OutAttribute] out Int64 @params) { @@ -96998,8 +98497,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_timer_query] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtTimerQuery", Version = "1.5", EntryPoint = "glGetQueryObjecti64vEXT")] + [AutoGenerated(Category = "EXT_timer_query", Version = "1.5", EntryPoint = "glGetQueryObjecti64vEXT")] public static unsafe void GetQueryObjecti64(UInt32 id, OpenTK.Graphics.OpenGL.ExtTimerQuery pname, [OutAttribute] Int64* @params) { @@ -97013,7 +98513,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtTimerQuery", Version = "1.5", EntryPoint = "glGetQueryObjectui64vEXT")] + /// [requires: EXT_timer_query] + [AutoGenerated(Category = "EXT_timer_query", Version = "1.5", EntryPoint = "glGetQueryObjectui64vEXT")] public static void GetQueryObjectui64(Int32 id, OpenTK.Graphics.OpenGL.ExtTimerQuery pname, [OutAttribute] Int64[] @params) { @@ -97033,7 +98534,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtTimerQuery", Version = "1.5", EntryPoint = "glGetQueryObjectui64vEXT")] + /// [requires: EXT_timer_query] + [AutoGenerated(Category = "EXT_timer_query", Version = "1.5", EntryPoint = "glGetQueryObjectui64vEXT")] public static void GetQueryObjectui64(Int32 id, OpenTK.Graphics.OpenGL.ExtTimerQuery pname, [OutAttribute] out Int64 @params) { @@ -97054,8 +98556,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_timer_query] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtTimerQuery", Version = "1.5", EntryPoint = "glGetQueryObjectui64vEXT")] + [AutoGenerated(Category = "EXT_timer_query", Version = "1.5", EntryPoint = "glGetQueryObjectui64vEXT")] public static unsafe void GetQueryObjectui64(Int32 id, OpenTK.Graphics.OpenGL.ExtTimerQuery pname, [OutAttribute] Int64* @params) { @@ -97069,8 +98572,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_timer_query] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtTimerQuery", Version = "1.5", EntryPoint = "glGetQueryObjectui64vEXT")] + [AutoGenerated(Category = "EXT_timer_query", Version = "1.5", EntryPoint = "glGetQueryObjectui64vEXT")] public static void GetQueryObjectui64(UInt32 id, OpenTK.Graphics.OpenGL.ExtTimerQuery pname, [OutAttribute] UInt64[] @params) { @@ -97090,8 +98594,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_timer_query] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtTimerQuery", Version = "1.5", EntryPoint = "glGetQueryObjectui64vEXT")] + [AutoGenerated(Category = "EXT_timer_query", Version = "1.5", EntryPoint = "glGetQueryObjectui64vEXT")] public static void GetQueryObjectui64(UInt32 id, OpenTK.Graphics.OpenGL.ExtTimerQuery pname, [OutAttribute] out UInt64 @params) { @@ -97112,8 +98617,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_timer_query] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtTimerQuery", Version = "1.5", EntryPoint = "glGetQueryObjectui64vEXT")] + [AutoGenerated(Category = "EXT_timer_query", Version = "1.5", EntryPoint = "glGetQueryObjectui64vEXT")] public static unsafe void GetQueryObjectui64(UInt32 id, OpenTK.Graphics.OpenGL.ExtTimerQuery pname, [OutAttribute] UInt64* @params) { @@ -97127,7 +98633,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtFramebufferObject", Version = "1.2", EntryPoint = "glGetRenderbufferParameterivEXT")] + /// [requires: EXT_framebuffer_object] + [AutoGenerated(Category = "EXT_framebuffer_object", Version = "1.2", EntryPoint = "glGetRenderbufferParameterivEXT")] public static void GetRenderbufferParameter(OpenTK.Graphics.OpenGL.RenderbufferTarget target, OpenTK.Graphics.OpenGL.RenderbufferParameterName pname, [OutAttribute] Int32[] @params) { @@ -97147,7 +98654,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtFramebufferObject", Version = "1.2", EntryPoint = "glGetRenderbufferParameterivEXT")] + /// [requires: EXT_framebuffer_object] + [AutoGenerated(Category = "EXT_framebuffer_object", Version = "1.2", EntryPoint = "glGetRenderbufferParameterivEXT")] public static void GetRenderbufferParameter(OpenTK.Graphics.OpenGL.RenderbufferTarget target, OpenTK.Graphics.OpenGL.RenderbufferParameterName pname, [OutAttribute] out Int32 @params) { @@ -97168,8 +98676,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_framebuffer_object] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtFramebufferObject", Version = "1.2", EntryPoint = "glGetRenderbufferParameterivEXT")] + [AutoGenerated(Category = "EXT_framebuffer_object", Version = "1.2", EntryPoint = "glGetRenderbufferParameterivEXT")] public static unsafe void GetRenderbufferParameter(OpenTK.Graphics.OpenGL.RenderbufferTarget target, OpenTK.Graphics.OpenGL.RenderbufferParameterName pname, [OutAttribute] Int32* @params) { @@ -97184,7 +98693,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_convolution] /// Get separable convolution filter kernel images /// /// @@ -97217,7 +98726,7 @@ namespace OpenTK.Graphics.OpenGL /// Pointer to storage for the span filter image (currently unused). /// /// - [AutoGenerated(Category = "ExtConvolution", Version = "1.0", EntryPoint = "glGetSeparableFilterEXT")] + [AutoGenerated(Category = "EXT_convolution", Version = "1.0", EntryPoint = "glGetSeparableFilterEXT")] public static void GetSeparableFilter(OpenTK.Graphics.OpenGL.ExtConvolution target, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [OutAttribute] IntPtr row, [OutAttribute] IntPtr column, [OutAttribute] IntPtr span) { @@ -97232,7 +98741,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_convolution] /// Get separable convolution filter kernel images /// /// @@ -97265,7 +98774,7 @@ namespace OpenTK.Graphics.OpenGL /// Pointer to storage for the span filter image (currently unused). /// /// - [AutoGenerated(Category = "ExtConvolution", Version = "1.0", EntryPoint = "glGetSeparableFilterEXT")] + [AutoGenerated(Category = "EXT_convolution", Version = "1.0", EntryPoint = "glGetSeparableFilterEXT")] public static void GetSeparableFilter(OpenTK.Graphics.OpenGL.ExtConvolution target, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [OutAttribute] IntPtr row, [OutAttribute] IntPtr column, [InAttribute, OutAttribute] T5[] span) where T5 : struct @@ -97289,7 +98798,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_convolution] /// Get separable convolution filter kernel images /// /// @@ -97322,7 +98831,7 @@ namespace OpenTK.Graphics.OpenGL /// Pointer to storage for the span filter image (currently unused). /// /// - [AutoGenerated(Category = "ExtConvolution", Version = "1.0", EntryPoint = "glGetSeparableFilterEXT")] + [AutoGenerated(Category = "EXT_convolution", Version = "1.0", EntryPoint = "glGetSeparableFilterEXT")] public static void GetSeparableFilter(OpenTK.Graphics.OpenGL.ExtConvolution target, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [OutAttribute] IntPtr row, [OutAttribute] IntPtr column, [InAttribute, OutAttribute] T5[,] span) where T5 : struct @@ -97346,7 +98855,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_convolution] /// Get separable convolution filter kernel images /// /// @@ -97379,7 +98888,7 @@ namespace OpenTK.Graphics.OpenGL /// Pointer to storage for the span filter image (currently unused). /// /// - [AutoGenerated(Category = "ExtConvolution", Version = "1.0", EntryPoint = "glGetSeparableFilterEXT")] + [AutoGenerated(Category = "EXT_convolution", Version = "1.0", EntryPoint = "glGetSeparableFilterEXT")] public static void GetSeparableFilter(OpenTK.Graphics.OpenGL.ExtConvolution target, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [OutAttribute] IntPtr row, [OutAttribute] IntPtr column, [InAttribute, OutAttribute] T5[,,] span) where T5 : struct @@ -97403,7 +98912,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_convolution] /// Get separable convolution filter kernel images /// /// @@ -97436,7 +98945,7 @@ namespace OpenTK.Graphics.OpenGL /// Pointer to storage for the span filter image (currently unused). /// /// - [AutoGenerated(Category = "ExtConvolution", Version = "1.0", EntryPoint = "glGetSeparableFilterEXT")] + [AutoGenerated(Category = "EXT_convolution", Version = "1.0", EntryPoint = "glGetSeparableFilterEXT")] public static void GetSeparableFilter(OpenTK.Graphics.OpenGL.ExtConvolution target, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [OutAttribute] IntPtr row, [OutAttribute] IntPtr column, [InAttribute, OutAttribute] ref T5 span) where T5 : struct @@ -97461,7 +98970,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_convolution] /// Get separable convolution filter kernel images /// /// @@ -97494,7 +99003,7 @@ namespace OpenTK.Graphics.OpenGL /// Pointer to storage for the span filter image (currently unused). /// /// - [AutoGenerated(Category = "ExtConvolution", Version = "1.0", EntryPoint = "glGetSeparableFilterEXT")] + [AutoGenerated(Category = "EXT_convolution", Version = "1.0", EntryPoint = "glGetSeparableFilterEXT")] public static void GetSeparableFilter(OpenTK.Graphics.OpenGL.ExtConvolution target, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [OutAttribute] IntPtr row, [InAttribute, OutAttribute] T4[] column, [InAttribute, OutAttribute] T5[,,] span) where T4 : struct @@ -97521,7 +99030,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_convolution] /// Get separable convolution filter kernel images /// /// @@ -97554,7 +99063,7 @@ namespace OpenTK.Graphics.OpenGL /// Pointer to storage for the span filter image (currently unused). /// /// - [AutoGenerated(Category = "ExtConvolution", Version = "1.0", EntryPoint = "glGetSeparableFilterEXT")] + [AutoGenerated(Category = "EXT_convolution", Version = "1.0", EntryPoint = "glGetSeparableFilterEXT")] public static void GetSeparableFilter(OpenTK.Graphics.OpenGL.ExtConvolution target, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [OutAttribute] IntPtr row, [InAttribute, OutAttribute] T4[,] column, [InAttribute, OutAttribute] T5[,,] span) where T4 : struct @@ -97581,7 +99090,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_convolution] /// Get separable convolution filter kernel images /// /// @@ -97614,7 +99123,7 @@ namespace OpenTK.Graphics.OpenGL /// Pointer to storage for the span filter image (currently unused). /// /// - [AutoGenerated(Category = "ExtConvolution", Version = "1.0", EntryPoint = "glGetSeparableFilterEXT")] + [AutoGenerated(Category = "EXT_convolution", Version = "1.0", EntryPoint = "glGetSeparableFilterEXT")] public static void GetSeparableFilter(OpenTK.Graphics.OpenGL.ExtConvolution target, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [OutAttribute] IntPtr row, [InAttribute, OutAttribute] T4[,,] column, [InAttribute, OutAttribute] T5[,,] span) where T4 : struct @@ -97641,7 +99150,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_convolution] /// Get separable convolution filter kernel images /// /// @@ -97674,7 +99183,7 @@ namespace OpenTK.Graphics.OpenGL /// Pointer to storage for the span filter image (currently unused). /// /// - [AutoGenerated(Category = "ExtConvolution", Version = "1.0", EntryPoint = "glGetSeparableFilterEXT")] + [AutoGenerated(Category = "EXT_convolution", Version = "1.0", EntryPoint = "glGetSeparableFilterEXT")] public static void GetSeparableFilter(OpenTK.Graphics.OpenGL.ExtConvolution target, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [OutAttribute] IntPtr row, [InAttribute, OutAttribute] ref T4 column, [InAttribute, OutAttribute] T5[,,] span) where T4 : struct @@ -97702,7 +99211,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_convolution] /// Get separable convolution filter kernel images /// /// @@ -97735,7 +99244,7 @@ namespace OpenTK.Graphics.OpenGL /// Pointer to storage for the span filter image (currently unused). /// /// - [AutoGenerated(Category = "ExtConvolution", Version = "1.0", EntryPoint = "glGetSeparableFilterEXT")] + [AutoGenerated(Category = "EXT_convolution", Version = "1.0", EntryPoint = "glGetSeparableFilterEXT")] public static void GetSeparableFilter(OpenTK.Graphics.OpenGL.ExtConvolution target, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T3[] row, [InAttribute, OutAttribute] T4[,,] column, [InAttribute, OutAttribute] T5[,,] span) where T3 : struct @@ -97765,7 +99274,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_convolution] /// Get separable convolution filter kernel images /// /// @@ -97798,7 +99307,7 @@ namespace OpenTK.Graphics.OpenGL /// Pointer to storage for the span filter image (currently unused). /// /// - [AutoGenerated(Category = "ExtConvolution", Version = "1.0", EntryPoint = "glGetSeparableFilterEXT")] + [AutoGenerated(Category = "EXT_convolution", Version = "1.0", EntryPoint = "glGetSeparableFilterEXT")] public static void GetSeparableFilter(OpenTK.Graphics.OpenGL.ExtConvolution target, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T3[,] row, [InAttribute, OutAttribute] T4[,,] column, [InAttribute, OutAttribute] T5[,,] span) where T3 : struct @@ -97828,7 +99337,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_convolution] /// Get separable convolution filter kernel images /// /// @@ -97861,7 +99370,7 @@ namespace OpenTK.Graphics.OpenGL /// Pointer to storage for the span filter image (currently unused). /// /// - [AutoGenerated(Category = "ExtConvolution", Version = "1.0", EntryPoint = "glGetSeparableFilterEXT")] + [AutoGenerated(Category = "EXT_convolution", Version = "1.0", EntryPoint = "glGetSeparableFilterEXT")] public static void GetSeparableFilter(OpenTK.Graphics.OpenGL.ExtConvolution target, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T3[,,] row, [InAttribute, OutAttribute] T4[,,] column, [InAttribute, OutAttribute] T5[,,] span) where T3 : struct @@ -97891,7 +99400,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_convolution] /// Get separable convolution filter kernel images /// /// @@ -97924,7 +99433,7 @@ namespace OpenTK.Graphics.OpenGL /// Pointer to storage for the span filter image (currently unused). /// /// - [AutoGenerated(Category = "ExtConvolution", Version = "1.0", EntryPoint = "glGetSeparableFilterEXT")] + [AutoGenerated(Category = "EXT_convolution", Version = "1.0", EntryPoint = "glGetSeparableFilterEXT")] public static void GetSeparableFilter(OpenTK.Graphics.OpenGL.ExtConvolution target, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] ref T3 row, [InAttribute, OutAttribute] T4[,,] column, [InAttribute, OutAttribute] T5[,,] span) where T3 : struct @@ -97954,7 +99463,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtTextureInteger", Version = "2.0", EntryPoint = "glGetTexParameterIivEXT")] + /// [requires: EXT_texture_integer] + [AutoGenerated(Category = "EXT_texture_integer", Version = "2.0", EntryPoint = "glGetTexParameterIivEXT")] public static void GetTexParameterI(OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.GetTextureParameter pname, [OutAttribute] Int32[] @params) { @@ -97974,7 +99484,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtTextureInteger", Version = "2.0", EntryPoint = "glGetTexParameterIivEXT")] + /// [requires: EXT_texture_integer] + [AutoGenerated(Category = "EXT_texture_integer", Version = "2.0", EntryPoint = "glGetTexParameterIivEXT")] public static void GetTexParameterI(OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.GetTextureParameter pname, [OutAttribute] out Int32 @params) { @@ -97995,8 +99506,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_texture_integer] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtTextureInteger", Version = "2.0", EntryPoint = "glGetTexParameterIivEXT")] + [AutoGenerated(Category = "EXT_texture_integer", Version = "2.0", EntryPoint = "glGetTexParameterIivEXT")] public static unsafe void GetTexParameterI(OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.GetTextureParameter pname, [OutAttribute] Int32* @params) { @@ -98010,8 +99522,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_texture_integer] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtTextureInteger", Version = "2.0", EntryPoint = "glGetTexParameterIuivEXT")] + [AutoGenerated(Category = "EXT_texture_integer", Version = "2.0", EntryPoint = "glGetTexParameterIuivEXT")] public static void GetTexParameterI(OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.GetTextureParameter pname, [OutAttribute] UInt32[] @params) { @@ -98031,8 +99544,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_texture_integer] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtTextureInteger", Version = "2.0", EntryPoint = "glGetTexParameterIuivEXT")] + [AutoGenerated(Category = "EXT_texture_integer", Version = "2.0", EntryPoint = "glGetTexParameterIuivEXT")] public static void GetTexParameterI(OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.GetTextureParameter pname, [OutAttribute] out UInt32 @params) { @@ -98053,8 +99567,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_texture_integer] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtTextureInteger", Version = "2.0", EntryPoint = "glGetTexParameterIuivEXT")] + [AutoGenerated(Category = "EXT_texture_integer", Version = "2.0", EntryPoint = "glGetTexParameterIuivEXT")] public static unsafe void GetTexParameterI(OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.GetTextureParameter pname, [OutAttribute] UInt32* @params) { @@ -98068,7 +99583,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetTextureImageEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetTextureImageEXT")] public static void GetTextureImage(Int32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [OutAttribute] IntPtr pixels) { @@ -98082,7 +99598,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetTextureImageEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetTextureImageEXT")] public static void GetTextureImage(Int32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T5[] pixels) where T5 : struct @@ -98105,7 +99622,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetTextureImageEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetTextureImageEXT")] public static void GetTextureImage(Int32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T5[,] pixels) where T5 : struct @@ -98128,7 +99646,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetTextureImageEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetTextureImageEXT")] public static void GetTextureImage(Int32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T5[,,] pixels) where T5 : struct @@ -98151,7 +99670,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetTextureImageEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetTextureImageEXT")] public static void GetTextureImage(Int32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] ref T5 pixels) where T5 : struct @@ -98175,8 +99695,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetTextureImageEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetTextureImageEXT")] public static void GetTextureImage(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [OutAttribute] IntPtr pixels) { @@ -98190,8 +99711,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetTextureImageEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetTextureImageEXT")] public static void GetTextureImage(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T5[] pixels) where T5 : struct @@ -98214,8 +99736,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetTextureImageEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetTextureImageEXT")] public static void GetTextureImage(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T5[,] pixels) where T5 : struct @@ -98238,8 +99761,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetTextureImageEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetTextureImageEXT")] public static void GetTextureImage(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T5[,,] pixels) where T5 : struct @@ -98262,8 +99786,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetTextureImageEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetTextureImageEXT")] public static void GetTextureImage(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] ref T5 pixels) where T5 : struct @@ -98287,7 +99812,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetTextureLevelParameterfvEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetTextureLevelParameterfvEXT")] public static void GetTextureLevelParameter(Int32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.GetTextureParameter pname, [OutAttribute] Single[] @params) { @@ -98307,7 +99833,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetTextureLevelParameterfvEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetTextureLevelParameterfvEXT")] public static void GetTextureLevelParameter(Int32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.GetTextureParameter pname, [OutAttribute] out Single @params) { @@ -98328,8 +99855,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetTextureLevelParameterfvEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetTextureLevelParameterfvEXT")] public static unsafe void GetTextureLevelParameter(Int32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.GetTextureParameter pname, [OutAttribute] Single* @params) { @@ -98343,8 +99871,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetTextureLevelParameterfvEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetTextureLevelParameterfvEXT")] public static void GetTextureLevelParameter(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.GetTextureParameter pname, [OutAttribute] Single[] @params) { @@ -98364,8 +99893,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetTextureLevelParameterfvEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetTextureLevelParameterfvEXT")] public static void GetTextureLevelParameter(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.GetTextureParameter pname, [OutAttribute] out Single @params) { @@ -98386,8 +99916,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetTextureLevelParameterfvEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetTextureLevelParameterfvEXT")] public static unsafe void GetTextureLevelParameter(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.GetTextureParameter pname, [OutAttribute] Single* @params) { @@ -98401,7 +99932,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetTextureLevelParameterivEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetTextureLevelParameterivEXT")] public static void GetTextureLevelParameter(Int32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.GetTextureParameter pname, [OutAttribute] Int32[] @params) { @@ -98421,7 +99953,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetTextureLevelParameterivEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetTextureLevelParameterivEXT")] public static void GetTextureLevelParameter(Int32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.GetTextureParameter pname, [OutAttribute] out Int32 @params) { @@ -98442,8 +99975,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetTextureLevelParameterivEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetTextureLevelParameterivEXT")] public static unsafe void GetTextureLevelParameter(Int32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.GetTextureParameter pname, [OutAttribute] Int32* @params) { @@ -98457,8 +99991,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetTextureLevelParameterivEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetTextureLevelParameterivEXT")] public static void GetTextureLevelParameter(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.GetTextureParameter pname, [OutAttribute] Int32[] @params) { @@ -98478,8 +100013,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetTextureLevelParameterivEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetTextureLevelParameterivEXT")] public static void GetTextureLevelParameter(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.GetTextureParameter pname, [OutAttribute] out Int32 @params) { @@ -98500,8 +100036,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetTextureLevelParameterivEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetTextureLevelParameterivEXT")] public static unsafe void GetTextureLevelParameter(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.GetTextureParameter pname, [OutAttribute] Int32* @params) { @@ -98515,7 +100052,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetTextureParameterfvEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetTextureParameterfvEXT")] public static void GetTextureParameter(Int32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.GetTextureParameter pname, [OutAttribute] Single[] @params) { @@ -98535,7 +100073,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetTextureParameterfvEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetTextureParameterfvEXT")] public static void GetTextureParameter(Int32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.GetTextureParameter pname, [OutAttribute] out Single @params) { @@ -98556,8 +100095,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetTextureParameterfvEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetTextureParameterfvEXT")] public static unsafe void GetTextureParameter(Int32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.GetTextureParameter pname, [OutAttribute] Single* @params) { @@ -98571,8 +100111,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetTextureParameterfvEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetTextureParameterfvEXT")] public static void GetTextureParameter(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.GetTextureParameter pname, [OutAttribute] Single[] @params) { @@ -98592,8 +100133,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetTextureParameterfvEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetTextureParameterfvEXT")] public static void GetTextureParameter(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.GetTextureParameter pname, [OutAttribute] out Single @params) { @@ -98614,8 +100156,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetTextureParameterfvEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetTextureParameterfvEXT")] public static unsafe void GetTextureParameter(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.GetTextureParameter pname, [OutAttribute] Single* @params) { @@ -98629,7 +100172,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetTextureParameterIivEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetTextureParameterIivEXT")] public static void GetTextureParameterI(Int32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.GetTextureParameter pname, [OutAttribute] Int32[] @params) { @@ -98649,7 +100193,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetTextureParameterIivEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetTextureParameterIivEXT")] public static void GetTextureParameterI(Int32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.GetTextureParameter pname, [OutAttribute] out Int32 @params) { @@ -98670,8 +100215,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetTextureParameterIivEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetTextureParameterIivEXT")] public static unsafe void GetTextureParameterI(Int32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.GetTextureParameter pname, [OutAttribute] Int32* @params) { @@ -98685,8 +100231,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetTextureParameterIivEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetTextureParameterIivEXT")] public static void GetTextureParameterI(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.GetTextureParameter pname, [OutAttribute] Int32[] @params) { @@ -98706,8 +100253,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetTextureParameterIivEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetTextureParameterIivEXT")] public static void GetTextureParameterI(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.GetTextureParameter pname, [OutAttribute] out Int32 @params) { @@ -98728,8 +100276,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetTextureParameterIivEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetTextureParameterIivEXT")] public static unsafe void GetTextureParameterI(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.GetTextureParameter pname, [OutAttribute] Int32* @params) { @@ -98743,8 +100292,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetTextureParameterIuivEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetTextureParameterIuivEXT")] public static void GetTextureParameterI(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.GetTextureParameter pname, [OutAttribute] UInt32[] @params) { @@ -98764,8 +100314,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetTextureParameterIuivEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetTextureParameterIuivEXT")] public static void GetTextureParameterI(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.GetTextureParameter pname, [OutAttribute] out UInt32 @params) { @@ -98786,8 +100337,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetTextureParameterIuivEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetTextureParameterIuivEXT")] public static unsafe void GetTextureParameterI(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.GetTextureParameter pname, [OutAttribute] UInt32* @params) { @@ -98801,7 +100353,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetTextureParameterivEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetTextureParameterivEXT")] public static void GetTextureParameter(Int32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.GetTextureParameter pname, [OutAttribute] Int32[] @params) { @@ -98821,7 +100374,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetTextureParameterivEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetTextureParameterivEXT")] public static void GetTextureParameter(Int32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.GetTextureParameter pname, [OutAttribute] out Int32 @params) { @@ -98842,8 +100396,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetTextureParameterivEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetTextureParameterivEXT")] public static unsafe void GetTextureParameter(Int32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.GetTextureParameter pname, [OutAttribute] Int32* @params) { @@ -98857,8 +100412,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetTextureParameterivEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetTextureParameterivEXT")] public static void GetTextureParameter(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.GetTextureParameter pname, [OutAttribute] Int32[] @params) { @@ -98878,8 +100434,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetTextureParameterivEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetTextureParameterivEXT")] public static void GetTextureParameter(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.GetTextureParameter pname, [OutAttribute] out Int32 @params) { @@ -98900,8 +100457,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glGetTextureParameterivEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glGetTextureParameterivEXT")] public static unsafe void GetTextureParameter(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.GetTextureParameter pname, [OutAttribute] Int32* @params) { @@ -98915,7 +100473,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtTransformFeedback", Version = "2.0", EntryPoint = "glGetTransformFeedbackVaryingEXT")] + /// [requires: EXT_transform_feedback] + [AutoGenerated(Category = "EXT_transform_feedback", Version = "2.0", EntryPoint = "glGetTransformFeedbackVaryingEXT")] public static void GetTransformFeedbackVarying(Int32 program, Int32 index, Int32 bufSize, [OutAttribute] out Int32 length, [OutAttribute] out Int32 size, [OutAttribute] out OpenTK.Graphics.OpenGL.ExtTransformFeedback type, [OutAttribute] StringBuilder name) { @@ -98940,8 +100499,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_transform_feedback] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtTransformFeedback", Version = "2.0", EntryPoint = "glGetTransformFeedbackVaryingEXT")] + [AutoGenerated(Category = "EXT_transform_feedback", Version = "2.0", EntryPoint = "glGetTransformFeedbackVaryingEXT")] public static unsafe void GetTransformFeedbackVarying(Int32 program, Int32 index, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] Int32* size, [OutAttribute] OpenTK.Graphics.OpenGL.ExtTransformFeedback* type, [OutAttribute] StringBuilder name) { @@ -98955,8 +100515,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_transform_feedback] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtTransformFeedback", Version = "2.0", EntryPoint = "glGetTransformFeedbackVaryingEXT")] + [AutoGenerated(Category = "EXT_transform_feedback", Version = "2.0", EntryPoint = "glGetTransformFeedbackVaryingEXT")] public static void GetTransformFeedbackVarying(UInt32 program, UInt32 index, Int32 bufSize, [OutAttribute] out Int32 length, [OutAttribute] out Int32 size, [OutAttribute] out OpenTK.Graphics.OpenGL.ExtTransformFeedback type, [OutAttribute] StringBuilder name) { @@ -98981,8 +100542,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_transform_feedback] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtTransformFeedback", Version = "2.0", EntryPoint = "glGetTransformFeedbackVaryingEXT")] + [AutoGenerated(Category = "EXT_transform_feedback", Version = "2.0", EntryPoint = "glGetTransformFeedbackVaryingEXT")] public static unsafe void GetTransformFeedbackVarying(UInt32 program, UInt32 index, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] Int32* size, [OutAttribute] OpenTK.Graphics.OpenGL.ExtTransformFeedback* type, [OutAttribute] StringBuilder name) { @@ -98996,7 +100558,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtBindableUniform", Version = "2.0", EntryPoint = "glGetUniformBufferSizeEXT")] + /// [requires: EXT_bindable_uniform] + [AutoGenerated(Category = "EXT_bindable_uniform", Version = "2.0", EntryPoint = "glGetUniformBufferSizeEXT")] public static Int32 GetUniformBufferSize(Int32 program, Int32 location) { @@ -99010,8 +100573,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_bindable_uniform] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtBindableUniform", Version = "2.0", EntryPoint = "glGetUniformBufferSizeEXT")] + [AutoGenerated(Category = "EXT_bindable_uniform", Version = "2.0", EntryPoint = "glGetUniformBufferSizeEXT")] public static Int32 GetUniformBufferSize(UInt32 program, Int32 location) { @@ -99025,7 +100589,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtBindableUniform", Version = "2.0", EntryPoint = "glGetUniformOffsetEXT")] + /// [requires: EXT_bindable_uniform] + [AutoGenerated(Category = "EXT_bindable_uniform", Version = "2.0", EntryPoint = "glGetUniformOffsetEXT")] public static IntPtr GetUniformOffset(Int32 program, Int32 location) { @@ -99039,8 +100604,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_bindable_uniform] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtBindableUniform", Version = "2.0", EntryPoint = "glGetUniformOffsetEXT")] + [AutoGenerated(Category = "EXT_bindable_uniform", Version = "2.0", EntryPoint = "glGetUniformOffsetEXT")] public static IntPtr GetUniformOffset(UInt32 program, Int32 location) { @@ -99055,7 +100621,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_gpu_shader4] /// Returns the value of a uniform variable /// /// @@ -99073,7 +100639,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns the value of the specified uniform variable. /// /// - [AutoGenerated(Category = "ExtGpuShader4", Version = "2.0", EntryPoint = "glGetUniformuivEXT")] + [AutoGenerated(Category = "EXT_gpu_shader4", Version = "2.0", EntryPoint = "glGetUniformuivEXT")] public static void GetUniform(Int32 program, Int32 location, [OutAttribute] Int32[] @params) { @@ -99094,7 +100660,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_gpu_shader4] /// Returns the value of a uniform variable /// /// @@ -99112,7 +100678,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns the value of the specified uniform variable. /// /// - [AutoGenerated(Category = "ExtGpuShader4", Version = "2.0", EntryPoint = "glGetUniformuivEXT")] + [AutoGenerated(Category = "EXT_gpu_shader4", Version = "2.0", EntryPoint = "glGetUniformuivEXT")] public static void GetUniform(Int32 program, Int32 location, [OutAttribute] out Int32 @params) { @@ -99134,7 +100700,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_gpu_shader4] /// Returns the value of a uniform variable /// /// @@ -99153,7 +100719,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtGpuShader4", Version = "2.0", EntryPoint = "glGetUniformuivEXT")] + [AutoGenerated(Category = "EXT_gpu_shader4", Version = "2.0", EntryPoint = "glGetUniformuivEXT")] public static unsafe void GetUniform(Int32 program, Int32 location, [OutAttribute] Int32* @params) { @@ -99168,7 +100734,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_gpu_shader4] /// Returns the value of a uniform variable /// /// @@ -99187,7 +100753,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtGpuShader4", Version = "2.0", EntryPoint = "glGetUniformuivEXT")] + [AutoGenerated(Category = "EXT_gpu_shader4", Version = "2.0", EntryPoint = "glGetUniformuivEXT")] public static void GetUniform(UInt32 program, Int32 location, [OutAttribute] UInt32[] @params) { @@ -99208,7 +100774,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_gpu_shader4] /// Returns the value of a uniform variable /// /// @@ -99227,7 +100793,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtGpuShader4", Version = "2.0", EntryPoint = "glGetUniformuivEXT")] + [AutoGenerated(Category = "EXT_gpu_shader4", Version = "2.0", EntryPoint = "glGetUniformuivEXT")] public static void GetUniform(UInt32 program, Int32 location, [OutAttribute] out UInt32 @params) { @@ -99249,7 +100815,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_gpu_shader4] /// Returns the value of a uniform variable /// /// @@ -99268,7 +100834,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtGpuShader4", Version = "2.0", EntryPoint = "glGetUniformuivEXT")] + [AutoGenerated(Category = "EXT_gpu_shader4", Version = "2.0", EntryPoint = "glGetUniformuivEXT")] public static unsafe void GetUniform(UInt32 program, Int32 location, [OutAttribute] UInt32* @params) { @@ -99282,7 +100848,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glGetVariantBooleanvEXT")] + /// [requires: EXT_vertex_shader] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glGetVariantBooleanvEXT")] public static void GetVariantBoolean(Int32 id, OpenTK.Graphics.OpenGL.ExtVertexShader value, [OutAttribute] bool[] data) { @@ -99302,7 +100869,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glGetVariantBooleanvEXT")] + /// [requires: EXT_vertex_shader] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glGetVariantBooleanvEXT")] public static void GetVariantBoolean(Int32 id, OpenTK.Graphics.OpenGL.ExtVertexShader value, [OutAttribute] out bool data) { @@ -99323,8 +100891,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_vertex_shader] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glGetVariantBooleanvEXT")] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glGetVariantBooleanvEXT")] public static unsafe void GetVariantBoolean(Int32 id, OpenTK.Graphics.OpenGL.ExtVertexShader value, [OutAttribute] bool* data) { @@ -99338,8 +100907,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_vertex_shader] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glGetVariantBooleanvEXT")] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glGetVariantBooleanvEXT")] public static void GetVariantBoolean(UInt32 id, OpenTK.Graphics.OpenGL.ExtVertexShader value, [OutAttribute] bool[] data) { @@ -99359,8 +100929,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_vertex_shader] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glGetVariantBooleanvEXT")] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glGetVariantBooleanvEXT")] public static void GetVariantBoolean(UInt32 id, OpenTK.Graphics.OpenGL.ExtVertexShader value, [OutAttribute] out bool data) { @@ -99381,8 +100952,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_vertex_shader] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glGetVariantBooleanvEXT")] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glGetVariantBooleanvEXT")] public static unsafe void GetVariantBoolean(UInt32 id, OpenTK.Graphics.OpenGL.ExtVertexShader value, [OutAttribute] bool* data) { @@ -99396,7 +100968,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glGetVariantFloatvEXT")] + /// [requires: EXT_vertex_shader] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glGetVariantFloatvEXT")] public static void GetVariantFloat(Int32 id, OpenTK.Graphics.OpenGL.ExtVertexShader value, [OutAttribute] Single[] data) { @@ -99416,7 +100989,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glGetVariantFloatvEXT")] + /// [requires: EXT_vertex_shader] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glGetVariantFloatvEXT")] public static void GetVariantFloat(Int32 id, OpenTK.Graphics.OpenGL.ExtVertexShader value, [OutAttribute] out Single data) { @@ -99437,8 +101011,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_vertex_shader] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glGetVariantFloatvEXT")] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glGetVariantFloatvEXT")] public static unsafe void GetVariantFloat(Int32 id, OpenTK.Graphics.OpenGL.ExtVertexShader value, [OutAttribute] Single* data) { @@ -99452,8 +101027,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_vertex_shader] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glGetVariantFloatvEXT")] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glGetVariantFloatvEXT")] public static void GetVariantFloat(UInt32 id, OpenTK.Graphics.OpenGL.ExtVertexShader value, [OutAttribute] Single[] data) { @@ -99473,8 +101049,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_vertex_shader] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glGetVariantFloatvEXT")] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glGetVariantFloatvEXT")] public static void GetVariantFloat(UInt32 id, OpenTK.Graphics.OpenGL.ExtVertexShader value, [OutAttribute] out Single data) { @@ -99495,8 +101072,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_vertex_shader] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glGetVariantFloatvEXT")] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glGetVariantFloatvEXT")] public static unsafe void GetVariantFloat(UInt32 id, OpenTK.Graphics.OpenGL.ExtVertexShader value, [OutAttribute] Single* data) { @@ -99510,7 +101088,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glGetVariantIntegervEXT")] + /// [requires: EXT_vertex_shader] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glGetVariantIntegervEXT")] public static void GetVariantInteger(Int32 id, OpenTK.Graphics.OpenGL.ExtVertexShader value, [OutAttribute] Int32[] data) { @@ -99530,7 +101109,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glGetVariantIntegervEXT")] + /// [requires: EXT_vertex_shader] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glGetVariantIntegervEXT")] public static void GetVariantInteger(Int32 id, OpenTK.Graphics.OpenGL.ExtVertexShader value, [OutAttribute] out Int32 data) { @@ -99551,8 +101131,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_vertex_shader] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glGetVariantIntegervEXT")] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glGetVariantIntegervEXT")] public static unsafe void GetVariantInteger(Int32 id, OpenTK.Graphics.OpenGL.ExtVertexShader value, [OutAttribute] Int32* data) { @@ -99566,8 +101147,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_vertex_shader] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glGetVariantIntegervEXT")] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glGetVariantIntegervEXT")] public static void GetVariantInteger(UInt32 id, OpenTK.Graphics.OpenGL.ExtVertexShader value, [OutAttribute] Int32[] data) { @@ -99587,8 +101169,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_vertex_shader] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glGetVariantIntegervEXT")] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glGetVariantIntegervEXT")] public static void GetVariantInteger(UInt32 id, OpenTK.Graphics.OpenGL.ExtVertexShader value, [OutAttribute] out Int32 data) { @@ -99609,8 +101192,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_vertex_shader] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glGetVariantIntegervEXT")] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glGetVariantIntegervEXT")] public static unsafe void GetVariantInteger(UInt32 id, OpenTK.Graphics.OpenGL.ExtVertexShader value, [OutAttribute] Int32* data) { @@ -99624,7 +101208,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glGetVariantPointervEXT")] + /// [requires: EXT_vertex_shader] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glGetVariantPointervEXT")] public static void GetVariantPointer(Int32 id, OpenTK.Graphics.OpenGL.ExtVertexShader value, [OutAttribute] IntPtr data) { @@ -99638,7 +101223,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glGetVariantPointervEXT")] + /// [requires: EXT_vertex_shader] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glGetVariantPointervEXT")] public static void GetVariantPointer(Int32 id, OpenTK.Graphics.OpenGL.ExtVertexShader value, [InAttribute, OutAttribute] T2[] data) where T2 : struct @@ -99661,7 +101247,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glGetVariantPointervEXT")] + /// [requires: EXT_vertex_shader] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glGetVariantPointervEXT")] public static void GetVariantPointer(Int32 id, OpenTK.Graphics.OpenGL.ExtVertexShader value, [InAttribute, OutAttribute] T2[,] data) where T2 : struct @@ -99684,7 +101271,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glGetVariantPointervEXT")] + /// [requires: EXT_vertex_shader] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glGetVariantPointervEXT")] public static void GetVariantPointer(Int32 id, OpenTK.Graphics.OpenGL.ExtVertexShader value, [InAttribute, OutAttribute] T2[,,] data) where T2 : struct @@ -99707,7 +101295,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glGetVariantPointervEXT")] + /// [requires: EXT_vertex_shader] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glGetVariantPointervEXT")] public static void GetVariantPointer(Int32 id, OpenTK.Graphics.OpenGL.ExtVertexShader value, [InAttribute, OutAttribute] ref T2 data) where T2 : struct @@ -99731,8 +101320,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_vertex_shader] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glGetVariantPointervEXT")] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glGetVariantPointervEXT")] public static void GetVariantPointer(UInt32 id, OpenTK.Graphics.OpenGL.ExtVertexShader value, [OutAttribute] IntPtr data) { @@ -99746,8 +101336,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_vertex_shader] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glGetVariantPointervEXT")] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glGetVariantPointervEXT")] public static void GetVariantPointer(UInt32 id, OpenTK.Graphics.OpenGL.ExtVertexShader value, [InAttribute, OutAttribute] T2[] data) where T2 : struct @@ -99770,8 +101361,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_vertex_shader] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glGetVariantPointervEXT")] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glGetVariantPointervEXT")] public static void GetVariantPointer(UInt32 id, OpenTK.Graphics.OpenGL.ExtVertexShader value, [InAttribute, OutAttribute] T2[,] data) where T2 : struct @@ -99794,8 +101386,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_vertex_shader] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glGetVariantPointervEXT")] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glGetVariantPointervEXT")] public static void GetVariantPointer(UInt32 id, OpenTK.Graphics.OpenGL.ExtVertexShader value, [InAttribute, OutAttribute] T2[,,] data) where T2 : struct @@ -99818,8 +101411,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_vertex_shader] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glGetVariantPointervEXT")] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glGetVariantPointervEXT")] public static void GetVariantPointer(UInt32 id, OpenTK.Graphics.OpenGL.ExtVertexShader value, [InAttribute, OutAttribute] ref T2 data) where T2 : struct @@ -99843,7 +101437,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvVertexProgram4", Version = "", EntryPoint = "glGetVertexAttribIivEXT")] + /// [requires: NV_vertex_program4] + [AutoGenerated(Category = "NV_vertex_program4", Version = "", EntryPoint = "glGetVertexAttribIivEXT")] public static void GetVertexAttribI(Int32 index, OpenTK.Graphics.OpenGL.NvVertexProgram4 pname, [OutAttribute] out Int32 @params) { @@ -99864,8 +101459,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program4] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram4", Version = "", EntryPoint = "glGetVertexAttribIivEXT")] + [AutoGenerated(Category = "NV_vertex_program4", Version = "", EntryPoint = "glGetVertexAttribIivEXT")] public static unsafe void GetVertexAttribI(Int32 index, OpenTK.Graphics.OpenGL.NvVertexProgram4 pname, [OutAttribute] Int32* @params) { @@ -99879,8 +101475,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program4] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram4", Version = "", EntryPoint = "glGetVertexAttribIivEXT")] + [AutoGenerated(Category = "NV_vertex_program4", Version = "", EntryPoint = "glGetVertexAttribIivEXT")] public static void GetVertexAttribI(UInt32 index, OpenTK.Graphics.OpenGL.NvVertexProgram4 pname, [OutAttribute] out Int32 @params) { @@ -99901,8 +101498,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program4] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram4", Version = "", EntryPoint = "glGetVertexAttribIivEXT")] + [AutoGenerated(Category = "NV_vertex_program4", Version = "", EntryPoint = "glGetVertexAttribIivEXT")] public static unsafe void GetVertexAttribI(UInt32 index, OpenTK.Graphics.OpenGL.NvVertexProgram4 pname, [OutAttribute] Int32* @params) { @@ -99916,8 +101514,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program4] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram4", Version = "", EntryPoint = "glGetVertexAttribIuivEXT")] + [AutoGenerated(Category = "NV_vertex_program4", Version = "", EntryPoint = "glGetVertexAttribIuivEXT")] public static void GetVertexAttribI(UInt32 index, OpenTK.Graphics.OpenGL.NvVertexProgram4 pname, [OutAttribute] out UInt32 @params) { @@ -99938,8 +101537,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program4] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram4", Version = "", EntryPoint = "glGetVertexAttribIuivEXT")] + [AutoGenerated(Category = "NV_vertex_program4", Version = "", EntryPoint = "glGetVertexAttribIuivEXT")] public static unsafe void GetVertexAttribI(UInt32 index, OpenTK.Graphics.OpenGL.NvVertexProgram4 pname, [OutAttribute] UInt32* @params) { @@ -99954,7 +101554,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_histogram] /// Define histogram table /// /// @@ -99977,7 +101577,7 @@ namespace OpenTK.Graphics.OpenGL /// If GL_TRUE, pixels will be consumed by the histogramming process and no drawing or texture loading will take place. If GL_FALSE, pixels will proceed to the minmax process after histogramming. /// /// - [AutoGenerated(Category = "ExtHistogram", Version = "1.0", EntryPoint = "glHistogramEXT")] + [AutoGenerated(Category = "EXT_histogram", Version = "1.0", EntryPoint = "glHistogramEXT")] public static void Histogram(OpenTK.Graphics.OpenGL.ExtHistogram target, Int32 width, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, bool sink) { @@ -99991,7 +101591,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtIndexFunc", Version = "1.1", EntryPoint = "glIndexFuncEXT")] + /// [requires: EXT_index_func] + [AutoGenerated(Category = "EXT_index_func", Version = "1.1", EntryPoint = "glIndexFuncEXT")] public static void IndexFunc(OpenTK.Graphics.OpenGL.ExtIndexFunc func, Single @ref) { @@ -100005,7 +101606,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtIndexMaterial", Version = "1.1", EntryPoint = "glIndexMaterialEXT")] + /// [requires: EXT_index_material] + [AutoGenerated(Category = "EXT_index_material", Version = "1.1", EntryPoint = "glIndexMaterialEXT")] public static void IndexMaterial(OpenTK.Graphics.OpenGL.MaterialFace face, OpenTK.Graphics.OpenGL.ExtIndexMaterial mode) { @@ -100020,7 +101622,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_vertex_array] /// Define an array of color indexes /// /// @@ -100038,7 +101640,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the first index in the array. The initial value is 0. /// /// - [AutoGenerated(Category = "ExtVertexArray", Version = "1.0", EntryPoint = "glIndexPointerEXT")] + [AutoGenerated(Category = "EXT_vertex_array", Version = "1.0", EntryPoint = "glIndexPointerEXT")] public static void IndexPointer(OpenTK.Graphics.OpenGL.IndexPointerType type, Int32 stride, Int32 count, IntPtr pointer) { @@ -100053,7 +101655,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_vertex_array] /// Define an array of color indexes /// /// @@ -100071,7 +101673,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the first index in the array. The initial value is 0. /// /// - [AutoGenerated(Category = "ExtVertexArray", Version = "1.0", EntryPoint = "glIndexPointerEXT")] + [AutoGenerated(Category = "EXT_vertex_array", Version = "1.0", EntryPoint = "glIndexPointerEXT")] public static void IndexPointer(OpenTK.Graphics.OpenGL.IndexPointerType type, Int32 stride, Int32 count, [InAttribute, OutAttribute] T3[] pointer) where T3 : struct @@ -100095,7 +101697,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_vertex_array] /// Define an array of color indexes /// /// @@ -100113,7 +101715,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the first index in the array. The initial value is 0. /// /// - [AutoGenerated(Category = "ExtVertexArray", Version = "1.0", EntryPoint = "glIndexPointerEXT")] + [AutoGenerated(Category = "EXT_vertex_array", Version = "1.0", EntryPoint = "glIndexPointerEXT")] public static void IndexPointer(OpenTK.Graphics.OpenGL.IndexPointerType type, Int32 stride, Int32 count, [InAttribute, OutAttribute] T3[,] pointer) where T3 : struct @@ -100137,7 +101739,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_vertex_array] /// Define an array of color indexes /// /// @@ -100155,7 +101757,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the first index in the array. The initial value is 0. /// /// - [AutoGenerated(Category = "ExtVertexArray", Version = "1.0", EntryPoint = "glIndexPointerEXT")] + [AutoGenerated(Category = "EXT_vertex_array", Version = "1.0", EntryPoint = "glIndexPointerEXT")] public static void IndexPointer(OpenTK.Graphics.OpenGL.IndexPointerType type, Int32 stride, Int32 count, [InAttribute, OutAttribute] T3[,,] pointer) where T3 : struct @@ -100179,7 +101781,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_vertex_array] /// Define an array of color indexes /// /// @@ -100197,7 +101799,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the first index in the array. The initial value is 0. /// /// - [AutoGenerated(Category = "ExtVertexArray", Version = "1.0", EntryPoint = "glIndexPointerEXT")] + [AutoGenerated(Category = "EXT_vertex_array", Version = "1.0", EntryPoint = "glIndexPointerEXT")] public static void IndexPointer(OpenTK.Graphics.OpenGL.IndexPointerType type, Int32 stride, Int32 count, [InAttribute, OutAttribute] ref T3 pointer) where T3 : struct @@ -100221,7 +101823,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glInsertComponentEXT")] + /// [requires: EXT_vertex_shader] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glInsertComponentEXT")] public static void InsertComponent(Int32 res, Int32 src, Int32 num) { @@ -100235,8 +101838,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_vertex_shader] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glInsertComponentEXT")] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glInsertComponentEXT")] public static void InsertComponent(UInt32 res, UInt32 src, UInt32 num) { @@ -100250,7 +101854,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDrawBuffers2", Version = "2.0", EntryPoint = "glIsEnabledIndexedEXT")] + /// [requires: EXT_draw_buffers2] + [AutoGenerated(Category = "EXT_draw_buffers2", Version = "2.0", EntryPoint = "glIsEnabledIndexedEXT")] public static bool IsEnabledIndexed(OpenTK.Graphics.OpenGL.ExtDrawBuffers2 target, Int32 index) { @@ -100264,8 +101869,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_draw_buffers2] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDrawBuffers2", Version = "2.0", EntryPoint = "glIsEnabledIndexedEXT")] + [AutoGenerated(Category = "EXT_draw_buffers2", Version = "2.0", EntryPoint = "glIsEnabledIndexedEXT")] public static bool IsEnabledIndexed(OpenTK.Graphics.OpenGL.ExtDrawBuffers2 target, UInt32 index) { @@ -100279,7 +101885,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtFramebufferObject", Version = "1.2", EntryPoint = "glIsFramebufferEXT")] + /// [requires: EXT_framebuffer_object] + [AutoGenerated(Category = "EXT_framebuffer_object", Version = "1.2", EntryPoint = "glIsFramebufferEXT")] public static bool IsFramebuffer(Int32 framebuffer) { @@ -100293,8 +101900,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_framebuffer_object] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtFramebufferObject", Version = "1.2", EntryPoint = "glIsFramebufferEXT")] + [AutoGenerated(Category = "EXT_framebuffer_object", Version = "1.2", EntryPoint = "glIsFramebufferEXT")] public static bool IsFramebuffer(UInt32 framebuffer) { @@ -100308,7 +101916,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtFramebufferObject", Version = "1.2", EntryPoint = "glIsRenderbufferEXT")] + /// [requires: EXT_framebuffer_object] + [AutoGenerated(Category = "EXT_framebuffer_object", Version = "1.2", EntryPoint = "glIsRenderbufferEXT")] public static bool IsRenderbuffer(Int32 renderbuffer) { @@ -100322,8 +101931,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_framebuffer_object] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtFramebufferObject", Version = "1.2", EntryPoint = "glIsRenderbufferEXT")] + [AutoGenerated(Category = "EXT_framebuffer_object", Version = "1.2", EntryPoint = "glIsRenderbufferEXT")] public static bool IsRenderbuffer(UInt32 renderbuffer) { @@ -100338,7 +101948,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_texture_object] /// Determine if a name corresponds to a texture /// /// @@ -100346,7 +101956,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a value that may be the name of a texture. /// /// - [AutoGenerated(Category = "ExtTextureObject", Version = "1.0", EntryPoint = "glIsTextureEXT")] + [AutoGenerated(Category = "EXT_texture_object", Version = "1.0", EntryPoint = "glIsTextureEXT")] public static bool IsTexture(Int32 texture) { @@ -100361,7 +101971,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_texture_object] /// Determine if a name corresponds to a texture /// /// @@ -100370,7 +101980,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtTextureObject", Version = "1.0", EntryPoint = "glIsTextureEXT")] + [AutoGenerated(Category = "EXT_texture_object", Version = "1.0", EntryPoint = "glIsTextureEXT")] public static bool IsTexture(UInt32 texture) { @@ -100384,7 +101994,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glIsVariantEnabledEXT")] + /// [requires: EXT_vertex_shader] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glIsVariantEnabledEXT")] public static bool IsVariantEnabled(Int32 id, OpenTK.Graphics.OpenGL.ExtVertexShader cap) { @@ -100398,8 +102009,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_vertex_shader] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glIsVariantEnabledEXT")] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glIsVariantEnabledEXT")] public static bool IsVariantEnabled(UInt32 id, OpenTK.Graphics.OpenGL.ExtVertexShader cap) { @@ -100413,7 +102025,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtCompiledVertexArray", Version = "1.1", EntryPoint = "glLockArraysEXT")] + /// [requires: EXT_compiled_vertex_array] + [AutoGenerated(Category = "EXT_compiled_vertex_array", Version = "1.1", EntryPoint = "glLockArraysEXT")] public static void LockArrays(Int32 first, Int32 count) { @@ -100427,8 +102040,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glMapNamedBufferEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glMapNamedBufferEXT")] public static unsafe System.IntPtr MapNamedBuffer(Int32 buffer, OpenTK.Graphics.OpenGL.ExtDirectStateAccess access) { @@ -100442,8 +102056,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glMapNamedBufferEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glMapNamedBufferEXT")] public static unsafe System.IntPtr MapNamedBuffer(UInt32 buffer, OpenTK.Graphics.OpenGL.ExtDirectStateAccess access) { @@ -100457,7 +102072,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glMatrixFrustumEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glMatrixFrustumEXT")] public static void MatrixFrustum(OpenTK.Graphics.OpenGL.MatrixMode mode, Double left, Double right, Double bottom, Double top, Double zNear, Double zFar) { @@ -100471,7 +102087,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glMatrixLoaddEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glMatrixLoaddEXT")] public static void MatrixLoad(OpenTK.Graphics.OpenGL.MatrixMode mode, Double[] m) { @@ -100491,7 +102108,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glMatrixLoaddEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glMatrixLoaddEXT")] public static void MatrixLoad(OpenTK.Graphics.OpenGL.MatrixMode mode, ref Double m) { @@ -100511,8 +102129,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glMatrixLoaddEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glMatrixLoaddEXT")] public static unsafe void MatrixLoad(OpenTK.Graphics.OpenGL.MatrixMode mode, Double* m) { @@ -100526,7 +102145,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glMatrixLoadfEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glMatrixLoadfEXT")] public static void MatrixLoad(OpenTK.Graphics.OpenGL.MatrixMode mode, Single[] m) { @@ -100546,7 +102166,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glMatrixLoadfEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glMatrixLoadfEXT")] public static void MatrixLoad(OpenTK.Graphics.OpenGL.MatrixMode mode, ref Single m) { @@ -100566,8 +102187,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glMatrixLoadfEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glMatrixLoadfEXT")] public static unsafe void MatrixLoad(OpenTK.Graphics.OpenGL.MatrixMode mode, Single* m) { @@ -100581,7 +102203,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glMatrixLoadIdentityEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glMatrixLoadIdentityEXT")] public static void MatrixLoadIdentity(OpenTK.Graphics.OpenGL.MatrixMode mode) { @@ -100595,7 +102218,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glMatrixLoadTransposedEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glMatrixLoadTransposedEXT")] public static void MatrixLoadTranspose(OpenTK.Graphics.OpenGL.MatrixMode mode, Double[] m) { @@ -100615,7 +102239,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glMatrixLoadTransposedEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glMatrixLoadTransposedEXT")] public static void MatrixLoadTranspose(OpenTK.Graphics.OpenGL.MatrixMode mode, ref Double m) { @@ -100635,8 +102260,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glMatrixLoadTransposedEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glMatrixLoadTransposedEXT")] public static unsafe void MatrixLoadTranspose(OpenTK.Graphics.OpenGL.MatrixMode mode, Double* m) { @@ -100650,7 +102276,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glMatrixLoadTransposefEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glMatrixLoadTransposefEXT")] public static void MatrixLoadTranspose(OpenTK.Graphics.OpenGL.MatrixMode mode, Single[] m) { @@ -100670,7 +102297,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glMatrixLoadTransposefEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glMatrixLoadTransposefEXT")] public static void MatrixLoadTranspose(OpenTK.Graphics.OpenGL.MatrixMode mode, ref Single m) { @@ -100690,8 +102318,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glMatrixLoadTransposefEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glMatrixLoadTransposefEXT")] public static unsafe void MatrixLoadTranspose(OpenTK.Graphics.OpenGL.MatrixMode mode, Single* m) { @@ -100705,7 +102334,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glMatrixMultdEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glMatrixMultdEXT")] public static void MatrixMult(OpenTK.Graphics.OpenGL.MatrixMode mode, Double[] m) { @@ -100725,7 +102355,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glMatrixMultdEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glMatrixMultdEXT")] public static void MatrixMult(OpenTK.Graphics.OpenGL.MatrixMode mode, ref Double m) { @@ -100745,8 +102376,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glMatrixMultdEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glMatrixMultdEXT")] public static unsafe void MatrixMult(OpenTK.Graphics.OpenGL.MatrixMode mode, Double* m) { @@ -100760,7 +102392,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glMatrixMultfEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glMatrixMultfEXT")] public static void MatrixMult(OpenTK.Graphics.OpenGL.MatrixMode mode, Single[] m) { @@ -100780,7 +102413,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glMatrixMultfEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glMatrixMultfEXT")] public static void MatrixMult(OpenTK.Graphics.OpenGL.MatrixMode mode, ref Single m) { @@ -100800,8 +102434,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glMatrixMultfEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glMatrixMultfEXT")] public static unsafe void MatrixMult(OpenTK.Graphics.OpenGL.MatrixMode mode, Single* m) { @@ -100815,7 +102450,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glMatrixMultTransposedEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glMatrixMultTransposedEXT")] public static void MatrixMultTranspose(OpenTK.Graphics.OpenGL.MatrixMode mode, Double[] m) { @@ -100835,7 +102471,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glMatrixMultTransposedEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glMatrixMultTransposedEXT")] public static void MatrixMultTranspose(OpenTK.Graphics.OpenGL.MatrixMode mode, ref Double m) { @@ -100855,8 +102492,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glMatrixMultTransposedEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glMatrixMultTransposedEXT")] public static unsafe void MatrixMultTranspose(OpenTK.Graphics.OpenGL.MatrixMode mode, Double* m) { @@ -100870,7 +102508,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glMatrixMultTransposefEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glMatrixMultTransposefEXT")] public static void MatrixMultTranspose(OpenTK.Graphics.OpenGL.MatrixMode mode, Single[] m) { @@ -100890,7 +102529,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glMatrixMultTransposefEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glMatrixMultTransposefEXT")] public static void MatrixMultTranspose(OpenTK.Graphics.OpenGL.MatrixMode mode, ref Single m) { @@ -100910,8 +102550,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glMatrixMultTransposefEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glMatrixMultTransposefEXT")] public static unsafe void MatrixMultTranspose(OpenTK.Graphics.OpenGL.MatrixMode mode, Single* m) { @@ -100925,7 +102566,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glMatrixOrthoEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glMatrixOrthoEXT")] public static void MatrixOrtho(OpenTK.Graphics.OpenGL.MatrixMode mode, Double left, Double right, Double bottom, Double top, Double zNear, Double zFar) { @@ -100939,7 +102581,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glMatrixPopEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glMatrixPopEXT")] public static void MatrixPop(OpenTK.Graphics.OpenGL.MatrixMode mode) { @@ -100953,7 +102596,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glMatrixPushEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glMatrixPushEXT")] public static void MatrixPush(OpenTK.Graphics.OpenGL.MatrixMode mode) { @@ -100967,7 +102611,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glMatrixRotatedEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glMatrixRotatedEXT")] public static void MatrixRotate(OpenTK.Graphics.OpenGL.MatrixMode mode, Double angle, Double x, Double y, Double z) { @@ -100981,7 +102626,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glMatrixRotatefEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glMatrixRotatefEXT")] public static void MatrixRotate(OpenTK.Graphics.OpenGL.MatrixMode mode, Single angle, Single x, Single y, Single z) { @@ -100995,7 +102641,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glMatrixScaledEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glMatrixScaledEXT")] public static void MatrixScale(OpenTK.Graphics.OpenGL.MatrixMode mode, Double x, Double y, Double z) { @@ -101009,7 +102656,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glMatrixScalefEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glMatrixScalefEXT")] public static void MatrixScale(OpenTK.Graphics.OpenGL.MatrixMode mode, Single x, Single y, Single z) { @@ -101023,7 +102671,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glMatrixTranslatedEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glMatrixTranslatedEXT")] public static void MatrixTranslate(OpenTK.Graphics.OpenGL.MatrixMode mode, Double x, Double y, Double z) { @@ -101037,7 +102686,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glMatrixTranslatefEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glMatrixTranslatefEXT")] public static void MatrixTranslate(OpenTK.Graphics.OpenGL.MatrixMode mode, Single x, Single y, Single z) { @@ -101052,7 +102702,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_histogram] /// Define minmax table /// /// @@ -101070,7 +102720,7 @@ namespace OpenTK.Graphics.OpenGL /// If GL_TRUE, pixels will be consumed by the minmax process and no drawing or texture loading will take place. If GL_FALSE, pixels will proceed to the final conversion process after minmax. /// /// - [AutoGenerated(Category = "ExtHistogram", Version = "1.0", EntryPoint = "glMinmaxEXT")] + [AutoGenerated(Category = "EXT_histogram", Version = "1.0", EntryPoint = "glMinmaxEXT")] public static void Minmax(OpenTK.Graphics.OpenGL.ExtHistogram target, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, bool sink) { @@ -101085,7 +102735,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_multi_draw_arrays] /// Render multiple sets of primitives from array data /// /// @@ -101108,7 +102758,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the size of the first and count /// /// - [AutoGenerated(Category = "ExtMultiDrawArrays", Version = "1.1", EntryPoint = "glMultiDrawArraysEXT")] + [AutoGenerated(Category = "EXT_multi_draw_arrays", Version = "1.1", EntryPoint = "glMultiDrawArraysEXT")] public static void MultiDrawArrays(OpenTK.Graphics.OpenGL.BeginMode mode, [OutAttribute] Int32[] first, [OutAttribute] Int32[] count, Int32 primcount) { @@ -101130,7 +102780,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_multi_draw_arrays] /// Render multiple sets of primitives from array data /// /// @@ -101153,7 +102803,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the size of the first and count /// /// - [AutoGenerated(Category = "ExtMultiDrawArrays", Version = "1.1", EntryPoint = "glMultiDrawArraysEXT")] + [AutoGenerated(Category = "EXT_multi_draw_arrays", Version = "1.1", EntryPoint = "glMultiDrawArraysEXT")] public static void MultiDrawArrays(OpenTK.Graphics.OpenGL.BeginMode mode, [OutAttribute] out Int32 first, [OutAttribute] out Int32 count, Int32 primcount) { @@ -101177,7 +102827,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_multi_draw_arrays] /// Render multiple sets of primitives from array data /// /// @@ -101201,7 +102851,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtMultiDrawArrays", Version = "1.1", EntryPoint = "glMultiDrawArraysEXT")] + [AutoGenerated(Category = "EXT_multi_draw_arrays", Version = "1.1", EntryPoint = "glMultiDrawArraysEXT")] public static unsafe void MultiDrawArrays(OpenTK.Graphics.OpenGL.BeginMode mode, [OutAttribute] Int32* first, [OutAttribute] Int32* count, Int32 primcount) { @@ -101216,7 +102866,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_multi_draw_arrays] /// Render multiple sets of primitives by specifying indices of array data elements /// /// @@ -101244,7 +102894,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the size of the count array. /// /// - [AutoGenerated(Category = "ExtMultiDrawArrays", Version = "1.1", EntryPoint = "glMultiDrawElementsEXT")] + [AutoGenerated(Category = "EXT_multi_draw_arrays", Version = "1.1", EntryPoint = "glMultiDrawElementsEXT")] public static void MultiDrawElements(OpenTK.Graphics.OpenGL.BeginMode mode, Int32[] count, OpenTK.Graphics.OpenGL.DrawElementsType type, IntPtr indices, Int32 primcount) { @@ -101265,7 +102915,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_multi_draw_arrays] /// Render multiple sets of primitives by specifying indices of array data elements /// /// @@ -101293,7 +102943,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the size of the count array. /// /// - [AutoGenerated(Category = "ExtMultiDrawArrays", Version = "1.1", EntryPoint = "glMultiDrawElementsEXT")] + [AutoGenerated(Category = "EXT_multi_draw_arrays", Version = "1.1", EntryPoint = "glMultiDrawElementsEXT")] public static void MultiDrawElements(OpenTK.Graphics.OpenGL.BeginMode mode, Int32[] count, OpenTK.Graphics.OpenGL.DrawElementsType type, [InAttribute, OutAttribute] T3[] indices, Int32 primcount) where T3 : struct @@ -101323,7 +102973,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_multi_draw_arrays] /// Render multiple sets of primitives by specifying indices of array data elements /// /// @@ -101351,7 +103001,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the size of the count array. /// /// - [AutoGenerated(Category = "ExtMultiDrawArrays", Version = "1.1", EntryPoint = "glMultiDrawElementsEXT")] + [AutoGenerated(Category = "EXT_multi_draw_arrays", Version = "1.1", EntryPoint = "glMultiDrawElementsEXT")] public static void MultiDrawElements(OpenTK.Graphics.OpenGL.BeginMode mode, Int32[] count, OpenTK.Graphics.OpenGL.DrawElementsType type, [InAttribute, OutAttribute] T3[,] indices, Int32 primcount) where T3 : struct @@ -101381,7 +103031,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_multi_draw_arrays] /// Render multiple sets of primitives by specifying indices of array data elements /// /// @@ -101409,7 +103059,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the size of the count array. /// /// - [AutoGenerated(Category = "ExtMultiDrawArrays", Version = "1.1", EntryPoint = "glMultiDrawElementsEXT")] + [AutoGenerated(Category = "EXT_multi_draw_arrays", Version = "1.1", EntryPoint = "glMultiDrawElementsEXT")] public static void MultiDrawElements(OpenTK.Graphics.OpenGL.BeginMode mode, Int32[] count, OpenTK.Graphics.OpenGL.DrawElementsType type, [InAttribute, OutAttribute] T3[,,] indices, Int32 primcount) where T3 : struct @@ -101439,7 +103089,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_multi_draw_arrays] /// Render multiple sets of primitives by specifying indices of array data elements /// /// @@ -101467,7 +103117,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the size of the count array. /// /// - [AutoGenerated(Category = "ExtMultiDrawArrays", Version = "1.1", EntryPoint = "glMultiDrawElementsEXT")] + [AutoGenerated(Category = "EXT_multi_draw_arrays", Version = "1.1", EntryPoint = "glMultiDrawElementsEXT")] public static void MultiDrawElements(OpenTK.Graphics.OpenGL.BeginMode mode, Int32[] count, OpenTK.Graphics.OpenGL.DrawElementsType type, [InAttribute, OutAttribute] ref T3 indices, Int32 primcount) where T3 : struct @@ -101498,7 +103148,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_multi_draw_arrays] /// Render multiple sets of primitives by specifying indices of array data elements /// /// @@ -101526,7 +103176,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the size of the count array. /// /// - [AutoGenerated(Category = "ExtMultiDrawArrays", Version = "1.1", EntryPoint = "glMultiDrawElementsEXT")] + [AutoGenerated(Category = "EXT_multi_draw_arrays", Version = "1.1", EntryPoint = "glMultiDrawElementsEXT")] public static void MultiDrawElements(OpenTK.Graphics.OpenGL.BeginMode mode, ref Int32 count, OpenTK.Graphics.OpenGL.DrawElementsType type, IntPtr indices, Int32 primcount) { @@ -101547,7 +103197,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_multi_draw_arrays] /// Render multiple sets of primitives by specifying indices of array data elements /// /// @@ -101575,7 +103225,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the size of the count array. /// /// - [AutoGenerated(Category = "ExtMultiDrawArrays", Version = "1.1", EntryPoint = "glMultiDrawElementsEXT")] + [AutoGenerated(Category = "EXT_multi_draw_arrays", Version = "1.1", EntryPoint = "glMultiDrawElementsEXT")] public static void MultiDrawElements(OpenTK.Graphics.OpenGL.BeginMode mode, ref Int32 count, OpenTK.Graphics.OpenGL.DrawElementsType type, [InAttribute, OutAttribute] T3[] indices, Int32 primcount) where T3 : struct @@ -101605,7 +103255,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_multi_draw_arrays] /// Render multiple sets of primitives by specifying indices of array data elements /// /// @@ -101633,7 +103283,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the size of the count array. /// /// - [AutoGenerated(Category = "ExtMultiDrawArrays", Version = "1.1", EntryPoint = "glMultiDrawElementsEXT")] + [AutoGenerated(Category = "EXT_multi_draw_arrays", Version = "1.1", EntryPoint = "glMultiDrawElementsEXT")] public static void MultiDrawElements(OpenTK.Graphics.OpenGL.BeginMode mode, ref Int32 count, OpenTK.Graphics.OpenGL.DrawElementsType type, [InAttribute, OutAttribute] T3[,] indices, Int32 primcount) where T3 : struct @@ -101663,7 +103313,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_multi_draw_arrays] /// Render multiple sets of primitives by specifying indices of array data elements /// /// @@ -101691,7 +103341,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the size of the count array. /// /// - [AutoGenerated(Category = "ExtMultiDrawArrays", Version = "1.1", EntryPoint = "glMultiDrawElementsEXT")] + [AutoGenerated(Category = "EXT_multi_draw_arrays", Version = "1.1", EntryPoint = "glMultiDrawElementsEXT")] public static void MultiDrawElements(OpenTK.Graphics.OpenGL.BeginMode mode, ref Int32 count, OpenTK.Graphics.OpenGL.DrawElementsType type, [InAttribute, OutAttribute] T3[,,] indices, Int32 primcount) where T3 : struct @@ -101721,7 +103371,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_multi_draw_arrays] /// Render multiple sets of primitives by specifying indices of array data elements /// /// @@ -101749,7 +103399,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the size of the count array. /// /// - [AutoGenerated(Category = "ExtMultiDrawArrays", Version = "1.1", EntryPoint = "glMultiDrawElementsEXT")] + [AutoGenerated(Category = "EXT_multi_draw_arrays", Version = "1.1", EntryPoint = "glMultiDrawElementsEXT")] public static void MultiDrawElements(OpenTK.Graphics.OpenGL.BeginMode mode, ref Int32 count, OpenTK.Graphics.OpenGL.DrawElementsType type, [InAttribute, OutAttribute] ref T3 indices, Int32 primcount) where T3 : struct @@ -101780,7 +103430,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_multi_draw_arrays] /// Render multiple sets of primitives by specifying indices of array data elements /// /// @@ -101809,7 +103459,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtMultiDrawArrays", Version = "1.1", EntryPoint = "glMultiDrawElementsEXT")] + [AutoGenerated(Category = "EXT_multi_draw_arrays", Version = "1.1", EntryPoint = "glMultiDrawElementsEXT")] public static unsafe void MultiDrawElements(OpenTK.Graphics.OpenGL.BeginMode mode, Int32* count, OpenTK.Graphics.OpenGL.DrawElementsType type, IntPtr indices, Int32 primcount) { @@ -101824,7 +103474,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_multi_draw_arrays] /// Render multiple sets of primitives by specifying indices of array data elements /// /// @@ -101853,7 +103503,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtMultiDrawArrays", Version = "1.1", EntryPoint = "glMultiDrawElementsEXT")] + [AutoGenerated(Category = "EXT_multi_draw_arrays", Version = "1.1", EntryPoint = "glMultiDrawElementsEXT")] public static unsafe void MultiDrawElements(OpenTK.Graphics.OpenGL.BeginMode mode, Int32* count, OpenTK.Graphics.OpenGL.DrawElementsType type, [InAttribute, OutAttribute] T3[] indices, Int32 primcount) where T3 : struct @@ -101877,7 +103527,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_multi_draw_arrays] /// Render multiple sets of primitives by specifying indices of array data elements /// /// @@ -101906,7 +103556,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtMultiDrawArrays", Version = "1.1", EntryPoint = "glMultiDrawElementsEXT")] + [AutoGenerated(Category = "EXT_multi_draw_arrays", Version = "1.1", EntryPoint = "glMultiDrawElementsEXT")] public static unsafe void MultiDrawElements(OpenTK.Graphics.OpenGL.BeginMode mode, Int32* count, OpenTK.Graphics.OpenGL.DrawElementsType type, [InAttribute, OutAttribute] T3[,] indices, Int32 primcount) where T3 : struct @@ -101930,7 +103580,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_multi_draw_arrays] /// Render multiple sets of primitives by specifying indices of array data elements /// /// @@ -101959,7 +103609,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtMultiDrawArrays", Version = "1.1", EntryPoint = "glMultiDrawElementsEXT")] + [AutoGenerated(Category = "EXT_multi_draw_arrays", Version = "1.1", EntryPoint = "glMultiDrawElementsEXT")] public static unsafe void MultiDrawElements(OpenTK.Graphics.OpenGL.BeginMode mode, Int32* count, OpenTK.Graphics.OpenGL.DrawElementsType type, [InAttribute, OutAttribute] T3[,,] indices, Int32 primcount) where T3 : struct @@ -101983,7 +103633,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_multi_draw_arrays] /// Render multiple sets of primitives by specifying indices of array data elements /// /// @@ -102012,7 +103662,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtMultiDrawArrays", Version = "1.1", EntryPoint = "glMultiDrawElementsEXT")] + [AutoGenerated(Category = "EXT_multi_draw_arrays", Version = "1.1", EntryPoint = "glMultiDrawElementsEXT")] public static unsafe void MultiDrawElements(OpenTK.Graphics.OpenGL.BeginMode mode, Int32* count, OpenTK.Graphics.OpenGL.DrawElementsType type, [InAttribute, OutAttribute] ref T3 indices, Int32 primcount) where T3 : struct @@ -102036,7 +103686,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glMultiTexBufferEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glMultiTexBufferEXT")] public static void MultiTexBuffer(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.ExtDirectStateAccess internalformat, Int32 buffer) { @@ -102050,8 +103701,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glMultiTexBufferEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glMultiTexBufferEXT")] public static void MultiTexBuffer(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.ExtDirectStateAccess internalformat, UInt32 buffer) { @@ -102065,7 +103717,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glMultiTexCoordPointerEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glMultiTexCoordPointerEXT")] public static void MultiTexCoordPointer(OpenTK.Graphics.OpenGL.TextureUnit texunit, Int32 size, OpenTK.Graphics.OpenGL.TexCoordPointerType type, Int32 stride, IntPtr pointer) { @@ -102079,7 +103732,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glMultiTexCoordPointerEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glMultiTexCoordPointerEXT")] public static void MultiTexCoordPointer(OpenTK.Graphics.OpenGL.TextureUnit texunit, Int32 size, OpenTK.Graphics.OpenGL.TexCoordPointerType type, Int32 stride, [InAttribute, OutAttribute] T4[] pointer) where T4 : struct @@ -102102,7 +103756,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glMultiTexCoordPointerEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glMultiTexCoordPointerEXT")] public static void MultiTexCoordPointer(OpenTK.Graphics.OpenGL.TextureUnit texunit, Int32 size, OpenTK.Graphics.OpenGL.TexCoordPointerType type, Int32 stride, [InAttribute, OutAttribute] T4[,] pointer) where T4 : struct @@ -102125,7 +103780,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glMultiTexCoordPointerEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glMultiTexCoordPointerEXT")] public static void MultiTexCoordPointer(OpenTK.Graphics.OpenGL.TextureUnit texunit, Int32 size, OpenTK.Graphics.OpenGL.TexCoordPointerType type, Int32 stride, [InAttribute, OutAttribute] T4[,,] pointer) where T4 : struct @@ -102148,7 +103804,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glMultiTexCoordPointerEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glMultiTexCoordPointerEXT")] public static void MultiTexCoordPointer(OpenTK.Graphics.OpenGL.TextureUnit texunit, Int32 size, OpenTK.Graphics.OpenGL.TexCoordPointerType type, Int32 stride, [InAttribute, OutAttribute] ref T4 pointer) where T4 : struct @@ -102172,7 +103829,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glMultiTexEnvfEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glMultiTexEnvfEXT")] public static void MultiTexEnv(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureEnvTarget target, OpenTK.Graphics.OpenGL.TextureEnvParameter pname, Single param) { @@ -102186,7 +103844,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glMultiTexEnvfvEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glMultiTexEnvfvEXT")] public static void MultiTexEnv(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureEnvTarget target, OpenTK.Graphics.OpenGL.TextureEnvParameter pname, Single[] @params) { @@ -102206,8 +103865,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glMultiTexEnvfvEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glMultiTexEnvfvEXT")] public static unsafe void MultiTexEnv(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureEnvTarget target, OpenTK.Graphics.OpenGL.TextureEnvParameter pname, Single* @params) { @@ -102221,7 +103881,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glMultiTexEnviEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glMultiTexEnviEXT")] public static void MultiTexEnv(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureEnvTarget target, OpenTK.Graphics.OpenGL.TextureEnvParameter pname, Int32 param) { @@ -102235,7 +103896,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glMultiTexEnvivEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glMultiTexEnvivEXT")] public static void MultiTexEnv(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureEnvTarget target, OpenTK.Graphics.OpenGL.TextureEnvParameter pname, Int32[] @params) { @@ -102255,8 +103917,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glMultiTexEnvivEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glMultiTexEnvivEXT")] public static unsafe void MultiTexEnv(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureEnvTarget target, OpenTK.Graphics.OpenGL.TextureEnvParameter pname, Int32* @params) { @@ -102270,7 +103933,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glMultiTexGendEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glMultiTexGendEXT")] public static void MultiTexGend(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureCoordName coord, OpenTK.Graphics.OpenGL.TextureGenParameter pname, Double param) { @@ -102284,7 +103948,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glMultiTexGendvEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glMultiTexGendvEXT")] public static void MultiTexGen(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureCoordName coord, OpenTK.Graphics.OpenGL.TextureGenParameter pname, Double[] @params) { @@ -102304,7 +103969,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glMultiTexGendvEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glMultiTexGendvEXT")] public static void MultiTexGen(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureCoordName coord, OpenTK.Graphics.OpenGL.TextureGenParameter pname, ref Double @params) { @@ -102324,8 +103990,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glMultiTexGendvEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glMultiTexGendvEXT")] public static unsafe void MultiTexGen(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureCoordName coord, OpenTK.Graphics.OpenGL.TextureGenParameter pname, Double* @params) { @@ -102339,7 +104006,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glMultiTexGenfEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glMultiTexGenfEXT")] public static void MultiTexGen(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureCoordName coord, OpenTK.Graphics.OpenGL.TextureGenParameter pname, Single param) { @@ -102353,7 +104021,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glMultiTexGenfvEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glMultiTexGenfvEXT")] public static void MultiTexGen(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureCoordName coord, OpenTK.Graphics.OpenGL.TextureGenParameter pname, Single[] @params) { @@ -102373,8 +104042,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glMultiTexGenfvEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glMultiTexGenfvEXT")] public static unsafe void MultiTexGen(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureCoordName coord, OpenTK.Graphics.OpenGL.TextureGenParameter pname, Single* @params) { @@ -102388,7 +104058,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glMultiTexGeniEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glMultiTexGeniEXT")] public static void MultiTexGen(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureCoordName coord, OpenTK.Graphics.OpenGL.TextureGenParameter pname, Int32 param) { @@ -102402,7 +104073,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glMultiTexGenivEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glMultiTexGenivEXT")] public static void MultiTexGen(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureCoordName coord, OpenTK.Graphics.OpenGL.TextureGenParameter pname, Int32[] @params) { @@ -102422,8 +104094,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glMultiTexGenivEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glMultiTexGenivEXT")] public static unsafe void MultiTexGen(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureCoordName coord, OpenTK.Graphics.OpenGL.TextureGenParameter pname, Int32* @params) { @@ -102437,7 +104110,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glMultiTexImage1DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glMultiTexImage1DEXT")] public static void MultiTexImage1D(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.ExtDirectStateAccess internalformat, Int32 width, Int32 border, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, IntPtr pixels) { @@ -102451,7 +104125,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glMultiTexImage1DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glMultiTexImage1DEXT")] public static void MultiTexImage1D(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.ExtDirectStateAccess internalformat, Int32 width, Int32 border, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T8[] pixels) where T8 : struct @@ -102474,7 +104149,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glMultiTexImage1DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glMultiTexImage1DEXT")] public static void MultiTexImage1D(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.ExtDirectStateAccess internalformat, Int32 width, Int32 border, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T8[,] pixels) where T8 : struct @@ -102497,7 +104173,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glMultiTexImage1DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glMultiTexImage1DEXT")] public static void MultiTexImage1D(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.ExtDirectStateAccess internalformat, Int32 width, Int32 border, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T8[,,] pixels) where T8 : struct @@ -102520,7 +104197,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glMultiTexImage1DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glMultiTexImage1DEXT")] public static void MultiTexImage1D(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.ExtDirectStateAccess internalformat, Int32 width, Int32 border, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] ref T8 pixels) where T8 : struct @@ -102544,7 +104222,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glMultiTexImage2DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glMultiTexImage2DEXT")] public static void MultiTexImage2D(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.ExtDirectStateAccess internalformat, Int32 width, Int32 height, Int32 border, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, IntPtr pixels) { @@ -102558,7 +104237,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glMultiTexImage2DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glMultiTexImage2DEXT")] public static void MultiTexImage2D(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.ExtDirectStateAccess internalformat, Int32 width, Int32 height, Int32 border, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T9[] pixels) where T9 : struct @@ -102581,7 +104261,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glMultiTexImage2DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glMultiTexImage2DEXT")] public static void MultiTexImage2D(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.ExtDirectStateAccess internalformat, Int32 width, Int32 height, Int32 border, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T9[,] pixels) where T9 : struct @@ -102604,7 +104285,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glMultiTexImage2DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glMultiTexImage2DEXT")] public static void MultiTexImage2D(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.ExtDirectStateAccess internalformat, Int32 width, Int32 height, Int32 border, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T9[,,] pixels) where T9 : struct @@ -102627,7 +104309,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glMultiTexImage2DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glMultiTexImage2DEXT")] public static void MultiTexImage2D(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.ExtDirectStateAccess internalformat, Int32 width, Int32 height, Int32 border, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] ref T9 pixels) where T9 : struct @@ -102651,7 +104334,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glMultiTexImage3DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glMultiTexImage3DEXT")] public static void MultiTexImage3D(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.ExtDirectStateAccess internalformat, Int32 width, Int32 height, Int32 depth, Int32 border, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, IntPtr pixels) { @@ -102665,7 +104349,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glMultiTexImage3DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glMultiTexImage3DEXT")] public static void MultiTexImage3D(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.ExtDirectStateAccess internalformat, Int32 width, Int32 height, Int32 depth, Int32 border, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T10[] pixels) where T10 : struct @@ -102688,7 +104373,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glMultiTexImage3DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glMultiTexImage3DEXT")] public static void MultiTexImage3D(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.ExtDirectStateAccess internalformat, Int32 width, Int32 height, Int32 depth, Int32 border, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T10[,] pixels) where T10 : struct @@ -102711,7 +104397,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glMultiTexImage3DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glMultiTexImage3DEXT")] public static void MultiTexImage3D(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.ExtDirectStateAccess internalformat, Int32 width, Int32 height, Int32 depth, Int32 border, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T10[,,] pixels) where T10 : struct @@ -102734,7 +104421,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glMultiTexImage3DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glMultiTexImage3DEXT")] public static void MultiTexImage3D(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.ExtDirectStateAccess internalformat, Int32 width, Int32 height, Int32 depth, Int32 border, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] ref T10 pixels) where T10 : struct @@ -102758,7 +104446,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glMultiTexParameterfEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glMultiTexParameterfEXT")] public static void MultiTexParameter(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.TextureParameterName pname, Single param) { @@ -102772,7 +104461,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glMultiTexParameterfvEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glMultiTexParameterfvEXT")] public static void MultiTexParameter(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.TextureParameterName pname, Single[] @params) { @@ -102792,8 +104482,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glMultiTexParameterfvEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glMultiTexParameterfvEXT")] public static unsafe void MultiTexParameter(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.TextureParameterName pname, Single* @params) { @@ -102807,7 +104498,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glMultiTexParameteriEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glMultiTexParameteriEXT")] public static void MultiTexParameter(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.TextureParameterName pname, Int32 param) { @@ -102821,7 +104513,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glMultiTexParameterIivEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glMultiTexParameterIivEXT")] public static void MultiTexParameterI(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.TextureParameterName pname, Int32[] @params) { @@ -102841,7 +104534,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glMultiTexParameterIivEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glMultiTexParameterIivEXT")] public static void MultiTexParameterI(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.TextureParameterName pname, ref Int32 @params) { @@ -102861,8 +104555,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glMultiTexParameterIivEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glMultiTexParameterIivEXT")] public static unsafe void MultiTexParameterI(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.TextureParameterName pname, Int32* @params) { @@ -102876,8 +104571,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glMultiTexParameterIuivEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glMultiTexParameterIuivEXT")] public static void MultiTexParameterI(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.TextureParameterName pname, UInt32[] @params) { @@ -102897,8 +104593,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glMultiTexParameterIuivEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glMultiTexParameterIuivEXT")] public static void MultiTexParameterI(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.TextureParameterName pname, ref UInt32 @params) { @@ -102918,8 +104615,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glMultiTexParameterIuivEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glMultiTexParameterIuivEXT")] public static unsafe void MultiTexParameterI(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.TextureParameterName pname, UInt32* @params) { @@ -102933,7 +104631,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glMultiTexParameterivEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glMultiTexParameterivEXT")] public static void MultiTexParameter(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.TextureParameterName pname, Int32[] @params) { @@ -102953,8 +104652,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glMultiTexParameterivEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glMultiTexParameterivEXT")] public static unsafe void MultiTexParameter(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.TextureParameterName pname, Int32* @params) { @@ -102968,7 +104668,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glMultiTexRenderbufferEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glMultiTexRenderbufferEXT")] public static void MultiTexRenderbuffer(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 renderbuffer) { @@ -102982,8 +104683,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glMultiTexRenderbufferEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glMultiTexRenderbufferEXT")] public static void MultiTexRenderbuffer(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, UInt32 renderbuffer) { @@ -102997,7 +104699,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glMultiTexSubImage1DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glMultiTexSubImage1DEXT")] public static void MultiTexSubImage1D(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 width, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, IntPtr pixels) { @@ -103011,7 +104714,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glMultiTexSubImage1DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glMultiTexSubImage1DEXT")] public static void MultiTexSubImage1D(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 width, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T7[] pixels) where T7 : struct @@ -103034,7 +104738,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glMultiTexSubImage1DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glMultiTexSubImage1DEXT")] public static void MultiTexSubImage1D(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 width, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T7[,] pixels) where T7 : struct @@ -103057,7 +104762,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glMultiTexSubImage1DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glMultiTexSubImage1DEXT")] public static void MultiTexSubImage1D(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 width, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T7[,,] pixels) where T7 : struct @@ -103080,7 +104786,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glMultiTexSubImage1DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glMultiTexSubImage1DEXT")] public static void MultiTexSubImage1D(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 width, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] ref T7 pixels) where T7 : struct @@ -103104,7 +104811,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glMultiTexSubImage2DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glMultiTexSubImage2DEXT")] public static void MultiTexSubImage2D(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 width, Int32 height, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, IntPtr pixels) { @@ -103118,7 +104826,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glMultiTexSubImage2DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glMultiTexSubImage2DEXT")] public static void MultiTexSubImage2D(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 width, Int32 height, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T9[] pixels) where T9 : struct @@ -103141,7 +104850,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glMultiTexSubImage2DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glMultiTexSubImage2DEXT")] public static void MultiTexSubImage2D(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 width, Int32 height, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T9[,] pixels) where T9 : struct @@ -103164,7 +104874,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glMultiTexSubImage2DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glMultiTexSubImage2DEXT")] public static void MultiTexSubImage2D(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 width, Int32 height, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T9[,,] pixels) where T9 : struct @@ -103187,7 +104898,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glMultiTexSubImage2DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glMultiTexSubImage2DEXT")] public static void MultiTexSubImage2D(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 width, Int32 height, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] ref T9 pixels) where T9 : struct @@ -103211,7 +104923,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glMultiTexSubImage3DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glMultiTexSubImage3DEXT")] public static void MultiTexSubImage3D(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, 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 pixels) { @@ -103225,7 +104938,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glMultiTexSubImage3DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glMultiTexSubImage3DEXT")] public static void MultiTexSubImage3D(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, 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] T11[] pixels) where T11 : struct @@ -103248,7 +104962,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glMultiTexSubImage3DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glMultiTexSubImage3DEXT")] public static void MultiTexSubImage3D(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, 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] T11[,] pixels) where T11 : struct @@ -103271,7 +104986,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glMultiTexSubImage3DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glMultiTexSubImage3DEXT")] public static void MultiTexSubImage3D(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, 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] T11[,,] pixels) where T11 : struct @@ -103294,7 +105010,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glMultiTexSubImage3DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glMultiTexSubImage3DEXT")] public static void MultiTexSubImage3D(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, 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 T11 pixels) where T11 : struct @@ -103318,7 +105035,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glNamedBufferDataEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glNamedBufferDataEXT")] public static void NamedBufferData(Int32 buffer, IntPtr size, IntPtr data, OpenTK.Graphics.OpenGL.ExtDirectStateAccess usage) { @@ -103332,7 +105050,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glNamedBufferDataEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glNamedBufferDataEXT")] public static void NamedBufferData(Int32 buffer, IntPtr size, [InAttribute, OutAttribute] T2[] data, OpenTK.Graphics.OpenGL.ExtDirectStateAccess usage) where T2 : struct @@ -103355,7 +105074,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glNamedBufferDataEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glNamedBufferDataEXT")] public static void NamedBufferData(Int32 buffer, IntPtr size, [InAttribute, OutAttribute] T2[,] data, OpenTK.Graphics.OpenGL.ExtDirectStateAccess usage) where T2 : struct @@ -103378,7 +105098,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glNamedBufferDataEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glNamedBufferDataEXT")] public static void NamedBufferData(Int32 buffer, IntPtr size, [InAttribute, OutAttribute] T2[,,] data, OpenTK.Graphics.OpenGL.ExtDirectStateAccess usage) where T2 : struct @@ -103401,7 +105122,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glNamedBufferDataEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glNamedBufferDataEXT")] public static void NamedBufferData(Int32 buffer, IntPtr size, [InAttribute, OutAttribute] ref T2 data, OpenTK.Graphics.OpenGL.ExtDirectStateAccess usage) where T2 : struct @@ -103425,8 +105147,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glNamedBufferDataEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glNamedBufferDataEXT")] public static void NamedBufferData(UInt32 buffer, IntPtr size, IntPtr data, OpenTK.Graphics.OpenGL.ExtDirectStateAccess usage) { @@ -103440,8 +105163,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glNamedBufferDataEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glNamedBufferDataEXT")] public static void NamedBufferData(UInt32 buffer, IntPtr size, [InAttribute, OutAttribute] T2[] data, OpenTK.Graphics.OpenGL.ExtDirectStateAccess usage) where T2 : struct @@ -103464,8 +105188,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glNamedBufferDataEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glNamedBufferDataEXT")] public static void NamedBufferData(UInt32 buffer, IntPtr size, [InAttribute, OutAttribute] T2[,] data, OpenTK.Graphics.OpenGL.ExtDirectStateAccess usage) where T2 : struct @@ -103488,8 +105213,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glNamedBufferDataEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glNamedBufferDataEXT")] public static void NamedBufferData(UInt32 buffer, IntPtr size, [InAttribute, OutAttribute] T2[,,] data, OpenTK.Graphics.OpenGL.ExtDirectStateAccess usage) where T2 : struct @@ -103512,8 +105238,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glNamedBufferDataEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glNamedBufferDataEXT")] public static void NamedBufferData(UInt32 buffer, IntPtr size, [InAttribute, OutAttribute] ref T2 data, OpenTK.Graphics.OpenGL.ExtDirectStateAccess usage) where T2 : struct @@ -103537,7 +105264,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glNamedBufferSubDataEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glNamedBufferSubDataEXT")] public static void NamedBufferSubData(Int32 buffer, IntPtr offset, IntPtr size, IntPtr data) { @@ -103551,7 +105279,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glNamedBufferSubDataEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glNamedBufferSubDataEXT")] public static void NamedBufferSubData(Int32 buffer, IntPtr offset, IntPtr size, [InAttribute, OutAttribute] T3[] data) where T3 : struct @@ -103574,7 +105303,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glNamedBufferSubDataEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glNamedBufferSubDataEXT")] public static void NamedBufferSubData(Int32 buffer, IntPtr offset, IntPtr size, [InAttribute, OutAttribute] T3[,] data) where T3 : struct @@ -103597,7 +105327,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glNamedBufferSubDataEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glNamedBufferSubDataEXT")] public static void NamedBufferSubData(Int32 buffer, IntPtr offset, IntPtr size, [InAttribute, OutAttribute] T3[,,] data) where T3 : struct @@ -103620,7 +105351,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glNamedBufferSubDataEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glNamedBufferSubDataEXT")] public static void NamedBufferSubData(Int32 buffer, IntPtr offset, IntPtr size, [InAttribute, OutAttribute] ref T3 data) where T3 : struct @@ -103644,8 +105376,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glNamedBufferSubDataEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glNamedBufferSubDataEXT")] public static void NamedBufferSubData(UInt32 buffer, IntPtr offset, IntPtr size, IntPtr data) { @@ -103659,8 +105392,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glNamedBufferSubDataEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glNamedBufferSubDataEXT")] public static void NamedBufferSubData(UInt32 buffer, IntPtr offset, IntPtr size, [InAttribute, OutAttribute] T3[] data) where T3 : struct @@ -103683,8 +105417,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glNamedBufferSubDataEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glNamedBufferSubDataEXT")] public static void NamedBufferSubData(UInt32 buffer, IntPtr offset, IntPtr size, [InAttribute, OutAttribute] T3[,] data) where T3 : struct @@ -103707,8 +105442,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glNamedBufferSubDataEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glNamedBufferSubDataEXT")] public static void NamedBufferSubData(UInt32 buffer, IntPtr offset, IntPtr size, [InAttribute, OutAttribute] T3[,,] data) where T3 : struct @@ -103731,8 +105467,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glNamedBufferSubDataEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glNamedBufferSubDataEXT")] public static void NamedBufferSubData(UInt32 buffer, IntPtr offset, IntPtr size, [InAttribute, OutAttribute] ref T3 data) where T3 : struct @@ -103756,7 +105493,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glNamedFramebufferRenderbufferEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glNamedFramebufferRenderbufferEXT")] public static void NamedFramebufferRenderbuffer(Int32 framebuffer, OpenTK.Graphics.OpenGL.FramebufferAttachment attachment, OpenTK.Graphics.OpenGL.RenderbufferTarget renderbuffertarget, Int32 renderbuffer) { @@ -103770,8 +105508,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glNamedFramebufferRenderbufferEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glNamedFramebufferRenderbufferEXT")] public static void NamedFramebufferRenderbuffer(UInt32 framebuffer, OpenTK.Graphics.OpenGL.FramebufferAttachment attachment, OpenTK.Graphics.OpenGL.RenderbufferTarget renderbuffertarget, UInt32 renderbuffer) { @@ -103785,7 +105524,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glNamedFramebufferTexture1DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glNamedFramebufferTexture1DEXT")] public static void NamedFramebufferTexture1D(Int32 framebuffer, OpenTK.Graphics.OpenGL.FramebufferAttachment attachment, OpenTK.Graphics.OpenGL.TextureTarget textarget, Int32 texture, Int32 level) { @@ -103799,8 +105539,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glNamedFramebufferTexture1DEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glNamedFramebufferTexture1DEXT")] public static void NamedFramebufferTexture1D(UInt32 framebuffer, OpenTK.Graphics.OpenGL.FramebufferAttachment attachment, OpenTK.Graphics.OpenGL.TextureTarget textarget, UInt32 texture, Int32 level) { @@ -103814,7 +105555,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glNamedFramebufferTexture2DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glNamedFramebufferTexture2DEXT")] public static void NamedFramebufferTexture2D(Int32 framebuffer, OpenTK.Graphics.OpenGL.FramebufferAttachment attachment, OpenTK.Graphics.OpenGL.TextureTarget textarget, Int32 texture, Int32 level) { @@ -103828,8 +105570,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glNamedFramebufferTexture2DEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glNamedFramebufferTexture2DEXT")] public static void NamedFramebufferTexture2D(UInt32 framebuffer, OpenTK.Graphics.OpenGL.FramebufferAttachment attachment, OpenTK.Graphics.OpenGL.TextureTarget textarget, UInt32 texture, Int32 level) { @@ -103843,7 +105586,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glNamedFramebufferTexture3DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glNamedFramebufferTexture3DEXT")] public static void NamedFramebufferTexture3D(Int32 framebuffer, OpenTK.Graphics.OpenGL.FramebufferAttachment attachment, OpenTK.Graphics.OpenGL.TextureTarget textarget, Int32 texture, Int32 level, Int32 zoffset) { @@ -103857,8 +105601,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glNamedFramebufferTexture3DEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glNamedFramebufferTexture3DEXT")] public static void NamedFramebufferTexture3D(UInt32 framebuffer, OpenTK.Graphics.OpenGL.FramebufferAttachment attachment, OpenTK.Graphics.OpenGL.TextureTarget textarget, UInt32 texture, Int32 level, Int32 zoffset) { @@ -103872,7 +105617,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glNamedFramebufferTextureEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glNamedFramebufferTextureEXT")] public static void NamedFramebufferTexture(Int32 framebuffer, OpenTK.Graphics.OpenGL.FramebufferAttachment attachment, Int32 texture, Int32 level) { @@ -103886,8 +105632,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glNamedFramebufferTextureEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glNamedFramebufferTextureEXT")] public static void NamedFramebufferTexture(UInt32 framebuffer, OpenTK.Graphics.OpenGL.FramebufferAttachment attachment, UInt32 texture, Int32 level) { @@ -103901,7 +105648,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glNamedFramebufferTextureFaceEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glNamedFramebufferTextureFaceEXT")] public static void NamedFramebufferTextureFace(Int32 framebuffer, OpenTK.Graphics.OpenGL.FramebufferAttachment attachment, Int32 texture, Int32 level, OpenTK.Graphics.OpenGL.TextureTarget face) { @@ -103915,8 +105663,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glNamedFramebufferTextureFaceEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glNamedFramebufferTextureFaceEXT")] public static void NamedFramebufferTextureFace(UInt32 framebuffer, OpenTK.Graphics.OpenGL.FramebufferAttachment attachment, UInt32 texture, Int32 level, OpenTK.Graphics.OpenGL.TextureTarget face) { @@ -103930,7 +105679,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glNamedFramebufferTextureLayerEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glNamedFramebufferTextureLayerEXT")] public static void NamedFramebufferTextureLayer(Int32 framebuffer, OpenTK.Graphics.OpenGL.FramebufferAttachment attachment, Int32 texture, Int32 level, Int32 layer) { @@ -103944,8 +105694,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glNamedFramebufferTextureLayerEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glNamedFramebufferTextureLayerEXT")] public static void NamedFramebufferTextureLayer(UInt32 framebuffer, OpenTK.Graphics.OpenGL.FramebufferAttachment attachment, UInt32 texture, Int32 level, Int32 layer) { @@ -103959,7 +105710,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glNamedProgramLocalParameter4dEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glNamedProgramLocalParameter4dEXT")] public static void NamedProgramLocalParameter4(Int32 program, OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, Int32 index, Double x, Double y, Double z, Double w) { @@ -103973,8 +105725,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glNamedProgramLocalParameter4dEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glNamedProgramLocalParameter4dEXT")] public static void NamedProgramLocalParameter4(UInt32 program, OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, UInt32 index, Double x, Double y, Double z, Double w) { @@ -103988,7 +105741,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glNamedProgramLocalParameter4dvEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glNamedProgramLocalParameter4dvEXT")] public static void NamedProgramLocalParameter4(Int32 program, OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, Int32 index, Double[] @params) { @@ -104008,7 +105762,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glNamedProgramLocalParameter4dvEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glNamedProgramLocalParameter4dvEXT")] public static void NamedProgramLocalParameter4(Int32 program, OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, Int32 index, ref Double @params) { @@ -104028,8 +105783,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glNamedProgramLocalParameter4dvEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glNamedProgramLocalParameter4dvEXT")] public static unsafe void NamedProgramLocalParameter4(Int32 program, OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, Int32 index, Double* @params) { @@ -104043,8 +105799,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glNamedProgramLocalParameter4dvEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glNamedProgramLocalParameter4dvEXT")] public static void NamedProgramLocalParameter4(UInt32 program, OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, UInt32 index, Double[] @params) { @@ -104064,8 +105821,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glNamedProgramLocalParameter4dvEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glNamedProgramLocalParameter4dvEXT")] public static void NamedProgramLocalParameter4(UInt32 program, OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, UInt32 index, ref Double @params) { @@ -104085,8 +105843,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glNamedProgramLocalParameter4dvEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glNamedProgramLocalParameter4dvEXT")] public static unsafe void NamedProgramLocalParameter4(UInt32 program, OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, UInt32 index, Double* @params) { @@ -104100,7 +105859,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glNamedProgramLocalParameter4fEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glNamedProgramLocalParameter4fEXT")] public static void NamedProgramLocalParameter4(Int32 program, OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, Int32 index, Single x, Single y, Single z, Single w) { @@ -104114,8 +105874,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glNamedProgramLocalParameter4fEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glNamedProgramLocalParameter4fEXT")] public static void NamedProgramLocalParameter4(UInt32 program, OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, UInt32 index, Single x, Single y, Single z, Single w) { @@ -104129,7 +105890,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glNamedProgramLocalParameter4fvEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glNamedProgramLocalParameter4fvEXT")] public static void NamedProgramLocalParameter4(Int32 program, OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, Int32 index, Single[] @params) { @@ -104149,7 +105911,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glNamedProgramLocalParameter4fvEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glNamedProgramLocalParameter4fvEXT")] public static void NamedProgramLocalParameter4(Int32 program, OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, Int32 index, ref Single @params) { @@ -104169,8 +105932,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glNamedProgramLocalParameter4fvEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glNamedProgramLocalParameter4fvEXT")] public static unsafe void NamedProgramLocalParameter4(Int32 program, OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, Int32 index, Single* @params) { @@ -104184,8 +105948,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glNamedProgramLocalParameter4fvEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glNamedProgramLocalParameter4fvEXT")] public static void NamedProgramLocalParameter4(UInt32 program, OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, UInt32 index, Single[] @params) { @@ -104205,8 +105970,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glNamedProgramLocalParameter4fvEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glNamedProgramLocalParameter4fvEXT")] public static void NamedProgramLocalParameter4(UInt32 program, OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, UInt32 index, ref Single @params) { @@ -104226,8 +105992,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glNamedProgramLocalParameter4fvEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glNamedProgramLocalParameter4fvEXT")] public static unsafe void NamedProgramLocalParameter4(UInt32 program, OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, UInt32 index, Single* @params) { @@ -104241,7 +106008,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glNamedProgramLocalParameterI4iEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glNamedProgramLocalParameterI4iEXT")] public static void NamedProgramLocalParameterI4(Int32 program, OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, Int32 index, Int32 x, Int32 y, Int32 z, Int32 w) { @@ -104255,8 +106023,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glNamedProgramLocalParameterI4iEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glNamedProgramLocalParameterI4iEXT")] public static void NamedProgramLocalParameterI4(UInt32 program, OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, UInt32 index, Int32 x, Int32 y, Int32 z, Int32 w) { @@ -104270,7 +106039,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glNamedProgramLocalParameterI4ivEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glNamedProgramLocalParameterI4ivEXT")] public static void NamedProgramLocalParameterI4(Int32 program, OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, Int32 index, Int32[] @params) { @@ -104290,7 +106060,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glNamedProgramLocalParameterI4ivEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glNamedProgramLocalParameterI4ivEXT")] public static void NamedProgramLocalParameterI4(Int32 program, OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, Int32 index, ref Int32 @params) { @@ -104310,8 +106081,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glNamedProgramLocalParameterI4ivEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glNamedProgramLocalParameterI4ivEXT")] public static unsafe void NamedProgramLocalParameterI4(Int32 program, OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, Int32 index, Int32* @params) { @@ -104325,8 +106097,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glNamedProgramLocalParameterI4ivEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glNamedProgramLocalParameterI4ivEXT")] public static void NamedProgramLocalParameterI4(UInt32 program, OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, UInt32 index, Int32[] @params) { @@ -104346,8 +106119,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glNamedProgramLocalParameterI4ivEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glNamedProgramLocalParameterI4ivEXT")] public static void NamedProgramLocalParameterI4(UInt32 program, OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, UInt32 index, ref Int32 @params) { @@ -104367,8 +106141,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glNamedProgramLocalParameterI4ivEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glNamedProgramLocalParameterI4ivEXT")] public static unsafe void NamedProgramLocalParameterI4(UInt32 program, OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, UInt32 index, Int32* @params) { @@ -104382,8 +106157,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glNamedProgramLocalParameterI4uiEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glNamedProgramLocalParameterI4uiEXT")] public static void NamedProgramLocalParameterI4(UInt32 program, OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, UInt32 index, UInt32 x, UInt32 y, UInt32 z, UInt32 w) { @@ -104397,8 +106173,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glNamedProgramLocalParameterI4uivEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glNamedProgramLocalParameterI4uivEXT")] public static void NamedProgramLocalParameterI4(UInt32 program, OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, UInt32 index, UInt32[] @params) { @@ -104418,8 +106195,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glNamedProgramLocalParameterI4uivEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glNamedProgramLocalParameterI4uivEXT")] public static void NamedProgramLocalParameterI4(UInt32 program, OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, UInt32 index, ref UInt32 @params) { @@ -104439,8 +106217,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glNamedProgramLocalParameterI4uivEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glNamedProgramLocalParameterI4uivEXT")] public static unsafe void NamedProgramLocalParameterI4(UInt32 program, OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, UInt32 index, UInt32* @params) { @@ -104454,7 +106233,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glNamedProgramLocalParameters4fvEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glNamedProgramLocalParameters4fvEXT")] public static void NamedProgramLocalParameters4(Int32 program, OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, Int32 index, Int32 count, Single[] @params) { @@ -104474,7 +106254,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glNamedProgramLocalParameters4fvEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glNamedProgramLocalParameters4fvEXT")] public static void NamedProgramLocalParameters4(Int32 program, OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, Int32 index, Int32 count, ref Single @params) { @@ -104494,8 +106275,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glNamedProgramLocalParameters4fvEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glNamedProgramLocalParameters4fvEXT")] public static unsafe void NamedProgramLocalParameters4(Int32 program, OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, Int32 index, Int32 count, Single* @params) { @@ -104509,8 +106291,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glNamedProgramLocalParameters4fvEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glNamedProgramLocalParameters4fvEXT")] public static void NamedProgramLocalParameters4(UInt32 program, OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, UInt32 index, Int32 count, Single[] @params) { @@ -104530,8 +106313,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glNamedProgramLocalParameters4fvEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glNamedProgramLocalParameters4fvEXT")] public static void NamedProgramLocalParameters4(UInt32 program, OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, UInt32 index, Int32 count, ref Single @params) { @@ -104551,8 +106335,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glNamedProgramLocalParameters4fvEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glNamedProgramLocalParameters4fvEXT")] public static unsafe void NamedProgramLocalParameters4(UInt32 program, OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, UInt32 index, Int32 count, Single* @params) { @@ -104566,7 +106351,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glNamedProgramLocalParametersI4ivEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glNamedProgramLocalParametersI4ivEXT")] public static void NamedProgramLocalParametersI4(Int32 program, OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, Int32 index, Int32 count, Int32[] @params) { @@ -104586,7 +106372,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glNamedProgramLocalParametersI4ivEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glNamedProgramLocalParametersI4ivEXT")] public static void NamedProgramLocalParametersI4(Int32 program, OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, Int32 index, Int32 count, ref Int32 @params) { @@ -104606,8 +106393,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glNamedProgramLocalParametersI4ivEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glNamedProgramLocalParametersI4ivEXT")] public static unsafe void NamedProgramLocalParametersI4(Int32 program, OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, Int32 index, Int32 count, Int32* @params) { @@ -104621,8 +106409,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glNamedProgramLocalParametersI4ivEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glNamedProgramLocalParametersI4ivEXT")] public static void NamedProgramLocalParametersI4(UInt32 program, OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, UInt32 index, Int32 count, Int32[] @params) { @@ -104642,8 +106431,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glNamedProgramLocalParametersI4ivEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glNamedProgramLocalParametersI4ivEXT")] public static void NamedProgramLocalParametersI4(UInt32 program, OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, UInt32 index, Int32 count, ref Int32 @params) { @@ -104663,8 +106453,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glNamedProgramLocalParametersI4ivEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glNamedProgramLocalParametersI4ivEXT")] public static unsafe void NamedProgramLocalParametersI4(UInt32 program, OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, UInt32 index, Int32 count, Int32* @params) { @@ -104678,8 +106469,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glNamedProgramLocalParametersI4uivEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glNamedProgramLocalParametersI4uivEXT")] public static void NamedProgramLocalParametersI4(UInt32 program, OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, UInt32 index, Int32 count, UInt32[] @params) { @@ -104699,8 +106491,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glNamedProgramLocalParametersI4uivEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glNamedProgramLocalParametersI4uivEXT")] public static void NamedProgramLocalParametersI4(UInt32 program, OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, UInt32 index, Int32 count, ref UInt32 @params) { @@ -104720,8 +106513,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glNamedProgramLocalParametersI4uivEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glNamedProgramLocalParametersI4uivEXT")] public static unsafe void NamedProgramLocalParametersI4(UInt32 program, OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, UInt32 index, Int32 count, UInt32* @params) { @@ -104735,7 +106529,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glNamedProgramStringEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glNamedProgramStringEXT")] public static void NamedProgramString(Int32 program, OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, OpenTK.Graphics.OpenGL.ExtDirectStateAccess format, Int32 len, IntPtr @string) { @@ -104749,7 +106544,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glNamedProgramStringEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glNamedProgramStringEXT")] public static void NamedProgramString(Int32 program, OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, OpenTK.Graphics.OpenGL.ExtDirectStateAccess format, Int32 len, [InAttribute, OutAttribute] T4[] @string) where T4 : struct @@ -104772,7 +106568,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glNamedProgramStringEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glNamedProgramStringEXT")] public static void NamedProgramString(Int32 program, OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, OpenTK.Graphics.OpenGL.ExtDirectStateAccess format, Int32 len, [InAttribute, OutAttribute] T4[,] @string) where T4 : struct @@ -104795,7 +106592,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glNamedProgramStringEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glNamedProgramStringEXT")] public static void NamedProgramString(Int32 program, OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, OpenTK.Graphics.OpenGL.ExtDirectStateAccess format, Int32 len, [InAttribute, OutAttribute] T4[,,] @string) where T4 : struct @@ -104818,7 +106616,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glNamedProgramStringEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glNamedProgramStringEXT")] public static void NamedProgramString(Int32 program, OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, OpenTK.Graphics.OpenGL.ExtDirectStateAccess format, Int32 len, [InAttribute, OutAttribute] ref T4 @string) where T4 : struct @@ -104842,8 +106641,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glNamedProgramStringEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glNamedProgramStringEXT")] public static void NamedProgramString(UInt32 program, OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, OpenTK.Graphics.OpenGL.ExtDirectStateAccess format, Int32 len, IntPtr @string) { @@ -104857,8 +106657,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glNamedProgramStringEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glNamedProgramStringEXT")] public static void NamedProgramString(UInt32 program, OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, OpenTK.Graphics.OpenGL.ExtDirectStateAccess format, Int32 len, [InAttribute, OutAttribute] T4[] @string) where T4 : struct @@ -104881,8 +106682,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glNamedProgramStringEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glNamedProgramStringEXT")] public static void NamedProgramString(UInt32 program, OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, OpenTK.Graphics.OpenGL.ExtDirectStateAccess format, Int32 len, [InAttribute, OutAttribute] T4[,] @string) where T4 : struct @@ -104905,8 +106707,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glNamedProgramStringEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glNamedProgramStringEXT")] public static void NamedProgramString(UInt32 program, OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, OpenTK.Graphics.OpenGL.ExtDirectStateAccess format, Int32 len, [InAttribute, OutAttribute] T4[,,] @string) where T4 : struct @@ -104929,8 +106732,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glNamedProgramStringEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glNamedProgramStringEXT")] public static void NamedProgramString(UInt32 program, OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, OpenTK.Graphics.OpenGL.ExtDirectStateAccess format, Int32 len, [InAttribute, OutAttribute] ref T4 @string) where T4 : struct @@ -104954,7 +106758,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glNamedRenderbufferStorageEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glNamedRenderbufferStorageEXT")] public static void NamedRenderbufferStorage(Int32 renderbuffer, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, Int32 height) { @@ -104968,8 +106773,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glNamedRenderbufferStorageEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glNamedRenderbufferStorageEXT")] public static void NamedRenderbufferStorage(UInt32 renderbuffer, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, Int32 height) { @@ -104983,7 +106789,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glNamedRenderbufferStorageMultisampleCoverageEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glNamedRenderbufferStorageMultisampleCoverageEXT")] public static void NamedRenderbufferStorageMultisampleCoverage(Int32 renderbuffer, Int32 coverageSamples, Int32 colorSamples, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, Int32 height) { @@ -104997,8 +106804,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glNamedRenderbufferStorageMultisampleCoverageEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glNamedRenderbufferStorageMultisampleCoverageEXT")] public static void NamedRenderbufferStorageMultisampleCoverage(UInt32 renderbuffer, Int32 coverageSamples, Int32 colorSamples, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, Int32 height) { @@ -105012,7 +106820,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glNamedRenderbufferStorageMultisampleEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glNamedRenderbufferStorageMultisampleEXT")] public static void NamedRenderbufferStorageMultisample(Int32 renderbuffer, Int32 samples, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, Int32 height) { @@ -105026,8 +106835,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glNamedRenderbufferStorageMultisampleEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glNamedRenderbufferStorageMultisampleEXT")] public static void NamedRenderbufferStorageMultisample(UInt32 renderbuffer, Int32 samples, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, Int32 height) { @@ -105042,7 +106852,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_vertex_array] /// Define an array of normals /// /// @@ -105060,7 +106870,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the first coordinate of the first normal in the array. The initial value is 0. /// /// - [AutoGenerated(Category = "ExtVertexArray", Version = "1.0", EntryPoint = "glNormalPointerEXT")] + [AutoGenerated(Category = "EXT_vertex_array", Version = "1.0", EntryPoint = "glNormalPointerEXT")] public static void NormalPointer(OpenTK.Graphics.OpenGL.NormalPointerType type, Int32 stride, Int32 count, IntPtr pointer) { @@ -105075,7 +106885,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_vertex_array] /// Define an array of normals /// /// @@ -105093,7 +106903,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the first coordinate of the first normal in the array. The initial value is 0. /// /// - [AutoGenerated(Category = "ExtVertexArray", Version = "1.0", EntryPoint = "glNormalPointerEXT")] + [AutoGenerated(Category = "EXT_vertex_array", Version = "1.0", EntryPoint = "glNormalPointerEXT")] public static void NormalPointer(OpenTK.Graphics.OpenGL.NormalPointerType type, Int32 stride, Int32 count, [InAttribute, OutAttribute] T3[] pointer) where T3 : struct @@ -105117,7 +106927,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_vertex_array] /// Define an array of normals /// /// @@ -105135,7 +106945,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the first coordinate of the first normal in the array. The initial value is 0. /// /// - [AutoGenerated(Category = "ExtVertexArray", Version = "1.0", EntryPoint = "glNormalPointerEXT")] + [AutoGenerated(Category = "EXT_vertex_array", Version = "1.0", EntryPoint = "glNormalPointerEXT")] public static void NormalPointer(OpenTK.Graphics.OpenGL.NormalPointerType type, Int32 stride, Int32 count, [InAttribute, OutAttribute] T3[,] pointer) where T3 : struct @@ -105159,7 +106969,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_vertex_array] /// Define an array of normals /// /// @@ -105177,7 +106987,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the first coordinate of the first normal in the array. The initial value is 0. /// /// - [AutoGenerated(Category = "ExtVertexArray", Version = "1.0", EntryPoint = "glNormalPointerEXT")] + [AutoGenerated(Category = "EXT_vertex_array", Version = "1.0", EntryPoint = "glNormalPointerEXT")] public static void NormalPointer(OpenTK.Graphics.OpenGL.NormalPointerType type, Int32 stride, Int32 count, [InAttribute, OutAttribute] T3[,,] pointer) where T3 : struct @@ -105201,7 +107011,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_vertex_array] /// Define an array of normals /// /// @@ -105219,7 +107029,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the first coordinate of the first normal in the array. The initial value is 0. /// /// - [AutoGenerated(Category = "ExtVertexArray", Version = "1.0", EntryPoint = "glNormalPointerEXT")] + [AutoGenerated(Category = "EXT_vertex_array", Version = "1.0", EntryPoint = "glNormalPointerEXT")] public static void NormalPointer(OpenTK.Graphics.OpenGL.NormalPointerType type, Int32 stride, Int32 count, [InAttribute, OutAttribute] ref T3 pointer) where T3 : struct @@ -105243,7 +107053,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtPixelTransform", Version = "1.1", EntryPoint = "glPixelTransformParameterfEXT")] + /// [requires: EXT_pixel_transform] + [AutoGenerated(Category = "EXT_pixel_transform", Version = "1.1", EntryPoint = "glPixelTransformParameterfEXT")] public static void PixelTransformParameter(OpenTK.Graphics.OpenGL.ExtPixelTransform target, OpenTK.Graphics.OpenGL.ExtPixelTransform pname, Single param) { @@ -105257,8 +107068,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_pixel_transform] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtPixelTransform", Version = "1.1", EntryPoint = "glPixelTransformParameterfvEXT")] + [AutoGenerated(Category = "EXT_pixel_transform", Version = "1.1", EntryPoint = "glPixelTransformParameterfvEXT")] public static unsafe void PixelTransformParameter(OpenTK.Graphics.OpenGL.ExtPixelTransform target, OpenTK.Graphics.OpenGL.ExtPixelTransform pname, Single* @params) { @@ -105272,7 +107084,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtPixelTransform", Version = "1.1", EntryPoint = "glPixelTransformParameteriEXT")] + /// [requires: EXT_pixel_transform] + [AutoGenerated(Category = "EXT_pixel_transform", Version = "1.1", EntryPoint = "glPixelTransformParameteriEXT")] public static void PixelTransformParameter(OpenTK.Graphics.OpenGL.ExtPixelTransform target, OpenTK.Graphics.OpenGL.ExtPixelTransform pname, Int32 param) { @@ -105286,8 +107099,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_pixel_transform] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtPixelTransform", Version = "1.1", EntryPoint = "glPixelTransformParameterivEXT")] + [AutoGenerated(Category = "EXT_pixel_transform", Version = "1.1", EntryPoint = "glPixelTransformParameterivEXT")] public static unsafe void PixelTransformParameter(OpenTK.Graphics.OpenGL.ExtPixelTransform target, OpenTK.Graphics.OpenGL.ExtPixelTransform pname, Int32* @params) { @@ -105302,7 +107116,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_point_parameters] /// Specify point parameters /// /// @@ -105315,7 +107129,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the value that pname will be set to. /// /// - [AutoGenerated(Category = "ExtPointParameters", Version = "1.0", EntryPoint = "glPointParameterfEXT")] + [AutoGenerated(Category = "EXT_point_parameters", Version = "1.0", EntryPoint = "glPointParameterfEXT")] public static void PointParameter(OpenTK.Graphics.OpenGL.ExtPointParameters pname, Single param) { @@ -105330,7 +107144,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_point_parameters] /// Specify point parameters /// /// @@ -105343,7 +107157,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the value that pname will be set to. /// /// - [AutoGenerated(Category = "ExtPointParameters", Version = "1.0", EntryPoint = "glPointParameterfvEXT")] + [AutoGenerated(Category = "EXT_point_parameters", Version = "1.0", EntryPoint = "glPointParameterfvEXT")] public static void PointParameter(OpenTK.Graphics.OpenGL.ExtPointParameters pname, Single[] @params) { @@ -105364,7 +107178,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_point_parameters] /// Specify point parameters /// /// @@ -105378,7 +107192,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtPointParameters", Version = "1.0", EntryPoint = "glPointParameterfvEXT")] + [AutoGenerated(Category = "EXT_point_parameters", Version = "1.0", EntryPoint = "glPointParameterfvEXT")] public static unsafe void PointParameter(OpenTK.Graphics.OpenGL.ExtPointParameters pname, Single* @params) { @@ -105393,7 +107207,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_polygon_offset] /// Set the scale and units used to calculate depth values /// /// @@ -105406,7 +107220,7 @@ namespace OpenTK.Graphics.OpenGL /// Is multiplied by an implementation-specific value to create a constant depth offset. The initial value is 0. /// /// - [AutoGenerated(Category = "ExtPolygonOffset", Version = "1.0", EntryPoint = "glPolygonOffsetEXT")] + [AutoGenerated(Category = "EXT_polygon_offset", Version = "1.0", EntryPoint = "glPolygonOffsetEXT")] public static void PolygonOffset(Single factor, Single bias) { @@ -105421,7 +107235,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_texture_object] /// Set texture residence priority /// /// @@ -105439,7 +107253,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies an array containing the texture priorities. A priority given in an element of priorities applies to the texture named by the corresponding element of textures. /// /// - [AutoGenerated(Category = "ExtTextureObject", Version = "1.0", EntryPoint = "glPrioritizeTexturesEXT")] + [AutoGenerated(Category = "EXT_texture_object", Version = "1.0", EntryPoint = "glPrioritizeTexturesEXT")] public static void PrioritizeTextures(Int32 n, Int32[] textures, Single[] priorities) { @@ -105461,7 +107275,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_texture_object] /// Set texture residence priority /// /// @@ -105479,7 +107293,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies an array containing the texture priorities. A priority given in an element of priorities applies to the texture named by the corresponding element of textures. /// /// - [AutoGenerated(Category = "ExtTextureObject", Version = "1.0", EntryPoint = "glPrioritizeTexturesEXT")] + [AutoGenerated(Category = "EXT_texture_object", Version = "1.0", EntryPoint = "glPrioritizeTexturesEXT")] public static void PrioritizeTextures(Int32 n, ref Int32 textures, ref Single priorities) { @@ -105501,7 +107315,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_texture_object] /// Set texture residence priority /// /// @@ -105520,7 +107334,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtTextureObject", Version = "1.0", EntryPoint = "glPrioritizeTexturesEXT")] + [AutoGenerated(Category = "EXT_texture_object", Version = "1.0", EntryPoint = "glPrioritizeTexturesEXT")] public static unsafe void PrioritizeTextures(Int32 n, Int32* textures, Single* priorities) { @@ -105535,7 +107349,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_texture_object] /// Set texture residence priority /// /// @@ -105554,7 +107368,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtTextureObject", Version = "1.0", EntryPoint = "glPrioritizeTexturesEXT")] + [AutoGenerated(Category = "EXT_texture_object", Version = "1.0", EntryPoint = "glPrioritizeTexturesEXT")] public static void PrioritizeTextures(Int32 n, UInt32[] textures, Single[] priorities) { @@ -105576,7 +107390,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_texture_object] /// Set texture residence priority /// /// @@ -105595,7 +107409,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtTextureObject", Version = "1.0", EntryPoint = "glPrioritizeTexturesEXT")] + [AutoGenerated(Category = "EXT_texture_object", Version = "1.0", EntryPoint = "glPrioritizeTexturesEXT")] public static void PrioritizeTextures(Int32 n, ref UInt32 textures, ref Single priorities) { @@ -105617,7 +107431,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_texture_object] /// Set texture residence priority /// /// @@ -105636,7 +107450,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtTextureObject", Version = "1.0", EntryPoint = "glPrioritizeTexturesEXT")] + [AutoGenerated(Category = "EXT_texture_object", Version = "1.0", EntryPoint = "glPrioritizeTexturesEXT")] public static unsafe void PrioritizeTextures(Int32 n, UInt32* textures, Single* priorities) { @@ -105650,7 +107464,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtGpuProgramParameters", Version = "1.2", EntryPoint = "glProgramEnvParameters4fvEXT")] + /// [requires: EXT_gpu_program_parameters] + [AutoGenerated(Category = "EXT_gpu_program_parameters", Version = "1.2", EntryPoint = "glProgramEnvParameters4fvEXT")] public static void ProgramEnvParameters4(OpenTK.Graphics.OpenGL.ExtGpuProgramParameters target, Int32 index, Int32 count, Single[] @params) { @@ -105670,7 +107485,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtGpuProgramParameters", Version = "1.2", EntryPoint = "glProgramEnvParameters4fvEXT")] + /// [requires: EXT_gpu_program_parameters] + [AutoGenerated(Category = "EXT_gpu_program_parameters", Version = "1.2", EntryPoint = "glProgramEnvParameters4fvEXT")] public static void ProgramEnvParameters4(OpenTK.Graphics.OpenGL.ExtGpuProgramParameters target, Int32 index, Int32 count, ref Single @params) { @@ -105690,8 +107506,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_gpu_program_parameters] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtGpuProgramParameters", Version = "1.2", EntryPoint = "glProgramEnvParameters4fvEXT")] + [AutoGenerated(Category = "EXT_gpu_program_parameters", Version = "1.2", EntryPoint = "glProgramEnvParameters4fvEXT")] public static unsafe void ProgramEnvParameters4(OpenTK.Graphics.OpenGL.ExtGpuProgramParameters target, Int32 index, Int32 count, Single* @params) { @@ -105705,8 +107522,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_gpu_program_parameters] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtGpuProgramParameters", Version = "1.2", EntryPoint = "glProgramEnvParameters4fvEXT")] + [AutoGenerated(Category = "EXT_gpu_program_parameters", Version = "1.2", EntryPoint = "glProgramEnvParameters4fvEXT")] public static void ProgramEnvParameters4(OpenTK.Graphics.OpenGL.ExtGpuProgramParameters target, UInt32 index, Int32 count, Single[] @params) { @@ -105726,8 +107544,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_gpu_program_parameters] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtGpuProgramParameters", Version = "1.2", EntryPoint = "glProgramEnvParameters4fvEXT")] + [AutoGenerated(Category = "EXT_gpu_program_parameters", Version = "1.2", EntryPoint = "glProgramEnvParameters4fvEXT")] public static void ProgramEnvParameters4(OpenTK.Graphics.OpenGL.ExtGpuProgramParameters target, UInt32 index, Int32 count, ref Single @params) { @@ -105747,8 +107566,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_gpu_program_parameters] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtGpuProgramParameters", Version = "1.2", EntryPoint = "glProgramEnvParameters4fvEXT")] + [AutoGenerated(Category = "EXT_gpu_program_parameters", Version = "1.2", EntryPoint = "glProgramEnvParameters4fvEXT")] public static unsafe void ProgramEnvParameters4(OpenTK.Graphics.OpenGL.ExtGpuProgramParameters target, UInt32 index, Int32 count, Single* @params) { @@ -105762,7 +107582,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtGpuProgramParameters", Version = "1.2", EntryPoint = "glProgramLocalParameters4fvEXT")] + /// [requires: EXT_gpu_program_parameters] + [AutoGenerated(Category = "EXT_gpu_program_parameters", Version = "1.2", EntryPoint = "glProgramLocalParameters4fvEXT")] public static void ProgramLocalParameters4(OpenTK.Graphics.OpenGL.ExtGpuProgramParameters target, Int32 index, Int32 count, Single[] @params) { @@ -105782,7 +107603,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtGpuProgramParameters", Version = "1.2", EntryPoint = "glProgramLocalParameters4fvEXT")] + /// [requires: EXT_gpu_program_parameters] + [AutoGenerated(Category = "EXT_gpu_program_parameters", Version = "1.2", EntryPoint = "glProgramLocalParameters4fvEXT")] public static void ProgramLocalParameters4(OpenTK.Graphics.OpenGL.ExtGpuProgramParameters target, Int32 index, Int32 count, ref Single @params) { @@ -105802,8 +107624,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_gpu_program_parameters] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtGpuProgramParameters", Version = "1.2", EntryPoint = "glProgramLocalParameters4fvEXT")] + [AutoGenerated(Category = "EXT_gpu_program_parameters", Version = "1.2", EntryPoint = "glProgramLocalParameters4fvEXT")] public static unsafe void ProgramLocalParameters4(OpenTK.Graphics.OpenGL.ExtGpuProgramParameters target, Int32 index, Int32 count, Single* @params) { @@ -105817,8 +107640,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_gpu_program_parameters] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtGpuProgramParameters", Version = "1.2", EntryPoint = "glProgramLocalParameters4fvEXT")] + [AutoGenerated(Category = "EXT_gpu_program_parameters", Version = "1.2", EntryPoint = "glProgramLocalParameters4fvEXT")] public static void ProgramLocalParameters4(OpenTK.Graphics.OpenGL.ExtGpuProgramParameters target, UInt32 index, Int32 count, Single[] @params) { @@ -105838,8 +107662,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_gpu_program_parameters] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtGpuProgramParameters", Version = "1.2", EntryPoint = "glProgramLocalParameters4fvEXT")] + [AutoGenerated(Category = "EXT_gpu_program_parameters", Version = "1.2", EntryPoint = "glProgramLocalParameters4fvEXT")] public static void ProgramLocalParameters4(OpenTK.Graphics.OpenGL.ExtGpuProgramParameters target, UInt32 index, Int32 count, ref Single @params) { @@ -105859,8 +107684,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_gpu_program_parameters] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtGpuProgramParameters", Version = "1.2", EntryPoint = "glProgramLocalParameters4fvEXT")] + [AutoGenerated(Category = "EXT_gpu_program_parameters", Version = "1.2", EntryPoint = "glProgramLocalParameters4fvEXT")] public static unsafe void ProgramLocalParameters4(OpenTK.Graphics.OpenGL.ExtGpuProgramParameters target, UInt32 index, Int32 count, Single* @params) { @@ -105874,7 +107700,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtGeometryShader4", Version = "2.0", EntryPoint = "glProgramParameteriEXT")] + /// [requires: EXT_geometry_shader4] + [AutoGenerated(Category = "EXT_geometry_shader4", Version = "2.0", EntryPoint = "glProgramParameteriEXT")] public static void ProgramParameter(Int32 program, OpenTK.Graphics.OpenGL.ExtGeometryShader4 pname, Int32 value) { @@ -105888,8 +107715,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_geometry_shader4] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtGeometryShader4", Version = "2.0", EntryPoint = "glProgramParameteriEXT")] + [AutoGenerated(Category = "EXT_geometry_shader4", Version = "2.0", EntryPoint = "glProgramParameteriEXT")] public static void ProgramParameter(UInt32 program, OpenTK.Graphics.OpenGL.ExtGeometryShader4 pname, Int32 value) { @@ -105903,7 +107731,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glProgramUniform1fEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glProgramUniform1fEXT")] public static void ProgramUniform1(Int32 program, Int32 location, Single v0) { @@ -105917,8 +107746,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glProgramUniform1fEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glProgramUniform1fEXT")] public static void ProgramUniform1(UInt32 program, Int32 location, Single v0) { @@ -105932,7 +107762,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glProgramUniform1fvEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glProgramUniform1fvEXT")] public static void ProgramUniform1(Int32 program, Int32 location, Int32 count, Single[] value) { @@ -105952,7 +107783,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glProgramUniform1fvEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glProgramUniform1fvEXT")] public static void ProgramUniform1(Int32 program, Int32 location, Int32 count, ref Single value) { @@ -105972,8 +107804,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glProgramUniform1fvEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glProgramUniform1fvEXT")] public static unsafe void ProgramUniform1(Int32 program, Int32 location, Int32 count, Single* value) { @@ -105987,8 +107820,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glProgramUniform1fvEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glProgramUniform1fvEXT")] public static void ProgramUniform1(UInt32 program, Int32 location, Int32 count, Single[] value) { @@ -106008,8 +107842,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glProgramUniform1fvEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glProgramUniform1fvEXT")] public static void ProgramUniform1(UInt32 program, Int32 location, Int32 count, ref Single value) { @@ -106029,8 +107864,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glProgramUniform1fvEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glProgramUniform1fvEXT")] public static unsafe void ProgramUniform1(UInt32 program, Int32 location, Int32 count, Single* value) { @@ -106044,7 +107880,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glProgramUniform1iEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glProgramUniform1iEXT")] public static void ProgramUniform1(Int32 program, Int32 location, Int32 v0) { @@ -106058,8 +107895,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glProgramUniform1iEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glProgramUniform1iEXT")] public static void ProgramUniform1(UInt32 program, Int32 location, Int32 v0) { @@ -106073,7 +107911,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glProgramUniform1ivEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glProgramUniform1ivEXT")] public static void ProgramUniform1(Int32 program, Int32 location, Int32 count, Int32[] value) { @@ -106093,7 +107932,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glProgramUniform1ivEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glProgramUniform1ivEXT")] public static void ProgramUniform1(Int32 program, Int32 location, Int32 count, ref Int32 value) { @@ -106113,8 +107953,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glProgramUniform1ivEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glProgramUniform1ivEXT")] public static unsafe void ProgramUniform1(Int32 program, Int32 location, Int32 count, Int32* value) { @@ -106128,8 +107969,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glProgramUniform1ivEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glProgramUniform1ivEXT")] public static void ProgramUniform1(UInt32 program, Int32 location, Int32 count, Int32[] value) { @@ -106149,8 +107991,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glProgramUniform1ivEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glProgramUniform1ivEXT")] public static void ProgramUniform1(UInt32 program, Int32 location, Int32 count, ref Int32 value) { @@ -106170,8 +108013,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glProgramUniform1ivEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glProgramUniform1ivEXT")] public static unsafe void ProgramUniform1(UInt32 program, Int32 location, Int32 count, Int32* value) { @@ -106185,8 +108029,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glProgramUniform1uiEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glProgramUniform1uiEXT")] public static void ProgramUniform1(UInt32 program, Int32 location, UInt32 v0) { @@ -106200,8 +108045,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glProgramUniform1uivEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glProgramUniform1uivEXT")] public static void ProgramUniform1(UInt32 program, Int32 location, Int32 count, UInt32[] value) { @@ -106221,8 +108067,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glProgramUniform1uivEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glProgramUniform1uivEXT")] public static void ProgramUniform1(UInt32 program, Int32 location, Int32 count, ref UInt32 value) { @@ -106242,8 +108089,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glProgramUniform1uivEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glProgramUniform1uivEXT")] public static unsafe void ProgramUniform1(UInt32 program, Int32 location, Int32 count, UInt32* value) { @@ -106257,7 +108105,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glProgramUniform2fEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glProgramUniform2fEXT")] public static void ProgramUniform2(Int32 program, Int32 location, Single v0, Single v1) { @@ -106271,8 +108120,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glProgramUniform2fEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glProgramUniform2fEXT")] public static void ProgramUniform2(UInt32 program, Int32 location, Single v0, Single v1) { @@ -106286,7 +108136,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glProgramUniform2fvEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glProgramUniform2fvEXT")] public static void ProgramUniform2(Int32 program, Int32 location, Int32 count, Single[] value) { @@ -106306,7 +108157,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glProgramUniform2fvEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glProgramUniform2fvEXT")] public static void ProgramUniform2(Int32 program, Int32 location, Int32 count, ref Single value) { @@ -106326,8 +108178,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glProgramUniform2fvEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glProgramUniform2fvEXT")] public static unsafe void ProgramUniform2(Int32 program, Int32 location, Int32 count, Single* value) { @@ -106341,8 +108194,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glProgramUniform2fvEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glProgramUniform2fvEXT")] public static void ProgramUniform2(UInt32 program, Int32 location, Int32 count, Single[] value) { @@ -106362,8 +108216,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glProgramUniform2fvEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glProgramUniform2fvEXT")] public static void ProgramUniform2(UInt32 program, Int32 location, Int32 count, ref Single value) { @@ -106383,8 +108238,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glProgramUniform2fvEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glProgramUniform2fvEXT")] public static unsafe void ProgramUniform2(UInt32 program, Int32 location, Int32 count, Single* value) { @@ -106398,7 +108254,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glProgramUniform2iEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glProgramUniform2iEXT")] public static void ProgramUniform2(Int32 program, Int32 location, Int32 v0, Int32 v1) { @@ -106412,8 +108269,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glProgramUniform2iEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glProgramUniform2iEXT")] public static void ProgramUniform2(UInt32 program, Int32 location, Int32 v0, Int32 v1) { @@ -106427,7 +108285,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glProgramUniform2ivEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glProgramUniform2ivEXT")] public static void ProgramUniform2(Int32 program, Int32 location, Int32 count, Int32[] value) { @@ -106447,8 +108306,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glProgramUniform2ivEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glProgramUniform2ivEXT")] public static unsafe void ProgramUniform2(Int32 program, Int32 location, Int32 count, Int32* value) { @@ -106462,8 +108322,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glProgramUniform2ivEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glProgramUniform2ivEXT")] public static void ProgramUniform2(UInt32 program, Int32 location, Int32 count, Int32[] value) { @@ -106483,8 +108344,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glProgramUniform2ivEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glProgramUniform2ivEXT")] public static unsafe void ProgramUniform2(UInt32 program, Int32 location, Int32 count, Int32* value) { @@ -106498,8 +108360,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glProgramUniform2uiEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glProgramUniform2uiEXT")] public static void ProgramUniform2(UInt32 program, Int32 location, UInt32 v0, UInt32 v1) { @@ -106513,8 +108376,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glProgramUniform2uivEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glProgramUniform2uivEXT")] public static void ProgramUniform2(UInt32 program, Int32 location, Int32 count, UInt32[] value) { @@ -106534,8 +108398,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glProgramUniform2uivEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glProgramUniform2uivEXT")] public static void ProgramUniform2(UInt32 program, Int32 location, Int32 count, ref UInt32 value) { @@ -106555,8 +108420,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glProgramUniform2uivEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glProgramUniform2uivEXT")] public static unsafe void ProgramUniform2(UInt32 program, Int32 location, Int32 count, UInt32* value) { @@ -106570,7 +108436,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glProgramUniform3fEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glProgramUniform3fEXT")] public static void ProgramUniform3(Int32 program, Int32 location, Single v0, Single v1, Single v2) { @@ -106584,8 +108451,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glProgramUniform3fEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glProgramUniform3fEXT")] public static void ProgramUniform3(UInt32 program, Int32 location, Single v0, Single v1, Single v2) { @@ -106599,7 +108467,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glProgramUniform3fvEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glProgramUniform3fvEXT")] public static void ProgramUniform3(Int32 program, Int32 location, Int32 count, Single[] value) { @@ -106619,7 +108488,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glProgramUniform3fvEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glProgramUniform3fvEXT")] public static void ProgramUniform3(Int32 program, Int32 location, Int32 count, ref Single value) { @@ -106639,8 +108509,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glProgramUniform3fvEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glProgramUniform3fvEXT")] public static unsafe void ProgramUniform3(Int32 program, Int32 location, Int32 count, Single* value) { @@ -106654,8 +108525,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glProgramUniform3fvEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glProgramUniform3fvEXT")] public static void ProgramUniform3(UInt32 program, Int32 location, Int32 count, Single[] value) { @@ -106675,8 +108547,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glProgramUniform3fvEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glProgramUniform3fvEXT")] public static void ProgramUniform3(UInt32 program, Int32 location, Int32 count, ref Single value) { @@ -106696,8 +108569,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glProgramUniform3fvEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glProgramUniform3fvEXT")] public static unsafe void ProgramUniform3(UInt32 program, Int32 location, Int32 count, Single* value) { @@ -106711,7 +108585,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glProgramUniform3iEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glProgramUniform3iEXT")] public static void ProgramUniform3(Int32 program, Int32 location, Int32 v0, Int32 v1, Int32 v2) { @@ -106725,8 +108600,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glProgramUniform3iEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glProgramUniform3iEXT")] public static void ProgramUniform3(UInt32 program, Int32 location, Int32 v0, Int32 v1, Int32 v2) { @@ -106740,7 +108616,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glProgramUniform3ivEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glProgramUniform3ivEXT")] public static void ProgramUniform3(Int32 program, Int32 location, Int32 count, Int32[] value) { @@ -106760,7 +108637,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glProgramUniform3ivEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glProgramUniform3ivEXT")] public static void ProgramUniform3(Int32 program, Int32 location, Int32 count, ref Int32 value) { @@ -106780,8 +108658,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glProgramUniform3ivEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glProgramUniform3ivEXT")] public static unsafe void ProgramUniform3(Int32 program, Int32 location, Int32 count, Int32* value) { @@ -106795,8 +108674,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glProgramUniform3ivEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glProgramUniform3ivEXT")] public static void ProgramUniform3(UInt32 program, Int32 location, Int32 count, Int32[] value) { @@ -106816,8 +108696,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glProgramUniform3ivEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glProgramUniform3ivEXT")] public static void ProgramUniform3(UInt32 program, Int32 location, Int32 count, ref Int32 value) { @@ -106837,8 +108718,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glProgramUniform3ivEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glProgramUniform3ivEXT")] public static unsafe void ProgramUniform3(UInt32 program, Int32 location, Int32 count, Int32* value) { @@ -106852,8 +108734,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glProgramUniform3uiEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glProgramUniform3uiEXT")] public static void ProgramUniform3(UInt32 program, Int32 location, UInt32 v0, UInt32 v1, UInt32 v2) { @@ -106867,8 +108750,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glProgramUniform3uivEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glProgramUniform3uivEXT")] public static void ProgramUniform3(UInt32 program, Int32 location, Int32 count, UInt32[] value) { @@ -106888,8 +108772,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glProgramUniform3uivEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glProgramUniform3uivEXT")] public static void ProgramUniform3(UInt32 program, Int32 location, Int32 count, ref UInt32 value) { @@ -106909,8 +108794,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glProgramUniform3uivEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glProgramUniform3uivEXT")] public static unsafe void ProgramUniform3(UInt32 program, Int32 location, Int32 count, UInt32* value) { @@ -106924,7 +108810,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glProgramUniform4fEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glProgramUniform4fEXT")] public static void ProgramUniform4(Int32 program, Int32 location, Single v0, Single v1, Single v2, Single v3) { @@ -106938,8 +108825,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glProgramUniform4fEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glProgramUniform4fEXT")] public static void ProgramUniform4(UInt32 program, Int32 location, Single v0, Single v1, Single v2, Single v3) { @@ -106953,7 +108841,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glProgramUniform4fvEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glProgramUniform4fvEXT")] public static void ProgramUniform4(Int32 program, Int32 location, Int32 count, Single[] value) { @@ -106973,7 +108862,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glProgramUniform4fvEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glProgramUniform4fvEXT")] public static void ProgramUniform4(Int32 program, Int32 location, Int32 count, ref Single value) { @@ -106993,8 +108883,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glProgramUniform4fvEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glProgramUniform4fvEXT")] public static unsafe void ProgramUniform4(Int32 program, Int32 location, Int32 count, Single* value) { @@ -107008,8 +108899,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glProgramUniform4fvEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glProgramUniform4fvEXT")] public static void ProgramUniform4(UInt32 program, Int32 location, Int32 count, Single[] value) { @@ -107029,8 +108921,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glProgramUniform4fvEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glProgramUniform4fvEXT")] public static void ProgramUniform4(UInt32 program, Int32 location, Int32 count, ref Single value) { @@ -107050,8 +108943,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glProgramUniform4fvEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glProgramUniform4fvEXT")] public static unsafe void ProgramUniform4(UInt32 program, Int32 location, Int32 count, Single* value) { @@ -107065,7 +108959,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glProgramUniform4iEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glProgramUniform4iEXT")] public static void ProgramUniform4(Int32 program, Int32 location, Int32 v0, Int32 v1, Int32 v2, Int32 v3) { @@ -107079,8 +108974,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glProgramUniform4iEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glProgramUniform4iEXT")] public static void ProgramUniform4(UInt32 program, Int32 location, Int32 v0, Int32 v1, Int32 v2, Int32 v3) { @@ -107094,7 +108990,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glProgramUniform4ivEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glProgramUniform4ivEXT")] public static void ProgramUniform4(Int32 program, Int32 location, Int32 count, Int32[] value) { @@ -107114,7 +109011,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glProgramUniform4ivEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glProgramUniform4ivEXT")] public static void ProgramUniform4(Int32 program, Int32 location, Int32 count, ref Int32 value) { @@ -107134,8 +109032,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glProgramUniform4ivEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glProgramUniform4ivEXT")] public static unsafe void ProgramUniform4(Int32 program, Int32 location, Int32 count, Int32* value) { @@ -107149,8 +109048,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glProgramUniform4ivEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glProgramUniform4ivEXT")] public static void ProgramUniform4(UInt32 program, Int32 location, Int32 count, Int32[] value) { @@ -107170,8 +109070,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glProgramUniform4ivEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glProgramUniform4ivEXT")] public static void ProgramUniform4(UInt32 program, Int32 location, Int32 count, ref Int32 value) { @@ -107191,8 +109092,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glProgramUniform4ivEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glProgramUniform4ivEXT")] public static unsafe void ProgramUniform4(UInt32 program, Int32 location, Int32 count, Int32* value) { @@ -107206,8 +109108,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glProgramUniform4uiEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glProgramUniform4uiEXT")] public static void ProgramUniform4(UInt32 program, Int32 location, UInt32 v0, UInt32 v1, UInt32 v2, UInt32 v3) { @@ -107221,8 +109124,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glProgramUniform4uivEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glProgramUniform4uivEXT")] public static void ProgramUniform4(UInt32 program, Int32 location, Int32 count, UInt32[] value) { @@ -107242,8 +109146,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glProgramUniform4uivEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glProgramUniform4uivEXT")] public static void ProgramUniform4(UInt32 program, Int32 location, Int32 count, ref UInt32 value) { @@ -107263,8 +109168,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glProgramUniform4uivEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glProgramUniform4uivEXT")] public static unsafe void ProgramUniform4(UInt32 program, Int32 location, Int32 count, UInt32* value) { @@ -107278,7 +109184,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glProgramUniformMatrix2fvEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glProgramUniformMatrix2fvEXT")] public static void ProgramUniformMatrix2(Int32 program, Int32 location, Int32 count, bool transpose, Single[] value) { @@ -107298,7 +109205,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glProgramUniformMatrix2fvEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glProgramUniformMatrix2fvEXT")] public static void ProgramUniformMatrix2(Int32 program, Int32 location, Int32 count, bool transpose, ref Single value) { @@ -107318,8 +109226,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glProgramUniformMatrix2fvEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glProgramUniformMatrix2fvEXT")] public static unsafe void ProgramUniformMatrix2(Int32 program, Int32 location, Int32 count, bool transpose, Single* value) { @@ -107333,8 +109242,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glProgramUniformMatrix2fvEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glProgramUniformMatrix2fvEXT")] public static void ProgramUniformMatrix2(UInt32 program, Int32 location, Int32 count, bool transpose, Single[] value) { @@ -107354,8 +109264,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glProgramUniformMatrix2fvEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glProgramUniformMatrix2fvEXT")] public static void ProgramUniformMatrix2(UInt32 program, Int32 location, Int32 count, bool transpose, ref Single value) { @@ -107375,8 +109286,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glProgramUniformMatrix2fvEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glProgramUniformMatrix2fvEXT")] public static unsafe void ProgramUniformMatrix2(UInt32 program, Int32 location, Int32 count, bool transpose, Single* value) { @@ -107390,7 +109302,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glProgramUniformMatrix2x3fvEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glProgramUniformMatrix2x3fvEXT")] public static void ProgramUniformMatrix2x3(Int32 program, Int32 location, Int32 count, bool transpose, Single[] value) { @@ -107410,7 +109323,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glProgramUniformMatrix2x3fvEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glProgramUniformMatrix2x3fvEXT")] public static void ProgramUniformMatrix2x3(Int32 program, Int32 location, Int32 count, bool transpose, ref Single value) { @@ -107430,8 +109344,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glProgramUniformMatrix2x3fvEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glProgramUniformMatrix2x3fvEXT")] public static unsafe void ProgramUniformMatrix2x3(Int32 program, Int32 location, Int32 count, bool transpose, Single* value) { @@ -107445,8 +109360,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glProgramUniformMatrix2x3fvEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glProgramUniformMatrix2x3fvEXT")] public static void ProgramUniformMatrix2x3(UInt32 program, Int32 location, Int32 count, bool transpose, Single[] value) { @@ -107466,8 +109382,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glProgramUniformMatrix2x3fvEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glProgramUniformMatrix2x3fvEXT")] public static void ProgramUniformMatrix2x3(UInt32 program, Int32 location, Int32 count, bool transpose, ref Single value) { @@ -107487,8 +109404,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glProgramUniformMatrix2x3fvEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glProgramUniformMatrix2x3fvEXT")] public static unsafe void ProgramUniformMatrix2x3(UInt32 program, Int32 location, Int32 count, bool transpose, Single* value) { @@ -107502,7 +109420,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glProgramUniformMatrix2x4fvEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glProgramUniformMatrix2x4fvEXT")] public static void ProgramUniformMatrix2x4(Int32 program, Int32 location, Int32 count, bool transpose, Single[] value) { @@ -107522,7 +109441,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glProgramUniformMatrix2x4fvEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glProgramUniformMatrix2x4fvEXT")] public static void ProgramUniformMatrix2x4(Int32 program, Int32 location, Int32 count, bool transpose, ref Single value) { @@ -107542,8 +109462,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glProgramUniformMatrix2x4fvEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glProgramUniformMatrix2x4fvEXT")] public static unsafe void ProgramUniformMatrix2x4(Int32 program, Int32 location, Int32 count, bool transpose, Single* value) { @@ -107557,8 +109478,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glProgramUniformMatrix2x4fvEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glProgramUniformMatrix2x4fvEXT")] public static void ProgramUniformMatrix2x4(UInt32 program, Int32 location, Int32 count, bool transpose, Single[] value) { @@ -107578,8 +109500,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glProgramUniformMatrix2x4fvEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glProgramUniformMatrix2x4fvEXT")] public static void ProgramUniformMatrix2x4(UInt32 program, Int32 location, Int32 count, bool transpose, ref Single value) { @@ -107599,8 +109522,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glProgramUniformMatrix2x4fvEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glProgramUniformMatrix2x4fvEXT")] public static unsafe void ProgramUniformMatrix2x4(UInt32 program, Int32 location, Int32 count, bool transpose, Single* value) { @@ -107614,7 +109538,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glProgramUniformMatrix3fvEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glProgramUniformMatrix3fvEXT")] public static void ProgramUniformMatrix3(Int32 program, Int32 location, Int32 count, bool transpose, Single[] value) { @@ -107634,7 +109559,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glProgramUniformMatrix3fvEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glProgramUniformMatrix3fvEXT")] public static void ProgramUniformMatrix3(Int32 program, Int32 location, Int32 count, bool transpose, ref Single value) { @@ -107654,8 +109580,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glProgramUniformMatrix3fvEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glProgramUniformMatrix3fvEXT")] public static unsafe void ProgramUniformMatrix3(Int32 program, Int32 location, Int32 count, bool transpose, Single* value) { @@ -107669,8 +109596,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glProgramUniformMatrix3fvEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glProgramUniformMatrix3fvEXT")] public static void ProgramUniformMatrix3(UInt32 program, Int32 location, Int32 count, bool transpose, Single[] value) { @@ -107690,8 +109618,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glProgramUniformMatrix3fvEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glProgramUniformMatrix3fvEXT")] public static void ProgramUniformMatrix3(UInt32 program, Int32 location, Int32 count, bool transpose, ref Single value) { @@ -107711,8 +109640,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glProgramUniformMatrix3fvEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glProgramUniformMatrix3fvEXT")] public static unsafe void ProgramUniformMatrix3(UInt32 program, Int32 location, Int32 count, bool transpose, Single* value) { @@ -107726,7 +109656,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glProgramUniformMatrix3x2fvEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glProgramUniformMatrix3x2fvEXT")] public static void ProgramUniformMatrix3x2(Int32 program, Int32 location, Int32 count, bool transpose, Single[] value) { @@ -107746,7 +109677,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glProgramUniformMatrix3x2fvEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glProgramUniformMatrix3x2fvEXT")] public static void ProgramUniformMatrix3x2(Int32 program, Int32 location, Int32 count, bool transpose, ref Single value) { @@ -107766,8 +109698,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glProgramUniformMatrix3x2fvEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glProgramUniformMatrix3x2fvEXT")] public static unsafe void ProgramUniformMatrix3x2(Int32 program, Int32 location, Int32 count, bool transpose, Single* value) { @@ -107781,8 +109714,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glProgramUniformMatrix3x2fvEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glProgramUniformMatrix3x2fvEXT")] public static void ProgramUniformMatrix3x2(UInt32 program, Int32 location, Int32 count, bool transpose, Single[] value) { @@ -107802,8 +109736,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glProgramUniformMatrix3x2fvEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glProgramUniformMatrix3x2fvEXT")] public static void ProgramUniformMatrix3x2(UInt32 program, Int32 location, Int32 count, bool transpose, ref Single value) { @@ -107823,8 +109758,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glProgramUniformMatrix3x2fvEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glProgramUniformMatrix3x2fvEXT")] public static unsafe void ProgramUniformMatrix3x2(UInt32 program, Int32 location, Int32 count, bool transpose, Single* value) { @@ -107838,7 +109774,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glProgramUniformMatrix3x4fvEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glProgramUniformMatrix3x4fvEXT")] public static void ProgramUniformMatrix3x4(Int32 program, Int32 location, Int32 count, bool transpose, Single[] value) { @@ -107858,7 +109795,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glProgramUniformMatrix3x4fvEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glProgramUniformMatrix3x4fvEXT")] public static void ProgramUniformMatrix3x4(Int32 program, Int32 location, Int32 count, bool transpose, ref Single value) { @@ -107878,8 +109816,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glProgramUniformMatrix3x4fvEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glProgramUniformMatrix3x4fvEXT")] public static unsafe void ProgramUniformMatrix3x4(Int32 program, Int32 location, Int32 count, bool transpose, Single* value) { @@ -107893,8 +109832,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glProgramUniformMatrix3x4fvEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glProgramUniformMatrix3x4fvEXT")] public static void ProgramUniformMatrix3x4(UInt32 program, Int32 location, Int32 count, bool transpose, Single[] value) { @@ -107914,8 +109854,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glProgramUniformMatrix3x4fvEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glProgramUniformMatrix3x4fvEXT")] public static void ProgramUniformMatrix3x4(UInt32 program, Int32 location, Int32 count, bool transpose, ref Single value) { @@ -107935,8 +109876,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glProgramUniformMatrix3x4fvEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glProgramUniformMatrix3x4fvEXT")] public static unsafe void ProgramUniformMatrix3x4(UInt32 program, Int32 location, Int32 count, bool transpose, Single* value) { @@ -107950,7 +109892,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glProgramUniformMatrix4fvEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glProgramUniformMatrix4fvEXT")] public static void ProgramUniformMatrix4(Int32 program, Int32 location, Int32 count, bool transpose, Single[] value) { @@ -107970,7 +109913,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glProgramUniformMatrix4fvEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glProgramUniformMatrix4fvEXT")] public static void ProgramUniformMatrix4(Int32 program, Int32 location, Int32 count, bool transpose, ref Single value) { @@ -107990,8 +109934,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glProgramUniformMatrix4fvEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glProgramUniformMatrix4fvEXT")] public static unsafe void ProgramUniformMatrix4(Int32 program, Int32 location, Int32 count, bool transpose, Single* value) { @@ -108005,8 +109950,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glProgramUniformMatrix4fvEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glProgramUniformMatrix4fvEXT")] public static void ProgramUniformMatrix4(UInt32 program, Int32 location, Int32 count, bool transpose, Single[] value) { @@ -108026,8 +109972,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glProgramUniformMatrix4fvEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glProgramUniformMatrix4fvEXT")] public static void ProgramUniformMatrix4(UInt32 program, Int32 location, Int32 count, bool transpose, ref Single value) { @@ -108047,8 +109994,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glProgramUniformMatrix4fvEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glProgramUniformMatrix4fvEXT")] public static unsafe void ProgramUniformMatrix4(UInt32 program, Int32 location, Int32 count, bool transpose, Single* value) { @@ -108062,7 +110010,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glProgramUniformMatrix4x2fvEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glProgramUniformMatrix4x2fvEXT")] public static void ProgramUniformMatrix4x2(Int32 program, Int32 location, Int32 count, bool transpose, Single[] value) { @@ -108082,7 +110031,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glProgramUniformMatrix4x2fvEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glProgramUniformMatrix4x2fvEXT")] public static void ProgramUniformMatrix4x2(Int32 program, Int32 location, Int32 count, bool transpose, ref Single value) { @@ -108102,8 +110052,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glProgramUniformMatrix4x2fvEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glProgramUniformMatrix4x2fvEXT")] public static unsafe void ProgramUniformMatrix4x2(Int32 program, Int32 location, Int32 count, bool transpose, Single* value) { @@ -108117,8 +110068,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glProgramUniformMatrix4x2fvEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glProgramUniformMatrix4x2fvEXT")] public static void ProgramUniformMatrix4x2(UInt32 program, Int32 location, Int32 count, bool transpose, Single[] value) { @@ -108138,8 +110090,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glProgramUniformMatrix4x2fvEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glProgramUniformMatrix4x2fvEXT")] public static void ProgramUniformMatrix4x2(UInt32 program, Int32 location, Int32 count, bool transpose, ref Single value) { @@ -108159,8 +110112,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glProgramUniformMatrix4x2fvEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glProgramUniformMatrix4x2fvEXT")] public static unsafe void ProgramUniformMatrix4x2(UInt32 program, Int32 location, Int32 count, bool transpose, Single* value) { @@ -108174,7 +110128,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glProgramUniformMatrix4x3fvEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glProgramUniformMatrix4x3fvEXT")] public static void ProgramUniformMatrix4x3(Int32 program, Int32 location, Int32 count, bool transpose, Single[] value) { @@ -108194,7 +110149,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glProgramUniformMatrix4x3fvEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glProgramUniformMatrix4x3fvEXT")] public static void ProgramUniformMatrix4x3(Int32 program, Int32 location, Int32 count, bool transpose, ref Single value) { @@ -108214,8 +110170,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glProgramUniformMatrix4x3fvEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glProgramUniformMatrix4x3fvEXT")] public static unsafe void ProgramUniformMatrix4x3(Int32 program, Int32 location, Int32 count, bool transpose, Single* value) { @@ -108229,8 +110186,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glProgramUniformMatrix4x3fvEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glProgramUniformMatrix4x3fvEXT")] public static void ProgramUniformMatrix4x3(UInt32 program, Int32 location, Int32 count, bool transpose, Single[] value) { @@ -108250,8 +110208,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glProgramUniformMatrix4x3fvEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glProgramUniformMatrix4x3fvEXT")] public static void ProgramUniformMatrix4x3(UInt32 program, Int32 location, Int32 count, bool transpose, ref Single value) { @@ -108271,8 +110230,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glProgramUniformMatrix4x3fvEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glProgramUniformMatrix4x3fvEXT")] public static unsafe void ProgramUniformMatrix4x3(UInt32 program, Int32 location, Int32 count, bool transpose, Single* value) { @@ -108286,7 +110246,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtProvokingVertex", Version = "2.1", EntryPoint = "glProvokingVertexEXT")] + /// [requires: EXT_provoking_vertex] + [AutoGenerated(Category = "EXT_provoking_vertex", Version = "2.1", EntryPoint = "glProvokingVertexEXT")] public static void ProvokingVertex(OpenTK.Graphics.OpenGL.ExtProvokingVertex mode) { @@ -108300,7 +110261,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glPushClientAttribDefaultEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glPushClientAttribDefaultEXT")] public static void PushClientAttribDefault(OpenTK.Graphics.OpenGL.ClientAttribMask mask) { @@ -108314,7 +110276,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtFramebufferObject", Version = "1.2", EntryPoint = "glRenderbufferStorageEXT")] + /// [requires: EXT_framebuffer_object] + [AutoGenerated(Category = "EXT_framebuffer_object", Version = "1.2", EntryPoint = "glRenderbufferStorageEXT")] public static void RenderbufferStorage(OpenTK.Graphics.OpenGL.RenderbufferTarget target, OpenTK.Graphics.OpenGL.RenderbufferStorage internalformat, Int32 width, Int32 height) { @@ -108328,7 +110291,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtFramebufferMultisample", Version = "1.5", EntryPoint = "glRenderbufferStorageMultisampleEXT")] + /// [requires: EXT_framebuffer_multisample] + [AutoGenerated(Category = "EXT_framebuffer_multisample", Version = "1.5", EntryPoint = "glRenderbufferStorageMultisampleEXT")] public static void RenderbufferStorageMultisample(OpenTK.Graphics.OpenGL.ExtFramebufferMultisample target, Int32 samples, OpenTK.Graphics.OpenGL.ExtFramebufferMultisample internalformat, Int32 width, Int32 height) { @@ -108343,7 +110307,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_histogram] /// Reset histogram table entries to zero /// /// @@ -108351,7 +110315,7 @@ namespace OpenTK.Graphics.OpenGL /// Must be GL_HISTOGRAM. /// /// - [AutoGenerated(Category = "ExtHistogram", Version = "1.0", EntryPoint = "glResetHistogramEXT")] + [AutoGenerated(Category = "EXT_histogram", Version = "1.0", EntryPoint = "glResetHistogramEXT")] public static void ResetHistogram(OpenTK.Graphics.OpenGL.ExtHistogram target) { @@ -108366,7 +110330,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_histogram] /// Reset minmax table entries to initial values /// /// @@ -108374,7 +110338,7 @@ namespace OpenTK.Graphics.OpenGL /// Must be GL_MINMAX. /// /// - [AutoGenerated(Category = "ExtHistogram", Version = "1.0", EntryPoint = "glResetMinmaxEXT")] + [AutoGenerated(Category = "EXT_histogram", Version = "1.0", EntryPoint = "glResetMinmaxEXT")] public static void ResetMinmax(OpenTK.Graphics.OpenGL.ExtHistogram target) { @@ -108388,7 +110352,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtMultisample", Version = "1.0", EntryPoint = "glSampleMaskEXT")] + /// [requires: EXT_multisample] + [AutoGenerated(Category = "EXT_multisample", Version = "1.0", EntryPoint = "glSampleMaskEXT")] public static void SampleMask(Single value, bool invert) { @@ -108402,7 +110367,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtMultisample", Version = "1.0", EntryPoint = "glSamplePatternEXT")] + /// [requires: EXT_multisample] + [AutoGenerated(Category = "EXT_multisample", Version = "1.0", EntryPoint = "glSamplePatternEXT")] public static void SamplePattern(OpenTK.Graphics.OpenGL.ExtMultisample pattern) { @@ -108417,7 +110383,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_secondary_color] /// Set the current secondary color /// /// @@ -108426,7 +110392,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtSecondaryColor", Version = "1.1", EntryPoint = "glSecondaryColor3bEXT")] + [AutoGenerated(Category = "EXT_secondary_color", Version = "1.1", EntryPoint = "glSecondaryColor3bEXT")] public static void SecondaryColor3(SByte red, SByte green, SByte blue) { @@ -108441,7 +110407,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_secondary_color] /// Set the current secondary color /// /// @@ -108450,7 +110416,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtSecondaryColor", Version = "1.1", EntryPoint = "glSecondaryColor3bvEXT")] + [AutoGenerated(Category = "EXT_secondary_color", Version = "1.1", EntryPoint = "glSecondaryColor3bvEXT")] public static void SecondaryColor3(SByte[] v) { @@ -108471,7 +110437,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_secondary_color] /// Set the current secondary color /// /// @@ -108480,7 +110446,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtSecondaryColor", Version = "1.1", EntryPoint = "glSecondaryColor3bvEXT")] + [AutoGenerated(Category = "EXT_secondary_color", Version = "1.1", EntryPoint = "glSecondaryColor3bvEXT")] public static void SecondaryColor3(ref SByte v) { @@ -108501,7 +110467,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_secondary_color] /// Set the current secondary color /// /// @@ -108510,7 +110476,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtSecondaryColor", Version = "1.1", EntryPoint = "glSecondaryColor3bvEXT")] + [AutoGenerated(Category = "EXT_secondary_color", Version = "1.1", EntryPoint = "glSecondaryColor3bvEXT")] public static unsafe void SecondaryColor3(SByte* v) { @@ -108525,7 +110491,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_secondary_color] /// Set the current secondary color /// /// @@ -108533,7 +110499,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify new red, green, and blue values for the current secondary color. /// /// - [AutoGenerated(Category = "ExtSecondaryColor", Version = "1.1", EntryPoint = "glSecondaryColor3dEXT")] + [AutoGenerated(Category = "EXT_secondary_color", Version = "1.1", EntryPoint = "glSecondaryColor3dEXT")] public static void SecondaryColor3(Double red, Double green, Double blue) { @@ -108548,7 +110514,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_secondary_color] /// Set the current secondary color /// /// @@ -108556,7 +110522,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify new red, green, and blue values for the current secondary color. /// /// - [AutoGenerated(Category = "ExtSecondaryColor", Version = "1.1", EntryPoint = "glSecondaryColor3dvEXT")] + [AutoGenerated(Category = "EXT_secondary_color", Version = "1.1", EntryPoint = "glSecondaryColor3dvEXT")] public static void SecondaryColor3(Double[] v) { @@ -108577,7 +110543,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_secondary_color] /// Set the current secondary color /// /// @@ -108585,7 +110551,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify new red, green, and blue values for the current secondary color. /// /// - [AutoGenerated(Category = "ExtSecondaryColor", Version = "1.1", EntryPoint = "glSecondaryColor3dvEXT")] + [AutoGenerated(Category = "EXT_secondary_color", Version = "1.1", EntryPoint = "glSecondaryColor3dvEXT")] public static void SecondaryColor3(ref Double v) { @@ -108606,7 +110572,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_secondary_color] /// Set the current secondary color /// /// @@ -108615,7 +110581,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtSecondaryColor", Version = "1.1", EntryPoint = "glSecondaryColor3dvEXT")] + [AutoGenerated(Category = "EXT_secondary_color", Version = "1.1", EntryPoint = "glSecondaryColor3dvEXT")] public static unsafe void SecondaryColor3(Double* v) { @@ -108630,7 +110596,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_secondary_color] /// Set the current secondary color /// /// @@ -108638,7 +110604,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify new red, green, and blue values for the current secondary color. /// /// - [AutoGenerated(Category = "ExtSecondaryColor", Version = "1.1", EntryPoint = "glSecondaryColor3fEXT")] + [AutoGenerated(Category = "EXT_secondary_color", Version = "1.1", EntryPoint = "glSecondaryColor3fEXT")] public static void SecondaryColor3(Single red, Single green, Single blue) { @@ -108653,7 +110619,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_secondary_color] /// Set the current secondary color /// /// @@ -108661,7 +110627,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify new red, green, and blue values for the current secondary color. /// /// - [AutoGenerated(Category = "ExtSecondaryColor", Version = "1.1", EntryPoint = "glSecondaryColor3fvEXT")] + [AutoGenerated(Category = "EXT_secondary_color", Version = "1.1", EntryPoint = "glSecondaryColor3fvEXT")] public static void SecondaryColor3(Single[] v) { @@ -108682,7 +110648,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_secondary_color] /// Set the current secondary color /// /// @@ -108690,7 +110656,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify new red, green, and blue values for the current secondary color. /// /// - [AutoGenerated(Category = "ExtSecondaryColor", Version = "1.1", EntryPoint = "glSecondaryColor3fvEXT")] + [AutoGenerated(Category = "EXT_secondary_color", Version = "1.1", EntryPoint = "glSecondaryColor3fvEXT")] public static void SecondaryColor3(ref Single v) { @@ -108711,7 +110677,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_secondary_color] /// Set the current secondary color /// /// @@ -108720,7 +110686,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtSecondaryColor", Version = "1.1", EntryPoint = "glSecondaryColor3fvEXT")] + [AutoGenerated(Category = "EXT_secondary_color", Version = "1.1", EntryPoint = "glSecondaryColor3fvEXT")] public static unsafe void SecondaryColor3(Single* v) { @@ -108735,7 +110701,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_secondary_color] /// Set the current secondary color /// /// @@ -108743,7 +110709,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify new red, green, and blue values for the current secondary color. /// /// - [AutoGenerated(Category = "ExtSecondaryColor", Version = "1.1", EntryPoint = "glSecondaryColor3iEXT")] + [AutoGenerated(Category = "EXT_secondary_color", Version = "1.1", EntryPoint = "glSecondaryColor3iEXT")] public static void SecondaryColor3(Int32 red, Int32 green, Int32 blue) { @@ -108758,7 +110724,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_secondary_color] /// Set the current secondary color /// /// @@ -108766,7 +110732,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify new red, green, and blue values for the current secondary color. /// /// - [AutoGenerated(Category = "ExtSecondaryColor", Version = "1.1", EntryPoint = "glSecondaryColor3ivEXT")] + [AutoGenerated(Category = "EXT_secondary_color", Version = "1.1", EntryPoint = "glSecondaryColor3ivEXT")] public static void SecondaryColor3(Int32[] v) { @@ -108787,7 +110753,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_secondary_color] /// Set the current secondary color /// /// @@ -108795,7 +110761,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify new red, green, and blue values for the current secondary color. /// /// - [AutoGenerated(Category = "ExtSecondaryColor", Version = "1.1", EntryPoint = "glSecondaryColor3ivEXT")] + [AutoGenerated(Category = "EXT_secondary_color", Version = "1.1", EntryPoint = "glSecondaryColor3ivEXT")] public static void SecondaryColor3(ref Int32 v) { @@ -108816,7 +110782,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_secondary_color] /// Set the current secondary color /// /// @@ -108825,7 +110791,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtSecondaryColor", Version = "1.1", EntryPoint = "glSecondaryColor3ivEXT")] + [AutoGenerated(Category = "EXT_secondary_color", Version = "1.1", EntryPoint = "glSecondaryColor3ivEXT")] public static unsafe void SecondaryColor3(Int32* v) { @@ -108840,7 +110806,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_secondary_color] /// Set the current secondary color /// /// @@ -108848,7 +110814,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify new red, green, and blue values for the current secondary color. /// /// - [AutoGenerated(Category = "ExtSecondaryColor", Version = "1.1", EntryPoint = "glSecondaryColor3sEXT")] + [AutoGenerated(Category = "EXT_secondary_color", Version = "1.1", EntryPoint = "glSecondaryColor3sEXT")] public static void SecondaryColor3(Int16 red, Int16 green, Int16 blue) { @@ -108863,7 +110829,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_secondary_color] /// Set the current secondary color /// /// @@ -108871,7 +110837,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify new red, green, and blue values for the current secondary color. /// /// - [AutoGenerated(Category = "ExtSecondaryColor", Version = "1.1", EntryPoint = "glSecondaryColor3svEXT")] + [AutoGenerated(Category = "EXT_secondary_color", Version = "1.1", EntryPoint = "glSecondaryColor3svEXT")] public static void SecondaryColor3(Int16[] v) { @@ -108892,7 +110858,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_secondary_color] /// Set the current secondary color /// /// @@ -108900,7 +110866,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify new red, green, and blue values for the current secondary color. /// /// - [AutoGenerated(Category = "ExtSecondaryColor", Version = "1.1", EntryPoint = "glSecondaryColor3svEXT")] + [AutoGenerated(Category = "EXT_secondary_color", Version = "1.1", EntryPoint = "glSecondaryColor3svEXT")] public static void SecondaryColor3(ref Int16 v) { @@ -108921,7 +110887,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_secondary_color] /// Set the current secondary color /// /// @@ -108930,7 +110896,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtSecondaryColor", Version = "1.1", EntryPoint = "glSecondaryColor3svEXT")] + [AutoGenerated(Category = "EXT_secondary_color", Version = "1.1", EntryPoint = "glSecondaryColor3svEXT")] public static unsafe void SecondaryColor3(Int16* v) { @@ -108945,7 +110911,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_secondary_color] /// Set the current secondary color /// /// @@ -108953,7 +110919,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify new red, green, and blue values for the current secondary color. /// /// - [AutoGenerated(Category = "ExtSecondaryColor", Version = "1.1", EntryPoint = "glSecondaryColor3ubEXT")] + [AutoGenerated(Category = "EXT_secondary_color", Version = "1.1", EntryPoint = "glSecondaryColor3ubEXT")] public static void SecondaryColor3(Byte red, Byte green, Byte blue) { @@ -108968,7 +110934,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_secondary_color] /// Set the current secondary color /// /// @@ -108976,7 +110942,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify new red, green, and blue values for the current secondary color. /// /// - [AutoGenerated(Category = "ExtSecondaryColor", Version = "1.1", EntryPoint = "glSecondaryColor3ubvEXT")] + [AutoGenerated(Category = "EXT_secondary_color", Version = "1.1", EntryPoint = "glSecondaryColor3ubvEXT")] public static void SecondaryColor3(Byte[] v) { @@ -108997,7 +110963,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_secondary_color] /// Set the current secondary color /// /// @@ -109005,7 +110971,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify new red, green, and blue values for the current secondary color. /// /// - [AutoGenerated(Category = "ExtSecondaryColor", Version = "1.1", EntryPoint = "glSecondaryColor3ubvEXT")] + [AutoGenerated(Category = "EXT_secondary_color", Version = "1.1", EntryPoint = "glSecondaryColor3ubvEXT")] public static void SecondaryColor3(ref Byte v) { @@ -109026,7 +110992,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_secondary_color] /// Set the current secondary color /// /// @@ -109035,7 +111001,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtSecondaryColor", Version = "1.1", EntryPoint = "glSecondaryColor3ubvEXT")] + [AutoGenerated(Category = "EXT_secondary_color", Version = "1.1", EntryPoint = "glSecondaryColor3ubvEXT")] public static unsafe void SecondaryColor3(Byte* v) { @@ -109050,7 +111016,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_secondary_color] /// Set the current secondary color /// /// @@ -109059,7 +111025,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtSecondaryColor", Version = "1.1", EntryPoint = "glSecondaryColor3uiEXT")] + [AutoGenerated(Category = "EXT_secondary_color", Version = "1.1", EntryPoint = "glSecondaryColor3uiEXT")] public static void SecondaryColor3(UInt32 red, UInt32 green, UInt32 blue) { @@ -109074,7 +111040,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_secondary_color] /// Set the current secondary color /// /// @@ -109083,7 +111049,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtSecondaryColor", Version = "1.1", EntryPoint = "glSecondaryColor3uivEXT")] + [AutoGenerated(Category = "EXT_secondary_color", Version = "1.1", EntryPoint = "glSecondaryColor3uivEXT")] public static void SecondaryColor3(UInt32[] v) { @@ -109104,7 +111070,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_secondary_color] /// Set the current secondary color /// /// @@ -109113,7 +111079,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtSecondaryColor", Version = "1.1", EntryPoint = "glSecondaryColor3uivEXT")] + [AutoGenerated(Category = "EXT_secondary_color", Version = "1.1", EntryPoint = "glSecondaryColor3uivEXT")] public static void SecondaryColor3(ref UInt32 v) { @@ -109134,7 +111100,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_secondary_color] /// Set the current secondary color /// /// @@ -109143,7 +111109,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtSecondaryColor", Version = "1.1", EntryPoint = "glSecondaryColor3uivEXT")] + [AutoGenerated(Category = "EXT_secondary_color", Version = "1.1", EntryPoint = "glSecondaryColor3uivEXT")] public static unsafe void SecondaryColor3(UInt32* v) { @@ -109158,7 +111124,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_secondary_color] /// Set the current secondary color /// /// @@ -109167,7 +111133,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtSecondaryColor", Version = "1.1", EntryPoint = "glSecondaryColor3usEXT")] + [AutoGenerated(Category = "EXT_secondary_color", Version = "1.1", EntryPoint = "glSecondaryColor3usEXT")] public static void SecondaryColor3(UInt16 red, UInt16 green, UInt16 blue) { @@ -109182,7 +111148,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_secondary_color] /// Set the current secondary color /// /// @@ -109191,7 +111157,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtSecondaryColor", Version = "1.1", EntryPoint = "glSecondaryColor3usvEXT")] + [AutoGenerated(Category = "EXT_secondary_color", Version = "1.1", EntryPoint = "glSecondaryColor3usvEXT")] public static void SecondaryColor3(UInt16[] v) { @@ -109212,7 +111178,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_secondary_color] /// Set the current secondary color /// /// @@ -109221,7 +111187,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtSecondaryColor", Version = "1.1", EntryPoint = "glSecondaryColor3usvEXT")] + [AutoGenerated(Category = "EXT_secondary_color", Version = "1.1", EntryPoint = "glSecondaryColor3usvEXT")] public static void SecondaryColor3(ref UInt16 v) { @@ -109242,7 +111208,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_secondary_color] /// Set the current secondary color /// /// @@ -109251,7 +111217,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtSecondaryColor", Version = "1.1", EntryPoint = "glSecondaryColor3usvEXT")] + [AutoGenerated(Category = "EXT_secondary_color", Version = "1.1", EntryPoint = "glSecondaryColor3usvEXT")] public static unsafe void SecondaryColor3(UInt16* v) { @@ -109266,7 +111232,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_secondary_color] /// Define an array of secondary colors /// /// @@ -109289,7 +111255,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the first component of the first color element in the array. The initial value is 0. /// /// - [AutoGenerated(Category = "ExtSecondaryColor", Version = "1.1", EntryPoint = "glSecondaryColorPointerEXT")] + [AutoGenerated(Category = "EXT_secondary_color", Version = "1.1", EntryPoint = "glSecondaryColorPointerEXT")] public static void SecondaryColorPointer(Int32 size, OpenTK.Graphics.OpenGL.ColorPointerType type, Int32 stride, IntPtr pointer) { @@ -109304,7 +111270,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_secondary_color] /// Define an array of secondary colors /// /// @@ -109327,7 +111293,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the first component of the first color element in the array. The initial value is 0. /// /// - [AutoGenerated(Category = "ExtSecondaryColor", Version = "1.1", EntryPoint = "glSecondaryColorPointerEXT")] + [AutoGenerated(Category = "EXT_secondary_color", Version = "1.1", EntryPoint = "glSecondaryColorPointerEXT")] public static void SecondaryColorPointer(Int32 size, OpenTK.Graphics.OpenGL.ColorPointerType type, Int32 stride, [InAttribute, OutAttribute] T3[] pointer) where T3 : struct @@ -109351,7 +111317,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_secondary_color] /// Define an array of secondary colors /// /// @@ -109374,7 +111340,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the first component of the first color element in the array. The initial value is 0. /// /// - [AutoGenerated(Category = "ExtSecondaryColor", Version = "1.1", EntryPoint = "glSecondaryColorPointerEXT")] + [AutoGenerated(Category = "EXT_secondary_color", Version = "1.1", EntryPoint = "glSecondaryColorPointerEXT")] public static void SecondaryColorPointer(Int32 size, OpenTK.Graphics.OpenGL.ColorPointerType type, Int32 stride, [InAttribute, OutAttribute] T3[,] pointer) where T3 : struct @@ -109398,7 +111364,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_secondary_color] /// Define an array of secondary colors /// /// @@ -109421,7 +111387,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the first component of the first color element in the array. The initial value is 0. /// /// - [AutoGenerated(Category = "ExtSecondaryColor", Version = "1.1", EntryPoint = "glSecondaryColorPointerEXT")] + [AutoGenerated(Category = "EXT_secondary_color", Version = "1.1", EntryPoint = "glSecondaryColorPointerEXT")] public static void SecondaryColorPointer(Int32 size, OpenTK.Graphics.OpenGL.ColorPointerType type, Int32 stride, [InAttribute, OutAttribute] T3[,,] pointer) where T3 : struct @@ -109445,7 +111411,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_secondary_color] /// Define an array of secondary colors /// /// @@ -109468,7 +111434,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the first component of the first color element in the array. The initial value is 0. /// /// - [AutoGenerated(Category = "ExtSecondaryColor", Version = "1.1", EntryPoint = "glSecondaryColorPointerEXT")] + [AutoGenerated(Category = "EXT_secondary_color", Version = "1.1", EntryPoint = "glSecondaryColorPointerEXT")] public static void SecondaryColorPointer(Int32 size, OpenTK.Graphics.OpenGL.ColorPointerType type, Int32 stride, [InAttribute, OutAttribute] ref T3 pointer) where T3 : struct @@ -109493,7 +111459,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_convolution] /// Define a separable two-dimensional convolution filter /// /// @@ -109536,7 +111502,7 @@ namespace OpenTK.Graphics.OpenGL /// Pointer to a one-dimensional array of pixel data that is processed to build the column filter kernel. /// /// - [AutoGenerated(Category = "ExtConvolution", Version = "1.0", EntryPoint = "glSeparableFilter2DEXT")] + [AutoGenerated(Category = "EXT_convolution", Version = "1.0", EntryPoint = "glSeparableFilter2DEXT")] public static void SeparableFilter2D(OpenTK.Graphics.OpenGL.ExtConvolution target, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, Int32 height, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, IntPtr row, IntPtr column) { @@ -109551,7 +111517,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_convolution] /// Define a separable two-dimensional convolution filter /// /// @@ -109594,7 +111560,7 @@ namespace OpenTK.Graphics.OpenGL /// Pointer to a one-dimensional array of pixel data that is processed to build the column filter kernel. /// /// - [AutoGenerated(Category = "ExtConvolution", Version = "1.0", EntryPoint = "glSeparableFilter2DEXT")] + [AutoGenerated(Category = "EXT_convolution", Version = "1.0", EntryPoint = "glSeparableFilter2DEXT")] public static void SeparableFilter2D(OpenTK.Graphics.OpenGL.ExtConvolution target, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, Int32 height, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, IntPtr row, [InAttribute, OutAttribute] T7[] column) where T7 : struct @@ -109618,7 +111584,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_convolution] /// Define a separable two-dimensional convolution filter /// /// @@ -109661,7 +111627,7 @@ namespace OpenTK.Graphics.OpenGL /// Pointer to a one-dimensional array of pixel data that is processed to build the column filter kernel. /// /// - [AutoGenerated(Category = "ExtConvolution", Version = "1.0", EntryPoint = "glSeparableFilter2DEXT")] + [AutoGenerated(Category = "EXT_convolution", Version = "1.0", EntryPoint = "glSeparableFilter2DEXT")] public static void SeparableFilter2D(OpenTK.Graphics.OpenGL.ExtConvolution target, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, Int32 height, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, IntPtr row, [InAttribute, OutAttribute] T7[,] column) where T7 : struct @@ -109685,7 +111651,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_convolution] /// Define a separable two-dimensional convolution filter /// /// @@ -109728,7 +111694,7 @@ namespace OpenTK.Graphics.OpenGL /// Pointer to a one-dimensional array of pixel data that is processed to build the column filter kernel. /// /// - [AutoGenerated(Category = "ExtConvolution", Version = "1.0", EntryPoint = "glSeparableFilter2DEXT")] + [AutoGenerated(Category = "EXT_convolution", Version = "1.0", EntryPoint = "glSeparableFilter2DEXT")] public static void SeparableFilter2D(OpenTK.Graphics.OpenGL.ExtConvolution target, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, Int32 height, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, IntPtr row, [InAttribute, OutAttribute] T7[,,] column) where T7 : struct @@ -109752,7 +111718,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_convolution] /// Define a separable two-dimensional convolution filter /// /// @@ -109795,7 +111761,7 @@ namespace OpenTK.Graphics.OpenGL /// Pointer to a one-dimensional array of pixel data that is processed to build the column filter kernel. /// /// - [AutoGenerated(Category = "ExtConvolution", Version = "1.0", EntryPoint = "glSeparableFilter2DEXT")] + [AutoGenerated(Category = "EXT_convolution", Version = "1.0", EntryPoint = "glSeparableFilter2DEXT")] public static void SeparableFilter2D(OpenTK.Graphics.OpenGL.ExtConvolution target, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, Int32 height, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, IntPtr row, [InAttribute, OutAttribute] ref T7 column) where T7 : struct @@ -109820,7 +111786,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_convolution] /// Define a separable two-dimensional convolution filter /// /// @@ -109863,7 +111829,7 @@ namespace OpenTK.Graphics.OpenGL /// Pointer to a one-dimensional array of pixel data that is processed to build the column filter kernel. /// /// - [AutoGenerated(Category = "ExtConvolution", Version = "1.0", EntryPoint = "glSeparableFilter2DEXT")] + [AutoGenerated(Category = "EXT_convolution", Version = "1.0", EntryPoint = "glSeparableFilter2DEXT")] public static void SeparableFilter2D(OpenTK.Graphics.OpenGL.ExtConvolution target, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, Int32 height, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T6[] row, [InAttribute, OutAttribute] T7[,,] column) where T6 : struct @@ -109890,7 +111856,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_convolution] /// Define a separable two-dimensional convolution filter /// /// @@ -109933,7 +111899,7 @@ namespace OpenTK.Graphics.OpenGL /// Pointer to a one-dimensional array of pixel data that is processed to build the column filter kernel. /// /// - [AutoGenerated(Category = "ExtConvolution", Version = "1.0", EntryPoint = "glSeparableFilter2DEXT")] + [AutoGenerated(Category = "EXT_convolution", Version = "1.0", EntryPoint = "glSeparableFilter2DEXT")] public static void SeparableFilter2D(OpenTK.Graphics.OpenGL.ExtConvolution target, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, Int32 height, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T6[,] row, [InAttribute, OutAttribute] T7[,,] column) where T6 : struct @@ -109960,7 +111926,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_convolution] /// Define a separable two-dimensional convolution filter /// /// @@ -110003,7 +111969,7 @@ namespace OpenTK.Graphics.OpenGL /// Pointer to a one-dimensional array of pixel data that is processed to build the column filter kernel. /// /// - [AutoGenerated(Category = "ExtConvolution", Version = "1.0", EntryPoint = "glSeparableFilter2DEXT")] + [AutoGenerated(Category = "EXT_convolution", Version = "1.0", EntryPoint = "glSeparableFilter2DEXT")] public static void SeparableFilter2D(OpenTK.Graphics.OpenGL.ExtConvolution target, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, Int32 height, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T6[,,] row, [InAttribute, OutAttribute] T7[,,] column) where T6 : struct @@ -110030,7 +111996,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_convolution] /// Define a separable two-dimensional convolution filter /// /// @@ -110073,7 +112039,7 @@ namespace OpenTK.Graphics.OpenGL /// Pointer to a one-dimensional array of pixel data that is processed to build the column filter kernel. /// /// - [AutoGenerated(Category = "ExtConvolution", Version = "1.0", EntryPoint = "glSeparableFilter2DEXT")] + [AutoGenerated(Category = "EXT_convolution", Version = "1.0", EntryPoint = "glSeparableFilter2DEXT")] public static void SeparableFilter2D(OpenTK.Graphics.OpenGL.ExtConvolution target, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, Int32 height, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] ref T6 row, [InAttribute, OutAttribute] T7[,,] column) where T6 : struct @@ -110100,7 +112066,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glSetInvariantEXT")] + /// [requires: EXT_vertex_shader] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glSetInvariantEXT")] public static void SetInvariant(Int32 id, OpenTK.Graphics.OpenGL.ExtVertexShader type, IntPtr addr) { @@ -110114,7 +112081,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glSetInvariantEXT")] + /// [requires: EXT_vertex_shader] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glSetInvariantEXT")] public static void SetInvariant(Int32 id, OpenTK.Graphics.OpenGL.ExtVertexShader type, [InAttribute, OutAttribute] T2[] addr) where T2 : struct @@ -110137,7 +112105,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glSetInvariantEXT")] + /// [requires: EXT_vertex_shader] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glSetInvariantEXT")] public static void SetInvariant(Int32 id, OpenTK.Graphics.OpenGL.ExtVertexShader type, [InAttribute, OutAttribute] T2[,] addr) where T2 : struct @@ -110160,7 +112129,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glSetInvariantEXT")] + /// [requires: EXT_vertex_shader] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glSetInvariantEXT")] public static void SetInvariant(Int32 id, OpenTK.Graphics.OpenGL.ExtVertexShader type, [InAttribute, OutAttribute] T2[,,] addr) where T2 : struct @@ -110183,7 +112153,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glSetInvariantEXT")] + /// [requires: EXT_vertex_shader] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glSetInvariantEXT")] public static void SetInvariant(Int32 id, OpenTK.Graphics.OpenGL.ExtVertexShader type, [InAttribute, OutAttribute] ref T2 addr) where T2 : struct @@ -110207,8 +112178,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_vertex_shader] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glSetInvariantEXT")] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glSetInvariantEXT")] public static void SetInvariant(UInt32 id, OpenTK.Graphics.OpenGL.ExtVertexShader type, IntPtr addr) { @@ -110222,8 +112194,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_vertex_shader] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glSetInvariantEXT")] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glSetInvariantEXT")] public static void SetInvariant(UInt32 id, OpenTK.Graphics.OpenGL.ExtVertexShader type, [InAttribute, OutAttribute] T2[] addr) where T2 : struct @@ -110246,8 +112219,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_vertex_shader] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glSetInvariantEXT")] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glSetInvariantEXT")] public static void SetInvariant(UInt32 id, OpenTK.Graphics.OpenGL.ExtVertexShader type, [InAttribute, OutAttribute] T2[,] addr) where T2 : struct @@ -110270,8 +112244,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_vertex_shader] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glSetInvariantEXT")] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glSetInvariantEXT")] public static void SetInvariant(UInt32 id, OpenTK.Graphics.OpenGL.ExtVertexShader type, [InAttribute, OutAttribute] T2[,,] addr) where T2 : struct @@ -110294,8 +112269,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_vertex_shader] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glSetInvariantEXT")] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glSetInvariantEXT")] public static void SetInvariant(UInt32 id, OpenTK.Graphics.OpenGL.ExtVertexShader type, [InAttribute, OutAttribute] ref T2 addr) where T2 : struct @@ -110319,7 +112295,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glSetLocalConstantEXT")] + /// [requires: EXT_vertex_shader] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glSetLocalConstantEXT")] public static void SetLocalConstant(Int32 id, OpenTK.Graphics.OpenGL.ExtVertexShader type, IntPtr addr) { @@ -110333,7 +112310,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glSetLocalConstantEXT")] + /// [requires: EXT_vertex_shader] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glSetLocalConstantEXT")] public static void SetLocalConstant(Int32 id, OpenTK.Graphics.OpenGL.ExtVertexShader type, [InAttribute, OutAttribute] T2[] addr) where T2 : struct @@ -110356,7 +112334,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glSetLocalConstantEXT")] + /// [requires: EXT_vertex_shader] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glSetLocalConstantEXT")] public static void SetLocalConstant(Int32 id, OpenTK.Graphics.OpenGL.ExtVertexShader type, [InAttribute, OutAttribute] T2[,] addr) where T2 : struct @@ -110379,7 +112358,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glSetLocalConstantEXT")] + /// [requires: EXT_vertex_shader] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glSetLocalConstantEXT")] public static void SetLocalConstant(Int32 id, OpenTK.Graphics.OpenGL.ExtVertexShader type, [InAttribute, OutAttribute] T2[,,] addr) where T2 : struct @@ -110402,7 +112382,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glSetLocalConstantEXT")] + /// [requires: EXT_vertex_shader] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glSetLocalConstantEXT")] public static void SetLocalConstant(Int32 id, OpenTK.Graphics.OpenGL.ExtVertexShader type, [InAttribute, OutAttribute] ref T2 addr) where T2 : struct @@ -110426,8 +112407,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_vertex_shader] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glSetLocalConstantEXT")] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glSetLocalConstantEXT")] public static void SetLocalConstant(UInt32 id, OpenTK.Graphics.OpenGL.ExtVertexShader type, IntPtr addr) { @@ -110441,8 +112423,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_vertex_shader] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glSetLocalConstantEXT")] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glSetLocalConstantEXT")] public static void SetLocalConstant(UInt32 id, OpenTK.Graphics.OpenGL.ExtVertexShader type, [InAttribute, OutAttribute] T2[] addr) where T2 : struct @@ -110465,8 +112448,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_vertex_shader] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glSetLocalConstantEXT")] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glSetLocalConstantEXT")] public static void SetLocalConstant(UInt32 id, OpenTK.Graphics.OpenGL.ExtVertexShader type, [InAttribute, OutAttribute] T2[,] addr) where T2 : struct @@ -110489,8 +112473,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_vertex_shader] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glSetLocalConstantEXT")] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glSetLocalConstantEXT")] public static void SetLocalConstant(UInt32 id, OpenTK.Graphics.OpenGL.ExtVertexShader type, [InAttribute, OutAttribute] T2[,,] addr) where T2 : struct @@ -110513,8 +112498,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_vertex_shader] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glSetLocalConstantEXT")] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glSetLocalConstantEXT")] public static void SetLocalConstant(UInt32 id, OpenTK.Graphics.OpenGL.ExtVertexShader type, [InAttribute, OutAttribute] ref T2 addr) where T2 : struct @@ -110538,7 +112524,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glShaderOp1EXT")] + /// [requires: EXT_vertex_shader] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glShaderOp1EXT")] public static void ShaderOp1(OpenTK.Graphics.OpenGL.ExtVertexShader op, Int32 res, Int32 arg1) { @@ -110552,8 +112539,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_vertex_shader] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glShaderOp1EXT")] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glShaderOp1EXT")] public static void ShaderOp1(OpenTK.Graphics.OpenGL.ExtVertexShader op, UInt32 res, UInt32 arg1) { @@ -110567,7 +112555,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glShaderOp2EXT")] + /// [requires: EXT_vertex_shader] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glShaderOp2EXT")] public static void ShaderOp2(OpenTK.Graphics.OpenGL.ExtVertexShader op, Int32 res, Int32 arg1, Int32 arg2) { @@ -110581,8 +112570,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_vertex_shader] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glShaderOp2EXT")] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glShaderOp2EXT")] public static void ShaderOp2(OpenTK.Graphics.OpenGL.ExtVertexShader op, UInt32 res, UInt32 arg1, UInt32 arg2) { @@ -110596,7 +112586,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glShaderOp3EXT")] + /// [requires: EXT_vertex_shader] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glShaderOp3EXT")] public static void ShaderOp3(OpenTK.Graphics.OpenGL.ExtVertexShader op, Int32 res, Int32 arg1, Int32 arg2, Int32 arg3) { @@ -110610,8 +112601,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_vertex_shader] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glShaderOp3EXT")] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glShaderOp3EXT")] public static void ShaderOp3(OpenTK.Graphics.OpenGL.ExtVertexShader op, UInt32 res, UInt32 arg1, UInt32 arg2, UInt32 arg3) { @@ -110625,7 +112617,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtStencilClearTag", Version = "1.5", EntryPoint = "glStencilClearTagEXT")] + /// [requires: EXT_stencil_clear_tag] + [AutoGenerated(Category = "EXT_stencil_clear_tag", Version = "1.5", EntryPoint = "glStencilClearTagEXT")] public static void StencilClearTag(Int32 stencilTagBits, Int32 stencilClearTag) { @@ -110639,8 +112632,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_stencil_clear_tag] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtStencilClearTag", Version = "1.5", EntryPoint = "glStencilClearTagEXT")] + [AutoGenerated(Category = "EXT_stencil_clear_tag", Version = "1.5", EntryPoint = "glStencilClearTagEXT")] public static void StencilClearTag(Int32 stencilTagBits, UInt32 stencilClearTag) { @@ -110654,7 +112648,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glSwizzleEXT")] + /// [requires: EXT_vertex_shader] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glSwizzleEXT")] public static void Swizzle(Int32 res, Int32 @in, OpenTK.Graphics.OpenGL.ExtVertexShader outX, OpenTK.Graphics.OpenGL.ExtVertexShader outY, OpenTK.Graphics.OpenGL.ExtVertexShader outZ, OpenTK.Graphics.OpenGL.ExtVertexShader outW) { @@ -110668,8 +112663,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_vertex_shader] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glSwizzleEXT")] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glSwizzleEXT")] public static void Swizzle(UInt32 res, UInt32 @in, OpenTK.Graphics.OpenGL.ExtVertexShader outX, OpenTK.Graphics.OpenGL.ExtVertexShader outY, OpenTK.Graphics.OpenGL.ExtVertexShader outZ, OpenTK.Graphics.OpenGL.ExtVertexShader outW) { @@ -110683,7 +112679,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtCoordinateFrame", Version = "1.1", EntryPoint = "glTangent3bEXT")] + /// [requires: EXT_coordinate_frame] + [AutoGenerated(Category = "EXT_coordinate_frame", Version = "1.1", EntryPoint = "glTangent3bEXT")] public static void Tangent3(Byte tx, Byte ty, Byte tz) { @@ -110697,8 +112694,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_coordinate_frame] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtCoordinateFrame", Version = "1.1", EntryPoint = "glTangent3bEXT")] + [AutoGenerated(Category = "EXT_coordinate_frame", Version = "1.1", EntryPoint = "glTangent3bEXT")] public static void Tangent3(SByte tx, SByte ty, SByte tz) { @@ -110712,7 +112710,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtCoordinateFrame", Version = "1.1", EntryPoint = "glTangent3bvEXT")] + /// [requires: EXT_coordinate_frame] + [AutoGenerated(Category = "EXT_coordinate_frame", Version = "1.1", EntryPoint = "glTangent3bvEXT")] public static void Tangent3(Byte[] v) { @@ -110732,7 +112731,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtCoordinateFrame", Version = "1.1", EntryPoint = "glTangent3bvEXT")] + /// [requires: EXT_coordinate_frame] + [AutoGenerated(Category = "EXT_coordinate_frame", Version = "1.1", EntryPoint = "glTangent3bvEXT")] public static void Tangent3(ref Byte v) { @@ -110752,8 +112752,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_coordinate_frame] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtCoordinateFrame", Version = "1.1", EntryPoint = "glTangent3bvEXT")] + [AutoGenerated(Category = "EXT_coordinate_frame", Version = "1.1", EntryPoint = "glTangent3bvEXT")] public static unsafe void Tangent3(Byte* v) { @@ -110767,8 +112768,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_coordinate_frame] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtCoordinateFrame", Version = "1.1", EntryPoint = "glTangent3bvEXT")] + [AutoGenerated(Category = "EXT_coordinate_frame", Version = "1.1", EntryPoint = "glTangent3bvEXT")] public static void Tangent3(SByte[] v) { @@ -110788,8 +112790,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_coordinate_frame] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtCoordinateFrame", Version = "1.1", EntryPoint = "glTangent3bvEXT")] + [AutoGenerated(Category = "EXT_coordinate_frame", Version = "1.1", EntryPoint = "glTangent3bvEXT")] public static void Tangent3(ref SByte v) { @@ -110809,8 +112812,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_coordinate_frame] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtCoordinateFrame", Version = "1.1", EntryPoint = "glTangent3bvEXT")] + [AutoGenerated(Category = "EXT_coordinate_frame", Version = "1.1", EntryPoint = "glTangent3bvEXT")] public static unsafe void Tangent3(SByte* v) { @@ -110824,7 +112828,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtCoordinateFrame", Version = "1.1", EntryPoint = "glTangent3dEXT")] + /// [requires: EXT_coordinate_frame] + [AutoGenerated(Category = "EXT_coordinate_frame", Version = "1.1", EntryPoint = "glTangent3dEXT")] public static void Tangent3(Double tx, Double ty, Double tz) { @@ -110838,7 +112843,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtCoordinateFrame", Version = "1.1", EntryPoint = "glTangent3dvEXT")] + /// [requires: EXT_coordinate_frame] + [AutoGenerated(Category = "EXT_coordinate_frame", Version = "1.1", EntryPoint = "glTangent3dvEXT")] public static void Tangent3(Double[] v) { @@ -110858,7 +112864,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtCoordinateFrame", Version = "1.1", EntryPoint = "glTangent3dvEXT")] + /// [requires: EXT_coordinate_frame] + [AutoGenerated(Category = "EXT_coordinate_frame", Version = "1.1", EntryPoint = "glTangent3dvEXT")] public static void Tangent3(ref Double v) { @@ -110878,8 +112885,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_coordinate_frame] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtCoordinateFrame", Version = "1.1", EntryPoint = "glTangent3dvEXT")] + [AutoGenerated(Category = "EXT_coordinate_frame", Version = "1.1", EntryPoint = "glTangent3dvEXT")] public static unsafe void Tangent3(Double* v) { @@ -110893,7 +112901,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtCoordinateFrame", Version = "1.1", EntryPoint = "glTangent3fEXT")] + /// [requires: EXT_coordinate_frame] + [AutoGenerated(Category = "EXT_coordinate_frame", Version = "1.1", EntryPoint = "glTangent3fEXT")] public static void Tangent3(Single tx, Single ty, Single tz) { @@ -110907,7 +112916,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtCoordinateFrame", Version = "1.1", EntryPoint = "glTangent3fvEXT")] + /// [requires: EXT_coordinate_frame] + [AutoGenerated(Category = "EXT_coordinate_frame", Version = "1.1", EntryPoint = "glTangent3fvEXT")] public static void Tangent3(Single[] v) { @@ -110927,7 +112937,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtCoordinateFrame", Version = "1.1", EntryPoint = "glTangent3fvEXT")] + /// [requires: EXT_coordinate_frame] + [AutoGenerated(Category = "EXT_coordinate_frame", Version = "1.1", EntryPoint = "glTangent3fvEXT")] public static void Tangent3(ref Single v) { @@ -110947,8 +112958,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_coordinate_frame] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtCoordinateFrame", Version = "1.1", EntryPoint = "glTangent3fvEXT")] + [AutoGenerated(Category = "EXT_coordinate_frame", Version = "1.1", EntryPoint = "glTangent3fvEXT")] public static unsafe void Tangent3(Single* v) { @@ -110962,7 +112974,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtCoordinateFrame", Version = "1.1", EntryPoint = "glTangent3iEXT")] + /// [requires: EXT_coordinate_frame] + [AutoGenerated(Category = "EXT_coordinate_frame", Version = "1.1", EntryPoint = "glTangent3iEXT")] public static void Tangent3(Int32 tx, Int32 ty, Int32 tz) { @@ -110976,7 +112989,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtCoordinateFrame", Version = "1.1", EntryPoint = "glTangent3ivEXT")] + /// [requires: EXT_coordinate_frame] + [AutoGenerated(Category = "EXT_coordinate_frame", Version = "1.1", EntryPoint = "glTangent3ivEXT")] public static void Tangent3(Int32[] v) { @@ -110996,7 +113010,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtCoordinateFrame", Version = "1.1", EntryPoint = "glTangent3ivEXT")] + /// [requires: EXT_coordinate_frame] + [AutoGenerated(Category = "EXT_coordinate_frame", Version = "1.1", EntryPoint = "glTangent3ivEXT")] public static void Tangent3(ref Int32 v) { @@ -111016,8 +113031,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_coordinate_frame] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtCoordinateFrame", Version = "1.1", EntryPoint = "glTangent3ivEXT")] + [AutoGenerated(Category = "EXT_coordinate_frame", Version = "1.1", EntryPoint = "glTangent3ivEXT")] public static unsafe void Tangent3(Int32* v) { @@ -111031,7 +113047,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtCoordinateFrame", Version = "1.1", EntryPoint = "glTangent3sEXT")] + /// [requires: EXT_coordinate_frame] + [AutoGenerated(Category = "EXT_coordinate_frame", Version = "1.1", EntryPoint = "glTangent3sEXT")] public static void Tangent3(Int16 tx, Int16 ty, Int16 tz) { @@ -111045,7 +113062,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtCoordinateFrame", Version = "1.1", EntryPoint = "glTangent3svEXT")] + /// [requires: EXT_coordinate_frame] + [AutoGenerated(Category = "EXT_coordinate_frame", Version = "1.1", EntryPoint = "glTangent3svEXT")] public static void Tangent3(Int16[] v) { @@ -111065,7 +113083,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtCoordinateFrame", Version = "1.1", EntryPoint = "glTangent3svEXT")] + /// [requires: EXT_coordinate_frame] + [AutoGenerated(Category = "EXT_coordinate_frame", Version = "1.1", EntryPoint = "glTangent3svEXT")] public static void Tangent3(ref Int16 v) { @@ -111085,8 +113104,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_coordinate_frame] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtCoordinateFrame", Version = "1.1", EntryPoint = "glTangent3svEXT")] + [AutoGenerated(Category = "EXT_coordinate_frame", Version = "1.1", EntryPoint = "glTangent3svEXT")] public static unsafe void Tangent3(Int16* v) { @@ -111100,7 +113120,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtCoordinateFrame", Version = "1.1", EntryPoint = "glTangentPointerEXT")] + /// [requires: EXT_coordinate_frame] + [AutoGenerated(Category = "EXT_coordinate_frame", Version = "1.1", EntryPoint = "glTangentPointerEXT")] public static void TangentPointer(OpenTK.Graphics.OpenGL.NormalPointerType type, Int32 stride, IntPtr pointer) { @@ -111114,7 +113135,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtCoordinateFrame", Version = "1.1", EntryPoint = "glTangentPointerEXT")] + /// [requires: EXT_coordinate_frame] + [AutoGenerated(Category = "EXT_coordinate_frame", Version = "1.1", EntryPoint = "glTangentPointerEXT")] public static void TangentPointer(OpenTK.Graphics.OpenGL.NormalPointerType type, Int32 stride, [InAttribute, OutAttribute] T2[] pointer) where T2 : struct @@ -111137,7 +113159,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtCoordinateFrame", Version = "1.1", EntryPoint = "glTangentPointerEXT")] + /// [requires: EXT_coordinate_frame] + [AutoGenerated(Category = "EXT_coordinate_frame", Version = "1.1", EntryPoint = "glTangentPointerEXT")] public static void TangentPointer(OpenTK.Graphics.OpenGL.NormalPointerType type, Int32 stride, [InAttribute, OutAttribute] T2[,] pointer) where T2 : struct @@ -111160,7 +113183,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtCoordinateFrame", Version = "1.1", EntryPoint = "glTangentPointerEXT")] + /// [requires: EXT_coordinate_frame] + [AutoGenerated(Category = "EXT_coordinate_frame", Version = "1.1", EntryPoint = "glTangentPointerEXT")] public static void TangentPointer(OpenTK.Graphics.OpenGL.NormalPointerType type, Int32 stride, [InAttribute, OutAttribute] T2[,,] pointer) where T2 : struct @@ -111183,7 +113207,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtCoordinateFrame", Version = "1.1", EntryPoint = "glTangentPointerEXT")] + /// [requires: EXT_coordinate_frame] + [AutoGenerated(Category = "EXT_coordinate_frame", Version = "1.1", EntryPoint = "glTangentPointerEXT")] public static void TangentPointer(OpenTK.Graphics.OpenGL.NormalPointerType type, Int32 stride, [InAttribute, OutAttribute] ref T2 pointer) where T2 : struct @@ -111207,7 +113232,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtTextureBufferObject", Version = "2.0", EntryPoint = "glTexBufferEXT")] + /// [requires: EXT_texture_buffer_object] + [AutoGenerated(Category = "EXT_texture_buffer_object", Version = "2.0", EntryPoint = "glTexBufferEXT")] public static void TexBuffer(OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.ExtTextureBufferObject internalformat, Int32 buffer) { @@ -111221,8 +113247,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_texture_buffer_object] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtTextureBufferObject", Version = "2.0", EntryPoint = "glTexBufferEXT")] + [AutoGenerated(Category = "EXT_texture_buffer_object", Version = "2.0", EntryPoint = "glTexBufferEXT")] public static void TexBuffer(OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.ExtTextureBufferObject internalformat, UInt32 buffer) { @@ -111237,7 +113264,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_vertex_array] /// Define an array of texture coordinates /// /// @@ -111260,7 +113287,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the first coordinate of the first texture coordinate set in the array. The initial value is 0. /// /// - [AutoGenerated(Category = "ExtVertexArray", Version = "1.0", EntryPoint = "glTexCoordPointerEXT")] + [AutoGenerated(Category = "EXT_vertex_array", Version = "1.0", EntryPoint = "glTexCoordPointerEXT")] public static void TexCoordPointer(Int32 size, OpenTK.Graphics.OpenGL.TexCoordPointerType type, Int32 stride, Int32 count, IntPtr pointer) { @@ -111275,7 +113302,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_vertex_array] /// Define an array of texture coordinates /// /// @@ -111298,7 +113325,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the first coordinate of the first texture coordinate set in the array. The initial value is 0. /// /// - [AutoGenerated(Category = "ExtVertexArray", Version = "1.0", EntryPoint = "glTexCoordPointerEXT")] + [AutoGenerated(Category = "EXT_vertex_array", Version = "1.0", EntryPoint = "glTexCoordPointerEXT")] public static void TexCoordPointer(Int32 size, OpenTK.Graphics.OpenGL.TexCoordPointerType type, Int32 stride, Int32 count, [InAttribute, OutAttribute] T4[] pointer) where T4 : struct @@ -111322,7 +113349,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_vertex_array] /// Define an array of texture coordinates /// /// @@ -111345,7 +113372,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the first coordinate of the first texture coordinate set in the array. The initial value is 0. /// /// - [AutoGenerated(Category = "ExtVertexArray", Version = "1.0", EntryPoint = "glTexCoordPointerEXT")] + [AutoGenerated(Category = "EXT_vertex_array", Version = "1.0", EntryPoint = "glTexCoordPointerEXT")] public static void TexCoordPointer(Int32 size, OpenTK.Graphics.OpenGL.TexCoordPointerType type, Int32 stride, Int32 count, [InAttribute, OutAttribute] T4[,] pointer) where T4 : struct @@ -111369,7 +113396,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_vertex_array] /// Define an array of texture coordinates /// /// @@ -111392,7 +113419,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the first coordinate of the first texture coordinate set in the array. The initial value is 0. /// /// - [AutoGenerated(Category = "ExtVertexArray", Version = "1.0", EntryPoint = "glTexCoordPointerEXT")] + [AutoGenerated(Category = "EXT_vertex_array", Version = "1.0", EntryPoint = "glTexCoordPointerEXT")] public static void TexCoordPointer(Int32 size, OpenTK.Graphics.OpenGL.TexCoordPointerType type, Int32 stride, Int32 count, [InAttribute, OutAttribute] T4[,,] pointer) where T4 : struct @@ -111416,7 +113443,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_vertex_array] /// Define an array of texture coordinates /// /// @@ -111439,7 +113466,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the first coordinate of the first texture coordinate set in the array. The initial value is 0. /// /// - [AutoGenerated(Category = "ExtVertexArray", Version = "1.0", EntryPoint = "glTexCoordPointerEXT")] + [AutoGenerated(Category = "EXT_vertex_array", Version = "1.0", EntryPoint = "glTexCoordPointerEXT")] public static void TexCoordPointer(Int32 size, OpenTK.Graphics.OpenGL.TexCoordPointerType type, Int32 stride, Int32 count, [InAttribute, OutAttribute] ref T4 pointer) where T4 : struct @@ -111464,7 +113491,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_texture3D] /// Specify a three-dimensional texture image /// /// @@ -111517,7 +113544,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the image data in memory. /// /// - [AutoGenerated(Category = "ExtTexture3D", Version = "1.0", EntryPoint = "glTexImage3DEXT")] + [AutoGenerated(Category = "EXT_texture3D", Version = "1.0", EntryPoint = "glTexImage3DEXT")] public static void TexImage3D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, Int32 height, Int32 depth, Int32 border, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, IntPtr pixels) { @@ -111532,7 +113559,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_texture3D] /// Specify a three-dimensional texture image /// /// @@ -111585,7 +113612,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the image data in memory. /// /// - [AutoGenerated(Category = "ExtTexture3D", Version = "1.0", EntryPoint = "glTexImage3DEXT")] + [AutoGenerated(Category = "EXT_texture3D", Version = "1.0", EntryPoint = "glTexImage3DEXT")] public static void TexImage3D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, Int32 height, Int32 depth, Int32 border, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T9[] pixels) where T9 : struct @@ -111609,7 +113636,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_texture3D] /// Specify a three-dimensional texture image /// /// @@ -111662,7 +113689,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the image data in memory. /// /// - [AutoGenerated(Category = "ExtTexture3D", Version = "1.0", EntryPoint = "glTexImage3DEXT")] + [AutoGenerated(Category = "EXT_texture3D", Version = "1.0", EntryPoint = "glTexImage3DEXT")] public static void TexImage3D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, Int32 height, Int32 depth, Int32 border, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T9[,] pixels) where T9 : struct @@ -111686,7 +113713,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_texture3D] /// Specify a three-dimensional texture image /// /// @@ -111739,7 +113766,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the image data in memory. /// /// - [AutoGenerated(Category = "ExtTexture3D", Version = "1.0", EntryPoint = "glTexImage3DEXT")] + [AutoGenerated(Category = "EXT_texture3D", Version = "1.0", EntryPoint = "glTexImage3DEXT")] public static void TexImage3D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, Int32 height, Int32 depth, Int32 border, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T9[,,] pixels) where T9 : struct @@ -111763,7 +113790,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_texture3D] /// Specify a three-dimensional texture image /// /// @@ -111816,7 +113843,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the image data in memory. /// /// - [AutoGenerated(Category = "ExtTexture3D", Version = "1.0", EntryPoint = "glTexImage3DEXT")] + [AutoGenerated(Category = "EXT_texture3D", Version = "1.0", EntryPoint = "glTexImage3DEXT")] public static void TexImage3D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, Int32 height, Int32 depth, Int32 border, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] ref T9 pixels) where T9 : struct @@ -111840,7 +113867,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtTextureInteger", Version = "2.0", EntryPoint = "glTexParameterIivEXT")] + /// [requires: EXT_texture_integer] + [AutoGenerated(Category = "EXT_texture_integer", Version = "2.0", EntryPoint = "glTexParameterIivEXT")] public static void TexParameterI(OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.TextureParameterName pname, Int32[] @params) { @@ -111860,7 +113888,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtTextureInteger", Version = "2.0", EntryPoint = "glTexParameterIivEXT")] + /// [requires: EXT_texture_integer] + [AutoGenerated(Category = "EXT_texture_integer", Version = "2.0", EntryPoint = "glTexParameterIivEXT")] public static void TexParameterI(OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.TextureParameterName pname, ref Int32 @params) { @@ -111880,8 +113909,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_texture_integer] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtTextureInteger", Version = "2.0", EntryPoint = "glTexParameterIivEXT")] + [AutoGenerated(Category = "EXT_texture_integer", Version = "2.0", EntryPoint = "glTexParameterIivEXT")] public static unsafe void TexParameterI(OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.TextureParameterName pname, Int32* @params) { @@ -111895,8 +113925,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_texture_integer] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtTextureInteger", Version = "2.0", EntryPoint = "glTexParameterIuivEXT")] + [AutoGenerated(Category = "EXT_texture_integer", Version = "2.0", EntryPoint = "glTexParameterIuivEXT")] public static void TexParameterI(OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.TextureParameterName pname, UInt32[] @params) { @@ -111916,8 +113947,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_texture_integer] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtTextureInteger", Version = "2.0", EntryPoint = "glTexParameterIuivEXT")] + [AutoGenerated(Category = "EXT_texture_integer", Version = "2.0", EntryPoint = "glTexParameterIuivEXT")] public static void TexParameterI(OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.TextureParameterName pname, ref UInt32 @params) { @@ -111937,8 +113969,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_texture_integer] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtTextureInteger", Version = "2.0", EntryPoint = "glTexParameterIuivEXT")] + [AutoGenerated(Category = "EXT_texture_integer", Version = "2.0", EntryPoint = "glTexParameterIuivEXT")] public static unsafe void TexParameterI(OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.TextureParameterName pname, UInt32* @params) { @@ -111953,7 +113986,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_subtexture] /// Specify a one-dimensional texture subimage /// /// @@ -111991,7 +114024,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the image data in memory. /// /// - [AutoGenerated(Category = "ExtSubtexture", Version = "1.0", EntryPoint = "glTexSubImage1DEXT")] + [AutoGenerated(Category = "EXT_subtexture", Version = "1.0", EntryPoint = "glTexSubImage1DEXT")] public static void TexSubImage1D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 width, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, IntPtr pixels) { @@ -112006,7 +114039,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_subtexture] /// Specify a one-dimensional texture subimage /// /// @@ -112044,7 +114077,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the image data in memory. /// /// - [AutoGenerated(Category = "ExtSubtexture", Version = "1.0", EntryPoint = "glTexSubImage1DEXT")] + [AutoGenerated(Category = "EXT_subtexture", Version = "1.0", EntryPoint = "glTexSubImage1DEXT")] public static void TexSubImage1D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 width, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T6[] pixels) where T6 : struct @@ -112068,7 +114101,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_subtexture] /// Specify a one-dimensional texture subimage /// /// @@ -112106,7 +114139,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the image data in memory. /// /// - [AutoGenerated(Category = "ExtSubtexture", Version = "1.0", EntryPoint = "glTexSubImage1DEXT")] + [AutoGenerated(Category = "EXT_subtexture", Version = "1.0", EntryPoint = "glTexSubImage1DEXT")] public static void TexSubImage1D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 width, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T6[,] pixels) where T6 : struct @@ -112130,7 +114163,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_subtexture] /// Specify a one-dimensional texture subimage /// /// @@ -112168,7 +114201,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the image data in memory. /// /// - [AutoGenerated(Category = "ExtSubtexture", Version = "1.0", EntryPoint = "glTexSubImage1DEXT")] + [AutoGenerated(Category = "EXT_subtexture", Version = "1.0", EntryPoint = "glTexSubImage1DEXT")] public static void TexSubImage1D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 width, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T6[,,] pixels) where T6 : struct @@ -112192,7 +114225,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_subtexture] /// Specify a one-dimensional texture subimage /// /// @@ -112230,7 +114263,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the image data in memory. /// /// - [AutoGenerated(Category = "ExtSubtexture", Version = "1.0", EntryPoint = "glTexSubImage1DEXT")] + [AutoGenerated(Category = "EXT_subtexture", Version = "1.0", EntryPoint = "glTexSubImage1DEXT")] public static void TexSubImage1D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 width, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] ref T6 pixels) where T6 : struct @@ -112255,7 +114288,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_subtexture] /// Specify a two-dimensional texture subimage /// /// @@ -112303,7 +114336,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the image data in memory. /// /// - [AutoGenerated(Category = "ExtSubtexture", Version = "1.0", EntryPoint = "glTexSubImage2DEXT")] + [AutoGenerated(Category = "EXT_subtexture", Version = "1.0", EntryPoint = "glTexSubImage2DEXT")] public static void TexSubImage2D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 width, Int32 height, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, IntPtr pixels) { @@ -112318,7 +114351,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_subtexture] /// Specify a two-dimensional texture subimage /// /// @@ -112366,7 +114399,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the image data in memory. /// /// - [AutoGenerated(Category = "ExtSubtexture", Version = "1.0", EntryPoint = "glTexSubImage2DEXT")] + [AutoGenerated(Category = "EXT_subtexture", Version = "1.0", EntryPoint = "glTexSubImage2DEXT")] public static void TexSubImage2D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 width, Int32 height, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T8[] pixels) where T8 : struct @@ -112390,7 +114423,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_subtexture] /// Specify a two-dimensional texture subimage /// /// @@ -112438,7 +114471,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the image data in memory. /// /// - [AutoGenerated(Category = "ExtSubtexture", Version = "1.0", EntryPoint = "glTexSubImage2DEXT")] + [AutoGenerated(Category = "EXT_subtexture", Version = "1.0", EntryPoint = "glTexSubImage2DEXT")] public static void TexSubImage2D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 width, Int32 height, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T8[,] pixels) where T8 : struct @@ -112462,7 +114495,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_subtexture] /// Specify a two-dimensional texture subimage /// /// @@ -112510,7 +114543,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the image data in memory. /// /// - [AutoGenerated(Category = "ExtSubtexture", Version = "1.0", EntryPoint = "glTexSubImage2DEXT")] + [AutoGenerated(Category = "EXT_subtexture", Version = "1.0", EntryPoint = "glTexSubImage2DEXT")] public static void TexSubImage2D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 width, Int32 height, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T8[,,] pixels) where T8 : struct @@ -112534,7 +114567,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_subtexture] /// Specify a two-dimensional texture subimage /// /// @@ -112582,7 +114615,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the image data in memory. /// /// - [AutoGenerated(Category = "ExtSubtexture", Version = "1.0", EntryPoint = "glTexSubImage2DEXT")] + [AutoGenerated(Category = "EXT_subtexture", Version = "1.0", EntryPoint = "glTexSubImage2DEXT")] public static void TexSubImage2D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 width, Int32 height, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] ref T8 pixels) where T8 : struct @@ -112607,7 +114640,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_texture3D] /// Specify a three-dimensional texture subimage /// /// @@ -112665,7 +114698,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the image data in memory. /// /// - [AutoGenerated(Category = "ExtTexture3D", Version = "1.0", EntryPoint = "glTexSubImage3DEXT")] + [AutoGenerated(Category = "EXT_texture3D", Version = "1.0", EntryPoint = "glTexSubImage3DEXT")] public static void TexSubImage3D(OpenTK.Graphics.OpenGL.TextureTarget target, 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 pixels) { @@ -112680,7 +114713,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_texture3D] /// Specify a three-dimensional texture subimage /// /// @@ -112738,7 +114771,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the image data in memory. /// /// - [AutoGenerated(Category = "ExtTexture3D", Version = "1.0", EntryPoint = "glTexSubImage3DEXT")] + [AutoGenerated(Category = "EXT_texture3D", Version = "1.0", EntryPoint = "glTexSubImage3DEXT")] public static void TexSubImage3D(OpenTK.Graphics.OpenGL.TextureTarget target, 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[] pixels) where T10 : struct @@ -112762,7 +114795,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_texture3D] /// Specify a three-dimensional texture subimage /// /// @@ -112820,7 +114853,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the image data in memory. /// /// - [AutoGenerated(Category = "ExtTexture3D", Version = "1.0", EntryPoint = "glTexSubImage3DEXT")] + [AutoGenerated(Category = "EXT_texture3D", Version = "1.0", EntryPoint = "glTexSubImage3DEXT")] public static void TexSubImage3D(OpenTK.Graphics.OpenGL.TextureTarget target, 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[,] pixels) where T10 : struct @@ -112844,7 +114877,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_texture3D] /// Specify a three-dimensional texture subimage /// /// @@ -112902,7 +114935,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the image data in memory. /// /// - [AutoGenerated(Category = "ExtTexture3D", Version = "1.0", EntryPoint = "glTexSubImage3DEXT")] + [AutoGenerated(Category = "EXT_texture3D", Version = "1.0", EntryPoint = "glTexSubImage3DEXT")] public static void TexSubImage3D(OpenTK.Graphics.OpenGL.TextureTarget target, 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[,,] pixels) where T10 : struct @@ -112926,7 +114959,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_texture3D] /// Specify a three-dimensional texture subimage /// /// @@ -112984,7 +115017,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the image data in memory. /// /// - [AutoGenerated(Category = "ExtTexture3D", Version = "1.0", EntryPoint = "glTexSubImage3DEXT")] + [AutoGenerated(Category = "EXT_texture3D", Version = "1.0", EntryPoint = "glTexSubImage3DEXT")] public static void TexSubImage3D(OpenTK.Graphics.OpenGL.TextureTarget target, 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 pixels) where T10 : struct @@ -113008,7 +115041,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glTextureBufferEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glTextureBufferEXT")] public static void TextureBuffer(Int32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.ExtDirectStateAccess internalformat, Int32 buffer) { @@ -113022,8 +115056,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glTextureBufferEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glTextureBufferEXT")] public static void TextureBuffer(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.ExtDirectStateAccess internalformat, UInt32 buffer) { @@ -113037,7 +115072,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glTextureImage1DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glTextureImage1DEXT")] public static void TextureImage1D(Int32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.ExtDirectStateAccess internalformat, Int32 width, Int32 border, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, IntPtr pixels) { @@ -113051,7 +115087,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glTextureImage1DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glTextureImage1DEXT")] public static void TextureImage1D(Int32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.ExtDirectStateAccess internalformat, Int32 width, Int32 border, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T8[] pixels) where T8 : struct @@ -113074,7 +115111,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glTextureImage1DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glTextureImage1DEXT")] public static void TextureImage1D(Int32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.ExtDirectStateAccess internalformat, Int32 width, Int32 border, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T8[,] pixels) where T8 : struct @@ -113097,7 +115135,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glTextureImage1DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glTextureImage1DEXT")] public static void TextureImage1D(Int32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.ExtDirectStateAccess internalformat, Int32 width, Int32 border, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T8[,,] pixels) where T8 : struct @@ -113120,7 +115159,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glTextureImage1DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glTextureImage1DEXT")] public static void TextureImage1D(Int32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.ExtDirectStateAccess internalformat, Int32 width, Int32 border, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] ref T8 pixels) where T8 : struct @@ -113144,8 +115184,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glTextureImage1DEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glTextureImage1DEXT")] public static void TextureImage1D(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.ExtDirectStateAccess internalformat, Int32 width, Int32 border, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, IntPtr pixels) { @@ -113159,8 +115200,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glTextureImage1DEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glTextureImage1DEXT")] public static void TextureImage1D(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.ExtDirectStateAccess internalformat, Int32 width, Int32 border, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T8[] pixels) where T8 : struct @@ -113183,8 +115225,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glTextureImage1DEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glTextureImage1DEXT")] public static void TextureImage1D(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.ExtDirectStateAccess internalformat, Int32 width, Int32 border, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T8[,] pixels) where T8 : struct @@ -113207,8 +115250,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glTextureImage1DEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glTextureImage1DEXT")] public static void TextureImage1D(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.ExtDirectStateAccess internalformat, Int32 width, Int32 border, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T8[,,] pixels) where T8 : struct @@ -113231,8 +115275,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glTextureImage1DEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glTextureImage1DEXT")] public static void TextureImage1D(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.ExtDirectStateAccess internalformat, Int32 width, Int32 border, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] ref T8 pixels) where T8 : struct @@ -113256,7 +115301,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glTextureImage2DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glTextureImage2DEXT")] public static void TextureImage2D(Int32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.ExtDirectStateAccess internalformat, Int32 width, Int32 height, Int32 border, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, IntPtr pixels) { @@ -113270,7 +115316,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glTextureImage2DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glTextureImage2DEXT")] public static void TextureImage2D(Int32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.ExtDirectStateAccess internalformat, Int32 width, Int32 height, Int32 border, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T9[] pixels) where T9 : struct @@ -113293,7 +115340,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glTextureImage2DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glTextureImage2DEXT")] public static void TextureImage2D(Int32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.ExtDirectStateAccess internalformat, Int32 width, Int32 height, Int32 border, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T9[,] pixels) where T9 : struct @@ -113316,7 +115364,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glTextureImage2DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glTextureImage2DEXT")] public static void TextureImage2D(Int32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.ExtDirectStateAccess internalformat, Int32 width, Int32 height, Int32 border, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T9[,,] pixels) where T9 : struct @@ -113339,7 +115388,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glTextureImage2DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glTextureImage2DEXT")] public static void TextureImage2D(Int32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.ExtDirectStateAccess internalformat, Int32 width, Int32 height, Int32 border, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] ref T9 pixels) where T9 : struct @@ -113363,8 +115413,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glTextureImage2DEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glTextureImage2DEXT")] public static void TextureImage2D(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.ExtDirectStateAccess internalformat, Int32 width, Int32 height, Int32 border, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, IntPtr pixels) { @@ -113378,8 +115429,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glTextureImage2DEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glTextureImage2DEXT")] public static void TextureImage2D(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.ExtDirectStateAccess internalformat, Int32 width, Int32 height, Int32 border, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T9[] pixels) where T9 : struct @@ -113402,8 +115454,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glTextureImage2DEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glTextureImage2DEXT")] public static void TextureImage2D(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.ExtDirectStateAccess internalformat, Int32 width, Int32 height, Int32 border, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T9[,] pixels) where T9 : struct @@ -113426,8 +115479,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glTextureImage2DEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glTextureImage2DEXT")] public static void TextureImage2D(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.ExtDirectStateAccess internalformat, Int32 width, Int32 height, Int32 border, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T9[,,] pixels) where T9 : struct @@ -113450,8 +115504,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glTextureImage2DEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glTextureImage2DEXT")] public static void TextureImage2D(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.ExtDirectStateAccess internalformat, Int32 width, Int32 height, Int32 border, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] ref T9 pixels) where T9 : struct @@ -113475,7 +115530,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glTextureImage3DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glTextureImage3DEXT")] public static void TextureImage3D(Int32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.ExtDirectStateAccess internalformat, Int32 width, Int32 height, Int32 depth, Int32 border, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, IntPtr pixels) { @@ -113489,7 +115545,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glTextureImage3DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glTextureImage3DEXT")] public static void TextureImage3D(Int32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.ExtDirectStateAccess internalformat, Int32 width, Int32 height, Int32 depth, Int32 border, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T10[] pixels) where T10 : struct @@ -113512,7 +115569,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glTextureImage3DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glTextureImage3DEXT")] public static void TextureImage3D(Int32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.ExtDirectStateAccess internalformat, Int32 width, Int32 height, Int32 depth, Int32 border, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T10[,] pixels) where T10 : struct @@ -113535,7 +115593,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glTextureImage3DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glTextureImage3DEXT")] public static void TextureImage3D(Int32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.ExtDirectStateAccess internalformat, Int32 width, Int32 height, Int32 depth, Int32 border, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T10[,,] pixels) where T10 : struct @@ -113558,7 +115617,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glTextureImage3DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glTextureImage3DEXT")] public static void TextureImage3D(Int32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.ExtDirectStateAccess internalformat, Int32 width, Int32 height, Int32 depth, Int32 border, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] ref T10 pixels) where T10 : struct @@ -113582,8 +115642,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glTextureImage3DEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glTextureImage3DEXT")] public static void TextureImage3D(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.ExtDirectStateAccess internalformat, Int32 width, Int32 height, Int32 depth, Int32 border, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, IntPtr pixels) { @@ -113597,8 +115658,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glTextureImage3DEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glTextureImage3DEXT")] public static void TextureImage3D(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.ExtDirectStateAccess internalformat, Int32 width, Int32 height, Int32 depth, Int32 border, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T10[] pixels) where T10 : struct @@ -113621,8 +115683,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glTextureImage3DEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glTextureImage3DEXT")] public static void TextureImage3D(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.ExtDirectStateAccess internalformat, Int32 width, Int32 height, Int32 depth, Int32 border, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T10[,] pixels) where T10 : struct @@ -113645,8 +115708,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glTextureImage3DEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glTextureImage3DEXT")] public static void TextureImage3D(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.ExtDirectStateAccess internalformat, Int32 width, Int32 height, Int32 depth, Int32 border, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T10[,,] pixels) where T10 : struct @@ -113669,8 +115733,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glTextureImage3DEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glTextureImage3DEXT")] public static void TextureImage3D(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.ExtDirectStateAccess internalformat, Int32 width, Int32 height, Int32 depth, Int32 border, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] ref T10 pixels) where T10 : struct @@ -113694,7 +115759,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtLightTexture", Version = "1.1", EntryPoint = "glTextureLightEXT")] + /// [requires: EXT_light_texture] + [AutoGenerated(Category = "EXT_light_texture", Version = "1.1", EntryPoint = "glTextureLightEXT")] public static void TextureLight(OpenTK.Graphics.OpenGL.ExtLightTexture pname) { @@ -113708,7 +115774,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtLightTexture", Version = "1.1", EntryPoint = "glTextureMaterialEXT")] + /// [requires: EXT_light_texture] + [AutoGenerated(Category = "EXT_light_texture", Version = "1.1", EntryPoint = "glTextureMaterialEXT")] public static void TextureMaterial(OpenTK.Graphics.OpenGL.MaterialFace face, OpenTK.Graphics.OpenGL.MaterialParameter mode) { @@ -113722,7 +115789,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtTexturePerturbNormal", Version = "1.1", EntryPoint = "glTextureNormalEXT")] + /// [requires: EXT_texture_perturb_normal] + [AutoGenerated(Category = "EXT_texture_perturb_normal", Version = "1.1", EntryPoint = "glTextureNormalEXT")] public static void TextureNormal(OpenTK.Graphics.OpenGL.ExtTexturePerturbNormal mode) { @@ -113736,7 +115804,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glTextureParameterfEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glTextureParameterfEXT")] public static void TextureParameter(Int32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.TextureParameterName pname, Single param) { @@ -113750,8 +115819,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glTextureParameterfEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glTextureParameterfEXT")] public static void TextureParameter(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.TextureParameterName pname, Single param) { @@ -113765,7 +115835,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glTextureParameterfvEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glTextureParameterfvEXT")] public static void TextureParameter(Int32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.TextureParameterName pname, Single[] @params) { @@ -113785,8 +115856,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glTextureParameterfvEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glTextureParameterfvEXT")] public static unsafe void TextureParameter(Int32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.TextureParameterName pname, Single* @params) { @@ -113800,8 +115872,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glTextureParameterfvEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glTextureParameterfvEXT")] public static void TextureParameter(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.TextureParameterName pname, Single[] @params) { @@ -113821,8 +115894,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glTextureParameterfvEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glTextureParameterfvEXT")] public static unsafe void TextureParameter(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.TextureParameterName pname, Single* @params) { @@ -113836,7 +115910,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glTextureParameteriEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glTextureParameteriEXT")] public static void TextureParameter(Int32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.TextureParameterName pname, Int32 param) { @@ -113850,8 +115925,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glTextureParameteriEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glTextureParameteriEXT")] public static void TextureParameter(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.TextureParameterName pname, Int32 param) { @@ -113865,7 +115941,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glTextureParameterIivEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glTextureParameterIivEXT")] public static void TextureParameterI(Int32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.TextureParameterName pname, Int32[] @params) { @@ -113885,7 +115962,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glTextureParameterIivEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glTextureParameterIivEXT")] public static void TextureParameterI(Int32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.TextureParameterName pname, ref Int32 @params) { @@ -113905,8 +115983,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glTextureParameterIivEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glTextureParameterIivEXT")] public static unsafe void TextureParameterI(Int32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.TextureParameterName pname, Int32* @params) { @@ -113920,8 +115999,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glTextureParameterIivEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glTextureParameterIivEXT")] public static void TextureParameterI(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.TextureParameterName pname, Int32[] @params) { @@ -113941,8 +116021,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glTextureParameterIivEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glTextureParameterIivEXT")] public static void TextureParameterI(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.TextureParameterName pname, ref Int32 @params) { @@ -113962,8 +116043,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glTextureParameterIivEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glTextureParameterIivEXT")] public static unsafe void TextureParameterI(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.TextureParameterName pname, Int32* @params) { @@ -113977,8 +116059,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glTextureParameterIuivEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glTextureParameterIuivEXT")] public static void TextureParameterI(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.TextureParameterName pname, UInt32[] @params) { @@ -113998,8 +116081,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glTextureParameterIuivEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glTextureParameterIuivEXT")] public static void TextureParameterI(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.TextureParameterName pname, ref UInt32 @params) { @@ -114019,8 +116103,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glTextureParameterIuivEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glTextureParameterIuivEXT")] public static unsafe void TextureParameterI(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.TextureParameterName pname, UInt32* @params) { @@ -114034,7 +116119,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glTextureParameterivEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glTextureParameterivEXT")] public static void TextureParameter(Int32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.TextureParameterName pname, Int32[] @params) { @@ -114054,8 +116140,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glTextureParameterivEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glTextureParameterivEXT")] public static unsafe void TextureParameter(Int32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.TextureParameterName pname, Int32* @params) { @@ -114069,8 +116156,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glTextureParameterivEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glTextureParameterivEXT")] public static void TextureParameter(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.TextureParameterName pname, Int32[] @params) { @@ -114090,8 +116178,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glTextureParameterivEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glTextureParameterivEXT")] public static unsafe void TextureParameter(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.TextureParameterName pname, Int32* @params) { @@ -114105,7 +116194,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glTextureRenderbufferEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glTextureRenderbufferEXT")] public static void TextureRenderbuffer(Int32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 renderbuffer) { @@ -114119,8 +116209,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glTextureRenderbufferEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glTextureRenderbufferEXT")] public static void TextureRenderbuffer(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, UInt32 renderbuffer) { @@ -114134,7 +116225,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glTextureSubImage1DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glTextureSubImage1DEXT")] public static void TextureSubImage1D(Int32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 width, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, IntPtr pixels) { @@ -114148,7 +116240,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glTextureSubImage1DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glTextureSubImage1DEXT")] public static void TextureSubImage1D(Int32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 width, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T7[] pixels) where T7 : struct @@ -114171,7 +116264,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glTextureSubImage1DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glTextureSubImage1DEXT")] public static void TextureSubImage1D(Int32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 width, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T7[,] pixels) where T7 : struct @@ -114194,7 +116288,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glTextureSubImage1DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glTextureSubImage1DEXT")] public static void TextureSubImage1D(Int32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 width, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T7[,,] pixels) where T7 : struct @@ -114217,7 +116312,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glTextureSubImage1DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glTextureSubImage1DEXT")] public static void TextureSubImage1D(Int32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 width, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] ref T7 pixels) where T7 : struct @@ -114241,8 +116337,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glTextureSubImage1DEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glTextureSubImage1DEXT")] public static void TextureSubImage1D(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 width, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, IntPtr pixels) { @@ -114256,8 +116353,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glTextureSubImage1DEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glTextureSubImage1DEXT")] public static void TextureSubImage1D(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 width, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T7[] pixels) where T7 : struct @@ -114280,8 +116378,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glTextureSubImage1DEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glTextureSubImage1DEXT")] public static void TextureSubImage1D(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 width, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T7[,] pixels) where T7 : struct @@ -114304,8 +116403,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glTextureSubImage1DEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glTextureSubImage1DEXT")] public static void TextureSubImage1D(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 width, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T7[,,] pixels) where T7 : struct @@ -114328,8 +116428,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glTextureSubImage1DEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glTextureSubImage1DEXT")] public static void TextureSubImage1D(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 width, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] ref T7 pixels) where T7 : struct @@ -114353,7 +116454,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glTextureSubImage2DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glTextureSubImage2DEXT")] public static void TextureSubImage2D(Int32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 width, Int32 height, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, IntPtr pixels) { @@ -114367,7 +116469,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glTextureSubImage2DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glTextureSubImage2DEXT")] public static void TextureSubImage2D(Int32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 width, Int32 height, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T9[] pixels) where T9 : struct @@ -114390,7 +116493,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glTextureSubImage2DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glTextureSubImage2DEXT")] public static void TextureSubImage2D(Int32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 width, Int32 height, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T9[,] pixels) where T9 : struct @@ -114413,7 +116517,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glTextureSubImage2DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glTextureSubImage2DEXT")] public static void TextureSubImage2D(Int32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 width, Int32 height, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T9[,,] pixels) where T9 : struct @@ -114436,7 +116541,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glTextureSubImage2DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glTextureSubImage2DEXT")] public static void TextureSubImage2D(Int32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 width, Int32 height, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] ref T9 pixels) where T9 : struct @@ -114460,8 +116566,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glTextureSubImage2DEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glTextureSubImage2DEXT")] public static void TextureSubImage2D(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 width, Int32 height, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, IntPtr pixels) { @@ -114475,8 +116582,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glTextureSubImage2DEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glTextureSubImage2DEXT")] public static void TextureSubImage2D(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 width, Int32 height, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T9[] pixels) where T9 : struct @@ -114499,8 +116607,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glTextureSubImage2DEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glTextureSubImage2DEXT")] public static void TextureSubImage2D(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 width, Int32 height, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T9[,] pixels) where T9 : struct @@ -114523,8 +116632,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glTextureSubImage2DEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glTextureSubImage2DEXT")] public static void TextureSubImage2D(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 width, Int32 height, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T9[,,] pixels) where T9 : struct @@ -114547,8 +116657,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glTextureSubImage2DEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glTextureSubImage2DEXT")] public static void TextureSubImage2D(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 width, Int32 height, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] ref T9 pixels) where T9 : struct @@ -114572,7 +116683,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glTextureSubImage3DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glTextureSubImage3DEXT")] public static void TextureSubImage3D(Int32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, 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 pixels) { @@ -114586,7 +116698,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glTextureSubImage3DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glTextureSubImage3DEXT")] public static void TextureSubImage3D(Int32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, 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] T11[] pixels) where T11 : struct @@ -114609,7 +116722,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glTextureSubImage3DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glTextureSubImage3DEXT")] public static void TextureSubImage3D(Int32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, 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] T11[,] pixels) where T11 : struct @@ -114632,7 +116746,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glTextureSubImage3DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glTextureSubImage3DEXT")] public static void TextureSubImage3D(Int32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, 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] T11[,,] pixels) where T11 : struct @@ -114655,7 +116770,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glTextureSubImage3DEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glTextureSubImage3DEXT")] public static void TextureSubImage3D(Int32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, 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 T11 pixels) where T11 : struct @@ -114679,8 +116795,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glTextureSubImage3DEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glTextureSubImage3DEXT")] public static void TextureSubImage3D(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, 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 pixels) { @@ -114694,8 +116811,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glTextureSubImage3DEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glTextureSubImage3DEXT")] public static void TextureSubImage3D(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, 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] T11[] pixels) where T11 : struct @@ -114718,8 +116836,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glTextureSubImage3DEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glTextureSubImage3DEXT")] public static void TextureSubImage3D(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, 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] T11[,] pixels) where T11 : struct @@ -114742,8 +116861,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glTextureSubImage3DEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glTextureSubImage3DEXT")] public static void TextureSubImage3D(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, 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] T11[,,] pixels) where T11 : struct @@ -114766,8 +116886,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glTextureSubImage3DEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glTextureSubImage3DEXT")] public static void TextureSubImage3D(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, 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 T11 pixels) where T11 : struct @@ -114791,7 +116912,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtTransformFeedback", Version = "2.0", EntryPoint = "glTransformFeedbackVaryingsEXT")] + /// [requires: EXT_transform_feedback] + [AutoGenerated(Category = "EXT_transform_feedback", Version = "2.0", EntryPoint = "glTransformFeedbackVaryingsEXT")] public static void TransformFeedbackVaryings(Int32 program, Int32 count, String[] varyings, OpenTK.Graphics.OpenGL.ExtTransformFeedback bufferMode) { @@ -114805,8 +116927,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_transform_feedback] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtTransformFeedback", Version = "2.0", EntryPoint = "glTransformFeedbackVaryingsEXT")] + [AutoGenerated(Category = "EXT_transform_feedback", Version = "2.0", EntryPoint = "glTransformFeedbackVaryingsEXT")] public static void TransformFeedbackVaryings(UInt32 program, Int32 count, String[] varyings, OpenTK.Graphics.OpenGL.ExtTransformFeedback bufferMode) { @@ -114821,7 +116944,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_gpu_shader4] /// Specify the value of a uniform variable for the current program object /// /// @@ -114834,7 +116957,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified uniform variable. /// /// - [AutoGenerated(Category = "ExtGpuShader4", Version = "2.0", EntryPoint = "glUniform1uiEXT")] + [AutoGenerated(Category = "EXT_gpu_shader4", Version = "2.0", EntryPoint = "glUniform1uiEXT")] public static void Uniform1(Int32 location, Int32 v0) { @@ -114849,7 +116972,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_gpu_shader4] /// Specify the value of a uniform variable for the current program object /// /// @@ -114863,7 +116986,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtGpuShader4", Version = "2.0", EntryPoint = "glUniform1uiEXT")] + [AutoGenerated(Category = "EXT_gpu_shader4", Version = "2.0", EntryPoint = "glUniform1uiEXT")] public static void Uniform1(Int32 location, UInt32 v0) { @@ -114878,7 +117001,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_gpu_shader4] /// Specify the value of a uniform variable for the current program object /// /// @@ -114891,7 +117014,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified uniform variable. /// /// - [AutoGenerated(Category = "ExtGpuShader4", Version = "2.0", EntryPoint = "glUniform1uivEXT")] + [AutoGenerated(Category = "EXT_gpu_shader4", Version = "2.0", EntryPoint = "glUniform1uivEXT")] public static void Uniform1(Int32 location, Int32 count, Int32[] value) { @@ -114912,7 +117035,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_gpu_shader4] /// Specify the value of a uniform variable for the current program object /// /// @@ -114925,7 +117048,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified uniform variable. /// /// - [AutoGenerated(Category = "ExtGpuShader4", Version = "2.0", EntryPoint = "glUniform1uivEXT")] + [AutoGenerated(Category = "EXT_gpu_shader4", Version = "2.0", EntryPoint = "glUniform1uivEXT")] public static void Uniform1(Int32 location, Int32 count, ref Int32 value) { @@ -114946,7 +117069,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_gpu_shader4] /// Specify the value of a uniform variable for the current program object /// /// @@ -114960,7 +117083,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtGpuShader4", Version = "2.0", EntryPoint = "glUniform1uivEXT")] + [AutoGenerated(Category = "EXT_gpu_shader4", Version = "2.0", EntryPoint = "glUniform1uivEXT")] public static unsafe void Uniform1(Int32 location, Int32 count, Int32* value) { @@ -114975,7 +117098,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_gpu_shader4] /// Specify the value of a uniform variable for the current program object /// /// @@ -114989,7 +117112,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtGpuShader4", Version = "2.0", EntryPoint = "glUniform1uivEXT")] + [AutoGenerated(Category = "EXT_gpu_shader4", Version = "2.0", EntryPoint = "glUniform1uivEXT")] public static void Uniform1(Int32 location, Int32 count, UInt32[] value) { @@ -115010,7 +117133,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_gpu_shader4] /// Specify the value of a uniform variable for the current program object /// /// @@ -115024,7 +117147,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtGpuShader4", Version = "2.0", EntryPoint = "glUniform1uivEXT")] + [AutoGenerated(Category = "EXT_gpu_shader4", Version = "2.0", EntryPoint = "glUniform1uivEXT")] public static void Uniform1(Int32 location, Int32 count, ref UInt32 value) { @@ -115045,7 +117168,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_gpu_shader4] /// Specify the value of a uniform variable for the current program object /// /// @@ -115059,7 +117182,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtGpuShader4", Version = "2.0", EntryPoint = "glUniform1uivEXT")] + [AutoGenerated(Category = "EXT_gpu_shader4", Version = "2.0", EntryPoint = "glUniform1uivEXT")] public static unsafe void Uniform1(Int32 location, Int32 count, UInt32* value) { @@ -115074,7 +117197,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_gpu_shader4] /// Specify the value of a uniform variable for the current program object /// /// @@ -115087,7 +117210,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified uniform variable. /// /// - [AutoGenerated(Category = "ExtGpuShader4", Version = "2.0", EntryPoint = "glUniform2uiEXT")] + [AutoGenerated(Category = "EXT_gpu_shader4", Version = "2.0", EntryPoint = "glUniform2uiEXT")] public static void Uniform2(Int32 location, Int32 v0, Int32 v1) { @@ -115102,7 +117225,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_gpu_shader4] /// Specify the value of a uniform variable for the current program object /// /// @@ -115116,7 +117239,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtGpuShader4", Version = "2.0", EntryPoint = "glUniform2uiEXT")] + [AutoGenerated(Category = "EXT_gpu_shader4", Version = "2.0", EntryPoint = "glUniform2uiEXT")] public static void Uniform2(Int32 location, UInt32 v0, UInt32 v1) { @@ -115131,7 +117254,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_gpu_shader4] /// Specify the value of a uniform variable for the current program object /// /// @@ -115144,7 +117267,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified uniform variable. /// /// - [AutoGenerated(Category = "ExtGpuShader4", Version = "2.0", EntryPoint = "glUniform2uivEXT")] + [AutoGenerated(Category = "EXT_gpu_shader4", Version = "2.0", EntryPoint = "glUniform2uivEXT")] public static void Uniform2(Int32 location, Int32 count, Int32[] value) { @@ -115165,7 +117288,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_gpu_shader4] /// Specify the value of a uniform variable for the current program object /// /// @@ -115179,7 +117302,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtGpuShader4", Version = "2.0", EntryPoint = "glUniform2uivEXT")] + [AutoGenerated(Category = "EXT_gpu_shader4", Version = "2.0", EntryPoint = "glUniform2uivEXT")] public static unsafe void Uniform2(Int32 location, Int32 count, Int32* value) { @@ -115194,7 +117317,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_gpu_shader4] /// Specify the value of a uniform variable for the current program object /// /// @@ -115208,7 +117331,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtGpuShader4", Version = "2.0", EntryPoint = "glUniform2uivEXT")] + [AutoGenerated(Category = "EXT_gpu_shader4", Version = "2.0", EntryPoint = "glUniform2uivEXT")] public static void Uniform2(Int32 location, Int32 count, UInt32[] value) { @@ -115229,7 +117352,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_gpu_shader4] /// Specify the value of a uniform variable for the current program object /// /// @@ -115243,7 +117366,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtGpuShader4", Version = "2.0", EntryPoint = "glUniform2uivEXT")] + [AutoGenerated(Category = "EXT_gpu_shader4", Version = "2.0", EntryPoint = "glUniform2uivEXT")] public static void Uniform2(Int32 location, Int32 count, ref UInt32 value) { @@ -115264,7 +117387,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_gpu_shader4] /// Specify the value of a uniform variable for the current program object /// /// @@ -115278,7 +117401,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtGpuShader4", Version = "2.0", EntryPoint = "glUniform2uivEXT")] + [AutoGenerated(Category = "EXT_gpu_shader4", Version = "2.0", EntryPoint = "glUniform2uivEXT")] public static unsafe void Uniform2(Int32 location, Int32 count, UInt32* value) { @@ -115293,7 +117416,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_gpu_shader4] /// Specify the value of a uniform variable for the current program object /// /// @@ -115306,7 +117429,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified uniform variable. /// /// - [AutoGenerated(Category = "ExtGpuShader4", Version = "2.0", EntryPoint = "glUniform3uiEXT")] + [AutoGenerated(Category = "EXT_gpu_shader4", Version = "2.0", EntryPoint = "glUniform3uiEXT")] public static void Uniform3(Int32 location, Int32 v0, Int32 v1, Int32 v2) { @@ -115321,7 +117444,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_gpu_shader4] /// Specify the value of a uniform variable for the current program object /// /// @@ -115335,7 +117458,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtGpuShader4", Version = "2.0", EntryPoint = "glUniform3uiEXT")] + [AutoGenerated(Category = "EXT_gpu_shader4", Version = "2.0", EntryPoint = "glUniform3uiEXT")] public static void Uniform3(Int32 location, UInt32 v0, UInt32 v1, UInt32 v2) { @@ -115350,7 +117473,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_gpu_shader4] /// Specify the value of a uniform variable for the current program object /// /// @@ -115363,7 +117486,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified uniform variable. /// /// - [AutoGenerated(Category = "ExtGpuShader4", Version = "2.0", EntryPoint = "glUniform3uivEXT")] + [AutoGenerated(Category = "EXT_gpu_shader4", Version = "2.0", EntryPoint = "glUniform3uivEXT")] public static void Uniform3(Int32 location, Int32 count, Int32[] value) { @@ -115384,7 +117507,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_gpu_shader4] /// Specify the value of a uniform variable for the current program object /// /// @@ -115397,7 +117520,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified uniform variable. /// /// - [AutoGenerated(Category = "ExtGpuShader4", Version = "2.0", EntryPoint = "glUniform3uivEXT")] + [AutoGenerated(Category = "EXT_gpu_shader4", Version = "2.0", EntryPoint = "glUniform3uivEXT")] public static void Uniform3(Int32 location, Int32 count, ref Int32 value) { @@ -115418,7 +117541,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_gpu_shader4] /// Specify the value of a uniform variable for the current program object /// /// @@ -115432,7 +117555,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtGpuShader4", Version = "2.0", EntryPoint = "glUniform3uivEXT")] + [AutoGenerated(Category = "EXT_gpu_shader4", Version = "2.0", EntryPoint = "glUniform3uivEXT")] public static unsafe void Uniform3(Int32 location, Int32 count, Int32* value) { @@ -115447,7 +117570,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_gpu_shader4] /// Specify the value of a uniform variable for the current program object /// /// @@ -115461,7 +117584,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtGpuShader4", Version = "2.0", EntryPoint = "glUniform3uivEXT")] + [AutoGenerated(Category = "EXT_gpu_shader4", Version = "2.0", EntryPoint = "glUniform3uivEXT")] public static void Uniform3(Int32 location, Int32 count, UInt32[] value) { @@ -115482,7 +117605,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_gpu_shader4] /// Specify the value of a uniform variable for the current program object /// /// @@ -115496,7 +117619,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtGpuShader4", Version = "2.0", EntryPoint = "glUniform3uivEXT")] + [AutoGenerated(Category = "EXT_gpu_shader4", Version = "2.0", EntryPoint = "glUniform3uivEXT")] public static void Uniform3(Int32 location, Int32 count, ref UInt32 value) { @@ -115517,7 +117640,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_gpu_shader4] /// Specify the value of a uniform variable for the current program object /// /// @@ -115531,7 +117654,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtGpuShader4", Version = "2.0", EntryPoint = "glUniform3uivEXT")] + [AutoGenerated(Category = "EXT_gpu_shader4", Version = "2.0", EntryPoint = "glUniform3uivEXT")] public static unsafe void Uniform3(Int32 location, Int32 count, UInt32* value) { @@ -115546,7 +117669,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_gpu_shader4] /// Specify the value of a uniform variable for the current program object /// /// @@ -115559,7 +117682,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified uniform variable. /// /// - [AutoGenerated(Category = "ExtGpuShader4", Version = "2.0", EntryPoint = "glUniform4uiEXT")] + [AutoGenerated(Category = "EXT_gpu_shader4", Version = "2.0", EntryPoint = "glUniform4uiEXT")] public static void Uniform4(Int32 location, Int32 v0, Int32 v1, Int32 v2, Int32 v3) { @@ -115574,7 +117697,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_gpu_shader4] /// Specify the value of a uniform variable for the current program object /// /// @@ -115588,7 +117711,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtGpuShader4", Version = "2.0", EntryPoint = "glUniform4uiEXT")] + [AutoGenerated(Category = "EXT_gpu_shader4", Version = "2.0", EntryPoint = "glUniform4uiEXT")] public static void Uniform4(Int32 location, UInt32 v0, UInt32 v1, UInt32 v2, UInt32 v3) { @@ -115603,7 +117726,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_gpu_shader4] /// Specify the value of a uniform variable for the current program object /// /// @@ -115616,7 +117739,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified uniform variable. /// /// - [AutoGenerated(Category = "ExtGpuShader4", Version = "2.0", EntryPoint = "glUniform4uivEXT")] + [AutoGenerated(Category = "EXT_gpu_shader4", Version = "2.0", EntryPoint = "glUniform4uivEXT")] public static void Uniform4(Int32 location, Int32 count, Int32[] value) { @@ -115637,7 +117760,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_gpu_shader4] /// Specify the value of a uniform variable for the current program object /// /// @@ -115650,7 +117773,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified uniform variable. /// /// - [AutoGenerated(Category = "ExtGpuShader4", Version = "2.0", EntryPoint = "glUniform4uivEXT")] + [AutoGenerated(Category = "EXT_gpu_shader4", Version = "2.0", EntryPoint = "glUniform4uivEXT")] public static void Uniform4(Int32 location, Int32 count, ref Int32 value) { @@ -115671,7 +117794,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_gpu_shader4] /// Specify the value of a uniform variable for the current program object /// /// @@ -115685,7 +117808,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtGpuShader4", Version = "2.0", EntryPoint = "glUniform4uivEXT")] + [AutoGenerated(Category = "EXT_gpu_shader4", Version = "2.0", EntryPoint = "glUniform4uivEXT")] public static unsafe void Uniform4(Int32 location, Int32 count, Int32* value) { @@ -115700,7 +117823,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_gpu_shader4] /// Specify the value of a uniform variable for the current program object /// /// @@ -115714,7 +117837,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtGpuShader4", Version = "2.0", EntryPoint = "glUniform4uivEXT")] + [AutoGenerated(Category = "EXT_gpu_shader4", Version = "2.0", EntryPoint = "glUniform4uivEXT")] public static void Uniform4(Int32 location, Int32 count, UInt32[] value) { @@ -115735,7 +117858,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_gpu_shader4] /// Specify the value of a uniform variable for the current program object /// /// @@ -115749,7 +117872,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtGpuShader4", Version = "2.0", EntryPoint = "glUniform4uivEXT")] + [AutoGenerated(Category = "EXT_gpu_shader4", Version = "2.0", EntryPoint = "glUniform4uivEXT")] public static void Uniform4(Int32 location, Int32 count, ref UInt32 value) { @@ -115770,7 +117893,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_gpu_shader4] /// Specify the value of a uniform variable for the current program object /// /// @@ -115784,7 +117907,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtGpuShader4", Version = "2.0", EntryPoint = "glUniform4uivEXT")] + [AutoGenerated(Category = "EXT_gpu_shader4", Version = "2.0", EntryPoint = "glUniform4uivEXT")] public static unsafe void Uniform4(Int32 location, Int32 count, UInt32* value) { @@ -115798,7 +117921,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtBindableUniform", Version = "2.0", EntryPoint = "glUniformBufferEXT")] + /// [requires: EXT_bindable_uniform] + [AutoGenerated(Category = "EXT_bindable_uniform", Version = "2.0", EntryPoint = "glUniformBufferEXT")] public static void UniformBuffer(Int32 program, Int32 location, Int32 buffer) { @@ -115812,8 +117936,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_bindable_uniform] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtBindableUniform", Version = "2.0", EntryPoint = "glUniformBufferEXT")] + [AutoGenerated(Category = "EXT_bindable_uniform", Version = "2.0", EntryPoint = "glUniformBufferEXT")] public static void UniformBuffer(UInt32 program, Int32 location, UInt32 buffer) { @@ -115827,7 +117952,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtCompiledVertexArray", Version = "1.1", EntryPoint = "glUnlockArraysEXT")] + /// [requires: EXT_compiled_vertex_array] + [AutoGenerated(Category = "EXT_compiled_vertex_array", Version = "1.1", EntryPoint = "glUnlockArraysEXT")] public static void UnlockArrays() { @@ -115841,7 +117967,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glUnmapNamedBufferEXT")] + /// [requires: EXT_direct_state_access] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glUnmapNamedBufferEXT")] public static bool UnmapNamedBuffer(Int32 buffer) { @@ -115855,8 +117982,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_direct_state_access] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtDirectStateAccess", Version = "", EntryPoint = "glUnmapNamedBufferEXT")] + [AutoGenerated(Category = "EXT_direct_state_access", Version = "", EntryPoint = "glUnmapNamedBufferEXT")] public static bool UnmapNamedBuffer(UInt32 buffer) { @@ -115870,8 +117998,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_vertex_shader] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glVariantbvEXT")] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glVariantbvEXT")] public static void Variant(UInt32 id, SByte[] addr) { @@ -115891,8 +118020,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_vertex_shader] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glVariantbvEXT")] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glVariantbvEXT")] public static void Variant(UInt32 id, ref SByte addr) { @@ -115912,8 +118042,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_vertex_shader] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glVariantbvEXT")] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glVariantbvEXT")] public static unsafe void Variant(UInt32 id, SByte* addr) { @@ -115927,7 +118058,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glVariantdvEXT")] + /// [requires: EXT_vertex_shader] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glVariantdvEXT")] public static void Variant(Int32 id, Double[] addr) { @@ -115947,7 +118079,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glVariantdvEXT")] + /// [requires: EXT_vertex_shader] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glVariantdvEXT")] public static void Variant(Int32 id, ref Double addr) { @@ -115967,8 +118100,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_vertex_shader] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glVariantdvEXT")] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glVariantdvEXT")] public static unsafe void Variant(Int32 id, Double* addr) { @@ -115982,8 +118116,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_vertex_shader] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glVariantdvEXT")] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glVariantdvEXT")] public static void Variant(UInt32 id, Double[] addr) { @@ -116003,8 +118138,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_vertex_shader] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glVariantdvEXT")] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glVariantdvEXT")] public static void Variant(UInt32 id, ref Double addr) { @@ -116024,8 +118160,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_vertex_shader] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glVariantdvEXT")] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glVariantdvEXT")] public static unsafe void Variant(UInt32 id, Double* addr) { @@ -116039,7 +118176,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glVariantfvEXT")] + /// [requires: EXT_vertex_shader] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glVariantfvEXT")] public static void Variant(Int32 id, Single[] addr) { @@ -116059,7 +118197,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glVariantfvEXT")] + /// [requires: EXT_vertex_shader] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glVariantfvEXT")] public static void Variant(Int32 id, ref Single addr) { @@ -116079,8 +118218,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_vertex_shader] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glVariantfvEXT")] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glVariantfvEXT")] public static unsafe void Variant(Int32 id, Single* addr) { @@ -116094,8 +118234,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_vertex_shader] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glVariantfvEXT")] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glVariantfvEXT")] public static void Variant(UInt32 id, Single[] addr) { @@ -116115,8 +118256,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_vertex_shader] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glVariantfvEXT")] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glVariantfvEXT")] public static void Variant(UInt32 id, ref Single addr) { @@ -116136,8 +118278,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_vertex_shader] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glVariantfvEXT")] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glVariantfvEXT")] public static unsafe void Variant(UInt32 id, Single* addr) { @@ -116151,7 +118294,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glVariantivEXT")] + /// [requires: EXT_vertex_shader] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glVariantivEXT")] public static void Variant(Int32 id, Int32[] addr) { @@ -116171,7 +118315,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glVariantivEXT")] + /// [requires: EXT_vertex_shader] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glVariantivEXT")] public static void Variant(Int32 id, ref Int32 addr) { @@ -116191,8 +118336,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_vertex_shader] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glVariantivEXT")] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glVariantivEXT")] public static unsafe void Variant(Int32 id, Int32* addr) { @@ -116206,8 +118352,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_vertex_shader] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glVariantivEXT")] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glVariantivEXT")] public static void Variant(UInt32 id, Int32[] addr) { @@ -116227,8 +118374,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_vertex_shader] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glVariantivEXT")] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glVariantivEXT")] public static void Variant(UInt32 id, ref Int32 addr) { @@ -116248,8 +118396,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_vertex_shader] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glVariantivEXT")] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glVariantivEXT")] public static unsafe void Variant(UInt32 id, Int32* addr) { @@ -116263,7 +118412,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glVariantPointerEXT")] + /// [requires: EXT_vertex_shader] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glVariantPointerEXT")] public static void VariantPointer(Int32 id, OpenTK.Graphics.OpenGL.ExtVertexShader type, Int32 stride, IntPtr addr) { @@ -116277,7 +118427,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glVariantPointerEXT")] + /// [requires: EXT_vertex_shader] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glVariantPointerEXT")] public static void VariantPointer(Int32 id, OpenTK.Graphics.OpenGL.ExtVertexShader type, Int32 stride, [InAttribute, OutAttribute] T3[] addr) where T3 : struct @@ -116300,7 +118451,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glVariantPointerEXT")] + /// [requires: EXT_vertex_shader] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glVariantPointerEXT")] public static void VariantPointer(Int32 id, OpenTK.Graphics.OpenGL.ExtVertexShader type, Int32 stride, [InAttribute, OutAttribute] T3[,] addr) where T3 : struct @@ -116323,7 +118475,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glVariantPointerEXT")] + /// [requires: EXT_vertex_shader] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glVariantPointerEXT")] public static void VariantPointer(Int32 id, OpenTK.Graphics.OpenGL.ExtVertexShader type, Int32 stride, [InAttribute, OutAttribute] T3[,,] addr) where T3 : struct @@ -116346,7 +118499,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glVariantPointerEXT")] + /// [requires: EXT_vertex_shader] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glVariantPointerEXT")] public static void VariantPointer(Int32 id, OpenTK.Graphics.OpenGL.ExtVertexShader type, Int32 stride, [InAttribute, OutAttribute] ref T3 addr) where T3 : struct @@ -116370,8 +118524,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_vertex_shader] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glVariantPointerEXT")] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glVariantPointerEXT")] public static void VariantPointer(UInt32 id, OpenTK.Graphics.OpenGL.ExtVertexShader type, UInt32 stride, IntPtr addr) { @@ -116385,8 +118540,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_vertex_shader] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glVariantPointerEXT")] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glVariantPointerEXT")] public static void VariantPointer(UInt32 id, OpenTK.Graphics.OpenGL.ExtVertexShader type, UInt32 stride, [InAttribute, OutAttribute] T3[] addr) where T3 : struct @@ -116409,8 +118565,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_vertex_shader] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glVariantPointerEXT")] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glVariantPointerEXT")] public static void VariantPointer(UInt32 id, OpenTK.Graphics.OpenGL.ExtVertexShader type, UInt32 stride, [InAttribute, OutAttribute] T3[,] addr) where T3 : struct @@ -116433,8 +118590,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_vertex_shader] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glVariantPointerEXT")] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glVariantPointerEXT")] public static void VariantPointer(UInt32 id, OpenTK.Graphics.OpenGL.ExtVertexShader type, UInt32 stride, [InAttribute, OutAttribute] T3[,,] addr) where T3 : struct @@ -116457,8 +118615,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_vertex_shader] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glVariantPointerEXT")] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glVariantPointerEXT")] public static void VariantPointer(UInt32 id, OpenTK.Graphics.OpenGL.ExtVertexShader type, UInt32 stride, [InAttribute, OutAttribute] ref T3 addr) where T3 : struct @@ -116482,7 +118641,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glVariantsvEXT")] + /// [requires: EXT_vertex_shader] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glVariantsvEXT")] public static void Variant(Int32 id, Int16[] addr) { @@ -116502,7 +118662,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glVariantsvEXT")] + /// [requires: EXT_vertex_shader] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glVariantsvEXT")] public static void Variant(Int32 id, ref Int16 addr) { @@ -116522,8 +118683,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_vertex_shader] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glVariantsvEXT")] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glVariantsvEXT")] public static unsafe void Variant(Int32 id, Int16* addr) { @@ -116537,8 +118699,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_vertex_shader] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glVariantsvEXT")] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glVariantsvEXT")] public static void Variant(UInt32 id, Int16[] addr) { @@ -116558,8 +118721,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_vertex_shader] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glVariantsvEXT")] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glVariantsvEXT")] public static void Variant(UInt32 id, ref Int16 addr) { @@ -116579,8 +118743,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_vertex_shader] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glVariantsvEXT")] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glVariantsvEXT")] public static unsafe void Variant(UInt32 id, Int16* addr) { @@ -116594,7 +118759,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glVariantubvEXT")] + /// [requires: EXT_vertex_shader] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glVariantubvEXT")] public static void Variant(Int32 id, Byte[] addr) { @@ -116614,7 +118780,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glVariantubvEXT")] + /// [requires: EXT_vertex_shader] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glVariantubvEXT")] public static void Variant(Int32 id, ref Byte addr) { @@ -116634,8 +118801,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_vertex_shader] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glVariantubvEXT")] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glVariantubvEXT")] public static unsafe void Variant(Int32 id, Byte* addr) { @@ -116649,8 +118817,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_vertex_shader] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glVariantubvEXT")] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glVariantubvEXT")] public static void Variant(UInt32 id, Byte[] addr) { @@ -116670,8 +118839,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_vertex_shader] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glVariantubvEXT")] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glVariantubvEXT")] public static void Variant(UInt32 id, ref Byte addr) { @@ -116691,8 +118861,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_vertex_shader] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glVariantubvEXT")] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glVariantubvEXT")] public static unsafe void Variant(UInt32 id, Byte* addr) { @@ -116706,8 +118877,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_vertex_shader] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glVariantuivEXT")] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glVariantuivEXT")] public static void Variant(UInt32 id, UInt32[] addr) { @@ -116727,8 +118899,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_vertex_shader] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glVariantuivEXT")] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glVariantuivEXT")] public static void Variant(UInt32 id, ref UInt32 addr) { @@ -116748,8 +118921,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_vertex_shader] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glVariantuivEXT")] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glVariantuivEXT")] public static unsafe void Variant(UInt32 id, UInt32* addr) { @@ -116763,8 +118937,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_vertex_shader] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glVariantusvEXT")] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glVariantusvEXT")] public static void Variant(UInt32 id, UInt16[] addr) { @@ -116784,8 +118959,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_vertex_shader] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glVariantusvEXT")] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glVariantusvEXT")] public static void Variant(UInt32 id, ref UInt16 addr) { @@ -116805,8 +118981,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_vertex_shader] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glVariantusvEXT")] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glVariantusvEXT")] public static unsafe void Variant(UInt32 id, UInt16* addr) { @@ -116820,7 +118997,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvVertexProgram4", Version = "", EntryPoint = "glVertexAttribI1iEXT")] + /// [requires: NV_vertex_program4] + [AutoGenerated(Category = "NV_vertex_program4", Version = "", EntryPoint = "glVertexAttribI1iEXT")] public static void VertexAttribI1(Int32 index, Int32 x) { @@ -116834,8 +119012,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program4] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram4", Version = "", EntryPoint = "glVertexAttribI1iEXT")] + [AutoGenerated(Category = "NV_vertex_program4", Version = "", EntryPoint = "glVertexAttribI1iEXT")] public static void VertexAttribI1(UInt32 index, Int32 x) { @@ -116849,8 +119028,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program4] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram4", Version = "", EntryPoint = "glVertexAttribI1ivEXT")] + [AutoGenerated(Category = "NV_vertex_program4", Version = "", EntryPoint = "glVertexAttribI1ivEXT")] public static unsafe void VertexAttribI1(Int32 index, Int32* v) { @@ -116864,8 +119044,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program4] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram4", Version = "", EntryPoint = "glVertexAttribI1ivEXT")] + [AutoGenerated(Category = "NV_vertex_program4", Version = "", EntryPoint = "glVertexAttribI1ivEXT")] public static unsafe void VertexAttribI1(UInt32 index, Int32* v) { @@ -116879,8 +119060,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program4] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram4", Version = "", EntryPoint = "glVertexAttribI1uiEXT")] + [AutoGenerated(Category = "NV_vertex_program4", Version = "", EntryPoint = "glVertexAttribI1uiEXT")] public static void VertexAttribI1(UInt32 index, UInt32 x) { @@ -116894,8 +119076,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program4] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram4", Version = "", EntryPoint = "glVertexAttribI1uivEXT")] + [AutoGenerated(Category = "NV_vertex_program4", Version = "", EntryPoint = "glVertexAttribI1uivEXT")] public static unsafe void VertexAttribI1(UInt32 index, UInt32* v) { @@ -116909,7 +119092,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvVertexProgram4", Version = "", EntryPoint = "glVertexAttribI2iEXT")] + /// [requires: NV_vertex_program4] + [AutoGenerated(Category = "NV_vertex_program4", Version = "", EntryPoint = "glVertexAttribI2iEXT")] public static void VertexAttribI2(Int32 index, Int32 x, Int32 y) { @@ -116923,8 +119107,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program4] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram4", Version = "", EntryPoint = "glVertexAttribI2iEXT")] + [AutoGenerated(Category = "NV_vertex_program4", Version = "", EntryPoint = "glVertexAttribI2iEXT")] public static void VertexAttribI2(UInt32 index, Int32 x, Int32 y) { @@ -116938,7 +119123,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvVertexProgram4", Version = "", EntryPoint = "glVertexAttribI2ivEXT")] + /// [requires: NV_vertex_program4] + [AutoGenerated(Category = "NV_vertex_program4", Version = "", EntryPoint = "glVertexAttribI2ivEXT")] public static void VertexAttribI2(Int32 index, Int32[] v) { @@ -116958,7 +119144,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvVertexProgram4", Version = "", EntryPoint = "glVertexAttribI2ivEXT")] + /// [requires: NV_vertex_program4] + [AutoGenerated(Category = "NV_vertex_program4", Version = "", EntryPoint = "glVertexAttribI2ivEXT")] public static void VertexAttribI2(Int32 index, ref Int32 v) { @@ -116978,8 +119165,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program4] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram4", Version = "", EntryPoint = "glVertexAttribI2ivEXT")] + [AutoGenerated(Category = "NV_vertex_program4", Version = "", EntryPoint = "glVertexAttribI2ivEXT")] public static unsafe void VertexAttribI2(Int32 index, Int32* v) { @@ -116993,8 +119181,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program4] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram4", Version = "", EntryPoint = "glVertexAttribI2ivEXT")] + [AutoGenerated(Category = "NV_vertex_program4", Version = "", EntryPoint = "glVertexAttribI2ivEXT")] public static void VertexAttribI2(UInt32 index, Int32[] v) { @@ -117014,8 +119203,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program4] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram4", Version = "", EntryPoint = "glVertexAttribI2ivEXT")] + [AutoGenerated(Category = "NV_vertex_program4", Version = "", EntryPoint = "glVertexAttribI2ivEXT")] public static void VertexAttribI2(UInt32 index, ref Int32 v) { @@ -117035,8 +119225,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program4] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram4", Version = "", EntryPoint = "glVertexAttribI2ivEXT")] + [AutoGenerated(Category = "NV_vertex_program4", Version = "", EntryPoint = "glVertexAttribI2ivEXT")] public static unsafe void VertexAttribI2(UInt32 index, Int32* v) { @@ -117050,8 +119241,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program4] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram4", Version = "", EntryPoint = "glVertexAttribI2uiEXT")] + [AutoGenerated(Category = "NV_vertex_program4", Version = "", EntryPoint = "glVertexAttribI2uiEXT")] public static void VertexAttribI2(UInt32 index, UInt32 x, UInt32 y) { @@ -117065,8 +119257,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program4] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram4", Version = "", EntryPoint = "glVertexAttribI2uivEXT")] + [AutoGenerated(Category = "NV_vertex_program4", Version = "", EntryPoint = "glVertexAttribI2uivEXT")] public static void VertexAttribI2(UInt32 index, UInt32[] v) { @@ -117086,8 +119279,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program4] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram4", Version = "", EntryPoint = "glVertexAttribI2uivEXT")] + [AutoGenerated(Category = "NV_vertex_program4", Version = "", EntryPoint = "glVertexAttribI2uivEXT")] public static void VertexAttribI2(UInt32 index, ref UInt32 v) { @@ -117107,8 +119301,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program4] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram4", Version = "", EntryPoint = "glVertexAttribI2uivEXT")] + [AutoGenerated(Category = "NV_vertex_program4", Version = "", EntryPoint = "glVertexAttribI2uivEXT")] public static unsafe void VertexAttribI2(UInt32 index, UInt32* v) { @@ -117122,7 +119317,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvVertexProgram4", Version = "", EntryPoint = "glVertexAttribI3iEXT")] + /// [requires: NV_vertex_program4] + [AutoGenerated(Category = "NV_vertex_program4", Version = "", EntryPoint = "glVertexAttribI3iEXT")] public static void VertexAttribI3(Int32 index, Int32 x, Int32 y, Int32 z) { @@ -117136,8 +119332,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program4] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram4", Version = "", EntryPoint = "glVertexAttribI3iEXT")] + [AutoGenerated(Category = "NV_vertex_program4", Version = "", EntryPoint = "glVertexAttribI3iEXT")] public static void VertexAttribI3(UInt32 index, Int32 x, Int32 y, Int32 z) { @@ -117151,7 +119348,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvVertexProgram4", Version = "", EntryPoint = "glVertexAttribI3ivEXT")] + /// [requires: NV_vertex_program4] + [AutoGenerated(Category = "NV_vertex_program4", Version = "", EntryPoint = "glVertexAttribI3ivEXT")] public static void VertexAttribI3(Int32 index, Int32[] v) { @@ -117171,7 +119369,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvVertexProgram4", Version = "", EntryPoint = "glVertexAttribI3ivEXT")] + /// [requires: NV_vertex_program4] + [AutoGenerated(Category = "NV_vertex_program4", Version = "", EntryPoint = "glVertexAttribI3ivEXT")] public static void VertexAttribI3(Int32 index, ref Int32 v) { @@ -117191,8 +119390,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program4] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram4", Version = "", EntryPoint = "glVertexAttribI3ivEXT")] + [AutoGenerated(Category = "NV_vertex_program4", Version = "", EntryPoint = "glVertexAttribI3ivEXT")] public static unsafe void VertexAttribI3(Int32 index, Int32* v) { @@ -117206,8 +119406,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program4] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram4", Version = "", EntryPoint = "glVertexAttribI3ivEXT")] + [AutoGenerated(Category = "NV_vertex_program4", Version = "", EntryPoint = "glVertexAttribI3ivEXT")] public static void VertexAttribI3(UInt32 index, Int32[] v) { @@ -117227,8 +119428,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program4] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram4", Version = "", EntryPoint = "glVertexAttribI3ivEXT")] + [AutoGenerated(Category = "NV_vertex_program4", Version = "", EntryPoint = "glVertexAttribI3ivEXT")] public static void VertexAttribI3(UInt32 index, ref Int32 v) { @@ -117248,8 +119450,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program4] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram4", Version = "", EntryPoint = "glVertexAttribI3ivEXT")] + [AutoGenerated(Category = "NV_vertex_program4", Version = "", EntryPoint = "glVertexAttribI3ivEXT")] public static unsafe void VertexAttribI3(UInt32 index, Int32* v) { @@ -117263,8 +119466,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program4] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram4", Version = "", EntryPoint = "glVertexAttribI3uiEXT")] + [AutoGenerated(Category = "NV_vertex_program4", Version = "", EntryPoint = "glVertexAttribI3uiEXT")] public static void VertexAttribI3(UInt32 index, UInt32 x, UInt32 y, UInt32 z) { @@ -117278,8 +119482,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program4] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram4", Version = "", EntryPoint = "glVertexAttribI3uivEXT")] + [AutoGenerated(Category = "NV_vertex_program4", Version = "", EntryPoint = "glVertexAttribI3uivEXT")] public static void VertexAttribI3(UInt32 index, UInt32[] v) { @@ -117299,8 +119504,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program4] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram4", Version = "", EntryPoint = "glVertexAttribI3uivEXT")] + [AutoGenerated(Category = "NV_vertex_program4", Version = "", EntryPoint = "glVertexAttribI3uivEXT")] public static void VertexAttribI3(UInt32 index, ref UInt32 v) { @@ -117320,8 +119526,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program4] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram4", Version = "", EntryPoint = "glVertexAttribI3uivEXT")] + [AutoGenerated(Category = "NV_vertex_program4", Version = "", EntryPoint = "glVertexAttribI3uivEXT")] public static unsafe void VertexAttribI3(UInt32 index, UInt32* v) { @@ -117335,8 +119542,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program4] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram4", Version = "", EntryPoint = "glVertexAttribI4bvEXT")] + [AutoGenerated(Category = "NV_vertex_program4", Version = "", EntryPoint = "glVertexAttribI4bvEXT")] public static void VertexAttribI4(UInt32 index, SByte[] v) { @@ -117356,8 +119564,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program4] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram4", Version = "", EntryPoint = "glVertexAttribI4bvEXT")] + [AutoGenerated(Category = "NV_vertex_program4", Version = "", EntryPoint = "glVertexAttribI4bvEXT")] public static void VertexAttribI4(UInt32 index, ref SByte v) { @@ -117377,8 +119586,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program4] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram4", Version = "", EntryPoint = "glVertexAttribI4bvEXT")] + [AutoGenerated(Category = "NV_vertex_program4", Version = "", EntryPoint = "glVertexAttribI4bvEXT")] public static unsafe void VertexAttribI4(UInt32 index, SByte* v) { @@ -117392,7 +119602,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvVertexProgram4", Version = "", EntryPoint = "glVertexAttribI4iEXT")] + /// [requires: NV_vertex_program4] + [AutoGenerated(Category = "NV_vertex_program4", Version = "", EntryPoint = "glVertexAttribI4iEXT")] public static void VertexAttribI4(Int32 index, Int32 x, Int32 y, Int32 z, Int32 w) { @@ -117406,8 +119617,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program4] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram4", Version = "", EntryPoint = "glVertexAttribI4iEXT")] + [AutoGenerated(Category = "NV_vertex_program4", Version = "", EntryPoint = "glVertexAttribI4iEXT")] public static void VertexAttribI4(UInt32 index, Int32 x, Int32 y, Int32 z, Int32 w) { @@ -117421,7 +119633,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvVertexProgram4", Version = "", EntryPoint = "glVertexAttribI4ivEXT")] + /// [requires: NV_vertex_program4] + [AutoGenerated(Category = "NV_vertex_program4", Version = "", EntryPoint = "glVertexAttribI4ivEXT")] public static void VertexAttribI4(Int32 index, Int32[] v) { @@ -117441,7 +119654,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvVertexProgram4", Version = "", EntryPoint = "glVertexAttribI4ivEXT")] + /// [requires: NV_vertex_program4] + [AutoGenerated(Category = "NV_vertex_program4", Version = "", EntryPoint = "glVertexAttribI4ivEXT")] public static void VertexAttribI4(Int32 index, ref Int32 v) { @@ -117461,8 +119675,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program4] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram4", Version = "", EntryPoint = "glVertexAttribI4ivEXT")] + [AutoGenerated(Category = "NV_vertex_program4", Version = "", EntryPoint = "glVertexAttribI4ivEXT")] public static unsafe void VertexAttribI4(Int32 index, Int32* v) { @@ -117476,8 +119691,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program4] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram4", Version = "", EntryPoint = "glVertexAttribI4ivEXT")] + [AutoGenerated(Category = "NV_vertex_program4", Version = "", EntryPoint = "glVertexAttribI4ivEXT")] public static void VertexAttribI4(UInt32 index, Int32[] v) { @@ -117497,8 +119713,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program4] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram4", Version = "", EntryPoint = "glVertexAttribI4ivEXT")] + [AutoGenerated(Category = "NV_vertex_program4", Version = "", EntryPoint = "glVertexAttribI4ivEXT")] public static void VertexAttribI4(UInt32 index, ref Int32 v) { @@ -117518,8 +119735,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program4] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram4", Version = "", EntryPoint = "glVertexAttribI4ivEXT")] + [AutoGenerated(Category = "NV_vertex_program4", Version = "", EntryPoint = "glVertexAttribI4ivEXT")] public static unsafe void VertexAttribI4(UInt32 index, Int32* v) { @@ -117533,7 +119751,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvVertexProgram4", Version = "", EntryPoint = "glVertexAttribI4svEXT")] + /// [requires: NV_vertex_program4] + [AutoGenerated(Category = "NV_vertex_program4", Version = "", EntryPoint = "glVertexAttribI4svEXT")] public static void VertexAttribI4(Int32 index, Int16[] v) { @@ -117553,7 +119772,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvVertexProgram4", Version = "", EntryPoint = "glVertexAttribI4svEXT")] + /// [requires: NV_vertex_program4] + [AutoGenerated(Category = "NV_vertex_program4", Version = "", EntryPoint = "glVertexAttribI4svEXT")] public static void VertexAttribI4(Int32 index, ref Int16 v) { @@ -117573,8 +119793,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program4] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram4", Version = "", EntryPoint = "glVertexAttribI4svEXT")] + [AutoGenerated(Category = "NV_vertex_program4", Version = "", EntryPoint = "glVertexAttribI4svEXT")] public static unsafe void VertexAttribI4(Int32 index, Int16* v) { @@ -117588,8 +119809,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program4] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram4", Version = "", EntryPoint = "glVertexAttribI4svEXT")] + [AutoGenerated(Category = "NV_vertex_program4", Version = "", EntryPoint = "glVertexAttribI4svEXT")] public static void VertexAttribI4(UInt32 index, Int16[] v) { @@ -117609,8 +119831,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program4] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram4", Version = "", EntryPoint = "glVertexAttribI4svEXT")] + [AutoGenerated(Category = "NV_vertex_program4", Version = "", EntryPoint = "glVertexAttribI4svEXT")] public static void VertexAttribI4(UInt32 index, ref Int16 v) { @@ -117630,8 +119853,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program4] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram4", Version = "", EntryPoint = "glVertexAttribI4svEXT")] + [AutoGenerated(Category = "NV_vertex_program4", Version = "", EntryPoint = "glVertexAttribI4svEXT")] public static unsafe void VertexAttribI4(UInt32 index, Int16* v) { @@ -117645,7 +119869,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvVertexProgram4", Version = "", EntryPoint = "glVertexAttribI4ubvEXT")] + /// [requires: NV_vertex_program4] + [AutoGenerated(Category = "NV_vertex_program4", Version = "", EntryPoint = "glVertexAttribI4ubvEXT")] public static void VertexAttribI4(Int32 index, Byte[] v) { @@ -117665,7 +119890,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvVertexProgram4", Version = "", EntryPoint = "glVertexAttribI4ubvEXT")] + /// [requires: NV_vertex_program4] + [AutoGenerated(Category = "NV_vertex_program4", Version = "", EntryPoint = "glVertexAttribI4ubvEXT")] public static void VertexAttribI4(Int32 index, ref Byte v) { @@ -117685,8 +119911,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program4] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram4", Version = "", EntryPoint = "glVertexAttribI4ubvEXT")] + [AutoGenerated(Category = "NV_vertex_program4", Version = "", EntryPoint = "glVertexAttribI4ubvEXT")] public static unsafe void VertexAttribI4(Int32 index, Byte* v) { @@ -117700,8 +119927,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program4] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram4", Version = "", EntryPoint = "glVertexAttribI4ubvEXT")] + [AutoGenerated(Category = "NV_vertex_program4", Version = "", EntryPoint = "glVertexAttribI4ubvEXT")] public static void VertexAttribI4(UInt32 index, Byte[] v) { @@ -117721,8 +119949,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program4] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram4", Version = "", EntryPoint = "glVertexAttribI4ubvEXT")] + [AutoGenerated(Category = "NV_vertex_program4", Version = "", EntryPoint = "glVertexAttribI4ubvEXT")] public static void VertexAttribI4(UInt32 index, ref Byte v) { @@ -117742,8 +119971,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program4] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram4", Version = "", EntryPoint = "glVertexAttribI4ubvEXT")] + [AutoGenerated(Category = "NV_vertex_program4", Version = "", EntryPoint = "glVertexAttribI4ubvEXT")] public static unsafe void VertexAttribI4(UInt32 index, Byte* v) { @@ -117757,8 +119987,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program4] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram4", Version = "", EntryPoint = "glVertexAttribI4uiEXT")] + [AutoGenerated(Category = "NV_vertex_program4", Version = "", EntryPoint = "glVertexAttribI4uiEXT")] public static void VertexAttribI4(UInt32 index, UInt32 x, UInt32 y, UInt32 z, UInt32 w) { @@ -117772,8 +120003,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program4] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram4", Version = "", EntryPoint = "glVertexAttribI4uivEXT")] + [AutoGenerated(Category = "NV_vertex_program4", Version = "", EntryPoint = "glVertexAttribI4uivEXT")] public static void VertexAttribI4(UInt32 index, UInt32[] v) { @@ -117793,8 +120025,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program4] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram4", Version = "", EntryPoint = "glVertexAttribI4uivEXT")] + [AutoGenerated(Category = "NV_vertex_program4", Version = "", EntryPoint = "glVertexAttribI4uivEXT")] public static void VertexAttribI4(UInt32 index, ref UInt32 v) { @@ -117814,8 +120047,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program4] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram4", Version = "", EntryPoint = "glVertexAttribI4uivEXT")] + [AutoGenerated(Category = "NV_vertex_program4", Version = "", EntryPoint = "glVertexAttribI4uivEXT")] public static unsafe void VertexAttribI4(UInt32 index, UInt32* v) { @@ -117829,8 +120063,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program4] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram4", Version = "", EntryPoint = "glVertexAttribI4usvEXT")] + [AutoGenerated(Category = "NV_vertex_program4", Version = "", EntryPoint = "glVertexAttribI4usvEXT")] public static void VertexAttribI4(UInt32 index, UInt16[] v) { @@ -117850,8 +120085,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program4] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram4", Version = "", EntryPoint = "glVertexAttribI4usvEXT")] + [AutoGenerated(Category = "NV_vertex_program4", Version = "", EntryPoint = "glVertexAttribI4usvEXT")] public static void VertexAttribI4(UInt32 index, ref UInt16 v) { @@ -117871,8 +120107,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program4] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram4", Version = "", EntryPoint = "glVertexAttribI4usvEXT")] + [AutoGenerated(Category = "NV_vertex_program4", Version = "", EntryPoint = "glVertexAttribI4usvEXT")] public static unsafe void VertexAttribI4(UInt32 index, UInt16* v) { @@ -117886,7 +120123,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvVertexProgram4", Version = "", EntryPoint = "glVertexAttribIPointerEXT")] + /// [requires: NV_vertex_program4] + [AutoGenerated(Category = "NV_vertex_program4", Version = "", EntryPoint = "glVertexAttribIPointerEXT")] public static void VertexAttribIPointer(Int32 index, Int32 size, OpenTK.Graphics.OpenGL.NvVertexProgram4 type, Int32 stride, IntPtr pointer) { @@ -117900,7 +120138,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvVertexProgram4", Version = "", EntryPoint = "glVertexAttribIPointerEXT")] + /// [requires: NV_vertex_program4] + [AutoGenerated(Category = "NV_vertex_program4", Version = "", EntryPoint = "glVertexAttribIPointerEXT")] public static void VertexAttribIPointer(Int32 index, Int32 size, OpenTK.Graphics.OpenGL.NvVertexProgram4 type, Int32 stride, [InAttribute, OutAttribute] T4[] pointer) where T4 : struct @@ -117923,7 +120162,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvVertexProgram4", Version = "", EntryPoint = "glVertexAttribIPointerEXT")] + /// [requires: NV_vertex_program4] + [AutoGenerated(Category = "NV_vertex_program4", Version = "", EntryPoint = "glVertexAttribIPointerEXT")] public static void VertexAttribIPointer(Int32 index, Int32 size, OpenTK.Graphics.OpenGL.NvVertexProgram4 type, Int32 stride, [InAttribute, OutAttribute] T4[,] pointer) where T4 : struct @@ -117946,7 +120186,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvVertexProgram4", Version = "", EntryPoint = "glVertexAttribIPointerEXT")] + /// [requires: NV_vertex_program4] + [AutoGenerated(Category = "NV_vertex_program4", Version = "", EntryPoint = "glVertexAttribIPointerEXT")] public static void VertexAttribIPointer(Int32 index, Int32 size, OpenTK.Graphics.OpenGL.NvVertexProgram4 type, Int32 stride, [InAttribute, OutAttribute] T4[,,] pointer) where T4 : struct @@ -117969,7 +120210,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvVertexProgram4", Version = "", EntryPoint = "glVertexAttribIPointerEXT")] + /// [requires: NV_vertex_program4] + [AutoGenerated(Category = "NV_vertex_program4", Version = "", EntryPoint = "glVertexAttribIPointerEXT")] public static void VertexAttribIPointer(Int32 index, Int32 size, OpenTK.Graphics.OpenGL.NvVertexProgram4 type, Int32 stride, [InAttribute, OutAttribute] ref T4 pointer) where T4 : struct @@ -117993,8 +120235,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program4] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram4", Version = "", EntryPoint = "glVertexAttribIPointerEXT")] + [AutoGenerated(Category = "NV_vertex_program4", Version = "", EntryPoint = "glVertexAttribIPointerEXT")] public static void VertexAttribIPointer(UInt32 index, Int32 size, OpenTK.Graphics.OpenGL.NvVertexProgram4 type, Int32 stride, IntPtr pointer) { @@ -118008,8 +120251,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program4] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram4", Version = "", EntryPoint = "glVertexAttribIPointerEXT")] + [AutoGenerated(Category = "NV_vertex_program4", Version = "", EntryPoint = "glVertexAttribIPointerEXT")] public static void VertexAttribIPointer(UInt32 index, Int32 size, OpenTK.Graphics.OpenGL.NvVertexProgram4 type, Int32 stride, [InAttribute, OutAttribute] T4[] pointer) where T4 : struct @@ -118032,8 +120276,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program4] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram4", Version = "", EntryPoint = "glVertexAttribIPointerEXT")] + [AutoGenerated(Category = "NV_vertex_program4", Version = "", EntryPoint = "glVertexAttribIPointerEXT")] public static void VertexAttribIPointer(UInt32 index, Int32 size, OpenTK.Graphics.OpenGL.NvVertexProgram4 type, Int32 stride, [InAttribute, OutAttribute] T4[,] pointer) where T4 : struct @@ -118056,8 +120301,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program4] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram4", Version = "", EntryPoint = "glVertexAttribIPointerEXT")] + [AutoGenerated(Category = "NV_vertex_program4", Version = "", EntryPoint = "glVertexAttribIPointerEXT")] public static void VertexAttribIPointer(UInt32 index, Int32 size, OpenTK.Graphics.OpenGL.NvVertexProgram4 type, Int32 stride, [InAttribute, OutAttribute] T4[,,] pointer) where T4 : struct @@ -118080,8 +120326,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program4] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram4", Version = "", EntryPoint = "glVertexAttribIPointerEXT")] + [AutoGenerated(Category = "NV_vertex_program4", Version = "", EntryPoint = "glVertexAttribIPointerEXT")] public static void VertexAttribIPointer(UInt32 index, Int32 size, OpenTK.Graphics.OpenGL.NvVertexProgram4 type, Int32 stride, [InAttribute, OutAttribute] ref T4 pointer) where T4 : struct @@ -118106,7 +120353,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_vertex_array] /// Define an array of vertex data /// /// @@ -118129,7 +120376,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the first coordinate of the first vertex in the array. The initial value is 0. /// /// - [AutoGenerated(Category = "ExtVertexArray", Version = "1.0", EntryPoint = "glVertexPointerEXT")] + [AutoGenerated(Category = "EXT_vertex_array", Version = "1.0", EntryPoint = "glVertexPointerEXT")] public static void VertexPointer(Int32 size, OpenTK.Graphics.OpenGL.VertexPointerType type, Int32 stride, Int32 count, IntPtr pointer) { @@ -118144,7 +120391,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_vertex_array] /// Define an array of vertex data /// /// @@ -118167,7 +120414,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the first coordinate of the first vertex in the array. The initial value is 0. /// /// - [AutoGenerated(Category = "ExtVertexArray", Version = "1.0", EntryPoint = "glVertexPointerEXT")] + [AutoGenerated(Category = "EXT_vertex_array", Version = "1.0", EntryPoint = "glVertexPointerEXT")] public static void VertexPointer(Int32 size, OpenTK.Graphics.OpenGL.VertexPointerType type, Int32 stride, Int32 count, [InAttribute, OutAttribute] T4[] pointer) where T4 : struct @@ -118191,7 +120438,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_vertex_array] /// Define an array of vertex data /// /// @@ -118214,7 +120461,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the first coordinate of the first vertex in the array. The initial value is 0. /// /// - [AutoGenerated(Category = "ExtVertexArray", Version = "1.0", EntryPoint = "glVertexPointerEXT")] + [AutoGenerated(Category = "EXT_vertex_array", Version = "1.0", EntryPoint = "glVertexPointerEXT")] public static void VertexPointer(Int32 size, OpenTK.Graphics.OpenGL.VertexPointerType type, Int32 stride, Int32 count, [InAttribute, OutAttribute] T4[,] pointer) where T4 : struct @@ -118238,7 +120485,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_vertex_array] /// Define an array of vertex data /// /// @@ -118261,7 +120508,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the first coordinate of the first vertex in the array. The initial value is 0. /// /// - [AutoGenerated(Category = "ExtVertexArray", Version = "1.0", EntryPoint = "glVertexPointerEXT")] + [AutoGenerated(Category = "EXT_vertex_array", Version = "1.0", EntryPoint = "glVertexPointerEXT")] public static void VertexPointer(Int32 size, OpenTK.Graphics.OpenGL.VertexPointerType type, Int32 stride, Int32 count, [InAttribute, OutAttribute] T4[,,] pointer) where T4 : struct @@ -118285,7 +120532,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: EXT_vertex_array] /// Define an array of vertex data /// /// @@ -118308,7 +120555,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the first coordinate of the first vertex in the array. The initial value is 0. /// /// - [AutoGenerated(Category = "ExtVertexArray", Version = "1.0", EntryPoint = "glVertexPointerEXT")] + [AutoGenerated(Category = "EXT_vertex_array", Version = "1.0", EntryPoint = "glVertexPointerEXT")] public static void VertexPointer(Int32 size, OpenTK.Graphics.OpenGL.VertexPointerType type, Int32 stride, Int32 count, [InAttribute, OutAttribute] ref T4 pointer) where T4 : struct @@ -118332,7 +120579,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtVertexWeighting", Version = "1.1", EntryPoint = "glVertexWeightfEXT")] + /// [requires: EXT_vertex_weighting] + [AutoGenerated(Category = "EXT_vertex_weighting", Version = "1.1", EntryPoint = "glVertexWeightfEXT")] public static void VertexWeight(Single weight) { @@ -118346,8 +120594,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_vertex_weighting] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtVertexWeighting", Version = "1.1", EntryPoint = "glVertexWeightfvEXT")] + [AutoGenerated(Category = "EXT_vertex_weighting", Version = "1.1", EntryPoint = "glVertexWeightfvEXT")] public static unsafe void VertexWeight(Single* weight) { @@ -118361,7 +120610,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtVertexWeighting", Version = "1.1", EntryPoint = "glVertexWeightPointerEXT")] + /// [requires: EXT_vertex_weighting] + [AutoGenerated(Category = "EXT_vertex_weighting", Version = "1.1", EntryPoint = "glVertexWeightPointerEXT")] public static void VertexWeightPointer(Int32 size, OpenTK.Graphics.OpenGL.ExtVertexWeighting type, Int32 stride, IntPtr pointer) { @@ -118375,7 +120625,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtVertexWeighting", Version = "1.1", EntryPoint = "glVertexWeightPointerEXT")] + /// [requires: EXT_vertex_weighting] + [AutoGenerated(Category = "EXT_vertex_weighting", Version = "1.1", EntryPoint = "glVertexWeightPointerEXT")] public static void VertexWeightPointer(Int32 size, OpenTK.Graphics.OpenGL.ExtVertexWeighting type, Int32 stride, [InAttribute, OutAttribute] T3[] pointer) where T3 : struct @@ -118398,7 +120649,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtVertexWeighting", Version = "1.1", EntryPoint = "glVertexWeightPointerEXT")] + /// [requires: EXT_vertex_weighting] + [AutoGenerated(Category = "EXT_vertex_weighting", Version = "1.1", EntryPoint = "glVertexWeightPointerEXT")] public static void VertexWeightPointer(Int32 size, OpenTK.Graphics.OpenGL.ExtVertexWeighting type, Int32 stride, [InAttribute, OutAttribute] T3[,] pointer) where T3 : struct @@ -118421,7 +120673,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtVertexWeighting", Version = "1.1", EntryPoint = "glVertexWeightPointerEXT")] + /// [requires: EXT_vertex_weighting] + [AutoGenerated(Category = "EXT_vertex_weighting", Version = "1.1", EntryPoint = "glVertexWeightPointerEXT")] public static void VertexWeightPointer(Int32 size, OpenTK.Graphics.OpenGL.ExtVertexWeighting type, Int32 stride, [InAttribute, OutAttribute] T3[,,] pointer) where T3 : struct @@ -118444,7 +120697,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtVertexWeighting", Version = "1.1", EntryPoint = "glVertexWeightPointerEXT")] + /// [requires: EXT_vertex_weighting] + [AutoGenerated(Category = "EXT_vertex_weighting", Version = "1.1", EntryPoint = "glVertexWeightPointerEXT")] public static void VertexWeightPointer(Int32 size, OpenTK.Graphics.OpenGL.ExtVertexWeighting type, Int32 stride, [InAttribute, OutAttribute] ref T3 pointer) where T3 : struct @@ -118468,7 +120722,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glWriteMaskEXT")] + /// [requires: EXT_vertex_shader] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glWriteMaskEXT")] public static void WriteMask(Int32 res, Int32 @in, OpenTK.Graphics.OpenGL.ExtVertexShader outX, OpenTK.Graphics.OpenGL.ExtVertexShader outY, OpenTK.Graphics.OpenGL.ExtVertexShader outZ, OpenTK.Graphics.OpenGL.ExtVertexShader outW) { @@ -118482,8 +120737,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: EXT_vertex_shader] [System.CLSCompliant(false)] - [AutoGenerated(Category = "ExtVertexShader", Version = "1.2", EntryPoint = "glWriteMaskEXT")] + [AutoGenerated(Category = "EXT_vertex_shader", Version = "1.2", EntryPoint = "glWriteMaskEXT")] public static void WriteMask(UInt32 res, UInt32 @in, OpenTK.Graphics.OpenGL.ExtVertexShader outX, OpenTK.Graphics.OpenGL.ExtVertexShader outY, OpenTK.Graphics.OpenGL.ExtVertexShader outZ, OpenTK.Graphics.OpenGL.ExtVertexShader outW) { @@ -118501,7 +120757,8 @@ namespace OpenTK.Graphics.OpenGL public static partial class Gremedy { - [AutoGenerated(Category = "GremedyFrameTerminator", Version = "1.0", EntryPoint = "glFrameTerminatorGREMEDY")] + /// [requires: GREMEDY_frame_terminator] + [AutoGenerated(Category = "GREMEDY_frame_terminator", Version = "1.0", EntryPoint = "glFrameTerminatorGREMEDY")] public static void FrameTerminator() { @@ -118515,7 +120772,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "GremedyStringMarker", Version = "1.0", EntryPoint = "glStringMarkerGREMEDY")] + /// [requires: GREMEDY_string_marker] + [AutoGenerated(Category = "GREMEDY_string_marker", Version = "1.0", EntryPoint = "glStringMarkerGREMEDY")] public static void StringMarker(Int32 len, IntPtr @string) { @@ -118529,7 +120787,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "GremedyStringMarker", Version = "1.0", EntryPoint = "glStringMarkerGREMEDY")] + /// [requires: GREMEDY_string_marker] + [AutoGenerated(Category = "GREMEDY_string_marker", Version = "1.0", EntryPoint = "glStringMarkerGREMEDY")] public static void StringMarker(Int32 len, [InAttribute, OutAttribute] T1[] @string) where T1 : struct @@ -118552,7 +120811,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "GremedyStringMarker", Version = "1.0", EntryPoint = "glStringMarkerGREMEDY")] + /// [requires: GREMEDY_string_marker] + [AutoGenerated(Category = "GREMEDY_string_marker", Version = "1.0", EntryPoint = "glStringMarkerGREMEDY")] public static void StringMarker(Int32 len, [InAttribute, OutAttribute] T1[,] @string) where T1 : struct @@ -118575,7 +120835,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "GremedyStringMarker", Version = "1.0", EntryPoint = "glStringMarkerGREMEDY")] + /// [requires: GREMEDY_string_marker] + [AutoGenerated(Category = "GREMEDY_string_marker", Version = "1.0", EntryPoint = "glStringMarkerGREMEDY")] public static void StringMarker(Int32 len, [InAttribute, OutAttribute] T1[,,] @string) where T1 : struct @@ -118598,7 +120859,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "GremedyStringMarker", Version = "1.0", EntryPoint = "glStringMarkerGREMEDY")] + /// [requires: GREMEDY_string_marker] + [AutoGenerated(Category = "GREMEDY_string_marker", Version = "1.0", EntryPoint = "glStringMarkerGREMEDY")] public static void StringMarker(Int32 len, [InAttribute, OutAttribute] ref T1 @string) where T1 : struct @@ -118626,7 +120888,8 @@ namespace OpenTK.Graphics.OpenGL public static partial class HP { - [AutoGenerated(Category = "HpImageTransform", Version = "1.1", EntryPoint = "glGetImageTransformParameterfvHP")] + /// [requires: HP_image_transform] + [AutoGenerated(Category = "HP_image_transform", Version = "1.1", EntryPoint = "glGetImageTransformParameterfvHP")] public static void GetImageTransformParameter(OpenTK.Graphics.OpenGL.HpImageTransform target, OpenTK.Graphics.OpenGL.HpImageTransform pname, [OutAttribute] Single[] @params) { @@ -118646,7 +120909,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "HpImageTransform", Version = "1.1", EntryPoint = "glGetImageTransformParameterfvHP")] + /// [requires: HP_image_transform] + [AutoGenerated(Category = "HP_image_transform", Version = "1.1", EntryPoint = "glGetImageTransformParameterfvHP")] public static void GetImageTransformParameter(OpenTK.Graphics.OpenGL.HpImageTransform target, OpenTK.Graphics.OpenGL.HpImageTransform pname, [OutAttribute] out Single @params) { @@ -118667,8 +120931,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: HP_image_transform] [System.CLSCompliant(false)] - [AutoGenerated(Category = "HpImageTransform", Version = "1.1", EntryPoint = "glGetImageTransformParameterfvHP")] + [AutoGenerated(Category = "HP_image_transform", Version = "1.1", EntryPoint = "glGetImageTransformParameterfvHP")] public static unsafe void GetImageTransformParameter(OpenTK.Graphics.OpenGL.HpImageTransform target, OpenTK.Graphics.OpenGL.HpImageTransform pname, [OutAttribute] Single* @params) { @@ -118682,7 +120947,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "HpImageTransform", Version = "1.1", EntryPoint = "glGetImageTransformParameterivHP")] + /// [requires: HP_image_transform] + [AutoGenerated(Category = "HP_image_transform", Version = "1.1", EntryPoint = "glGetImageTransformParameterivHP")] public static void GetImageTransformParameter(OpenTK.Graphics.OpenGL.HpImageTransform target, OpenTK.Graphics.OpenGL.HpImageTransform pname, [OutAttribute] Int32[] @params) { @@ -118702,7 +120968,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "HpImageTransform", Version = "1.1", EntryPoint = "glGetImageTransformParameterivHP")] + /// [requires: HP_image_transform] + [AutoGenerated(Category = "HP_image_transform", Version = "1.1", EntryPoint = "glGetImageTransformParameterivHP")] public static void GetImageTransformParameter(OpenTK.Graphics.OpenGL.HpImageTransform target, OpenTK.Graphics.OpenGL.HpImageTransform pname, [OutAttribute] out Int32 @params) { @@ -118723,8 +120990,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: HP_image_transform] [System.CLSCompliant(false)] - [AutoGenerated(Category = "HpImageTransform", Version = "1.1", EntryPoint = "glGetImageTransformParameterivHP")] + [AutoGenerated(Category = "HP_image_transform", Version = "1.1", EntryPoint = "glGetImageTransformParameterivHP")] public static unsafe void GetImageTransformParameter(OpenTK.Graphics.OpenGL.HpImageTransform target, OpenTK.Graphics.OpenGL.HpImageTransform pname, [OutAttribute] Int32* @params) { @@ -118738,7 +121006,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "HpImageTransform", Version = "1.1", EntryPoint = "glImageTransformParameterfHP")] + /// [requires: HP_image_transform] + [AutoGenerated(Category = "HP_image_transform", Version = "1.1", EntryPoint = "glImageTransformParameterfHP")] public static void ImageTransformParameter(OpenTK.Graphics.OpenGL.HpImageTransform target, OpenTK.Graphics.OpenGL.HpImageTransform pname, Single param) { @@ -118752,7 +121021,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "HpImageTransform", Version = "1.1", EntryPoint = "glImageTransformParameterfvHP")] + /// [requires: HP_image_transform] + [AutoGenerated(Category = "HP_image_transform", Version = "1.1", EntryPoint = "glImageTransformParameterfvHP")] public static void ImageTransformParameter(OpenTK.Graphics.OpenGL.HpImageTransform target, OpenTK.Graphics.OpenGL.HpImageTransform pname, Single[] @params) { @@ -118772,8 +121042,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: HP_image_transform] [System.CLSCompliant(false)] - [AutoGenerated(Category = "HpImageTransform", Version = "1.1", EntryPoint = "glImageTransformParameterfvHP")] + [AutoGenerated(Category = "HP_image_transform", Version = "1.1", EntryPoint = "glImageTransformParameterfvHP")] public static unsafe void ImageTransformParameter(OpenTK.Graphics.OpenGL.HpImageTransform target, OpenTK.Graphics.OpenGL.HpImageTransform pname, Single* @params) { @@ -118787,7 +121058,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "HpImageTransform", Version = "1.1", EntryPoint = "glImageTransformParameteriHP")] + /// [requires: HP_image_transform] + [AutoGenerated(Category = "HP_image_transform", Version = "1.1", EntryPoint = "glImageTransformParameteriHP")] public static void ImageTransformParameter(OpenTK.Graphics.OpenGL.HpImageTransform target, OpenTK.Graphics.OpenGL.HpImageTransform pname, Int32 param) { @@ -118801,7 +121073,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "HpImageTransform", Version = "1.1", EntryPoint = "glImageTransformParameterivHP")] + /// [requires: HP_image_transform] + [AutoGenerated(Category = "HP_image_transform", Version = "1.1", EntryPoint = "glImageTransformParameterivHP")] public static void ImageTransformParameter(OpenTK.Graphics.OpenGL.HpImageTransform target, OpenTK.Graphics.OpenGL.HpImageTransform pname, Int32[] @params) { @@ -118821,8 +121094,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: HP_image_transform] [System.CLSCompliant(false)] - [AutoGenerated(Category = "HpImageTransform", Version = "1.1", EntryPoint = "glImageTransformParameterivHP")] + [AutoGenerated(Category = "HP_image_transform", Version = "1.1", EntryPoint = "glImageTransformParameterivHP")] public static unsafe void ImageTransformParameter(OpenTK.Graphics.OpenGL.HpImageTransform target, OpenTK.Graphics.OpenGL.HpImageTransform pname, Int32* @params) { @@ -118840,7 +121114,8 @@ namespace OpenTK.Graphics.OpenGL public static partial class Ibm { - [AutoGenerated(Category = "IbmVertexArrayLists", Version = "1.1", EntryPoint = "glColorPointerListIBM")] + /// [requires: IBM_vertex_array_lists] + [AutoGenerated(Category = "IBM_vertex_array_lists", Version = "1.1", EntryPoint = "glColorPointerListIBM")] public static void ColorPointerList(Int32 size, OpenTK.Graphics.OpenGL.ColorPointerType type, Int32 stride, IntPtr pointer, Int32 ptrstride) { @@ -118854,7 +121129,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "IbmVertexArrayLists", Version = "1.1", EntryPoint = "glColorPointerListIBM")] + /// [requires: IBM_vertex_array_lists] + [AutoGenerated(Category = "IBM_vertex_array_lists", Version = "1.1", EntryPoint = "glColorPointerListIBM")] public static void ColorPointerList(Int32 size, OpenTK.Graphics.OpenGL.ColorPointerType type, Int32 stride, [InAttribute, OutAttribute] T3[] pointer, Int32 ptrstride) where T3 : struct @@ -118877,7 +121153,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "IbmVertexArrayLists", Version = "1.1", EntryPoint = "glColorPointerListIBM")] + /// [requires: IBM_vertex_array_lists] + [AutoGenerated(Category = "IBM_vertex_array_lists", Version = "1.1", EntryPoint = "glColorPointerListIBM")] public static void ColorPointerList(Int32 size, OpenTK.Graphics.OpenGL.ColorPointerType type, Int32 stride, [InAttribute, OutAttribute] T3[,] pointer, Int32 ptrstride) where T3 : struct @@ -118900,7 +121177,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "IbmVertexArrayLists", Version = "1.1", EntryPoint = "glColorPointerListIBM")] + /// [requires: IBM_vertex_array_lists] + [AutoGenerated(Category = "IBM_vertex_array_lists", Version = "1.1", EntryPoint = "glColorPointerListIBM")] public static void ColorPointerList(Int32 size, OpenTK.Graphics.OpenGL.ColorPointerType type, Int32 stride, [InAttribute, OutAttribute] T3[,,] pointer, Int32 ptrstride) where T3 : struct @@ -118923,7 +121201,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "IbmVertexArrayLists", Version = "1.1", EntryPoint = "glColorPointerListIBM")] + /// [requires: IBM_vertex_array_lists] + [AutoGenerated(Category = "IBM_vertex_array_lists", Version = "1.1", EntryPoint = "glColorPointerListIBM")] public static void ColorPointerList(Int32 size, OpenTK.Graphics.OpenGL.ColorPointerType type, Int32 stride, [InAttribute, OutAttribute] ref T3 pointer, Int32 ptrstride) where T3 : struct @@ -118947,7 +121226,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "IbmVertexArrayLists", Version = "1.1", EntryPoint = "glEdgeFlagPointerListIBM")] + /// [requires: IBM_vertex_array_lists] + [AutoGenerated(Category = "IBM_vertex_array_lists", Version = "1.1", EntryPoint = "glEdgeFlagPointerListIBM")] public static void EdgeFlagPointerList(Int32 stride, bool[] pointer, Int32 ptrstride) { @@ -118967,7 +121247,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "IbmVertexArrayLists", Version = "1.1", EntryPoint = "glEdgeFlagPointerListIBM")] + /// [requires: IBM_vertex_array_lists] + [AutoGenerated(Category = "IBM_vertex_array_lists", Version = "1.1", EntryPoint = "glEdgeFlagPointerListIBM")] public static void EdgeFlagPointerList(Int32 stride, ref bool pointer, Int32 ptrstride) { @@ -118987,8 +121268,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: IBM_vertex_array_lists] [System.CLSCompliant(false)] - [AutoGenerated(Category = "IbmVertexArrayLists", Version = "1.1", EntryPoint = "glEdgeFlagPointerListIBM")] + [AutoGenerated(Category = "IBM_vertex_array_lists", Version = "1.1", EntryPoint = "glEdgeFlagPointerListIBM")] public static unsafe void EdgeFlagPointerList(Int32 stride, bool* pointer, Int32 ptrstride) { @@ -119002,7 +121284,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "IbmVertexArrayLists", Version = "1.1", EntryPoint = "glFogCoordPointerListIBM")] + /// [requires: IBM_vertex_array_lists] + [AutoGenerated(Category = "IBM_vertex_array_lists", Version = "1.1", EntryPoint = "glFogCoordPointerListIBM")] public static void FogCoordPointerList(OpenTK.Graphics.OpenGL.IbmVertexArrayLists type, Int32 stride, IntPtr pointer, Int32 ptrstride) { @@ -119016,7 +121299,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "IbmVertexArrayLists", Version = "1.1", EntryPoint = "glFogCoordPointerListIBM")] + /// [requires: IBM_vertex_array_lists] + [AutoGenerated(Category = "IBM_vertex_array_lists", Version = "1.1", EntryPoint = "glFogCoordPointerListIBM")] public static void FogCoordPointerList(OpenTK.Graphics.OpenGL.IbmVertexArrayLists type, Int32 stride, [InAttribute, OutAttribute] T2[] pointer, Int32 ptrstride) where T2 : struct @@ -119039,7 +121323,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "IbmVertexArrayLists", Version = "1.1", EntryPoint = "glFogCoordPointerListIBM")] + /// [requires: IBM_vertex_array_lists] + [AutoGenerated(Category = "IBM_vertex_array_lists", Version = "1.1", EntryPoint = "glFogCoordPointerListIBM")] public static void FogCoordPointerList(OpenTK.Graphics.OpenGL.IbmVertexArrayLists type, Int32 stride, [InAttribute, OutAttribute] T2[,] pointer, Int32 ptrstride) where T2 : struct @@ -119062,7 +121347,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "IbmVertexArrayLists", Version = "1.1", EntryPoint = "glFogCoordPointerListIBM")] + /// [requires: IBM_vertex_array_lists] + [AutoGenerated(Category = "IBM_vertex_array_lists", Version = "1.1", EntryPoint = "glFogCoordPointerListIBM")] public static void FogCoordPointerList(OpenTK.Graphics.OpenGL.IbmVertexArrayLists type, Int32 stride, [InAttribute, OutAttribute] T2[,,] pointer, Int32 ptrstride) where T2 : struct @@ -119085,7 +121371,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "IbmVertexArrayLists", Version = "1.1", EntryPoint = "glFogCoordPointerListIBM")] + /// [requires: IBM_vertex_array_lists] + [AutoGenerated(Category = "IBM_vertex_array_lists", Version = "1.1", EntryPoint = "glFogCoordPointerListIBM")] public static void FogCoordPointerList(OpenTK.Graphics.OpenGL.IbmVertexArrayLists type, Int32 stride, [InAttribute, OutAttribute] ref T2 pointer, Int32 ptrstride) where T2 : struct @@ -119109,7 +121396,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "IbmVertexArrayLists", Version = "1.1", EntryPoint = "glIndexPointerListIBM")] + /// [requires: IBM_vertex_array_lists] + [AutoGenerated(Category = "IBM_vertex_array_lists", Version = "1.1", EntryPoint = "glIndexPointerListIBM")] public static void IndexPointerList(OpenTK.Graphics.OpenGL.IndexPointerType type, Int32 stride, IntPtr pointer, Int32 ptrstride) { @@ -119123,7 +121411,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "IbmVertexArrayLists", Version = "1.1", EntryPoint = "glIndexPointerListIBM")] + /// [requires: IBM_vertex_array_lists] + [AutoGenerated(Category = "IBM_vertex_array_lists", Version = "1.1", EntryPoint = "glIndexPointerListIBM")] public static void IndexPointerList(OpenTK.Graphics.OpenGL.IndexPointerType type, Int32 stride, [InAttribute, OutAttribute] T2[] pointer, Int32 ptrstride) where T2 : struct @@ -119146,7 +121435,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "IbmVertexArrayLists", Version = "1.1", EntryPoint = "glIndexPointerListIBM")] + /// [requires: IBM_vertex_array_lists] + [AutoGenerated(Category = "IBM_vertex_array_lists", Version = "1.1", EntryPoint = "glIndexPointerListIBM")] public static void IndexPointerList(OpenTK.Graphics.OpenGL.IndexPointerType type, Int32 stride, [InAttribute, OutAttribute] T2[,] pointer, Int32 ptrstride) where T2 : struct @@ -119169,7 +121459,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "IbmVertexArrayLists", Version = "1.1", EntryPoint = "glIndexPointerListIBM")] + /// [requires: IBM_vertex_array_lists] + [AutoGenerated(Category = "IBM_vertex_array_lists", Version = "1.1", EntryPoint = "glIndexPointerListIBM")] public static void IndexPointerList(OpenTK.Graphics.OpenGL.IndexPointerType type, Int32 stride, [InAttribute, OutAttribute] T2[,,] pointer, Int32 ptrstride) where T2 : struct @@ -119192,7 +121483,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "IbmVertexArrayLists", Version = "1.1", EntryPoint = "glIndexPointerListIBM")] + /// [requires: IBM_vertex_array_lists] + [AutoGenerated(Category = "IBM_vertex_array_lists", Version = "1.1", EntryPoint = "glIndexPointerListIBM")] public static void IndexPointerList(OpenTK.Graphics.OpenGL.IndexPointerType type, Int32 stride, [InAttribute, OutAttribute] ref T2 pointer, Int32 ptrstride) where T2 : struct @@ -119216,7 +121508,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "IbmMultimodeDrawArrays", Version = "1.1", EntryPoint = "glMultiModeDrawArraysIBM")] + /// [requires: IBM_multimode_draw_arrays] + [AutoGenerated(Category = "IBM_multimode_draw_arrays", Version = "1.1", EntryPoint = "glMultiModeDrawArraysIBM")] public static void MultiModeDrawArrays(OpenTK.Graphics.OpenGL.BeginMode[] mode, Int32[] first, Int32[] count, Int32 primcount, Int32 modestride) { @@ -119238,7 +121531,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "IbmMultimodeDrawArrays", Version = "1.1", EntryPoint = "glMultiModeDrawArraysIBM")] + /// [requires: IBM_multimode_draw_arrays] + [AutoGenerated(Category = "IBM_multimode_draw_arrays", Version = "1.1", EntryPoint = "glMultiModeDrawArraysIBM")] public static void MultiModeDrawArrays(ref OpenTK.Graphics.OpenGL.BeginMode mode, ref Int32 first, ref Int32 count, Int32 primcount, Int32 modestride) { @@ -119260,8 +121554,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: IBM_multimode_draw_arrays] [System.CLSCompliant(false)] - [AutoGenerated(Category = "IbmMultimodeDrawArrays", Version = "1.1", EntryPoint = "glMultiModeDrawArraysIBM")] + [AutoGenerated(Category = "IBM_multimode_draw_arrays", Version = "1.1", EntryPoint = "glMultiModeDrawArraysIBM")] public static unsafe void MultiModeDrawArrays(OpenTK.Graphics.OpenGL.BeginMode* mode, Int32* first, Int32* count, Int32 primcount, Int32 modestride) { @@ -119275,7 +121570,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "IbmMultimodeDrawArrays", Version = "1.1", EntryPoint = "glMultiModeDrawElementsIBM")] + /// [requires: IBM_multimode_draw_arrays] + [AutoGenerated(Category = "IBM_multimode_draw_arrays", Version = "1.1", EntryPoint = "glMultiModeDrawElementsIBM")] public static void MultiModeDrawElements(OpenTK.Graphics.OpenGL.BeginMode[] mode, Int32[] count, OpenTK.Graphics.OpenGL.DrawElementsType type, IntPtr indices, Int32 primcount, Int32 modestride) { @@ -119296,7 +121592,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "IbmMultimodeDrawArrays", Version = "1.1", EntryPoint = "glMultiModeDrawElementsIBM")] + /// [requires: IBM_multimode_draw_arrays] + [AutoGenerated(Category = "IBM_multimode_draw_arrays", Version = "1.1", EntryPoint = "glMultiModeDrawElementsIBM")] public static void MultiModeDrawElements(OpenTK.Graphics.OpenGL.BeginMode[] mode, Int32[] count, OpenTK.Graphics.OpenGL.DrawElementsType type, [InAttribute, OutAttribute] T3[] indices, Int32 primcount, Int32 modestride) where T3 : struct @@ -119326,7 +121623,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "IbmMultimodeDrawArrays", Version = "1.1", EntryPoint = "glMultiModeDrawElementsIBM")] + /// [requires: IBM_multimode_draw_arrays] + [AutoGenerated(Category = "IBM_multimode_draw_arrays", Version = "1.1", EntryPoint = "glMultiModeDrawElementsIBM")] public static void MultiModeDrawElements(OpenTK.Graphics.OpenGL.BeginMode[] mode, Int32[] count, OpenTK.Graphics.OpenGL.DrawElementsType type, [InAttribute, OutAttribute] T3[,] indices, Int32 primcount, Int32 modestride) where T3 : struct @@ -119356,7 +121654,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "IbmMultimodeDrawArrays", Version = "1.1", EntryPoint = "glMultiModeDrawElementsIBM")] + /// [requires: IBM_multimode_draw_arrays] + [AutoGenerated(Category = "IBM_multimode_draw_arrays", Version = "1.1", EntryPoint = "glMultiModeDrawElementsIBM")] public static void MultiModeDrawElements(OpenTK.Graphics.OpenGL.BeginMode[] mode, Int32[] count, OpenTK.Graphics.OpenGL.DrawElementsType type, [InAttribute, OutAttribute] T3[,,] indices, Int32 primcount, Int32 modestride) where T3 : struct @@ -119386,7 +121685,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "IbmMultimodeDrawArrays", Version = "1.1", EntryPoint = "glMultiModeDrawElementsIBM")] + /// [requires: IBM_multimode_draw_arrays] + [AutoGenerated(Category = "IBM_multimode_draw_arrays", Version = "1.1", EntryPoint = "glMultiModeDrawElementsIBM")] public static void MultiModeDrawElements(OpenTK.Graphics.OpenGL.BeginMode[] mode, Int32[] count, OpenTK.Graphics.OpenGL.DrawElementsType type, [InAttribute, OutAttribute] ref T3 indices, Int32 primcount, Int32 modestride) where T3 : struct @@ -119417,7 +121717,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "IbmMultimodeDrawArrays", Version = "1.1", EntryPoint = "glMultiModeDrawElementsIBM")] + /// [requires: IBM_multimode_draw_arrays] + [AutoGenerated(Category = "IBM_multimode_draw_arrays", Version = "1.1", EntryPoint = "glMultiModeDrawElementsIBM")] public static void MultiModeDrawElements(ref OpenTK.Graphics.OpenGL.BeginMode mode, ref Int32 count, OpenTK.Graphics.OpenGL.DrawElementsType type, IntPtr indices, Int32 primcount, Int32 modestride) { @@ -119438,7 +121739,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "IbmMultimodeDrawArrays", Version = "1.1", EntryPoint = "glMultiModeDrawElementsIBM")] + /// [requires: IBM_multimode_draw_arrays] + [AutoGenerated(Category = "IBM_multimode_draw_arrays", Version = "1.1", EntryPoint = "glMultiModeDrawElementsIBM")] public static void MultiModeDrawElements(ref OpenTK.Graphics.OpenGL.BeginMode mode, ref Int32 count, OpenTK.Graphics.OpenGL.DrawElementsType type, [InAttribute, OutAttribute] T3[] indices, Int32 primcount, Int32 modestride) where T3 : struct @@ -119468,7 +121770,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "IbmMultimodeDrawArrays", Version = "1.1", EntryPoint = "glMultiModeDrawElementsIBM")] + /// [requires: IBM_multimode_draw_arrays] + [AutoGenerated(Category = "IBM_multimode_draw_arrays", Version = "1.1", EntryPoint = "glMultiModeDrawElementsIBM")] public static void MultiModeDrawElements(ref OpenTK.Graphics.OpenGL.BeginMode mode, ref Int32 count, OpenTK.Graphics.OpenGL.DrawElementsType type, [InAttribute, OutAttribute] T3[,] indices, Int32 primcount, Int32 modestride) where T3 : struct @@ -119498,7 +121801,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "IbmMultimodeDrawArrays", Version = "1.1", EntryPoint = "glMultiModeDrawElementsIBM")] + /// [requires: IBM_multimode_draw_arrays] + [AutoGenerated(Category = "IBM_multimode_draw_arrays", Version = "1.1", EntryPoint = "glMultiModeDrawElementsIBM")] public static void MultiModeDrawElements(ref OpenTK.Graphics.OpenGL.BeginMode mode, ref Int32 count, OpenTK.Graphics.OpenGL.DrawElementsType type, [InAttribute, OutAttribute] T3[,,] indices, Int32 primcount, Int32 modestride) where T3 : struct @@ -119528,7 +121832,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "IbmMultimodeDrawArrays", Version = "1.1", EntryPoint = "glMultiModeDrawElementsIBM")] + /// [requires: IBM_multimode_draw_arrays] + [AutoGenerated(Category = "IBM_multimode_draw_arrays", Version = "1.1", EntryPoint = "glMultiModeDrawElementsIBM")] public static void MultiModeDrawElements(ref OpenTK.Graphics.OpenGL.BeginMode mode, ref Int32 count, OpenTK.Graphics.OpenGL.DrawElementsType type, [InAttribute, OutAttribute] ref T3 indices, Int32 primcount, Int32 modestride) where T3 : struct @@ -119559,8 +121864,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: IBM_multimode_draw_arrays] [System.CLSCompliant(false)] - [AutoGenerated(Category = "IbmMultimodeDrawArrays", Version = "1.1", EntryPoint = "glMultiModeDrawElementsIBM")] + [AutoGenerated(Category = "IBM_multimode_draw_arrays", Version = "1.1", EntryPoint = "glMultiModeDrawElementsIBM")] public static unsafe void MultiModeDrawElements(OpenTK.Graphics.OpenGL.BeginMode* mode, Int32* count, OpenTK.Graphics.OpenGL.DrawElementsType type, IntPtr indices, Int32 primcount, Int32 modestride) { @@ -119574,8 +121880,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: IBM_multimode_draw_arrays] [System.CLSCompliant(false)] - [AutoGenerated(Category = "IbmMultimodeDrawArrays", Version = "1.1", EntryPoint = "glMultiModeDrawElementsIBM")] + [AutoGenerated(Category = "IBM_multimode_draw_arrays", Version = "1.1", EntryPoint = "glMultiModeDrawElementsIBM")] public static unsafe void MultiModeDrawElements(OpenTK.Graphics.OpenGL.BeginMode* mode, Int32* count, OpenTK.Graphics.OpenGL.DrawElementsType type, [InAttribute, OutAttribute] T3[] indices, Int32 primcount, Int32 modestride) where T3 : struct @@ -119598,8 +121905,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: IBM_multimode_draw_arrays] [System.CLSCompliant(false)] - [AutoGenerated(Category = "IbmMultimodeDrawArrays", Version = "1.1", EntryPoint = "glMultiModeDrawElementsIBM")] + [AutoGenerated(Category = "IBM_multimode_draw_arrays", Version = "1.1", EntryPoint = "glMultiModeDrawElementsIBM")] public static unsafe void MultiModeDrawElements(OpenTK.Graphics.OpenGL.BeginMode* mode, Int32* count, OpenTK.Graphics.OpenGL.DrawElementsType type, [InAttribute, OutAttribute] T3[,] indices, Int32 primcount, Int32 modestride) where T3 : struct @@ -119622,8 +121930,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: IBM_multimode_draw_arrays] [System.CLSCompliant(false)] - [AutoGenerated(Category = "IbmMultimodeDrawArrays", Version = "1.1", EntryPoint = "glMultiModeDrawElementsIBM")] + [AutoGenerated(Category = "IBM_multimode_draw_arrays", Version = "1.1", EntryPoint = "glMultiModeDrawElementsIBM")] public static unsafe void MultiModeDrawElements(OpenTK.Graphics.OpenGL.BeginMode* mode, Int32* count, OpenTK.Graphics.OpenGL.DrawElementsType type, [InAttribute, OutAttribute] T3[,,] indices, Int32 primcount, Int32 modestride) where T3 : struct @@ -119646,8 +121955,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: IBM_multimode_draw_arrays] [System.CLSCompliant(false)] - [AutoGenerated(Category = "IbmMultimodeDrawArrays", Version = "1.1", EntryPoint = "glMultiModeDrawElementsIBM")] + [AutoGenerated(Category = "IBM_multimode_draw_arrays", Version = "1.1", EntryPoint = "glMultiModeDrawElementsIBM")] public static unsafe void MultiModeDrawElements(OpenTK.Graphics.OpenGL.BeginMode* mode, Int32* count, OpenTK.Graphics.OpenGL.DrawElementsType type, [InAttribute, OutAttribute] ref T3 indices, Int32 primcount, Int32 modestride) where T3 : struct @@ -119671,7 +121981,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "IbmVertexArrayLists", Version = "1.1", EntryPoint = "glNormalPointerListIBM")] + /// [requires: IBM_vertex_array_lists] + [AutoGenerated(Category = "IBM_vertex_array_lists", Version = "1.1", EntryPoint = "glNormalPointerListIBM")] public static void NormalPointerList(OpenTK.Graphics.OpenGL.NormalPointerType type, Int32 stride, IntPtr pointer, Int32 ptrstride) { @@ -119685,7 +121996,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "IbmVertexArrayLists", Version = "1.1", EntryPoint = "glNormalPointerListIBM")] + /// [requires: IBM_vertex_array_lists] + [AutoGenerated(Category = "IBM_vertex_array_lists", Version = "1.1", EntryPoint = "glNormalPointerListIBM")] public static void NormalPointerList(OpenTK.Graphics.OpenGL.NormalPointerType type, Int32 stride, [InAttribute, OutAttribute] T2[] pointer, Int32 ptrstride) where T2 : struct @@ -119708,7 +122020,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "IbmVertexArrayLists", Version = "1.1", EntryPoint = "glNormalPointerListIBM")] + /// [requires: IBM_vertex_array_lists] + [AutoGenerated(Category = "IBM_vertex_array_lists", Version = "1.1", EntryPoint = "glNormalPointerListIBM")] public static void NormalPointerList(OpenTK.Graphics.OpenGL.NormalPointerType type, Int32 stride, [InAttribute, OutAttribute] T2[,] pointer, Int32 ptrstride) where T2 : struct @@ -119731,7 +122044,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "IbmVertexArrayLists", Version = "1.1", EntryPoint = "glNormalPointerListIBM")] + /// [requires: IBM_vertex_array_lists] + [AutoGenerated(Category = "IBM_vertex_array_lists", Version = "1.1", EntryPoint = "glNormalPointerListIBM")] public static void NormalPointerList(OpenTK.Graphics.OpenGL.NormalPointerType type, Int32 stride, [InAttribute, OutAttribute] T2[,,] pointer, Int32 ptrstride) where T2 : struct @@ -119754,7 +122068,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "IbmVertexArrayLists", Version = "1.1", EntryPoint = "glNormalPointerListIBM")] + /// [requires: IBM_vertex_array_lists] + [AutoGenerated(Category = "IBM_vertex_array_lists", Version = "1.1", EntryPoint = "glNormalPointerListIBM")] public static void NormalPointerList(OpenTK.Graphics.OpenGL.NormalPointerType type, Int32 stride, [InAttribute, OutAttribute] ref T2 pointer, Int32 ptrstride) where T2 : struct @@ -119778,7 +122093,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "IbmVertexArrayLists", Version = "1.1", EntryPoint = "glSecondaryColorPointerListIBM")] + /// [requires: IBM_vertex_array_lists] + [AutoGenerated(Category = "IBM_vertex_array_lists", Version = "1.1", EntryPoint = "glSecondaryColorPointerListIBM")] public static void SecondaryColorPointerList(Int32 size, OpenTK.Graphics.OpenGL.IbmVertexArrayLists type, Int32 stride, IntPtr pointer, Int32 ptrstride) { @@ -119792,7 +122108,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "IbmVertexArrayLists", Version = "1.1", EntryPoint = "glSecondaryColorPointerListIBM")] + /// [requires: IBM_vertex_array_lists] + [AutoGenerated(Category = "IBM_vertex_array_lists", Version = "1.1", EntryPoint = "glSecondaryColorPointerListIBM")] public static void SecondaryColorPointerList(Int32 size, OpenTK.Graphics.OpenGL.IbmVertexArrayLists type, Int32 stride, [InAttribute, OutAttribute] T3[] pointer, Int32 ptrstride) where T3 : struct @@ -119815,7 +122132,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "IbmVertexArrayLists", Version = "1.1", EntryPoint = "glSecondaryColorPointerListIBM")] + /// [requires: IBM_vertex_array_lists] + [AutoGenerated(Category = "IBM_vertex_array_lists", Version = "1.1", EntryPoint = "glSecondaryColorPointerListIBM")] public static void SecondaryColorPointerList(Int32 size, OpenTK.Graphics.OpenGL.IbmVertexArrayLists type, Int32 stride, [InAttribute, OutAttribute] T3[,] pointer, Int32 ptrstride) where T3 : struct @@ -119838,7 +122156,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "IbmVertexArrayLists", Version = "1.1", EntryPoint = "glSecondaryColorPointerListIBM")] + /// [requires: IBM_vertex_array_lists] + [AutoGenerated(Category = "IBM_vertex_array_lists", Version = "1.1", EntryPoint = "glSecondaryColorPointerListIBM")] public static void SecondaryColorPointerList(Int32 size, OpenTK.Graphics.OpenGL.IbmVertexArrayLists type, Int32 stride, [InAttribute, OutAttribute] T3[,,] pointer, Int32 ptrstride) where T3 : struct @@ -119861,7 +122180,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "IbmVertexArrayLists", Version = "1.1", EntryPoint = "glSecondaryColorPointerListIBM")] + /// [requires: IBM_vertex_array_lists] + [AutoGenerated(Category = "IBM_vertex_array_lists", Version = "1.1", EntryPoint = "glSecondaryColorPointerListIBM")] public static void SecondaryColorPointerList(Int32 size, OpenTK.Graphics.OpenGL.IbmVertexArrayLists type, Int32 stride, [InAttribute, OutAttribute] ref T3 pointer, Int32 ptrstride) where T3 : struct @@ -119885,7 +122205,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "IbmVertexArrayLists", Version = "1.1", EntryPoint = "glTexCoordPointerListIBM")] + /// [requires: IBM_vertex_array_lists] + [AutoGenerated(Category = "IBM_vertex_array_lists", Version = "1.1", EntryPoint = "glTexCoordPointerListIBM")] public static void TexCoordPointerList(Int32 size, OpenTK.Graphics.OpenGL.TexCoordPointerType type, Int32 stride, IntPtr pointer, Int32 ptrstride) { @@ -119899,7 +122220,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "IbmVertexArrayLists", Version = "1.1", EntryPoint = "glTexCoordPointerListIBM")] + /// [requires: IBM_vertex_array_lists] + [AutoGenerated(Category = "IBM_vertex_array_lists", Version = "1.1", EntryPoint = "glTexCoordPointerListIBM")] public static void TexCoordPointerList(Int32 size, OpenTK.Graphics.OpenGL.TexCoordPointerType type, Int32 stride, [InAttribute, OutAttribute] T3[] pointer, Int32 ptrstride) where T3 : struct @@ -119922,7 +122244,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "IbmVertexArrayLists", Version = "1.1", EntryPoint = "glTexCoordPointerListIBM")] + /// [requires: IBM_vertex_array_lists] + [AutoGenerated(Category = "IBM_vertex_array_lists", Version = "1.1", EntryPoint = "glTexCoordPointerListIBM")] public static void TexCoordPointerList(Int32 size, OpenTK.Graphics.OpenGL.TexCoordPointerType type, Int32 stride, [InAttribute, OutAttribute] T3[,] pointer, Int32 ptrstride) where T3 : struct @@ -119945,7 +122268,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "IbmVertexArrayLists", Version = "1.1", EntryPoint = "glTexCoordPointerListIBM")] + /// [requires: IBM_vertex_array_lists] + [AutoGenerated(Category = "IBM_vertex_array_lists", Version = "1.1", EntryPoint = "glTexCoordPointerListIBM")] public static void TexCoordPointerList(Int32 size, OpenTK.Graphics.OpenGL.TexCoordPointerType type, Int32 stride, [InAttribute, OutAttribute] T3[,,] pointer, Int32 ptrstride) where T3 : struct @@ -119968,7 +122292,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "IbmVertexArrayLists", Version = "1.1", EntryPoint = "glTexCoordPointerListIBM")] + /// [requires: IBM_vertex_array_lists] + [AutoGenerated(Category = "IBM_vertex_array_lists", Version = "1.1", EntryPoint = "glTexCoordPointerListIBM")] public static void TexCoordPointerList(Int32 size, OpenTK.Graphics.OpenGL.TexCoordPointerType type, Int32 stride, [InAttribute, OutAttribute] ref T3 pointer, Int32 ptrstride) where T3 : struct @@ -119992,7 +122317,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "IbmVertexArrayLists", Version = "1.1", EntryPoint = "glVertexPointerListIBM")] + /// [requires: IBM_vertex_array_lists] + [AutoGenerated(Category = "IBM_vertex_array_lists", Version = "1.1", EntryPoint = "glVertexPointerListIBM")] public static void VertexPointerList(Int32 size, OpenTK.Graphics.OpenGL.VertexPointerType type, Int32 stride, IntPtr pointer, Int32 ptrstride) { @@ -120006,7 +122332,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "IbmVertexArrayLists", Version = "1.1", EntryPoint = "glVertexPointerListIBM")] + /// [requires: IBM_vertex_array_lists] + [AutoGenerated(Category = "IBM_vertex_array_lists", Version = "1.1", EntryPoint = "glVertexPointerListIBM")] public static void VertexPointerList(Int32 size, OpenTK.Graphics.OpenGL.VertexPointerType type, Int32 stride, [InAttribute, OutAttribute] T3[] pointer, Int32 ptrstride) where T3 : struct @@ -120029,7 +122356,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "IbmVertexArrayLists", Version = "1.1", EntryPoint = "glVertexPointerListIBM")] + /// [requires: IBM_vertex_array_lists] + [AutoGenerated(Category = "IBM_vertex_array_lists", Version = "1.1", EntryPoint = "glVertexPointerListIBM")] public static void VertexPointerList(Int32 size, OpenTK.Graphics.OpenGL.VertexPointerType type, Int32 stride, [InAttribute, OutAttribute] T3[,] pointer, Int32 ptrstride) where T3 : struct @@ -120052,7 +122380,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "IbmVertexArrayLists", Version = "1.1", EntryPoint = "glVertexPointerListIBM")] + /// [requires: IBM_vertex_array_lists] + [AutoGenerated(Category = "IBM_vertex_array_lists", Version = "1.1", EntryPoint = "glVertexPointerListIBM")] public static void VertexPointerList(Int32 size, OpenTK.Graphics.OpenGL.VertexPointerType type, Int32 stride, [InAttribute, OutAttribute] T3[,,] pointer, Int32 ptrstride) where T3 : struct @@ -120075,7 +122404,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "IbmVertexArrayLists", Version = "1.1", EntryPoint = "glVertexPointerListIBM")] + /// [requires: IBM_vertex_array_lists] + [AutoGenerated(Category = "IBM_vertex_array_lists", Version = "1.1", EntryPoint = "glVertexPointerListIBM")] public static void VertexPointerList(Int32 size, OpenTK.Graphics.OpenGL.VertexPointerType type, Int32 stride, [InAttribute, OutAttribute] ref T3 pointer, Int32 ptrstride) where T3 : struct @@ -120104,7 +122434,7 @@ namespace OpenTK.Graphics.OpenGL public static partial class Ingr { - /// + /// [requires: INGR_blend_func_separate] /// Specify pixel arithmetic for RGB and alpha components separately /// /// @@ -120127,7 +122457,7 @@ namespace OpenTK.Graphics.OpenGL /// Specified how the alpha destination blending factor is computed. The same symbolic constants are accepted as for dstRGB. The initial value is GL_ZERO. /// /// - [AutoGenerated(Category = "IngrBlendFuncSeparate", Version = "1.0", EntryPoint = "glBlendFuncSeparateINGR")] + [AutoGenerated(Category = "INGR_blend_func_separate", Version = "1.0", EntryPoint = "glBlendFuncSeparateINGR")] public static void BlendFuncSeparate(OpenTK.Graphics.OpenGL.All sfactorRGB, OpenTK.Graphics.OpenGL.All dfactorRGB, OpenTK.Graphics.OpenGL.All sfactorAlpha, OpenTK.Graphics.OpenGL.All dfactorAlpha) { @@ -120146,7 +122476,7 @@ namespace OpenTK.Graphics.OpenGL public static partial class Intel { - /// + /// [requires: INTEL_parallel_arrays] /// Define an array of colors /// /// @@ -120169,7 +122499,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the first component of the first color element in the array. The initial value is 0. /// /// - [AutoGenerated(Category = "IntelParallelArrays", Version = "1.1", EntryPoint = "glColorPointervINTEL")] + [AutoGenerated(Category = "INTEL_parallel_arrays", Version = "1.1", EntryPoint = "glColorPointervINTEL")] public static void ColorPointer(Int32 size, OpenTK.Graphics.OpenGL.VertexPointerType type, IntPtr pointer) { @@ -120184,7 +122514,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: INTEL_parallel_arrays] /// Define an array of colors /// /// @@ -120207,7 +122537,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the first component of the first color element in the array. The initial value is 0. /// /// - [AutoGenerated(Category = "IntelParallelArrays", Version = "1.1", EntryPoint = "glColorPointervINTEL")] + [AutoGenerated(Category = "INTEL_parallel_arrays", Version = "1.1", EntryPoint = "glColorPointervINTEL")] public static void ColorPointer(Int32 size, OpenTK.Graphics.OpenGL.VertexPointerType type, [InAttribute, OutAttribute] T2[] pointer) where T2 : struct @@ -120231,7 +122561,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: INTEL_parallel_arrays] /// Define an array of colors /// /// @@ -120254,7 +122584,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the first component of the first color element in the array. The initial value is 0. /// /// - [AutoGenerated(Category = "IntelParallelArrays", Version = "1.1", EntryPoint = "glColorPointervINTEL")] + [AutoGenerated(Category = "INTEL_parallel_arrays", Version = "1.1", EntryPoint = "glColorPointervINTEL")] public static void ColorPointer(Int32 size, OpenTK.Graphics.OpenGL.VertexPointerType type, [InAttribute, OutAttribute] T2[,] pointer) where T2 : struct @@ -120278,7 +122608,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: INTEL_parallel_arrays] /// Define an array of colors /// /// @@ -120301,7 +122631,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the first component of the first color element in the array. The initial value is 0. /// /// - [AutoGenerated(Category = "IntelParallelArrays", Version = "1.1", EntryPoint = "glColorPointervINTEL")] + [AutoGenerated(Category = "INTEL_parallel_arrays", Version = "1.1", EntryPoint = "glColorPointervINTEL")] public static void ColorPointer(Int32 size, OpenTK.Graphics.OpenGL.VertexPointerType type, [InAttribute, OutAttribute] T2[,,] pointer) where T2 : struct @@ -120325,7 +122655,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: INTEL_parallel_arrays] /// Define an array of colors /// /// @@ -120348,7 +122678,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the first component of the first color element in the array. The initial value is 0. /// /// - [AutoGenerated(Category = "IntelParallelArrays", Version = "1.1", EntryPoint = "glColorPointervINTEL")] + [AutoGenerated(Category = "INTEL_parallel_arrays", Version = "1.1", EntryPoint = "glColorPointervINTEL")] public static void ColorPointer(Int32 size, OpenTK.Graphics.OpenGL.VertexPointerType type, [InAttribute, OutAttribute] ref T2 pointer) where T2 : struct @@ -120373,7 +122703,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: INTEL_parallel_arrays] /// Define an array of normals /// /// @@ -120391,7 +122721,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the first coordinate of the first normal in the array. The initial value is 0. /// /// - [AutoGenerated(Category = "IntelParallelArrays", Version = "1.1", EntryPoint = "glNormalPointervINTEL")] + [AutoGenerated(Category = "INTEL_parallel_arrays", Version = "1.1", EntryPoint = "glNormalPointervINTEL")] public static void NormalPointer(OpenTK.Graphics.OpenGL.NormalPointerType type, IntPtr pointer) { @@ -120406,7 +122736,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: INTEL_parallel_arrays] /// Define an array of normals /// /// @@ -120424,7 +122754,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the first coordinate of the first normal in the array. The initial value is 0. /// /// - [AutoGenerated(Category = "IntelParallelArrays", Version = "1.1", EntryPoint = "glNormalPointervINTEL")] + [AutoGenerated(Category = "INTEL_parallel_arrays", Version = "1.1", EntryPoint = "glNormalPointervINTEL")] public static void NormalPointer(OpenTK.Graphics.OpenGL.NormalPointerType type, [InAttribute, OutAttribute] T1[] pointer) where T1 : struct @@ -120448,7 +122778,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: INTEL_parallel_arrays] /// Define an array of normals /// /// @@ -120466,7 +122796,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the first coordinate of the first normal in the array. The initial value is 0. /// /// - [AutoGenerated(Category = "IntelParallelArrays", Version = "1.1", EntryPoint = "glNormalPointervINTEL")] + [AutoGenerated(Category = "INTEL_parallel_arrays", Version = "1.1", EntryPoint = "glNormalPointervINTEL")] public static void NormalPointer(OpenTK.Graphics.OpenGL.NormalPointerType type, [InAttribute, OutAttribute] T1[,] pointer) where T1 : struct @@ -120490,7 +122820,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: INTEL_parallel_arrays] /// Define an array of normals /// /// @@ -120508,7 +122838,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the first coordinate of the first normal in the array. The initial value is 0. /// /// - [AutoGenerated(Category = "IntelParallelArrays", Version = "1.1", EntryPoint = "glNormalPointervINTEL")] + [AutoGenerated(Category = "INTEL_parallel_arrays", Version = "1.1", EntryPoint = "glNormalPointervINTEL")] public static void NormalPointer(OpenTK.Graphics.OpenGL.NormalPointerType type, [InAttribute, OutAttribute] T1[,,] pointer) where T1 : struct @@ -120532,7 +122862,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: INTEL_parallel_arrays] /// Define an array of normals /// /// @@ -120550,7 +122880,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the first coordinate of the first normal in the array. The initial value is 0. /// /// - [AutoGenerated(Category = "IntelParallelArrays", Version = "1.1", EntryPoint = "glNormalPointervINTEL")] + [AutoGenerated(Category = "INTEL_parallel_arrays", Version = "1.1", EntryPoint = "glNormalPointervINTEL")] public static void NormalPointer(OpenTK.Graphics.OpenGL.NormalPointerType type, [InAttribute, OutAttribute] ref T1 pointer) where T1 : struct @@ -120575,7 +122905,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: INTEL_parallel_arrays] /// Define an array of texture coordinates /// /// @@ -120598,7 +122928,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the first coordinate of the first texture coordinate set in the array. The initial value is 0. /// /// - [AutoGenerated(Category = "IntelParallelArrays", Version = "1.1", EntryPoint = "glTexCoordPointervINTEL")] + [AutoGenerated(Category = "INTEL_parallel_arrays", Version = "1.1", EntryPoint = "glTexCoordPointervINTEL")] public static void TexCoordPointer(Int32 size, OpenTK.Graphics.OpenGL.VertexPointerType type, IntPtr pointer) { @@ -120613,7 +122943,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: INTEL_parallel_arrays] /// Define an array of texture coordinates /// /// @@ -120636,7 +122966,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the first coordinate of the first texture coordinate set in the array. The initial value is 0. /// /// - [AutoGenerated(Category = "IntelParallelArrays", Version = "1.1", EntryPoint = "glTexCoordPointervINTEL")] + [AutoGenerated(Category = "INTEL_parallel_arrays", Version = "1.1", EntryPoint = "glTexCoordPointervINTEL")] public static void TexCoordPointer(Int32 size, OpenTK.Graphics.OpenGL.VertexPointerType type, [InAttribute, OutAttribute] T2[] pointer) where T2 : struct @@ -120660,7 +122990,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: INTEL_parallel_arrays] /// Define an array of texture coordinates /// /// @@ -120683,7 +123013,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the first coordinate of the first texture coordinate set in the array. The initial value is 0. /// /// - [AutoGenerated(Category = "IntelParallelArrays", Version = "1.1", EntryPoint = "glTexCoordPointervINTEL")] + [AutoGenerated(Category = "INTEL_parallel_arrays", Version = "1.1", EntryPoint = "glTexCoordPointervINTEL")] public static void TexCoordPointer(Int32 size, OpenTK.Graphics.OpenGL.VertexPointerType type, [InAttribute, OutAttribute] T2[,] pointer) where T2 : struct @@ -120707,7 +123037,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: INTEL_parallel_arrays] /// Define an array of texture coordinates /// /// @@ -120730,7 +123060,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the first coordinate of the first texture coordinate set in the array. The initial value is 0. /// /// - [AutoGenerated(Category = "IntelParallelArrays", Version = "1.1", EntryPoint = "glTexCoordPointervINTEL")] + [AutoGenerated(Category = "INTEL_parallel_arrays", Version = "1.1", EntryPoint = "glTexCoordPointervINTEL")] public static void TexCoordPointer(Int32 size, OpenTK.Graphics.OpenGL.VertexPointerType type, [InAttribute, OutAttribute] T2[,,] pointer) where T2 : struct @@ -120754,7 +123084,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: INTEL_parallel_arrays] /// Define an array of texture coordinates /// /// @@ -120777,7 +123107,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the first coordinate of the first texture coordinate set in the array. The initial value is 0. /// /// - [AutoGenerated(Category = "IntelParallelArrays", Version = "1.1", EntryPoint = "glTexCoordPointervINTEL")] + [AutoGenerated(Category = "INTEL_parallel_arrays", Version = "1.1", EntryPoint = "glTexCoordPointervINTEL")] public static void TexCoordPointer(Int32 size, OpenTK.Graphics.OpenGL.VertexPointerType type, [InAttribute, OutAttribute] ref T2 pointer) where T2 : struct @@ -120802,7 +123132,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: INTEL_parallel_arrays] /// Define an array of vertex data /// /// @@ -120825,7 +123155,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the first coordinate of the first vertex in the array. The initial value is 0. /// /// - [AutoGenerated(Category = "IntelParallelArrays", Version = "1.1", EntryPoint = "glVertexPointervINTEL")] + [AutoGenerated(Category = "INTEL_parallel_arrays", Version = "1.1", EntryPoint = "glVertexPointervINTEL")] public static void VertexPointer(Int32 size, OpenTK.Graphics.OpenGL.VertexPointerType type, IntPtr pointer) { @@ -120840,7 +123170,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: INTEL_parallel_arrays] /// Define an array of vertex data /// /// @@ -120863,7 +123193,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the first coordinate of the first vertex in the array. The initial value is 0. /// /// - [AutoGenerated(Category = "IntelParallelArrays", Version = "1.1", EntryPoint = "glVertexPointervINTEL")] + [AutoGenerated(Category = "INTEL_parallel_arrays", Version = "1.1", EntryPoint = "glVertexPointervINTEL")] public static void VertexPointer(Int32 size, OpenTK.Graphics.OpenGL.VertexPointerType type, [InAttribute, OutAttribute] T2[] pointer) where T2 : struct @@ -120887,7 +123217,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: INTEL_parallel_arrays] /// Define an array of vertex data /// /// @@ -120910,7 +123240,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the first coordinate of the first vertex in the array. The initial value is 0. /// /// - [AutoGenerated(Category = "IntelParallelArrays", Version = "1.1", EntryPoint = "glVertexPointervINTEL")] + [AutoGenerated(Category = "INTEL_parallel_arrays", Version = "1.1", EntryPoint = "glVertexPointervINTEL")] public static void VertexPointer(Int32 size, OpenTK.Graphics.OpenGL.VertexPointerType type, [InAttribute, OutAttribute] T2[,] pointer) where T2 : struct @@ -120934,7 +123264,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: INTEL_parallel_arrays] /// Define an array of vertex data /// /// @@ -120957,7 +123287,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the first coordinate of the first vertex in the array. The initial value is 0. /// /// - [AutoGenerated(Category = "IntelParallelArrays", Version = "1.1", EntryPoint = "glVertexPointervINTEL")] + [AutoGenerated(Category = "INTEL_parallel_arrays", Version = "1.1", EntryPoint = "glVertexPointervINTEL")] public static void VertexPointer(Int32 size, OpenTK.Graphics.OpenGL.VertexPointerType type, [InAttribute, OutAttribute] T2[,,] pointer) where T2 : struct @@ -120981,7 +123311,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: INTEL_parallel_arrays] /// Define an array of vertex data /// /// @@ -121004,7 +123334,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the first coordinate of the first vertex in the array. The initial value is 0. /// /// - [AutoGenerated(Category = "IntelParallelArrays", Version = "1.1", EntryPoint = "glVertexPointervINTEL")] + [AutoGenerated(Category = "INTEL_parallel_arrays", Version = "1.1", EntryPoint = "glVertexPointervINTEL")] public static void VertexPointer(Int32 size, OpenTK.Graphics.OpenGL.VertexPointerType type, [InAttribute, OutAttribute] ref T2 pointer) where T2 : struct @@ -121032,7 +123362,8 @@ namespace OpenTK.Graphics.OpenGL public static partial class Mesa { - [AutoGenerated(Category = "MesaResizeBuffers", Version = "1.0", EntryPoint = "glResizeBuffersMESA")] + /// [requires: MESA_resize_buffers] + [AutoGenerated(Category = "MESA_resize_buffers", Version = "1.0", EntryPoint = "glResizeBuffersMESA")] public static void ResizeBuffers() { @@ -121047,7 +123378,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: MESA_window_pos] /// Specify the raster position in window coordinates for pixel operations /// /// @@ -121055,7 +123386,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the , , coordinates for the raster position. /// /// - [AutoGenerated(Category = "MesaWindowPos", Version = "1.0", EntryPoint = "glWindowPos2dMESA")] + [AutoGenerated(Category = "MESA_window_pos", Version = "1.0", EntryPoint = "glWindowPos2dMESA")] public static void WindowPos2(Double x, Double y) { @@ -121070,7 +123401,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: MESA_window_pos] /// Specify the raster position in window coordinates for pixel operations /// /// @@ -121078,7 +123409,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the , , coordinates for the raster position. /// /// - [AutoGenerated(Category = "MesaWindowPos", Version = "1.0", EntryPoint = "glWindowPos2dvMESA")] + [AutoGenerated(Category = "MESA_window_pos", Version = "1.0", EntryPoint = "glWindowPos2dvMESA")] public static void WindowPos2(Double[] v) { @@ -121099,7 +123430,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: MESA_window_pos] /// Specify the raster position in window coordinates for pixel operations /// /// @@ -121107,7 +123438,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the , , coordinates for the raster position. /// /// - [AutoGenerated(Category = "MesaWindowPos", Version = "1.0", EntryPoint = "glWindowPos2dvMESA")] + [AutoGenerated(Category = "MESA_window_pos", Version = "1.0", EntryPoint = "glWindowPos2dvMESA")] public static void WindowPos2(ref Double v) { @@ -121128,7 +123459,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: MESA_window_pos] /// Specify the raster position in window coordinates for pixel operations /// /// @@ -121137,7 +123468,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "MesaWindowPos", Version = "1.0", EntryPoint = "glWindowPos2dvMESA")] + [AutoGenerated(Category = "MESA_window_pos", Version = "1.0", EntryPoint = "glWindowPos2dvMESA")] public static unsafe void WindowPos2(Double* v) { @@ -121152,7 +123483,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: MESA_window_pos] /// Specify the raster position in window coordinates for pixel operations /// /// @@ -121160,7 +123491,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the , , coordinates for the raster position. /// /// - [AutoGenerated(Category = "MesaWindowPos", Version = "1.0", EntryPoint = "glWindowPos2fMESA")] + [AutoGenerated(Category = "MESA_window_pos", Version = "1.0", EntryPoint = "glWindowPos2fMESA")] public static void WindowPos2(Single x, Single y) { @@ -121175,7 +123506,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: MESA_window_pos] /// Specify the raster position in window coordinates for pixel operations /// /// @@ -121183,7 +123514,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the , , coordinates for the raster position. /// /// - [AutoGenerated(Category = "MesaWindowPos", Version = "1.0", EntryPoint = "glWindowPos2fvMESA")] + [AutoGenerated(Category = "MESA_window_pos", Version = "1.0", EntryPoint = "glWindowPos2fvMESA")] public static void WindowPos2(Single[] v) { @@ -121204,7 +123535,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: MESA_window_pos] /// Specify the raster position in window coordinates for pixel operations /// /// @@ -121212,7 +123543,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the , , coordinates for the raster position. /// /// - [AutoGenerated(Category = "MesaWindowPos", Version = "1.0", EntryPoint = "glWindowPos2fvMESA")] + [AutoGenerated(Category = "MESA_window_pos", Version = "1.0", EntryPoint = "glWindowPos2fvMESA")] public static void WindowPos2(ref Single v) { @@ -121233,7 +123564,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: MESA_window_pos] /// Specify the raster position in window coordinates for pixel operations /// /// @@ -121242,7 +123573,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "MesaWindowPos", Version = "1.0", EntryPoint = "glWindowPos2fvMESA")] + [AutoGenerated(Category = "MESA_window_pos", Version = "1.0", EntryPoint = "glWindowPos2fvMESA")] public static unsafe void WindowPos2(Single* v) { @@ -121257,7 +123588,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: MESA_window_pos] /// Specify the raster position in window coordinates for pixel operations /// /// @@ -121265,7 +123596,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the , , coordinates for the raster position. /// /// - [AutoGenerated(Category = "MesaWindowPos", Version = "1.0", EntryPoint = "glWindowPos2iMESA")] + [AutoGenerated(Category = "MESA_window_pos", Version = "1.0", EntryPoint = "glWindowPos2iMESA")] public static void WindowPos2(Int32 x, Int32 y) { @@ -121280,7 +123611,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: MESA_window_pos] /// Specify the raster position in window coordinates for pixel operations /// /// @@ -121288,7 +123619,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the , , coordinates for the raster position. /// /// - [AutoGenerated(Category = "MesaWindowPos", Version = "1.0", EntryPoint = "glWindowPos2ivMESA")] + [AutoGenerated(Category = "MESA_window_pos", Version = "1.0", EntryPoint = "glWindowPos2ivMESA")] public static void WindowPos2(Int32[] v) { @@ -121309,7 +123640,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: MESA_window_pos] /// Specify the raster position in window coordinates for pixel operations /// /// @@ -121317,7 +123648,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the , , coordinates for the raster position. /// /// - [AutoGenerated(Category = "MesaWindowPos", Version = "1.0", EntryPoint = "glWindowPos2ivMESA")] + [AutoGenerated(Category = "MESA_window_pos", Version = "1.0", EntryPoint = "glWindowPos2ivMESA")] public static void WindowPos2(ref Int32 v) { @@ -121338,7 +123669,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: MESA_window_pos] /// Specify the raster position in window coordinates for pixel operations /// /// @@ -121347,7 +123678,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "MesaWindowPos", Version = "1.0", EntryPoint = "glWindowPos2ivMESA")] + [AutoGenerated(Category = "MESA_window_pos", Version = "1.0", EntryPoint = "glWindowPos2ivMESA")] public static unsafe void WindowPos2(Int32* v) { @@ -121362,7 +123693,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: MESA_window_pos] /// Specify the raster position in window coordinates for pixel operations /// /// @@ -121370,7 +123701,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the , , coordinates for the raster position. /// /// - [AutoGenerated(Category = "MesaWindowPos", Version = "1.0", EntryPoint = "glWindowPos2sMESA")] + [AutoGenerated(Category = "MESA_window_pos", Version = "1.0", EntryPoint = "glWindowPos2sMESA")] public static void WindowPos2(Int16 x, Int16 y) { @@ -121385,7 +123716,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: MESA_window_pos] /// Specify the raster position in window coordinates for pixel operations /// /// @@ -121393,7 +123724,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the , , coordinates for the raster position. /// /// - [AutoGenerated(Category = "MesaWindowPos", Version = "1.0", EntryPoint = "glWindowPos2svMESA")] + [AutoGenerated(Category = "MESA_window_pos", Version = "1.0", EntryPoint = "glWindowPos2svMESA")] public static void WindowPos2(Int16[] v) { @@ -121414,7 +123745,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: MESA_window_pos] /// Specify the raster position in window coordinates for pixel operations /// /// @@ -121422,7 +123753,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the , , coordinates for the raster position. /// /// - [AutoGenerated(Category = "MesaWindowPos", Version = "1.0", EntryPoint = "glWindowPos2svMESA")] + [AutoGenerated(Category = "MESA_window_pos", Version = "1.0", EntryPoint = "glWindowPos2svMESA")] public static void WindowPos2(ref Int16 v) { @@ -121443,7 +123774,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: MESA_window_pos] /// Specify the raster position in window coordinates for pixel operations /// /// @@ -121452,7 +123783,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "MesaWindowPos", Version = "1.0", EntryPoint = "glWindowPos2svMESA")] + [AutoGenerated(Category = "MESA_window_pos", Version = "1.0", EntryPoint = "glWindowPos2svMESA")] public static unsafe void WindowPos2(Int16* v) { @@ -121467,7 +123798,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: MESA_window_pos] /// Specify the raster position in window coordinates for pixel operations /// /// @@ -121475,7 +123806,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the , , coordinates for the raster position. /// /// - [AutoGenerated(Category = "MesaWindowPos", Version = "1.0", EntryPoint = "glWindowPos3dMESA")] + [AutoGenerated(Category = "MESA_window_pos", Version = "1.0", EntryPoint = "glWindowPos3dMESA")] public static void WindowPos3(Double x, Double y, Double z) { @@ -121490,7 +123821,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: MESA_window_pos] /// Specify the raster position in window coordinates for pixel operations /// /// @@ -121498,7 +123829,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the , , coordinates for the raster position. /// /// - [AutoGenerated(Category = "MesaWindowPos", Version = "1.0", EntryPoint = "glWindowPos3dvMESA")] + [AutoGenerated(Category = "MESA_window_pos", Version = "1.0", EntryPoint = "glWindowPos3dvMESA")] public static void WindowPos3(Double[] v) { @@ -121519,7 +123850,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: MESA_window_pos] /// Specify the raster position in window coordinates for pixel operations /// /// @@ -121527,7 +123858,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the , , coordinates for the raster position. /// /// - [AutoGenerated(Category = "MesaWindowPos", Version = "1.0", EntryPoint = "glWindowPos3dvMESA")] + [AutoGenerated(Category = "MESA_window_pos", Version = "1.0", EntryPoint = "glWindowPos3dvMESA")] public static void WindowPos3(ref Double v) { @@ -121548,7 +123879,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: MESA_window_pos] /// Specify the raster position in window coordinates for pixel operations /// /// @@ -121557,7 +123888,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "MesaWindowPos", Version = "1.0", EntryPoint = "glWindowPos3dvMESA")] + [AutoGenerated(Category = "MESA_window_pos", Version = "1.0", EntryPoint = "glWindowPos3dvMESA")] public static unsafe void WindowPos3(Double* v) { @@ -121572,7 +123903,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: MESA_window_pos] /// Specify the raster position in window coordinates for pixel operations /// /// @@ -121580,7 +123911,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the , , coordinates for the raster position. /// /// - [AutoGenerated(Category = "MesaWindowPos", Version = "1.0", EntryPoint = "glWindowPos3fMESA")] + [AutoGenerated(Category = "MESA_window_pos", Version = "1.0", EntryPoint = "glWindowPos3fMESA")] public static void WindowPos3(Single x, Single y, Single z) { @@ -121595,7 +123926,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: MESA_window_pos] /// Specify the raster position in window coordinates for pixel operations /// /// @@ -121603,7 +123934,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the , , coordinates for the raster position. /// /// - [AutoGenerated(Category = "MesaWindowPos", Version = "1.0", EntryPoint = "glWindowPos3fvMESA")] + [AutoGenerated(Category = "MESA_window_pos", Version = "1.0", EntryPoint = "glWindowPos3fvMESA")] public static void WindowPos3(Single[] v) { @@ -121624,7 +123955,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: MESA_window_pos] /// Specify the raster position in window coordinates for pixel operations /// /// @@ -121632,7 +123963,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the , , coordinates for the raster position. /// /// - [AutoGenerated(Category = "MesaWindowPos", Version = "1.0", EntryPoint = "glWindowPos3fvMESA")] + [AutoGenerated(Category = "MESA_window_pos", Version = "1.0", EntryPoint = "glWindowPos3fvMESA")] public static void WindowPos3(ref Single v) { @@ -121653,7 +123984,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: MESA_window_pos] /// Specify the raster position in window coordinates for pixel operations /// /// @@ -121662,7 +123993,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "MesaWindowPos", Version = "1.0", EntryPoint = "glWindowPos3fvMESA")] + [AutoGenerated(Category = "MESA_window_pos", Version = "1.0", EntryPoint = "glWindowPos3fvMESA")] public static unsafe void WindowPos3(Single* v) { @@ -121677,7 +124008,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: MESA_window_pos] /// Specify the raster position in window coordinates for pixel operations /// /// @@ -121685,7 +124016,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the , , coordinates for the raster position. /// /// - [AutoGenerated(Category = "MesaWindowPos", Version = "1.0", EntryPoint = "glWindowPos3iMESA")] + [AutoGenerated(Category = "MESA_window_pos", Version = "1.0", EntryPoint = "glWindowPos3iMESA")] public static void WindowPos3(Int32 x, Int32 y, Int32 z) { @@ -121700,7 +124031,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: MESA_window_pos] /// Specify the raster position in window coordinates for pixel operations /// /// @@ -121708,7 +124039,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the , , coordinates for the raster position. /// /// - [AutoGenerated(Category = "MesaWindowPos", Version = "1.0", EntryPoint = "glWindowPos3ivMESA")] + [AutoGenerated(Category = "MESA_window_pos", Version = "1.0", EntryPoint = "glWindowPos3ivMESA")] public static void WindowPos3(Int32[] v) { @@ -121729,7 +124060,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: MESA_window_pos] /// Specify the raster position in window coordinates for pixel operations /// /// @@ -121737,7 +124068,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the , , coordinates for the raster position. /// /// - [AutoGenerated(Category = "MesaWindowPos", Version = "1.0", EntryPoint = "glWindowPos3ivMESA")] + [AutoGenerated(Category = "MESA_window_pos", Version = "1.0", EntryPoint = "glWindowPos3ivMESA")] public static void WindowPos3(ref Int32 v) { @@ -121758,7 +124089,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: MESA_window_pos] /// Specify the raster position in window coordinates for pixel operations /// /// @@ -121767,7 +124098,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "MesaWindowPos", Version = "1.0", EntryPoint = "glWindowPos3ivMESA")] + [AutoGenerated(Category = "MESA_window_pos", Version = "1.0", EntryPoint = "glWindowPos3ivMESA")] public static unsafe void WindowPos3(Int32* v) { @@ -121782,7 +124113,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: MESA_window_pos] /// Specify the raster position in window coordinates for pixel operations /// /// @@ -121790,7 +124121,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the , , coordinates for the raster position. /// /// - [AutoGenerated(Category = "MesaWindowPos", Version = "1.0", EntryPoint = "glWindowPos3sMESA")] + [AutoGenerated(Category = "MESA_window_pos", Version = "1.0", EntryPoint = "glWindowPos3sMESA")] public static void WindowPos3(Int16 x, Int16 y, Int16 z) { @@ -121805,7 +124136,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: MESA_window_pos] /// Specify the raster position in window coordinates for pixel operations /// /// @@ -121813,7 +124144,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the , , coordinates for the raster position. /// /// - [AutoGenerated(Category = "MesaWindowPos", Version = "1.0", EntryPoint = "glWindowPos3svMESA")] + [AutoGenerated(Category = "MESA_window_pos", Version = "1.0", EntryPoint = "glWindowPos3svMESA")] public static void WindowPos3(Int16[] v) { @@ -121834,7 +124165,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: MESA_window_pos] /// Specify the raster position in window coordinates for pixel operations /// /// @@ -121842,7 +124173,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the , , coordinates for the raster position. /// /// - [AutoGenerated(Category = "MesaWindowPos", Version = "1.0", EntryPoint = "glWindowPos3svMESA")] + [AutoGenerated(Category = "MESA_window_pos", Version = "1.0", EntryPoint = "glWindowPos3svMESA")] public static void WindowPos3(ref Int16 v) { @@ -121863,7 +124194,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: MESA_window_pos] /// Specify the raster position in window coordinates for pixel operations /// /// @@ -121872,7 +124203,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "MesaWindowPos", Version = "1.0", EntryPoint = "glWindowPos3svMESA")] + [AutoGenerated(Category = "MESA_window_pos", Version = "1.0", EntryPoint = "glWindowPos3svMESA")] public static unsafe void WindowPos3(Int16* v) { @@ -121887,7 +124218,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: MESA_window_pos] /// Specify the raster position in window coordinates for pixel operations /// /// @@ -121895,7 +124226,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the , , coordinates for the raster position. /// /// - [AutoGenerated(Category = "MesaWindowPos", Version = "1.0", EntryPoint = "glWindowPos4dMESA")] + [AutoGenerated(Category = "MESA_window_pos", Version = "1.0", EntryPoint = "glWindowPos4dMESA")] public static void WindowPos4(Double x, Double y, Double z, Double w) { @@ -121910,7 +124241,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: MESA_window_pos] /// Specify the raster position in window coordinates for pixel operations /// /// @@ -121918,7 +124249,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the , , coordinates for the raster position. /// /// - [AutoGenerated(Category = "MesaWindowPos", Version = "1.0", EntryPoint = "glWindowPos4dvMESA")] + [AutoGenerated(Category = "MESA_window_pos", Version = "1.0", EntryPoint = "glWindowPos4dvMESA")] public static void WindowPos4(Double[] v) { @@ -121939,7 +124270,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: MESA_window_pos] /// Specify the raster position in window coordinates for pixel operations /// /// @@ -121947,7 +124278,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the , , coordinates for the raster position. /// /// - [AutoGenerated(Category = "MesaWindowPos", Version = "1.0", EntryPoint = "glWindowPos4dvMESA")] + [AutoGenerated(Category = "MESA_window_pos", Version = "1.0", EntryPoint = "glWindowPos4dvMESA")] public static void WindowPos4(ref Double v) { @@ -121968,7 +124299,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: MESA_window_pos] /// Specify the raster position in window coordinates for pixel operations /// /// @@ -121977,7 +124308,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "MesaWindowPos", Version = "1.0", EntryPoint = "glWindowPos4dvMESA")] + [AutoGenerated(Category = "MESA_window_pos", Version = "1.0", EntryPoint = "glWindowPos4dvMESA")] public static unsafe void WindowPos4(Double* v) { @@ -121992,7 +124323,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: MESA_window_pos] /// Specify the raster position in window coordinates for pixel operations /// /// @@ -122000,7 +124331,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the , , coordinates for the raster position. /// /// - [AutoGenerated(Category = "MesaWindowPos", Version = "1.0", EntryPoint = "glWindowPos4fMESA")] + [AutoGenerated(Category = "MESA_window_pos", Version = "1.0", EntryPoint = "glWindowPos4fMESA")] public static void WindowPos4(Single x, Single y, Single z, Single w) { @@ -122015,7 +124346,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: MESA_window_pos] /// Specify the raster position in window coordinates for pixel operations /// /// @@ -122023,7 +124354,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the , , coordinates for the raster position. /// /// - [AutoGenerated(Category = "MesaWindowPos", Version = "1.0", EntryPoint = "glWindowPos4fvMESA")] + [AutoGenerated(Category = "MESA_window_pos", Version = "1.0", EntryPoint = "glWindowPos4fvMESA")] public static void WindowPos4(Single[] v) { @@ -122044,7 +124375,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: MESA_window_pos] /// Specify the raster position in window coordinates for pixel operations /// /// @@ -122052,7 +124383,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the , , coordinates for the raster position. /// /// - [AutoGenerated(Category = "MesaWindowPos", Version = "1.0", EntryPoint = "glWindowPos4fvMESA")] + [AutoGenerated(Category = "MESA_window_pos", Version = "1.0", EntryPoint = "glWindowPos4fvMESA")] public static void WindowPos4(ref Single v) { @@ -122073,7 +124404,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: MESA_window_pos] /// Specify the raster position in window coordinates for pixel operations /// /// @@ -122082,7 +124413,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "MesaWindowPos", Version = "1.0", EntryPoint = "glWindowPos4fvMESA")] + [AutoGenerated(Category = "MESA_window_pos", Version = "1.0", EntryPoint = "glWindowPos4fvMESA")] public static unsafe void WindowPos4(Single* v) { @@ -122097,7 +124428,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: MESA_window_pos] /// Specify the raster position in window coordinates for pixel operations /// /// @@ -122105,7 +124436,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the , , coordinates for the raster position. /// /// - [AutoGenerated(Category = "MesaWindowPos", Version = "1.0", EntryPoint = "glWindowPos4iMESA")] + [AutoGenerated(Category = "MESA_window_pos", Version = "1.0", EntryPoint = "glWindowPos4iMESA")] public static void WindowPos4(Int32 x, Int32 y, Int32 z, Int32 w) { @@ -122120,7 +124451,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: MESA_window_pos] /// Specify the raster position in window coordinates for pixel operations /// /// @@ -122128,7 +124459,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the , , coordinates for the raster position. /// /// - [AutoGenerated(Category = "MesaWindowPos", Version = "1.0", EntryPoint = "glWindowPos4ivMESA")] + [AutoGenerated(Category = "MESA_window_pos", Version = "1.0", EntryPoint = "glWindowPos4ivMESA")] public static void WindowPos4(Int32[] v) { @@ -122149,7 +124480,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: MESA_window_pos] /// Specify the raster position in window coordinates for pixel operations /// /// @@ -122157,7 +124488,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the , , coordinates for the raster position. /// /// - [AutoGenerated(Category = "MesaWindowPos", Version = "1.0", EntryPoint = "glWindowPos4ivMESA")] + [AutoGenerated(Category = "MESA_window_pos", Version = "1.0", EntryPoint = "glWindowPos4ivMESA")] public static void WindowPos4(ref Int32 v) { @@ -122178,7 +124509,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: MESA_window_pos] /// Specify the raster position in window coordinates for pixel operations /// /// @@ -122187,7 +124518,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "MesaWindowPos", Version = "1.0", EntryPoint = "glWindowPos4ivMESA")] + [AutoGenerated(Category = "MESA_window_pos", Version = "1.0", EntryPoint = "glWindowPos4ivMESA")] public static unsafe void WindowPos4(Int32* v) { @@ -122202,7 +124533,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: MESA_window_pos] /// Specify the raster position in window coordinates for pixel operations /// /// @@ -122210,7 +124541,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the , , coordinates for the raster position. /// /// - [AutoGenerated(Category = "MesaWindowPos", Version = "1.0", EntryPoint = "glWindowPos4sMESA")] + [AutoGenerated(Category = "MESA_window_pos", Version = "1.0", EntryPoint = "glWindowPos4sMESA")] public static void WindowPos4(Int16 x, Int16 y, Int16 z, Int16 w) { @@ -122225,7 +124556,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: MESA_window_pos] /// Specify the raster position in window coordinates for pixel operations /// /// @@ -122233,7 +124564,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the , , coordinates for the raster position. /// /// - [AutoGenerated(Category = "MesaWindowPos", Version = "1.0", EntryPoint = "glWindowPos4svMESA")] + [AutoGenerated(Category = "MESA_window_pos", Version = "1.0", EntryPoint = "glWindowPos4svMESA")] public static void WindowPos4(Int16[] v) { @@ -122254,7 +124585,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: MESA_window_pos] /// Specify the raster position in window coordinates for pixel operations /// /// @@ -122262,7 +124593,7 @@ namespace OpenTK.Graphics.OpenGL /// Specify the , , coordinates for the raster position. /// /// - [AutoGenerated(Category = "MesaWindowPos", Version = "1.0", EntryPoint = "glWindowPos4svMESA")] + [AutoGenerated(Category = "MESA_window_pos", Version = "1.0", EntryPoint = "glWindowPos4svMESA")] public static void WindowPos4(ref Int16 v) { @@ -122283,7 +124614,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: MESA_window_pos] /// Specify the raster position in window coordinates for pixel operations /// /// @@ -122292,7 +124623,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "MesaWindowPos", Version = "1.0", EntryPoint = "glWindowPos4svMESA")] + [AutoGenerated(Category = "MESA_window_pos", Version = "1.0", EntryPoint = "glWindowPos4svMESA")] public static unsafe void WindowPos4(Int16* v) { @@ -122310,7 +124641,8 @@ namespace OpenTK.Graphics.OpenGL public static partial class NV { - [AutoGenerated(Category = "NvTransformFeedback", Version = "1.5", EntryPoint = "glActiveVaryingNV")] + /// [requires: NV_transform_feedback] + [AutoGenerated(Category = "NV_transform_feedback", Version = "1.5", EntryPoint = "glActiveVaryingNV")] public static void ActiveVarying(Int32 program, String name) { @@ -122324,8 +124656,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_transform_feedback] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvTransformFeedback", Version = "1.5", EntryPoint = "glActiveVaryingNV")] + [AutoGenerated(Category = "NV_transform_feedback", Version = "1.5", EntryPoint = "glActiveVaryingNV")] public static void ActiveVarying(UInt32 program, String name) { @@ -122339,7 +124672,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glAreProgramsResidentNV")] + /// [requires: NV_vertex_program] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glAreProgramsResidentNV")] public static bool AreProgramsResident(Int32 n, Int32[] programs, [OutAttribute] bool[] residences) { @@ -122360,7 +124694,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glAreProgramsResidentNV")] + /// [requires: NV_vertex_program] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glAreProgramsResidentNV")] public static bool AreProgramsResident(Int32 n, ref Int32 programs, [OutAttribute] out bool residences) { @@ -122383,8 +124718,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glAreProgramsResidentNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glAreProgramsResidentNV")] public static unsafe bool AreProgramsResident(Int32 n, Int32* programs, [OutAttribute] bool* residences) { @@ -122398,8 +124734,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glAreProgramsResidentNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glAreProgramsResidentNV")] public static bool AreProgramsResident(Int32 n, UInt32[] programs, [OutAttribute] bool[] residences) { @@ -122420,8 +124757,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glAreProgramsResidentNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glAreProgramsResidentNV")] public static bool AreProgramsResident(Int32 n, ref UInt32 programs, [OutAttribute] out bool residences) { @@ -122444,8 +124782,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glAreProgramsResidentNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glAreProgramsResidentNV")] public static unsafe bool AreProgramsResident(Int32 n, UInt32* programs, [OutAttribute] bool* residences) { @@ -122459,7 +124798,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvConditionalRender", Version = "", EntryPoint = "glBeginConditionalRenderNV")] + /// [requires: NV_conditional_render] + [AutoGenerated(Category = "NV_conditional_render", Version = "", EntryPoint = "glBeginConditionalRenderNV")] public static void BeginConditionalRender(Int32 id, OpenTK.Graphics.OpenGL.NvConditionalRender mode) { @@ -122473,8 +124813,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_conditional_render] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvConditionalRender", Version = "", EntryPoint = "glBeginConditionalRenderNV")] + [AutoGenerated(Category = "NV_conditional_render", Version = "", EntryPoint = "glBeginConditionalRenderNV")] public static void BeginConditionalRender(UInt32 id, OpenTK.Graphics.OpenGL.NvConditionalRender mode) { @@ -122488,7 +124829,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvOcclusionQuery", Version = "1.2", EntryPoint = "glBeginOcclusionQueryNV")] + /// [requires: NV_occlusion_query] + [AutoGenerated(Category = "NV_occlusion_query", Version = "1.2", EntryPoint = "glBeginOcclusionQueryNV")] public static void BeginOcclusionQuery(Int32 id) { @@ -122502,8 +124844,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_occlusion_query] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvOcclusionQuery", Version = "1.2", EntryPoint = "glBeginOcclusionQueryNV")] + [AutoGenerated(Category = "NV_occlusion_query", Version = "1.2", EntryPoint = "glBeginOcclusionQueryNV")] public static void BeginOcclusionQuery(UInt32 id) { @@ -122517,7 +124860,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvTransformFeedback", Version = "1.5", EntryPoint = "glBeginTransformFeedbackNV")] + /// [requires: NV_transform_feedback] + [AutoGenerated(Category = "NV_transform_feedback", Version = "1.5", EntryPoint = "glBeginTransformFeedbackNV")] public static void BeginTransformFeedback(OpenTK.Graphics.OpenGL.NvTransformFeedback primitiveMode) { @@ -122531,7 +124875,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvTransformFeedback", Version = "1.5", EntryPoint = "glBindBufferBaseNV")] + /// [requires: NV_transform_feedback] + [AutoGenerated(Category = "NV_transform_feedback", Version = "1.5", EntryPoint = "glBindBufferBaseNV")] public static void BindBufferBase(OpenTK.Graphics.OpenGL.NvTransformFeedback target, Int32 index, Int32 buffer) { @@ -122545,8 +124890,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_transform_feedback] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvTransformFeedback", Version = "1.5", EntryPoint = "glBindBufferBaseNV")] + [AutoGenerated(Category = "NV_transform_feedback", Version = "1.5", EntryPoint = "glBindBufferBaseNV")] public static void BindBufferBase(OpenTK.Graphics.OpenGL.NvTransformFeedback target, UInt32 index, UInt32 buffer) { @@ -122560,7 +124906,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvTransformFeedback", Version = "1.5", EntryPoint = "glBindBufferOffsetNV")] + /// [requires: NV_transform_feedback] + [AutoGenerated(Category = "NV_transform_feedback", Version = "1.5", EntryPoint = "glBindBufferOffsetNV")] public static void BindBufferOffset(OpenTK.Graphics.OpenGL.NvTransformFeedback target, Int32 index, Int32 buffer, IntPtr offset) { @@ -122574,8 +124921,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_transform_feedback] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvTransformFeedback", Version = "1.5", EntryPoint = "glBindBufferOffsetNV")] + [AutoGenerated(Category = "NV_transform_feedback", Version = "1.5", EntryPoint = "glBindBufferOffsetNV")] public static void BindBufferOffset(OpenTK.Graphics.OpenGL.NvTransformFeedback target, UInt32 index, UInt32 buffer, IntPtr offset) { @@ -122589,7 +124937,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvTransformFeedback", Version = "1.5", EntryPoint = "glBindBufferRangeNV")] + /// [requires: NV_transform_feedback] + [AutoGenerated(Category = "NV_transform_feedback", Version = "1.5", EntryPoint = "glBindBufferRangeNV")] public static void BindBufferRange(OpenTK.Graphics.OpenGL.NvTransformFeedback target, Int32 index, Int32 buffer, IntPtr offset, IntPtr size) { @@ -122603,8 +124952,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_transform_feedback] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvTransformFeedback", Version = "1.5", EntryPoint = "glBindBufferRangeNV")] + [AutoGenerated(Category = "NV_transform_feedback", Version = "1.5", EntryPoint = "glBindBufferRangeNV")] public static void BindBufferRange(OpenTK.Graphics.OpenGL.NvTransformFeedback target, UInt32 index, UInt32 buffer, IntPtr offset, IntPtr size) { @@ -122618,7 +124968,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glBindProgramNV")] + /// [requires: NV_vertex_program] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glBindProgramNV")] public static void BindProgram(OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb target, Int32 id) { @@ -122632,8 +124983,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glBindProgramNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glBindProgramNV")] public static void BindProgram(OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb target, UInt32 id) { @@ -122647,7 +124999,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvTransformFeedback2", Version = "", EntryPoint = "glBindTransformFeedbackNV")] + /// [requires: NV_transform_feedback2] + [AutoGenerated(Category = "NV_transform_feedback2", Version = "", EntryPoint = "glBindTransformFeedbackNV")] public static void BindTransformFeedback(OpenTK.Graphics.OpenGL.NvTransformFeedback2 target, Int32 id) { @@ -122661,8 +125014,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_transform_feedback2] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvTransformFeedback2", Version = "", EntryPoint = "glBindTransformFeedbackNV")] + [AutoGenerated(Category = "NV_transform_feedback2", Version = "", EntryPoint = "glBindTransformFeedbackNV")] public static void BindTransformFeedback(OpenTK.Graphics.OpenGL.NvTransformFeedback2 target, UInt32 id) { @@ -122677,7 +125031,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_depth_buffer_float] /// Specify the clear value for the depth buffer /// /// @@ -122685,7 +125039,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the depth value used when the depth buffer is cleared. The initial value is 1. /// /// - [AutoGenerated(Category = "NvDepthBufferFloat", Version = "2.0", EntryPoint = "glClearDepthdNV")] + [AutoGenerated(Category = "NV_depth_buffer_float", Version = "2.0", EntryPoint = "glClearDepthdNV")] public static void ClearDepth(Double depth) { @@ -122699,7 +125053,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvHalfFloat", Version = "1.2", EntryPoint = "glColor3hNV")] + /// [requires: NV_half_float] + [AutoGenerated(Category = "NV_half_float", Version = "1.2", EntryPoint = "glColor3hNV")] public static void Color3h(OpenTK.Half red, OpenTK.Half green, OpenTK.Half blue) { @@ -122713,7 +125068,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvHalfFloat", Version = "1.2", EntryPoint = "glColor3hvNV")] + /// [requires: NV_half_float] + [AutoGenerated(Category = "NV_half_float", Version = "1.2", EntryPoint = "glColor3hvNV")] public static void Color3h(OpenTK.Half[] v) { @@ -122733,7 +125089,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvHalfFloat", Version = "1.2", EntryPoint = "glColor3hvNV")] + /// [requires: NV_half_float] + [AutoGenerated(Category = "NV_half_float", Version = "1.2", EntryPoint = "glColor3hvNV")] public static void Color3h(ref OpenTK.Half v) { @@ -122753,8 +125110,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_half_float] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvHalfFloat", Version = "1.2", EntryPoint = "glColor3hvNV")] + [AutoGenerated(Category = "NV_half_float", Version = "1.2", EntryPoint = "glColor3hvNV")] public static unsafe void Color3h(OpenTK.Half* v) { @@ -122768,7 +125126,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvHalfFloat", Version = "1.2", EntryPoint = "glColor4hNV")] + /// [requires: NV_half_float] + [AutoGenerated(Category = "NV_half_float", Version = "1.2", EntryPoint = "glColor4hNV")] public static void Color4h(OpenTK.Half red, OpenTK.Half green, OpenTK.Half blue, OpenTK.Half alpha) { @@ -122782,7 +125141,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvHalfFloat", Version = "1.2", EntryPoint = "glColor4hvNV")] + /// [requires: NV_half_float] + [AutoGenerated(Category = "NV_half_float", Version = "1.2", EntryPoint = "glColor4hvNV")] public static void Color4h(OpenTK.Half[] v) { @@ -122802,7 +125162,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvHalfFloat", Version = "1.2", EntryPoint = "glColor4hvNV")] + /// [requires: NV_half_float] + [AutoGenerated(Category = "NV_half_float", Version = "1.2", EntryPoint = "glColor4hvNV")] public static void Color4h(ref OpenTK.Half v) { @@ -122822,8 +125183,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_half_float] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvHalfFloat", Version = "1.2", EntryPoint = "glColor4hvNV")] + [AutoGenerated(Category = "NV_half_float", Version = "1.2", EntryPoint = "glColor4hvNV")] public static unsafe void Color4h(OpenTK.Half* v) { @@ -122837,7 +125199,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvRegisterCombiners", Version = "1.1", EntryPoint = "glCombinerInputNV")] + /// [requires: NV_register_combiners] + [AutoGenerated(Category = "NV_register_combiners", Version = "1.1", EntryPoint = "glCombinerInputNV")] public static void CombinerInput(OpenTK.Graphics.OpenGL.NvRegisterCombiners stage, OpenTK.Graphics.OpenGL.NvRegisterCombiners portion, OpenTK.Graphics.OpenGL.NvRegisterCombiners variable, OpenTK.Graphics.OpenGL.NvRegisterCombiners input, OpenTK.Graphics.OpenGL.NvRegisterCombiners mapping, OpenTK.Graphics.OpenGL.NvRegisterCombiners componentUsage) { @@ -122851,7 +125214,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvRegisterCombiners", Version = "1.1", EntryPoint = "glCombinerOutputNV")] + /// [requires: NV_register_combiners] + [AutoGenerated(Category = "NV_register_combiners", Version = "1.1", EntryPoint = "glCombinerOutputNV")] public static void CombinerOutput(OpenTK.Graphics.OpenGL.NvRegisterCombiners stage, OpenTK.Graphics.OpenGL.NvRegisterCombiners portion, OpenTK.Graphics.OpenGL.NvRegisterCombiners abOutput, OpenTK.Graphics.OpenGL.NvRegisterCombiners cdOutput, OpenTK.Graphics.OpenGL.NvRegisterCombiners sumOutput, OpenTK.Graphics.OpenGL.NvRegisterCombiners scale, OpenTK.Graphics.OpenGL.NvRegisterCombiners bias, bool abDotProduct, bool cdDotProduct, bool muxSum) { @@ -122865,7 +125229,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvRegisterCombiners", Version = "1.1", EntryPoint = "glCombinerParameterfNV")] + /// [requires: NV_register_combiners] + [AutoGenerated(Category = "NV_register_combiners", Version = "1.1", EntryPoint = "glCombinerParameterfNV")] public static void CombinerParameter(OpenTK.Graphics.OpenGL.NvRegisterCombiners pname, Single param) { @@ -122879,7 +125244,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvRegisterCombiners", Version = "1.1", EntryPoint = "glCombinerParameterfvNV")] + /// [requires: NV_register_combiners] + [AutoGenerated(Category = "NV_register_combiners", Version = "1.1", EntryPoint = "glCombinerParameterfvNV")] public static void CombinerParameter(OpenTK.Graphics.OpenGL.NvRegisterCombiners pname, Single[] @params) { @@ -122899,8 +125265,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_register_combiners] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvRegisterCombiners", Version = "1.1", EntryPoint = "glCombinerParameterfvNV")] + [AutoGenerated(Category = "NV_register_combiners", Version = "1.1", EntryPoint = "glCombinerParameterfvNV")] public static unsafe void CombinerParameter(OpenTK.Graphics.OpenGL.NvRegisterCombiners pname, Single* @params) { @@ -122914,7 +125281,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvRegisterCombiners", Version = "1.1", EntryPoint = "glCombinerParameteriNV")] + /// [requires: NV_register_combiners] + [AutoGenerated(Category = "NV_register_combiners", Version = "1.1", EntryPoint = "glCombinerParameteriNV")] public static void CombinerParameter(OpenTK.Graphics.OpenGL.NvRegisterCombiners pname, Int32 param) { @@ -122928,7 +125296,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvRegisterCombiners", Version = "1.1", EntryPoint = "glCombinerParameterivNV")] + /// [requires: NV_register_combiners] + [AutoGenerated(Category = "NV_register_combiners", Version = "1.1", EntryPoint = "glCombinerParameterivNV")] public static void CombinerParameter(OpenTK.Graphics.OpenGL.NvRegisterCombiners pname, Int32[] @params) { @@ -122948,8 +125317,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_register_combiners] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvRegisterCombiners", Version = "1.1", EntryPoint = "glCombinerParameterivNV")] + [AutoGenerated(Category = "NV_register_combiners", Version = "1.1", EntryPoint = "glCombinerParameterivNV")] public static unsafe void CombinerParameter(OpenTK.Graphics.OpenGL.NvRegisterCombiners pname, Int32* @params) { @@ -122963,7 +125333,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvRegisterCombiners2", Version = "1.1", EntryPoint = "glCombinerStageParameterfvNV")] + /// [requires: NV_register_combiners2] + [AutoGenerated(Category = "NV_register_combiners2", Version = "1.1", EntryPoint = "glCombinerStageParameterfvNV")] public static void CombinerStageParameter(OpenTK.Graphics.OpenGL.NvRegisterCombiners2 stage, OpenTK.Graphics.OpenGL.NvRegisterCombiners2 pname, Single[] @params) { @@ -122983,7 +125354,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvRegisterCombiners2", Version = "1.1", EntryPoint = "glCombinerStageParameterfvNV")] + /// [requires: NV_register_combiners2] + [AutoGenerated(Category = "NV_register_combiners2", Version = "1.1", EntryPoint = "glCombinerStageParameterfvNV")] public static void CombinerStageParameter(OpenTK.Graphics.OpenGL.NvRegisterCombiners2 stage, OpenTK.Graphics.OpenGL.NvRegisterCombiners2 pname, ref Single @params) { @@ -123003,8 +125375,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_register_combiners2] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvRegisterCombiners2", Version = "1.1", EntryPoint = "glCombinerStageParameterfvNV")] + [AutoGenerated(Category = "NV_register_combiners2", Version = "1.1", EntryPoint = "glCombinerStageParameterfvNV")] public static unsafe void CombinerStageParameter(OpenTK.Graphics.OpenGL.NvRegisterCombiners2 stage, OpenTK.Graphics.OpenGL.NvRegisterCombiners2 pname, Single* @params) { @@ -123018,7 +125391,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvFence", Version = "1.2", EntryPoint = "glDeleteFencesNV")] + /// [requires: NV_fence] + [AutoGenerated(Category = "NV_fence", Version = "1.2", EntryPoint = "glDeleteFencesNV")] public static void DeleteFences(Int32 n, Int32[] fences) { @@ -123038,7 +125412,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvFence", Version = "1.2", EntryPoint = "glDeleteFencesNV")] + /// [requires: NV_fence] + [AutoGenerated(Category = "NV_fence", Version = "1.2", EntryPoint = "glDeleteFencesNV")] public static void DeleteFences(Int32 n, ref Int32 fences) { @@ -123058,8 +125433,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_fence] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvFence", Version = "1.2", EntryPoint = "glDeleteFencesNV")] + [AutoGenerated(Category = "NV_fence", Version = "1.2", EntryPoint = "glDeleteFencesNV")] public static unsafe void DeleteFences(Int32 n, Int32* fences) { @@ -123073,8 +125449,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_fence] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvFence", Version = "1.2", EntryPoint = "glDeleteFencesNV")] + [AutoGenerated(Category = "NV_fence", Version = "1.2", EntryPoint = "glDeleteFencesNV")] public static void DeleteFences(Int32 n, UInt32[] fences) { @@ -123094,8 +125471,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_fence] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvFence", Version = "1.2", EntryPoint = "glDeleteFencesNV")] + [AutoGenerated(Category = "NV_fence", Version = "1.2", EntryPoint = "glDeleteFencesNV")] public static void DeleteFences(Int32 n, ref UInt32 fences) { @@ -123115,8 +125493,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_fence] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvFence", Version = "1.2", EntryPoint = "glDeleteFencesNV")] + [AutoGenerated(Category = "NV_fence", Version = "1.2", EntryPoint = "glDeleteFencesNV")] public static unsafe void DeleteFences(Int32 n, UInt32* fences) { @@ -123130,7 +125509,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvOcclusionQuery", Version = "1.2", EntryPoint = "glDeleteOcclusionQueriesNV")] + /// [requires: NV_occlusion_query] + [AutoGenerated(Category = "NV_occlusion_query", Version = "1.2", EntryPoint = "glDeleteOcclusionQueriesNV")] public static void DeleteOcclusionQueries(Int32 n, Int32[] ids) { @@ -123150,7 +125530,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvOcclusionQuery", Version = "1.2", EntryPoint = "glDeleteOcclusionQueriesNV")] + /// [requires: NV_occlusion_query] + [AutoGenerated(Category = "NV_occlusion_query", Version = "1.2", EntryPoint = "glDeleteOcclusionQueriesNV")] public static void DeleteOcclusionQueries(Int32 n, ref Int32 ids) { @@ -123170,8 +125551,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_occlusion_query] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvOcclusionQuery", Version = "1.2", EntryPoint = "glDeleteOcclusionQueriesNV")] + [AutoGenerated(Category = "NV_occlusion_query", Version = "1.2", EntryPoint = "glDeleteOcclusionQueriesNV")] public static unsafe void DeleteOcclusionQueries(Int32 n, Int32* ids) { @@ -123185,8 +125567,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_occlusion_query] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvOcclusionQuery", Version = "1.2", EntryPoint = "glDeleteOcclusionQueriesNV")] + [AutoGenerated(Category = "NV_occlusion_query", Version = "1.2", EntryPoint = "glDeleteOcclusionQueriesNV")] public static void DeleteOcclusionQueries(Int32 n, UInt32[] ids) { @@ -123206,8 +125589,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_occlusion_query] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvOcclusionQuery", Version = "1.2", EntryPoint = "glDeleteOcclusionQueriesNV")] + [AutoGenerated(Category = "NV_occlusion_query", Version = "1.2", EntryPoint = "glDeleteOcclusionQueriesNV")] public static void DeleteOcclusionQueries(Int32 n, ref UInt32 ids) { @@ -123227,8 +125611,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_occlusion_query] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvOcclusionQuery", Version = "1.2", EntryPoint = "glDeleteOcclusionQueriesNV")] + [AutoGenerated(Category = "NV_occlusion_query", Version = "1.2", EntryPoint = "glDeleteOcclusionQueriesNV")] public static unsafe void DeleteOcclusionQueries(Int32 n, UInt32* ids) { @@ -123243,7 +125628,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_vertex_program] /// Deletes a program object /// /// @@ -123251,7 +125636,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the program object to be deleted. /// /// - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glDeleteProgramsNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glDeleteProgramsNV")] public static void DeleteProgram(Int32 n, Int32[] programs) { @@ -123272,7 +125657,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_vertex_program] /// Deletes a program object /// /// @@ -123280,7 +125665,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the program object to be deleted. /// /// - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glDeleteProgramsNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glDeleteProgramsNV")] public static void DeleteProgram(Int32 n, ref Int32 programs) { @@ -123301,7 +125686,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_vertex_program] /// Deletes a program object /// /// @@ -123310,7 +125695,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glDeleteProgramsNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glDeleteProgramsNV")] public static unsafe void DeleteProgram(Int32 n, Int32* programs) { @@ -123325,7 +125710,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_vertex_program] /// Deletes a program object /// /// @@ -123334,7 +125719,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glDeleteProgramsNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glDeleteProgramsNV")] public static void DeleteProgram(Int32 n, UInt32[] programs) { @@ -123355,7 +125740,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_vertex_program] /// Deletes a program object /// /// @@ -123364,7 +125749,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glDeleteProgramsNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glDeleteProgramsNV")] public static void DeleteProgram(Int32 n, ref UInt32 programs) { @@ -123385,7 +125770,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_vertex_program] /// Deletes a program object /// /// @@ -123394,7 +125779,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glDeleteProgramsNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glDeleteProgramsNV")] public static unsafe void DeleteProgram(Int32 n, UInt32* programs) { @@ -123408,7 +125793,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvTransformFeedback2", Version = "", EntryPoint = "glDeleteTransformFeedbacksNV")] + /// [requires: NV_transform_feedback2] + [AutoGenerated(Category = "NV_transform_feedback2", Version = "", EntryPoint = "glDeleteTransformFeedbacksNV")] public static void DeleteTransformFeedback(Int32 n, Int32[] ids) { @@ -123428,7 +125814,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvTransformFeedback2", Version = "", EntryPoint = "glDeleteTransformFeedbacksNV")] + /// [requires: NV_transform_feedback2] + [AutoGenerated(Category = "NV_transform_feedback2", Version = "", EntryPoint = "glDeleteTransformFeedbacksNV")] public static void DeleteTransformFeedback(Int32 n, ref Int32 ids) { @@ -123448,8 +125835,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_transform_feedback2] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvTransformFeedback2", Version = "", EntryPoint = "glDeleteTransformFeedbacksNV")] + [AutoGenerated(Category = "NV_transform_feedback2", Version = "", EntryPoint = "glDeleteTransformFeedbacksNV")] public static unsafe void DeleteTransformFeedback(Int32 n, Int32* ids) { @@ -123463,8 +125851,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_transform_feedback2] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvTransformFeedback2", Version = "", EntryPoint = "glDeleteTransformFeedbacksNV")] + [AutoGenerated(Category = "NV_transform_feedback2", Version = "", EntryPoint = "glDeleteTransformFeedbacksNV")] public static void DeleteTransformFeedback(Int32 n, UInt32[] ids) { @@ -123484,8 +125873,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_transform_feedback2] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvTransformFeedback2", Version = "", EntryPoint = "glDeleteTransformFeedbacksNV")] + [AutoGenerated(Category = "NV_transform_feedback2", Version = "", EntryPoint = "glDeleteTransformFeedbacksNV")] public static void DeleteTransformFeedback(Int32 n, ref UInt32 ids) { @@ -123505,8 +125895,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_transform_feedback2] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvTransformFeedback2", Version = "", EntryPoint = "glDeleteTransformFeedbacksNV")] + [AutoGenerated(Category = "NV_transform_feedback2", Version = "", EntryPoint = "glDeleteTransformFeedbacksNV")] public static unsafe void DeleteTransformFeedback(Int32 n, UInt32* ids) { @@ -123520,7 +125911,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvDepthBufferFloat", Version = "2.0", EntryPoint = "glDepthBoundsdNV")] + /// [requires: NV_depth_buffer_float] + [AutoGenerated(Category = "NV_depth_buffer_float", Version = "2.0", EntryPoint = "glDepthBoundsdNV")] public static void DepthBounds(Double zmin, Double zmax) { @@ -123535,7 +125927,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_depth_buffer_float] /// Specify mapping of depth values from normalized device coordinates to window coordinates /// /// @@ -123548,7 +125940,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the mapping of the far clipping plane to window coordinates. The initial value is 1. /// /// - [AutoGenerated(Category = "NvDepthBufferFloat", Version = "2.0", EntryPoint = "glDepthRangedNV")] + [AutoGenerated(Category = "NV_depth_buffer_float", Version = "2.0", EntryPoint = "glDepthRangedNV")] public static void DepthRange(Double zNear, Double zFar) { @@ -123562,7 +125954,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvTransformFeedback2", Version = "", EntryPoint = "glDrawTransformFeedbackNV")] + /// [requires: NV_transform_feedback2] + [AutoGenerated(Category = "NV_transform_feedback2", Version = "", EntryPoint = "glDrawTransformFeedbackNV")] public static void DrawTransformFeedback(OpenTK.Graphics.OpenGL.NvTransformFeedback2 mode, Int32 id) { @@ -123576,8 +125969,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_transform_feedback2] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvTransformFeedback2", Version = "", EntryPoint = "glDrawTransformFeedbackNV")] + [AutoGenerated(Category = "NV_transform_feedback2", Version = "", EntryPoint = "glDrawTransformFeedbackNV")] public static void DrawTransformFeedback(OpenTK.Graphics.OpenGL.NvTransformFeedback2 mode, UInt32 id) { @@ -123591,7 +125985,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvConditionalRender", Version = "", EntryPoint = "glEndConditionalRenderNV")] + /// [requires: NV_conditional_render] + [AutoGenerated(Category = "NV_conditional_render", Version = "", EntryPoint = "glEndConditionalRenderNV")] public static void EndConditionalRender() { @@ -123605,7 +126000,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvOcclusionQuery", Version = "1.2", EntryPoint = "glEndOcclusionQueryNV")] + /// [requires: NV_occlusion_query] + [AutoGenerated(Category = "NV_occlusion_query", Version = "1.2", EntryPoint = "glEndOcclusionQueryNV")] public static void EndOcclusionQuery() { @@ -123619,7 +126015,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvTransformFeedback", Version = "1.5", EntryPoint = "glEndTransformFeedbackNV")] + /// [requires: NV_transform_feedback] + [AutoGenerated(Category = "NV_transform_feedback", Version = "1.5", EntryPoint = "glEndTransformFeedbackNV")] public static void EndTransformFeedback() { @@ -123633,7 +126030,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvEvaluators", Version = "1.1", EntryPoint = "glEvalMapsNV")] + /// [requires: NV_evaluators] + [AutoGenerated(Category = "NV_evaluators", Version = "1.1", EntryPoint = "glEvalMapsNV")] public static void EvalMap(OpenTK.Graphics.OpenGL.NvEvaluators target, OpenTK.Graphics.OpenGL.NvEvaluators mode) { @@ -123647,7 +126045,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glExecuteProgramNV")] + /// [requires: NV_vertex_program] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glExecuteProgramNV")] public static void ExecuteProgram(OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb target, Int32 id, Single[] @params) { @@ -123667,7 +126066,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glExecuteProgramNV")] + /// [requires: NV_vertex_program] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glExecuteProgramNV")] public static void ExecuteProgram(OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb target, Int32 id, ref Single @params) { @@ -123687,8 +126087,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glExecuteProgramNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glExecuteProgramNV")] public static unsafe void ExecuteProgram(OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb target, Int32 id, Single* @params) { @@ -123702,8 +126103,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glExecuteProgramNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glExecuteProgramNV")] public static void ExecuteProgram(OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb target, UInt32 id, Single[] @params) { @@ -123723,8 +126125,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glExecuteProgramNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glExecuteProgramNV")] public static void ExecuteProgram(OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb target, UInt32 id, ref Single @params) { @@ -123744,8 +126147,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glExecuteProgramNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glExecuteProgramNV")] public static unsafe void ExecuteProgram(OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb target, UInt32 id, Single* @params) { @@ -123759,7 +126163,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvRegisterCombiners", Version = "1.1", EntryPoint = "glFinalCombinerInputNV")] + /// [requires: NV_register_combiners] + [AutoGenerated(Category = "NV_register_combiners", Version = "1.1", EntryPoint = "glFinalCombinerInputNV")] public static void FinalCombinerInput(OpenTK.Graphics.OpenGL.NvRegisterCombiners variable, OpenTK.Graphics.OpenGL.NvRegisterCombiners input, OpenTK.Graphics.OpenGL.NvRegisterCombiners mapping, OpenTK.Graphics.OpenGL.NvRegisterCombiners componentUsage) { @@ -123773,7 +126178,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvFence", Version = "1.2", EntryPoint = "glFinishFenceNV")] + /// [requires: NV_fence] + [AutoGenerated(Category = "NV_fence", Version = "1.2", EntryPoint = "glFinishFenceNV")] public static void FinishFence(Int32 fence) { @@ -123787,8 +126193,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_fence] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvFence", Version = "1.2", EntryPoint = "glFinishFenceNV")] + [AutoGenerated(Category = "NV_fence", Version = "1.2", EntryPoint = "glFinishFenceNV")] public static void FinishFence(UInt32 fence) { @@ -123802,7 +126209,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvPixelDataRange", Version = "1.2", EntryPoint = "glFlushPixelDataRangeNV")] + /// [requires: NV_pixel_data_range] + [AutoGenerated(Category = "NV_pixel_data_range", Version = "1.2", EntryPoint = "glFlushPixelDataRangeNV")] public static void FlushPixelDataRange(OpenTK.Graphics.OpenGL.NvPixelDataRange target) { @@ -123816,7 +126224,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvVertexArrayRange", Version = "1.1", EntryPoint = "glFlushVertexArrayRangeNV")] + /// [requires: NV_vertex_array_range] + [AutoGenerated(Category = "NV_vertex_array_range", Version = "1.1", EntryPoint = "glFlushVertexArrayRangeNV")] public static void FlushVertexArrayRange() { @@ -123830,7 +126239,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvHalfFloat", Version = "1.2", EntryPoint = "glFogCoordhNV")] + /// [requires: NV_half_float] + [AutoGenerated(Category = "NV_half_float", Version = "1.2", EntryPoint = "glFogCoordhNV")] public static void FogCoordh(OpenTK.Half fog) { @@ -123844,8 +126254,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_half_float] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvHalfFloat", Version = "1.2", EntryPoint = "glFogCoordhvNV")] + [AutoGenerated(Category = "NV_half_float", Version = "1.2", EntryPoint = "glFogCoordhvNV")] public static unsafe void FogCoordh(OpenTK.Half* fog) { @@ -123859,7 +126270,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvFence", Version = "1.2", EntryPoint = "glGenFencesNV")] + /// [requires: NV_fence] + [AutoGenerated(Category = "NV_fence", Version = "1.2", EntryPoint = "glGenFencesNV")] public static void GenFences(Int32 n, [OutAttribute] Int32[] fences) { @@ -123879,7 +126291,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvFence", Version = "1.2", EntryPoint = "glGenFencesNV")] + /// [requires: NV_fence] + [AutoGenerated(Category = "NV_fence", Version = "1.2", EntryPoint = "glGenFencesNV")] public static void GenFences(Int32 n, [OutAttribute] out Int32 fences) { @@ -123900,8 +126313,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_fence] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvFence", Version = "1.2", EntryPoint = "glGenFencesNV")] + [AutoGenerated(Category = "NV_fence", Version = "1.2", EntryPoint = "glGenFencesNV")] public static unsafe void GenFences(Int32 n, [OutAttribute] Int32* fences) { @@ -123915,8 +126329,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_fence] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvFence", Version = "1.2", EntryPoint = "glGenFencesNV")] + [AutoGenerated(Category = "NV_fence", Version = "1.2", EntryPoint = "glGenFencesNV")] public static void GenFences(Int32 n, [OutAttribute] UInt32[] fences) { @@ -123936,8 +126351,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_fence] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvFence", Version = "1.2", EntryPoint = "glGenFencesNV")] + [AutoGenerated(Category = "NV_fence", Version = "1.2", EntryPoint = "glGenFencesNV")] public static void GenFences(Int32 n, [OutAttribute] out UInt32 fences) { @@ -123958,8 +126374,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_fence] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvFence", Version = "1.2", EntryPoint = "glGenFencesNV")] + [AutoGenerated(Category = "NV_fence", Version = "1.2", EntryPoint = "glGenFencesNV")] public static unsafe void GenFences(Int32 n, [OutAttribute] UInt32* fences) { @@ -123973,7 +126390,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvOcclusionQuery", Version = "1.2", EntryPoint = "glGenOcclusionQueriesNV")] + /// [requires: NV_occlusion_query] + [AutoGenerated(Category = "NV_occlusion_query", Version = "1.2", EntryPoint = "glGenOcclusionQueriesNV")] public static void GenOcclusionQueries(Int32 n, [OutAttribute] Int32[] ids) { @@ -123993,7 +126411,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvOcclusionQuery", Version = "1.2", EntryPoint = "glGenOcclusionQueriesNV")] + /// [requires: NV_occlusion_query] + [AutoGenerated(Category = "NV_occlusion_query", Version = "1.2", EntryPoint = "glGenOcclusionQueriesNV")] public static void GenOcclusionQueries(Int32 n, [OutAttribute] out Int32 ids) { @@ -124014,8 +126433,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_occlusion_query] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvOcclusionQuery", Version = "1.2", EntryPoint = "glGenOcclusionQueriesNV")] + [AutoGenerated(Category = "NV_occlusion_query", Version = "1.2", EntryPoint = "glGenOcclusionQueriesNV")] public static unsafe void GenOcclusionQueries(Int32 n, [OutAttribute] Int32* ids) { @@ -124029,8 +126449,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_occlusion_query] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvOcclusionQuery", Version = "1.2", EntryPoint = "glGenOcclusionQueriesNV")] + [AutoGenerated(Category = "NV_occlusion_query", Version = "1.2", EntryPoint = "glGenOcclusionQueriesNV")] public static void GenOcclusionQueries(Int32 n, [OutAttribute] UInt32[] ids) { @@ -124050,8 +126471,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_occlusion_query] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvOcclusionQuery", Version = "1.2", EntryPoint = "glGenOcclusionQueriesNV")] + [AutoGenerated(Category = "NV_occlusion_query", Version = "1.2", EntryPoint = "glGenOcclusionQueriesNV")] public static void GenOcclusionQueries(Int32 n, [OutAttribute] out UInt32 ids) { @@ -124072,8 +126494,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_occlusion_query] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvOcclusionQuery", Version = "1.2", EntryPoint = "glGenOcclusionQueriesNV")] + [AutoGenerated(Category = "NV_occlusion_query", Version = "1.2", EntryPoint = "glGenOcclusionQueriesNV")] public static unsafe void GenOcclusionQueries(Int32 n, [OutAttribute] UInt32* ids) { @@ -124087,7 +126510,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glGenProgramsNV")] + /// [requires: NV_vertex_program] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glGenProgramsNV")] public static void GenProgram(Int32 n, [OutAttribute] Int32[] programs) { @@ -124107,7 +126531,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glGenProgramsNV")] + /// [requires: NV_vertex_program] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glGenProgramsNV")] public static void GenProgram(Int32 n, [OutAttribute] out Int32 programs) { @@ -124128,8 +126553,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glGenProgramsNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glGenProgramsNV")] public static unsafe void GenProgram(Int32 n, [OutAttribute] Int32* programs) { @@ -124143,8 +126569,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glGenProgramsNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glGenProgramsNV")] public static void GenProgram(Int32 n, [OutAttribute] UInt32[] programs) { @@ -124164,8 +126591,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glGenProgramsNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glGenProgramsNV")] public static void GenProgram(Int32 n, [OutAttribute] out UInt32 programs) { @@ -124186,8 +126614,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glGenProgramsNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glGenProgramsNV")] public static unsafe void GenProgram(Int32 n, [OutAttribute] UInt32* programs) { @@ -124201,7 +126630,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvTransformFeedback2", Version = "", EntryPoint = "glGenTransformFeedbacksNV")] + /// [requires: NV_transform_feedback2] + [AutoGenerated(Category = "NV_transform_feedback2", Version = "", EntryPoint = "glGenTransformFeedbacksNV")] public static void GenTransformFeedback(Int32 n, [OutAttribute] Int32[] ids) { @@ -124221,7 +126651,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvTransformFeedback2", Version = "", EntryPoint = "glGenTransformFeedbacksNV")] + /// [requires: NV_transform_feedback2] + [AutoGenerated(Category = "NV_transform_feedback2", Version = "", EntryPoint = "glGenTransformFeedbacksNV")] public static void GenTransformFeedback(Int32 n, [OutAttribute] out Int32 ids) { @@ -124242,8 +126673,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_transform_feedback2] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvTransformFeedback2", Version = "", EntryPoint = "glGenTransformFeedbacksNV")] + [AutoGenerated(Category = "NV_transform_feedback2", Version = "", EntryPoint = "glGenTransformFeedbacksNV")] public static unsafe void GenTransformFeedback(Int32 n, [OutAttribute] Int32* ids) { @@ -124257,8 +126689,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_transform_feedback2] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvTransformFeedback2", Version = "", EntryPoint = "glGenTransformFeedbacksNV")] + [AutoGenerated(Category = "NV_transform_feedback2", Version = "", EntryPoint = "glGenTransformFeedbacksNV")] public static void GenTransformFeedback(Int32 n, [OutAttribute] UInt32[] ids) { @@ -124278,8 +126711,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_transform_feedback2] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvTransformFeedback2", Version = "", EntryPoint = "glGenTransformFeedbacksNV")] + [AutoGenerated(Category = "NV_transform_feedback2", Version = "", EntryPoint = "glGenTransformFeedbacksNV")] public static void GenTransformFeedback(Int32 n, [OutAttribute] out UInt32 ids) { @@ -124300,8 +126734,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_transform_feedback2] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvTransformFeedback2", Version = "", EntryPoint = "glGenTransformFeedbacksNV")] + [AutoGenerated(Category = "NV_transform_feedback2", Version = "", EntryPoint = "glGenTransformFeedbacksNV")] public static unsafe void GenTransformFeedback(Int32 n, [OutAttribute] UInt32* ids) { @@ -124315,7 +126750,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvTransformFeedback", Version = "1.5", EntryPoint = "glGetActiveVaryingNV")] + /// [requires: NV_transform_feedback] + [AutoGenerated(Category = "NV_transform_feedback", Version = "1.5", EntryPoint = "glGetActiveVaryingNV")] public static void GetActiveVarying(Int32 program, Int32 index, Int32 bufSize, [OutAttribute] out Int32 length, [OutAttribute] out Int32 size, [OutAttribute] out OpenTK.Graphics.OpenGL.NvTransformFeedback type, [OutAttribute] StringBuilder name) { @@ -124340,8 +126776,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_transform_feedback] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvTransformFeedback", Version = "1.5", EntryPoint = "glGetActiveVaryingNV")] + [AutoGenerated(Category = "NV_transform_feedback", Version = "1.5", EntryPoint = "glGetActiveVaryingNV")] public static unsafe void GetActiveVarying(Int32 program, Int32 index, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] Int32* size, [OutAttribute] OpenTK.Graphics.OpenGL.NvTransformFeedback* type, [OutAttribute] StringBuilder name) { @@ -124355,8 +126792,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_transform_feedback] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvTransformFeedback", Version = "1.5", EntryPoint = "glGetActiveVaryingNV")] + [AutoGenerated(Category = "NV_transform_feedback", Version = "1.5", EntryPoint = "glGetActiveVaryingNV")] public static void GetActiveVarying(UInt32 program, UInt32 index, Int32 bufSize, [OutAttribute] out Int32 length, [OutAttribute] out Int32 size, [OutAttribute] out OpenTK.Graphics.OpenGL.NvTransformFeedback type, [OutAttribute] StringBuilder name) { @@ -124381,8 +126819,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_transform_feedback] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvTransformFeedback", Version = "1.5", EntryPoint = "glGetActiveVaryingNV")] + [AutoGenerated(Category = "NV_transform_feedback", Version = "1.5", EntryPoint = "glGetActiveVaryingNV")] public static unsafe void GetActiveVarying(UInt32 program, UInt32 index, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] Int32* size, [OutAttribute] OpenTK.Graphics.OpenGL.NvTransformFeedback* type, [OutAttribute] StringBuilder name) { @@ -124396,7 +126835,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvRegisterCombiners", Version = "1.1", EntryPoint = "glGetCombinerInputParameterfvNV")] + /// [requires: NV_register_combiners] + [AutoGenerated(Category = "NV_register_combiners", Version = "1.1", EntryPoint = "glGetCombinerInputParameterfvNV")] public static void GetCombinerInputParameter(OpenTK.Graphics.OpenGL.NvRegisterCombiners stage, OpenTK.Graphics.OpenGL.NvRegisterCombiners portion, OpenTK.Graphics.OpenGL.NvRegisterCombiners variable, OpenTK.Graphics.OpenGL.NvRegisterCombiners pname, [OutAttribute] Single[] @params) { @@ -124416,7 +126856,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvRegisterCombiners", Version = "1.1", EntryPoint = "glGetCombinerInputParameterfvNV")] + /// [requires: NV_register_combiners] + [AutoGenerated(Category = "NV_register_combiners", Version = "1.1", EntryPoint = "glGetCombinerInputParameterfvNV")] public static void GetCombinerInputParameter(OpenTK.Graphics.OpenGL.NvRegisterCombiners stage, OpenTK.Graphics.OpenGL.NvRegisterCombiners portion, OpenTK.Graphics.OpenGL.NvRegisterCombiners variable, OpenTK.Graphics.OpenGL.NvRegisterCombiners pname, [OutAttribute] out Single @params) { @@ -124437,8 +126878,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_register_combiners] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvRegisterCombiners", Version = "1.1", EntryPoint = "glGetCombinerInputParameterfvNV")] + [AutoGenerated(Category = "NV_register_combiners", Version = "1.1", EntryPoint = "glGetCombinerInputParameterfvNV")] public static unsafe void GetCombinerInputParameter(OpenTK.Graphics.OpenGL.NvRegisterCombiners stage, OpenTK.Graphics.OpenGL.NvRegisterCombiners portion, OpenTK.Graphics.OpenGL.NvRegisterCombiners variable, OpenTK.Graphics.OpenGL.NvRegisterCombiners pname, [OutAttribute] Single* @params) { @@ -124452,7 +126894,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvRegisterCombiners", Version = "1.1", EntryPoint = "glGetCombinerInputParameterivNV")] + /// [requires: NV_register_combiners] + [AutoGenerated(Category = "NV_register_combiners", Version = "1.1", EntryPoint = "glGetCombinerInputParameterivNV")] public static void GetCombinerInputParameter(OpenTK.Graphics.OpenGL.NvRegisterCombiners stage, OpenTK.Graphics.OpenGL.NvRegisterCombiners portion, OpenTK.Graphics.OpenGL.NvRegisterCombiners variable, OpenTK.Graphics.OpenGL.NvRegisterCombiners pname, [OutAttribute] Int32[] @params) { @@ -124472,7 +126915,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvRegisterCombiners", Version = "1.1", EntryPoint = "glGetCombinerInputParameterivNV")] + /// [requires: NV_register_combiners] + [AutoGenerated(Category = "NV_register_combiners", Version = "1.1", EntryPoint = "glGetCombinerInputParameterivNV")] public static void GetCombinerInputParameter(OpenTK.Graphics.OpenGL.NvRegisterCombiners stage, OpenTK.Graphics.OpenGL.NvRegisterCombiners portion, OpenTK.Graphics.OpenGL.NvRegisterCombiners variable, OpenTK.Graphics.OpenGL.NvRegisterCombiners pname, [OutAttribute] out Int32 @params) { @@ -124493,8 +126937,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_register_combiners] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvRegisterCombiners", Version = "1.1", EntryPoint = "glGetCombinerInputParameterivNV")] + [AutoGenerated(Category = "NV_register_combiners", Version = "1.1", EntryPoint = "glGetCombinerInputParameterivNV")] public static unsafe void GetCombinerInputParameter(OpenTK.Graphics.OpenGL.NvRegisterCombiners stage, OpenTK.Graphics.OpenGL.NvRegisterCombiners portion, OpenTK.Graphics.OpenGL.NvRegisterCombiners variable, OpenTK.Graphics.OpenGL.NvRegisterCombiners pname, [OutAttribute] Int32* @params) { @@ -124508,7 +126953,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvRegisterCombiners", Version = "1.1", EntryPoint = "glGetCombinerOutputParameterfvNV")] + /// [requires: NV_register_combiners] + [AutoGenerated(Category = "NV_register_combiners", Version = "1.1", EntryPoint = "glGetCombinerOutputParameterfvNV")] public static void GetCombinerOutputParameter(OpenTK.Graphics.OpenGL.NvRegisterCombiners stage, OpenTK.Graphics.OpenGL.NvRegisterCombiners portion, OpenTK.Graphics.OpenGL.NvRegisterCombiners pname, [OutAttribute] Single[] @params) { @@ -124528,7 +126974,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvRegisterCombiners", Version = "1.1", EntryPoint = "glGetCombinerOutputParameterfvNV")] + /// [requires: NV_register_combiners] + [AutoGenerated(Category = "NV_register_combiners", Version = "1.1", EntryPoint = "glGetCombinerOutputParameterfvNV")] public static void GetCombinerOutputParameter(OpenTK.Graphics.OpenGL.NvRegisterCombiners stage, OpenTK.Graphics.OpenGL.NvRegisterCombiners portion, OpenTK.Graphics.OpenGL.NvRegisterCombiners pname, [OutAttribute] out Single @params) { @@ -124549,8 +126996,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_register_combiners] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvRegisterCombiners", Version = "1.1", EntryPoint = "glGetCombinerOutputParameterfvNV")] + [AutoGenerated(Category = "NV_register_combiners", Version = "1.1", EntryPoint = "glGetCombinerOutputParameterfvNV")] public static unsafe void GetCombinerOutputParameter(OpenTK.Graphics.OpenGL.NvRegisterCombiners stage, OpenTK.Graphics.OpenGL.NvRegisterCombiners portion, OpenTK.Graphics.OpenGL.NvRegisterCombiners pname, [OutAttribute] Single* @params) { @@ -124564,7 +127012,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvRegisterCombiners", Version = "1.1", EntryPoint = "glGetCombinerOutputParameterivNV")] + /// [requires: NV_register_combiners] + [AutoGenerated(Category = "NV_register_combiners", Version = "1.1", EntryPoint = "glGetCombinerOutputParameterivNV")] public static void GetCombinerOutputParameter(OpenTK.Graphics.OpenGL.NvRegisterCombiners stage, OpenTK.Graphics.OpenGL.NvRegisterCombiners portion, OpenTK.Graphics.OpenGL.NvRegisterCombiners pname, [OutAttribute] Int32[] @params) { @@ -124584,7 +127033,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvRegisterCombiners", Version = "1.1", EntryPoint = "glGetCombinerOutputParameterivNV")] + /// [requires: NV_register_combiners] + [AutoGenerated(Category = "NV_register_combiners", Version = "1.1", EntryPoint = "glGetCombinerOutputParameterivNV")] public static void GetCombinerOutputParameter(OpenTK.Graphics.OpenGL.NvRegisterCombiners stage, OpenTK.Graphics.OpenGL.NvRegisterCombiners portion, OpenTK.Graphics.OpenGL.NvRegisterCombiners pname, [OutAttribute] out Int32 @params) { @@ -124605,8 +127055,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_register_combiners] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvRegisterCombiners", Version = "1.1", EntryPoint = "glGetCombinerOutputParameterivNV")] + [AutoGenerated(Category = "NV_register_combiners", Version = "1.1", EntryPoint = "glGetCombinerOutputParameterivNV")] public static unsafe void GetCombinerOutputParameter(OpenTK.Graphics.OpenGL.NvRegisterCombiners stage, OpenTK.Graphics.OpenGL.NvRegisterCombiners portion, OpenTK.Graphics.OpenGL.NvRegisterCombiners pname, [OutAttribute] Int32* @params) { @@ -124620,7 +127071,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvRegisterCombiners2", Version = "1.1", EntryPoint = "glGetCombinerStageParameterfvNV")] + /// [requires: NV_register_combiners2] + [AutoGenerated(Category = "NV_register_combiners2", Version = "1.1", EntryPoint = "glGetCombinerStageParameterfvNV")] public static void GetCombinerStageParameter(OpenTK.Graphics.OpenGL.NvRegisterCombiners2 stage, OpenTK.Graphics.OpenGL.NvRegisterCombiners2 pname, [OutAttribute] Single[] @params) { @@ -124640,7 +127092,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvRegisterCombiners2", Version = "1.1", EntryPoint = "glGetCombinerStageParameterfvNV")] + /// [requires: NV_register_combiners2] + [AutoGenerated(Category = "NV_register_combiners2", Version = "1.1", EntryPoint = "glGetCombinerStageParameterfvNV")] public static void GetCombinerStageParameter(OpenTK.Graphics.OpenGL.NvRegisterCombiners2 stage, OpenTK.Graphics.OpenGL.NvRegisterCombiners2 pname, [OutAttribute] out Single @params) { @@ -124661,8 +127114,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_register_combiners2] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvRegisterCombiners2", Version = "1.1", EntryPoint = "glGetCombinerStageParameterfvNV")] + [AutoGenerated(Category = "NV_register_combiners2", Version = "1.1", EntryPoint = "glGetCombinerStageParameterfvNV")] public static unsafe void GetCombinerStageParameter(OpenTK.Graphics.OpenGL.NvRegisterCombiners2 stage, OpenTK.Graphics.OpenGL.NvRegisterCombiners2 pname, [OutAttribute] Single* @params) { @@ -124676,7 +127130,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvFence", Version = "1.2", EntryPoint = "glGetFenceivNV")] + /// [requires: NV_fence] + [AutoGenerated(Category = "NV_fence", Version = "1.2", EntryPoint = "glGetFenceivNV")] public static void GetFence(Int32 fence, OpenTK.Graphics.OpenGL.NvFence pname, [OutAttribute] Int32[] @params) { @@ -124696,7 +127151,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvFence", Version = "1.2", EntryPoint = "glGetFenceivNV")] + /// [requires: NV_fence] + [AutoGenerated(Category = "NV_fence", Version = "1.2", EntryPoint = "glGetFenceivNV")] public static void GetFence(Int32 fence, OpenTK.Graphics.OpenGL.NvFence pname, [OutAttribute] out Int32 @params) { @@ -124717,8 +127173,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_fence] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvFence", Version = "1.2", EntryPoint = "glGetFenceivNV")] + [AutoGenerated(Category = "NV_fence", Version = "1.2", EntryPoint = "glGetFenceivNV")] public static unsafe void GetFence(Int32 fence, OpenTK.Graphics.OpenGL.NvFence pname, [OutAttribute] Int32* @params) { @@ -124732,8 +127189,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_fence] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvFence", Version = "1.2", EntryPoint = "glGetFenceivNV")] + [AutoGenerated(Category = "NV_fence", Version = "1.2", EntryPoint = "glGetFenceivNV")] public static void GetFence(UInt32 fence, OpenTK.Graphics.OpenGL.NvFence pname, [OutAttribute] Int32[] @params) { @@ -124753,8 +127211,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_fence] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvFence", Version = "1.2", EntryPoint = "glGetFenceivNV")] + [AutoGenerated(Category = "NV_fence", Version = "1.2", EntryPoint = "glGetFenceivNV")] public static void GetFence(UInt32 fence, OpenTK.Graphics.OpenGL.NvFence pname, [OutAttribute] out Int32 @params) { @@ -124775,8 +127234,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_fence] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvFence", Version = "1.2", EntryPoint = "glGetFenceivNV")] + [AutoGenerated(Category = "NV_fence", Version = "1.2", EntryPoint = "glGetFenceivNV")] public static unsafe void GetFence(UInt32 fence, OpenTK.Graphics.OpenGL.NvFence pname, [OutAttribute] Int32* @params) { @@ -124790,7 +127250,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvRegisterCombiners", Version = "1.1", EntryPoint = "glGetFinalCombinerInputParameterfvNV")] + /// [requires: NV_register_combiners] + [AutoGenerated(Category = "NV_register_combiners", Version = "1.1", EntryPoint = "glGetFinalCombinerInputParameterfvNV")] public static void GetFinalCombinerInputParameter(OpenTK.Graphics.OpenGL.NvRegisterCombiners variable, OpenTK.Graphics.OpenGL.NvRegisterCombiners pname, [OutAttribute] Single[] @params) { @@ -124810,7 +127271,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvRegisterCombiners", Version = "1.1", EntryPoint = "glGetFinalCombinerInputParameterfvNV")] + /// [requires: NV_register_combiners] + [AutoGenerated(Category = "NV_register_combiners", Version = "1.1", EntryPoint = "glGetFinalCombinerInputParameterfvNV")] public static void GetFinalCombinerInputParameter(OpenTK.Graphics.OpenGL.NvRegisterCombiners variable, OpenTK.Graphics.OpenGL.NvRegisterCombiners pname, [OutAttribute] out Single @params) { @@ -124831,8 +127293,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_register_combiners] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvRegisterCombiners", Version = "1.1", EntryPoint = "glGetFinalCombinerInputParameterfvNV")] + [AutoGenerated(Category = "NV_register_combiners", Version = "1.1", EntryPoint = "glGetFinalCombinerInputParameterfvNV")] public static unsafe void GetFinalCombinerInputParameter(OpenTK.Graphics.OpenGL.NvRegisterCombiners variable, OpenTK.Graphics.OpenGL.NvRegisterCombiners pname, [OutAttribute] Single* @params) { @@ -124846,7 +127309,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvRegisterCombiners", Version = "1.1", EntryPoint = "glGetFinalCombinerInputParameterivNV")] + /// [requires: NV_register_combiners] + [AutoGenerated(Category = "NV_register_combiners", Version = "1.1", EntryPoint = "glGetFinalCombinerInputParameterivNV")] public static void GetFinalCombinerInputParameter(OpenTK.Graphics.OpenGL.NvRegisterCombiners variable, OpenTK.Graphics.OpenGL.NvRegisterCombiners pname, [OutAttribute] Int32[] @params) { @@ -124866,7 +127330,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvRegisterCombiners", Version = "1.1", EntryPoint = "glGetFinalCombinerInputParameterivNV")] + /// [requires: NV_register_combiners] + [AutoGenerated(Category = "NV_register_combiners", Version = "1.1", EntryPoint = "glGetFinalCombinerInputParameterivNV")] public static void GetFinalCombinerInputParameter(OpenTK.Graphics.OpenGL.NvRegisterCombiners variable, OpenTK.Graphics.OpenGL.NvRegisterCombiners pname, [OutAttribute] out Int32 @params) { @@ -124887,8 +127352,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_register_combiners] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvRegisterCombiners", Version = "1.1", EntryPoint = "glGetFinalCombinerInputParameterivNV")] + [AutoGenerated(Category = "NV_register_combiners", Version = "1.1", EntryPoint = "glGetFinalCombinerInputParameterivNV")] public static unsafe void GetFinalCombinerInputParameter(OpenTK.Graphics.OpenGL.NvRegisterCombiners variable, OpenTK.Graphics.OpenGL.NvRegisterCombiners pname, [OutAttribute] Int32* @params) { @@ -124902,7 +127368,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvEvaluators", Version = "1.1", EntryPoint = "glGetMapAttribParameterfvNV")] + /// [requires: NV_evaluators] + [AutoGenerated(Category = "NV_evaluators", Version = "1.1", EntryPoint = "glGetMapAttribParameterfvNV")] public static void GetMapAttribParameter(OpenTK.Graphics.OpenGL.NvEvaluators target, Int32 index, OpenTK.Graphics.OpenGL.NvEvaluators pname, [OutAttribute] Single[] @params) { @@ -124922,7 +127389,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvEvaluators", Version = "1.1", EntryPoint = "glGetMapAttribParameterfvNV")] + /// [requires: NV_evaluators] + [AutoGenerated(Category = "NV_evaluators", Version = "1.1", EntryPoint = "glGetMapAttribParameterfvNV")] public static void GetMapAttribParameter(OpenTK.Graphics.OpenGL.NvEvaluators target, Int32 index, OpenTK.Graphics.OpenGL.NvEvaluators pname, [OutAttribute] out Single @params) { @@ -124943,8 +127411,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_evaluators] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvEvaluators", Version = "1.1", EntryPoint = "glGetMapAttribParameterfvNV")] + [AutoGenerated(Category = "NV_evaluators", Version = "1.1", EntryPoint = "glGetMapAttribParameterfvNV")] public static unsafe void GetMapAttribParameter(OpenTK.Graphics.OpenGL.NvEvaluators target, Int32 index, OpenTK.Graphics.OpenGL.NvEvaluators pname, [OutAttribute] Single* @params) { @@ -124958,8 +127427,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_evaluators] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvEvaluators", Version = "1.1", EntryPoint = "glGetMapAttribParameterfvNV")] + [AutoGenerated(Category = "NV_evaluators", Version = "1.1", EntryPoint = "glGetMapAttribParameterfvNV")] public static void GetMapAttribParameter(OpenTK.Graphics.OpenGL.NvEvaluators target, UInt32 index, OpenTK.Graphics.OpenGL.NvEvaluators pname, [OutAttribute] Single[] @params) { @@ -124979,8 +127449,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_evaluators] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvEvaluators", Version = "1.1", EntryPoint = "glGetMapAttribParameterfvNV")] + [AutoGenerated(Category = "NV_evaluators", Version = "1.1", EntryPoint = "glGetMapAttribParameterfvNV")] public static void GetMapAttribParameter(OpenTK.Graphics.OpenGL.NvEvaluators target, UInt32 index, OpenTK.Graphics.OpenGL.NvEvaluators pname, [OutAttribute] out Single @params) { @@ -125001,8 +127472,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_evaluators] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvEvaluators", Version = "1.1", EntryPoint = "glGetMapAttribParameterfvNV")] + [AutoGenerated(Category = "NV_evaluators", Version = "1.1", EntryPoint = "glGetMapAttribParameterfvNV")] public static unsafe void GetMapAttribParameter(OpenTK.Graphics.OpenGL.NvEvaluators target, UInt32 index, OpenTK.Graphics.OpenGL.NvEvaluators pname, [OutAttribute] Single* @params) { @@ -125016,7 +127488,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvEvaluators", Version = "1.1", EntryPoint = "glGetMapAttribParameterivNV")] + /// [requires: NV_evaluators] + [AutoGenerated(Category = "NV_evaluators", Version = "1.1", EntryPoint = "glGetMapAttribParameterivNV")] public static void GetMapAttribParameter(OpenTK.Graphics.OpenGL.NvEvaluators target, Int32 index, OpenTK.Graphics.OpenGL.NvEvaluators pname, [OutAttribute] Int32[] @params) { @@ -125036,7 +127509,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvEvaluators", Version = "1.1", EntryPoint = "glGetMapAttribParameterivNV")] + /// [requires: NV_evaluators] + [AutoGenerated(Category = "NV_evaluators", Version = "1.1", EntryPoint = "glGetMapAttribParameterivNV")] public static void GetMapAttribParameter(OpenTK.Graphics.OpenGL.NvEvaluators target, Int32 index, OpenTK.Graphics.OpenGL.NvEvaluators pname, [OutAttribute] out Int32 @params) { @@ -125057,8 +127531,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_evaluators] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvEvaluators", Version = "1.1", EntryPoint = "glGetMapAttribParameterivNV")] + [AutoGenerated(Category = "NV_evaluators", Version = "1.1", EntryPoint = "glGetMapAttribParameterivNV")] public static unsafe void GetMapAttribParameter(OpenTK.Graphics.OpenGL.NvEvaluators target, Int32 index, OpenTK.Graphics.OpenGL.NvEvaluators pname, [OutAttribute] Int32* @params) { @@ -125072,8 +127547,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_evaluators] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvEvaluators", Version = "1.1", EntryPoint = "glGetMapAttribParameterivNV")] + [AutoGenerated(Category = "NV_evaluators", Version = "1.1", EntryPoint = "glGetMapAttribParameterivNV")] public static void GetMapAttribParameter(OpenTK.Graphics.OpenGL.NvEvaluators target, UInt32 index, OpenTK.Graphics.OpenGL.NvEvaluators pname, [OutAttribute] Int32[] @params) { @@ -125093,8 +127569,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_evaluators] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvEvaluators", Version = "1.1", EntryPoint = "glGetMapAttribParameterivNV")] + [AutoGenerated(Category = "NV_evaluators", Version = "1.1", EntryPoint = "glGetMapAttribParameterivNV")] public static void GetMapAttribParameter(OpenTK.Graphics.OpenGL.NvEvaluators target, UInt32 index, OpenTK.Graphics.OpenGL.NvEvaluators pname, [OutAttribute] out Int32 @params) { @@ -125115,8 +127592,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_evaluators] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvEvaluators", Version = "1.1", EntryPoint = "glGetMapAttribParameterivNV")] + [AutoGenerated(Category = "NV_evaluators", Version = "1.1", EntryPoint = "glGetMapAttribParameterivNV")] public static unsafe void GetMapAttribParameter(OpenTK.Graphics.OpenGL.NvEvaluators target, UInt32 index, OpenTK.Graphics.OpenGL.NvEvaluators pname, [OutAttribute] Int32* @params) { @@ -125130,7 +127608,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvEvaluators", Version = "1.1", EntryPoint = "glGetMapControlPointsNV")] + /// [requires: NV_evaluators] + [AutoGenerated(Category = "NV_evaluators", Version = "1.1", EntryPoint = "glGetMapControlPointsNV")] public static void GetMapControlPoints(OpenTK.Graphics.OpenGL.NvEvaluators target, Int32 index, OpenTK.Graphics.OpenGL.NvEvaluators type, Int32 ustride, Int32 vstride, bool packed, [OutAttribute] IntPtr points) { @@ -125144,7 +127623,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvEvaluators", Version = "1.1", EntryPoint = "glGetMapControlPointsNV")] + /// [requires: NV_evaluators] + [AutoGenerated(Category = "NV_evaluators", Version = "1.1", EntryPoint = "glGetMapControlPointsNV")] public static void GetMapControlPoints(OpenTK.Graphics.OpenGL.NvEvaluators target, Int32 index, OpenTK.Graphics.OpenGL.NvEvaluators type, Int32 ustride, Int32 vstride, bool packed, [InAttribute, OutAttribute] T6[] points) where T6 : struct @@ -125167,7 +127647,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvEvaluators", Version = "1.1", EntryPoint = "glGetMapControlPointsNV")] + /// [requires: NV_evaluators] + [AutoGenerated(Category = "NV_evaluators", Version = "1.1", EntryPoint = "glGetMapControlPointsNV")] public static void GetMapControlPoints(OpenTK.Graphics.OpenGL.NvEvaluators target, Int32 index, OpenTK.Graphics.OpenGL.NvEvaluators type, Int32 ustride, Int32 vstride, bool packed, [InAttribute, OutAttribute] T6[,] points) where T6 : struct @@ -125190,7 +127671,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvEvaluators", Version = "1.1", EntryPoint = "glGetMapControlPointsNV")] + /// [requires: NV_evaluators] + [AutoGenerated(Category = "NV_evaluators", Version = "1.1", EntryPoint = "glGetMapControlPointsNV")] public static void GetMapControlPoints(OpenTK.Graphics.OpenGL.NvEvaluators target, Int32 index, OpenTK.Graphics.OpenGL.NvEvaluators type, Int32 ustride, Int32 vstride, bool packed, [InAttribute, OutAttribute] T6[,,] points) where T6 : struct @@ -125213,7 +127695,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvEvaluators", Version = "1.1", EntryPoint = "glGetMapControlPointsNV")] + /// [requires: NV_evaluators] + [AutoGenerated(Category = "NV_evaluators", Version = "1.1", EntryPoint = "glGetMapControlPointsNV")] public static void GetMapControlPoints(OpenTK.Graphics.OpenGL.NvEvaluators target, Int32 index, OpenTK.Graphics.OpenGL.NvEvaluators type, Int32 ustride, Int32 vstride, bool packed, [InAttribute, OutAttribute] ref T6 points) where T6 : struct @@ -125237,8 +127720,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_evaluators] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvEvaluators", Version = "1.1", EntryPoint = "glGetMapControlPointsNV")] + [AutoGenerated(Category = "NV_evaluators", Version = "1.1", EntryPoint = "glGetMapControlPointsNV")] public static void GetMapControlPoints(OpenTK.Graphics.OpenGL.NvEvaluators target, UInt32 index, OpenTK.Graphics.OpenGL.NvEvaluators type, Int32 ustride, Int32 vstride, bool packed, [OutAttribute] IntPtr points) { @@ -125252,8 +127736,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_evaluators] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvEvaluators", Version = "1.1", EntryPoint = "glGetMapControlPointsNV")] + [AutoGenerated(Category = "NV_evaluators", Version = "1.1", EntryPoint = "glGetMapControlPointsNV")] public static void GetMapControlPoints(OpenTK.Graphics.OpenGL.NvEvaluators target, UInt32 index, OpenTK.Graphics.OpenGL.NvEvaluators type, Int32 ustride, Int32 vstride, bool packed, [InAttribute, OutAttribute] T6[] points) where T6 : struct @@ -125276,8 +127761,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_evaluators] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvEvaluators", Version = "1.1", EntryPoint = "glGetMapControlPointsNV")] + [AutoGenerated(Category = "NV_evaluators", Version = "1.1", EntryPoint = "glGetMapControlPointsNV")] public static void GetMapControlPoints(OpenTK.Graphics.OpenGL.NvEvaluators target, UInt32 index, OpenTK.Graphics.OpenGL.NvEvaluators type, Int32 ustride, Int32 vstride, bool packed, [InAttribute, OutAttribute] T6[,] points) where T6 : struct @@ -125300,8 +127786,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_evaluators] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvEvaluators", Version = "1.1", EntryPoint = "glGetMapControlPointsNV")] + [AutoGenerated(Category = "NV_evaluators", Version = "1.1", EntryPoint = "glGetMapControlPointsNV")] public static void GetMapControlPoints(OpenTK.Graphics.OpenGL.NvEvaluators target, UInt32 index, OpenTK.Graphics.OpenGL.NvEvaluators type, Int32 ustride, Int32 vstride, bool packed, [InAttribute, OutAttribute] T6[,,] points) where T6 : struct @@ -125324,8 +127811,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_evaluators] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvEvaluators", Version = "1.1", EntryPoint = "glGetMapControlPointsNV")] + [AutoGenerated(Category = "NV_evaluators", Version = "1.1", EntryPoint = "glGetMapControlPointsNV")] public static void GetMapControlPoints(OpenTK.Graphics.OpenGL.NvEvaluators target, UInt32 index, OpenTK.Graphics.OpenGL.NvEvaluators type, Int32 ustride, Int32 vstride, bool packed, [InAttribute, OutAttribute] ref T6 points) where T6 : struct @@ -125349,7 +127837,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvEvaluators", Version = "1.1", EntryPoint = "glGetMapParameterfvNV")] + /// [requires: NV_evaluators] + [AutoGenerated(Category = "NV_evaluators", Version = "1.1", EntryPoint = "glGetMapParameterfvNV")] public static void GetMapParameter(OpenTK.Graphics.OpenGL.NvEvaluators target, OpenTK.Graphics.OpenGL.NvEvaluators pname, [OutAttribute] Single[] @params) { @@ -125369,7 +127858,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvEvaluators", Version = "1.1", EntryPoint = "glGetMapParameterfvNV")] + /// [requires: NV_evaluators] + [AutoGenerated(Category = "NV_evaluators", Version = "1.1", EntryPoint = "glGetMapParameterfvNV")] public static void GetMapParameter(OpenTK.Graphics.OpenGL.NvEvaluators target, OpenTK.Graphics.OpenGL.NvEvaluators pname, [OutAttribute] out Single @params) { @@ -125390,8 +127880,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_evaluators] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvEvaluators", Version = "1.1", EntryPoint = "glGetMapParameterfvNV")] + [AutoGenerated(Category = "NV_evaluators", Version = "1.1", EntryPoint = "glGetMapParameterfvNV")] public static unsafe void GetMapParameter(OpenTK.Graphics.OpenGL.NvEvaluators target, OpenTK.Graphics.OpenGL.NvEvaluators pname, [OutAttribute] Single* @params) { @@ -125405,7 +127896,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvEvaluators", Version = "1.1", EntryPoint = "glGetMapParameterivNV")] + /// [requires: NV_evaluators] + [AutoGenerated(Category = "NV_evaluators", Version = "1.1", EntryPoint = "glGetMapParameterivNV")] public static void GetMapParameter(OpenTK.Graphics.OpenGL.NvEvaluators target, OpenTK.Graphics.OpenGL.NvEvaluators pname, [OutAttribute] Int32[] @params) { @@ -125425,7 +127917,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvEvaluators", Version = "1.1", EntryPoint = "glGetMapParameterivNV")] + /// [requires: NV_evaluators] + [AutoGenerated(Category = "NV_evaluators", Version = "1.1", EntryPoint = "glGetMapParameterivNV")] public static void GetMapParameter(OpenTK.Graphics.OpenGL.NvEvaluators target, OpenTK.Graphics.OpenGL.NvEvaluators pname, [OutAttribute] out Int32 @params) { @@ -125446,8 +127939,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_evaluators] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvEvaluators", Version = "1.1", EntryPoint = "glGetMapParameterivNV")] + [AutoGenerated(Category = "NV_evaluators", Version = "1.1", EntryPoint = "glGetMapParameterivNV")] public static unsafe void GetMapParameter(OpenTK.Graphics.OpenGL.NvEvaluators target, OpenTK.Graphics.OpenGL.NvEvaluators pname, [OutAttribute] Int32* @params) { @@ -125461,7 +127955,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvExplicitMultisample", Version = "", EntryPoint = "glGetMultisamplefvNV")] + /// [requires: NV_explicit_multisample] + [AutoGenerated(Category = "NV_explicit_multisample", Version = "", EntryPoint = "glGetMultisamplefvNV")] public static void GetMultisample(OpenTK.Graphics.OpenGL.NvExplicitMultisample pname, Int32 index, [OutAttribute] Single[] val) { @@ -125481,7 +127976,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvExplicitMultisample", Version = "", EntryPoint = "glGetMultisamplefvNV")] + /// [requires: NV_explicit_multisample] + [AutoGenerated(Category = "NV_explicit_multisample", Version = "", EntryPoint = "glGetMultisamplefvNV")] public static void GetMultisample(OpenTK.Graphics.OpenGL.NvExplicitMultisample pname, Int32 index, [OutAttribute] out Single val) { @@ -125502,8 +127998,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_explicit_multisample] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvExplicitMultisample", Version = "", EntryPoint = "glGetMultisamplefvNV")] + [AutoGenerated(Category = "NV_explicit_multisample", Version = "", EntryPoint = "glGetMultisamplefvNV")] public static unsafe void GetMultisample(OpenTK.Graphics.OpenGL.NvExplicitMultisample pname, Int32 index, [OutAttribute] Single* val) { @@ -125517,8 +128014,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_explicit_multisample] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvExplicitMultisample", Version = "", EntryPoint = "glGetMultisamplefvNV")] + [AutoGenerated(Category = "NV_explicit_multisample", Version = "", EntryPoint = "glGetMultisamplefvNV")] public static void GetMultisample(OpenTK.Graphics.OpenGL.NvExplicitMultisample pname, UInt32 index, [OutAttribute] Single[] val) { @@ -125538,8 +128036,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_explicit_multisample] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvExplicitMultisample", Version = "", EntryPoint = "glGetMultisamplefvNV")] + [AutoGenerated(Category = "NV_explicit_multisample", Version = "", EntryPoint = "glGetMultisamplefvNV")] public static void GetMultisample(OpenTK.Graphics.OpenGL.NvExplicitMultisample pname, UInt32 index, [OutAttribute] out Single val) { @@ -125560,8 +128059,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_explicit_multisample] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvExplicitMultisample", Version = "", EntryPoint = "glGetMultisamplefvNV")] + [AutoGenerated(Category = "NV_explicit_multisample", Version = "", EntryPoint = "glGetMultisamplefvNV")] public static unsafe void GetMultisample(OpenTK.Graphics.OpenGL.NvExplicitMultisample pname, UInt32 index, [OutAttribute] Single* val) { @@ -125575,7 +128075,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvOcclusionQuery", Version = "1.2", EntryPoint = "glGetOcclusionQueryivNV")] + /// [requires: NV_occlusion_query] + [AutoGenerated(Category = "NV_occlusion_query", Version = "1.2", EntryPoint = "glGetOcclusionQueryivNV")] public static void GetOcclusionQuery(Int32 id, OpenTK.Graphics.OpenGL.NvOcclusionQuery pname, [OutAttribute] Int32[] @params) { @@ -125595,7 +128096,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvOcclusionQuery", Version = "1.2", EntryPoint = "glGetOcclusionQueryivNV")] + /// [requires: NV_occlusion_query] + [AutoGenerated(Category = "NV_occlusion_query", Version = "1.2", EntryPoint = "glGetOcclusionQueryivNV")] public static void GetOcclusionQuery(Int32 id, OpenTK.Graphics.OpenGL.NvOcclusionQuery pname, [OutAttribute] out Int32 @params) { @@ -125616,8 +128118,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_occlusion_query] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvOcclusionQuery", Version = "1.2", EntryPoint = "glGetOcclusionQueryivNV")] + [AutoGenerated(Category = "NV_occlusion_query", Version = "1.2", EntryPoint = "glGetOcclusionQueryivNV")] public static unsafe void GetOcclusionQuery(Int32 id, OpenTK.Graphics.OpenGL.NvOcclusionQuery pname, [OutAttribute] Int32* @params) { @@ -125631,8 +128134,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_occlusion_query] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvOcclusionQuery", Version = "1.2", EntryPoint = "glGetOcclusionQueryivNV")] + [AutoGenerated(Category = "NV_occlusion_query", Version = "1.2", EntryPoint = "glGetOcclusionQueryivNV")] public static void GetOcclusionQuery(UInt32 id, OpenTK.Graphics.OpenGL.NvOcclusionQuery pname, [OutAttribute] Int32[] @params) { @@ -125652,8 +128156,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_occlusion_query] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvOcclusionQuery", Version = "1.2", EntryPoint = "glGetOcclusionQueryivNV")] + [AutoGenerated(Category = "NV_occlusion_query", Version = "1.2", EntryPoint = "glGetOcclusionQueryivNV")] public static void GetOcclusionQuery(UInt32 id, OpenTK.Graphics.OpenGL.NvOcclusionQuery pname, [OutAttribute] out Int32 @params) { @@ -125674,8 +128179,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_occlusion_query] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvOcclusionQuery", Version = "1.2", EntryPoint = "glGetOcclusionQueryivNV")] + [AutoGenerated(Category = "NV_occlusion_query", Version = "1.2", EntryPoint = "glGetOcclusionQueryivNV")] public static unsafe void GetOcclusionQuery(UInt32 id, OpenTK.Graphics.OpenGL.NvOcclusionQuery pname, [OutAttribute] Int32* @params) { @@ -125689,8 +128195,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_occlusion_query] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvOcclusionQuery", Version = "1.2", EntryPoint = "glGetOcclusionQueryuivNV")] + [AutoGenerated(Category = "NV_occlusion_query", Version = "1.2", EntryPoint = "glGetOcclusionQueryuivNV")] public static void GetOcclusionQuery(UInt32 id, OpenTK.Graphics.OpenGL.NvOcclusionQuery pname, [OutAttribute] UInt32[] @params) { @@ -125710,8 +128217,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_occlusion_query] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvOcclusionQuery", Version = "1.2", EntryPoint = "glGetOcclusionQueryuivNV")] + [AutoGenerated(Category = "NV_occlusion_query", Version = "1.2", EntryPoint = "glGetOcclusionQueryuivNV")] public static void GetOcclusionQuery(UInt32 id, OpenTK.Graphics.OpenGL.NvOcclusionQuery pname, [OutAttribute] out UInt32 @params) { @@ -125732,8 +128240,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_occlusion_query] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvOcclusionQuery", Version = "1.2", EntryPoint = "glGetOcclusionQueryuivNV")] + [AutoGenerated(Category = "NV_occlusion_query", Version = "1.2", EntryPoint = "glGetOcclusionQueryuivNV")] public static unsafe void GetOcclusionQuery(UInt32 id, OpenTK.Graphics.OpenGL.NvOcclusionQuery pname, [OutAttribute] UInt32* @params) { @@ -125747,7 +128256,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvGpuProgram4", Version = "1.3", EntryPoint = "glGetProgramEnvParameterIivNV")] + /// [requires: NV_gpu_program4] + [AutoGenerated(Category = "NV_gpu_program4", Version = "1.3", EntryPoint = "glGetProgramEnvParameterIivNV")] public static void GetProgramEnvParameterI(OpenTK.Graphics.OpenGL.NvGpuProgram4 target, Int32 index, [OutAttribute] Int32[] @params) { @@ -125767,7 +128277,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvGpuProgram4", Version = "1.3", EntryPoint = "glGetProgramEnvParameterIivNV")] + /// [requires: NV_gpu_program4] + [AutoGenerated(Category = "NV_gpu_program4", Version = "1.3", EntryPoint = "glGetProgramEnvParameterIivNV")] public static void GetProgramEnvParameterI(OpenTK.Graphics.OpenGL.NvGpuProgram4 target, Int32 index, [OutAttribute] out Int32 @params) { @@ -125788,8 +128299,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_gpu_program4] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvGpuProgram4", Version = "1.3", EntryPoint = "glGetProgramEnvParameterIivNV")] + [AutoGenerated(Category = "NV_gpu_program4", Version = "1.3", EntryPoint = "glGetProgramEnvParameterIivNV")] public static unsafe void GetProgramEnvParameterI(OpenTK.Graphics.OpenGL.NvGpuProgram4 target, Int32 index, [OutAttribute] Int32* @params) { @@ -125803,8 +128315,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_gpu_program4] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvGpuProgram4", Version = "1.3", EntryPoint = "glGetProgramEnvParameterIivNV")] + [AutoGenerated(Category = "NV_gpu_program4", Version = "1.3", EntryPoint = "glGetProgramEnvParameterIivNV")] public static void GetProgramEnvParameterI(OpenTK.Graphics.OpenGL.NvGpuProgram4 target, UInt32 index, [OutAttribute] Int32[] @params) { @@ -125824,8 +128337,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_gpu_program4] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvGpuProgram4", Version = "1.3", EntryPoint = "glGetProgramEnvParameterIivNV")] + [AutoGenerated(Category = "NV_gpu_program4", Version = "1.3", EntryPoint = "glGetProgramEnvParameterIivNV")] public static void GetProgramEnvParameterI(OpenTK.Graphics.OpenGL.NvGpuProgram4 target, UInt32 index, [OutAttribute] out Int32 @params) { @@ -125846,8 +128360,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_gpu_program4] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvGpuProgram4", Version = "1.3", EntryPoint = "glGetProgramEnvParameterIivNV")] + [AutoGenerated(Category = "NV_gpu_program4", Version = "1.3", EntryPoint = "glGetProgramEnvParameterIivNV")] public static unsafe void GetProgramEnvParameterI(OpenTK.Graphics.OpenGL.NvGpuProgram4 target, UInt32 index, [OutAttribute] Int32* @params) { @@ -125861,8 +128376,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_gpu_program4] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvGpuProgram4", Version = "1.3", EntryPoint = "glGetProgramEnvParameterIuivNV")] + [AutoGenerated(Category = "NV_gpu_program4", Version = "1.3", EntryPoint = "glGetProgramEnvParameterIuivNV")] public static void GetProgramEnvParameterI(OpenTK.Graphics.OpenGL.NvGpuProgram4 target, UInt32 index, [OutAttribute] UInt32[] @params) { @@ -125882,8 +128398,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_gpu_program4] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvGpuProgram4", Version = "1.3", EntryPoint = "glGetProgramEnvParameterIuivNV")] + [AutoGenerated(Category = "NV_gpu_program4", Version = "1.3", EntryPoint = "glGetProgramEnvParameterIuivNV")] public static void GetProgramEnvParameterI(OpenTK.Graphics.OpenGL.NvGpuProgram4 target, UInt32 index, [OutAttribute] out UInt32 @params) { @@ -125904,8 +128421,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_gpu_program4] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvGpuProgram4", Version = "1.3", EntryPoint = "glGetProgramEnvParameterIuivNV")] + [AutoGenerated(Category = "NV_gpu_program4", Version = "1.3", EntryPoint = "glGetProgramEnvParameterIuivNV")] public static unsafe void GetProgramEnvParameterI(OpenTK.Graphics.OpenGL.NvGpuProgram4 target, UInt32 index, [OutAttribute] UInt32* @params) { @@ -125920,7 +128438,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_vertex_program] /// Returns a parameter from a program object /// /// @@ -125938,7 +128456,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns the requested object parameter. /// /// - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glGetProgramivNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glGetProgramivNV")] public static void GetProgram(Int32 id, OpenTK.Graphics.OpenGL.NvVertexProgram pname, [OutAttribute] Int32[] @params) { @@ -125959,7 +128477,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_vertex_program] /// Returns a parameter from a program object /// /// @@ -125977,7 +128495,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns the requested object parameter. /// /// - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glGetProgramivNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glGetProgramivNV")] public static void GetProgram(Int32 id, OpenTK.Graphics.OpenGL.NvVertexProgram pname, [OutAttribute] out Int32 @params) { @@ -125999,7 +128517,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_vertex_program] /// Returns a parameter from a program object /// /// @@ -126018,7 +128536,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glGetProgramivNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glGetProgramivNV")] public static unsafe void GetProgram(Int32 id, OpenTK.Graphics.OpenGL.NvVertexProgram pname, [OutAttribute] Int32* @params) { @@ -126033,7 +128551,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_vertex_program] /// Returns a parameter from a program object /// /// @@ -126052,7 +128570,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glGetProgramivNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glGetProgramivNV")] public static void GetProgram(UInt32 id, OpenTK.Graphics.OpenGL.NvVertexProgram pname, [OutAttribute] Int32[] @params) { @@ -126073,7 +128591,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_vertex_program] /// Returns a parameter from a program object /// /// @@ -126092,7 +128610,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glGetProgramivNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glGetProgramivNV")] public static void GetProgram(UInt32 id, OpenTK.Graphics.OpenGL.NvVertexProgram pname, [OutAttribute] out Int32 @params) { @@ -126114,7 +128632,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_vertex_program] /// Returns a parameter from a program object /// /// @@ -126133,7 +128651,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glGetProgramivNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glGetProgramivNV")] public static unsafe void GetProgram(UInt32 id, OpenTK.Graphics.OpenGL.NvVertexProgram pname, [OutAttribute] Int32* @params) { @@ -126147,7 +128665,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvGpuProgram4", Version = "1.3", EntryPoint = "glGetProgramLocalParameterIivNV")] + /// [requires: NV_gpu_program4] + [AutoGenerated(Category = "NV_gpu_program4", Version = "1.3", EntryPoint = "glGetProgramLocalParameterIivNV")] public static void GetProgramLocalParameterI(OpenTK.Graphics.OpenGL.NvGpuProgram4 target, Int32 index, [OutAttribute] Int32[] @params) { @@ -126167,7 +128686,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvGpuProgram4", Version = "1.3", EntryPoint = "glGetProgramLocalParameterIivNV")] + /// [requires: NV_gpu_program4] + [AutoGenerated(Category = "NV_gpu_program4", Version = "1.3", EntryPoint = "glGetProgramLocalParameterIivNV")] public static void GetProgramLocalParameterI(OpenTK.Graphics.OpenGL.NvGpuProgram4 target, Int32 index, [OutAttribute] out Int32 @params) { @@ -126188,8 +128708,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_gpu_program4] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvGpuProgram4", Version = "1.3", EntryPoint = "glGetProgramLocalParameterIivNV")] + [AutoGenerated(Category = "NV_gpu_program4", Version = "1.3", EntryPoint = "glGetProgramLocalParameterIivNV")] public static unsafe void GetProgramLocalParameterI(OpenTK.Graphics.OpenGL.NvGpuProgram4 target, Int32 index, [OutAttribute] Int32* @params) { @@ -126203,8 +128724,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_gpu_program4] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvGpuProgram4", Version = "1.3", EntryPoint = "glGetProgramLocalParameterIivNV")] + [AutoGenerated(Category = "NV_gpu_program4", Version = "1.3", EntryPoint = "glGetProgramLocalParameterIivNV")] public static void GetProgramLocalParameterI(OpenTK.Graphics.OpenGL.NvGpuProgram4 target, UInt32 index, [OutAttribute] Int32[] @params) { @@ -126224,8 +128746,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_gpu_program4] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvGpuProgram4", Version = "1.3", EntryPoint = "glGetProgramLocalParameterIivNV")] + [AutoGenerated(Category = "NV_gpu_program4", Version = "1.3", EntryPoint = "glGetProgramLocalParameterIivNV")] public static void GetProgramLocalParameterI(OpenTK.Graphics.OpenGL.NvGpuProgram4 target, UInt32 index, [OutAttribute] out Int32 @params) { @@ -126246,8 +128769,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_gpu_program4] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvGpuProgram4", Version = "1.3", EntryPoint = "glGetProgramLocalParameterIivNV")] + [AutoGenerated(Category = "NV_gpu_program4", Version = "1.3", EntryPoint = "glGetProgramLocalParameterIivNV")] public static unsafe void GetProgramLocalParameterI(OpenTK.Graphics.OpenGL.NvGpuProgram4 target, UInt32 index, [OutAttribute] Int32* @params) { @@ -126261,8 +128785,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_gpu_program4] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvGpuProgram4", Version = "1.3", EntryPoint = "glGetProgramLocalParameterIuivNV")] + [AutoGenerated(Category = "NV_gpu_program4", Version = "1.3", EntryPoint = "glGetProgramLocalParameterIuivNV")] public static void GetProgramLocalParameterI(OpenTK.Graphics.OpenGL.NvGpuProgram4 target, UInt32 index, [OutAttribute] UInt32[] @params) { @@ -126282,8 +128807,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_gpu_program4] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvGpuProgram4", Version = "1.3", EntryPoint = "glGetProgramLocalParameterIuivNV")] + [AutoGenerated(Category = "NV_gpu_program4", Version = "1.3", EntryPoint = "glGetProgramLocalParameterIuivNV")] public static void GetProgramLocalParameterI(OpenTK.Graphics.OpenGL.NvGpuProgram4 target, UInt32 index, [OutAttribute] out UInt32 @params) { @@ -126304,8 +128830,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_gpu_program4] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvGpuProgram4", Version = "1.3", EntryPoint = "glGetProgramLocalParameterIuivNV")] + [AutoGenerated(Category = "NV_gpu_program4", Version = "1.3", EntryPoint = "glGetProgramLocalParameterIuivNV")] public static unsafe void GetProgramLocalParameterI(OpenTK.Graphics.OpenGL.NvGpuProgram4 target, UInt32 index, [OutAttribute] UInt32* @params) { @@ -126319,7 +128846,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvFragmentProgram", Version = "1.2", EntryPoint = "glGetProgramNamedParameterdvNV")] + /// [requires: NV_fragment_program] + [AutoGenerated(Category = "NV_fragment_program", Version = "1.2", EntryPoint = "glGetProgramNamedParameterdvNV")] public static void GetProgramNamedParameter(Int32 id, Int32 len, ref Byte name, [OutAttribute] out Double @params) { @@ -126341,8 +128869,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_fragment_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvFragmentProgram", Version = "1.2", EntryPoint = "glGetProgramNamedParameterdvNV")] + [AutoGenerated(Category = "NV_fragment_program", Version = "1.2", EntryPoint = "glGetProgramNamedParameterdvNV")] public static unsafe void GetProgramNamedParameter(Int32 id, Int32 len, Byte* name, [OutAttribute] Double[] @params) { @@ -126359,8 +128888,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_fragment_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvFragmentProgram", Version = "1.2", EntryPoint = "glGetProgramNamedParameterdvNV")] + [AutoGenerated(Category = "NV_fragment_program", Version = "1.2", EntryPoint = "glGetProgramNamedParameterdvNV")] public static unsafe void GetProgramNamedParameter(Int32 id, Int32 len, Byte* name, [OutAttribute] Double* @params) { @@ -126374,8 +128904,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_fragment_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvFragmentProgram", Version = "1.2", EntryPoint = "glGetProgramNamedParameterdvNV")] + [AutoGenerated(Category = "NV_fragment_program", Version = "1.2", EntryPoint = "glGetProgramNamedParameterdvNV")] public static void GetProgramNamedParameter(UInt32 id, Int32 len, ref Byte name, [OutAttribute] out Double @params) { @@ -126397,8 +128928,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_fragment_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvFragmentProgram", Version = "1.2", EntryPoint = "glGetProgramNamedParameterdvNV")] + [AutoGenerated(Category = "NV_fragment_program", Version = "1.2", EntryPoint = "glGetProgramNamedParameterdvNV")] public static unsafe void GetProgramNamedParameter(UInt32 id, Int32 len, Byte* name, [OutAttribute] Double[] @params) { @@ -126415,8 +128947,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_fragment_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvFragmentProgram", Version = "1.2", EntryPoint = "glGetProgramNamedParameterdvNV")] + [AutoGenerated(Category = "NV_fragment_program", Version = "1.2", EntryPoint = "glGetProgramNamedParameterdvNV")] public static unsafe void GetProgramNamedParameter(UInt32 id, Int32 len, Byte* name, [OutAttribute] Double* @params) { @@ -126430,7 +128963,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvFragmentProgram", Version = "1.2", EntryPoint = "glGetProgramNamedParameterfvNV")] + /// [requires: NV_fragment_program] + [AutoGenerated(Category = "NV_fragment_program", Version = "1.2", EntryPoint = "glGetProgramNamedParameterfvNV")] public static void GetProgramNamedParameter(Int32 id, Int32 len, ref Byte name, [OutAttribute] out Single @params) { @@ -126452,8 +128986,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_fragment_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvFragmentProgram", Version = "1.2", EntryPoint = "glGetProgramNamedParameterfvNV")] + [AutoGenerated(Category = "NV_fragment_program", Version = "1.2", EntryPoint = "glGetProgramNamedParameterfvNV")] public static unsafe void GetProgramNamedParameter(Int32 id, Int32 len, Byte* name, [OutAttribute] Single[] @params) { @@ -126470,8 +129005,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_fragment_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvFragmentProgram", Version = "1.2", EntryPoint = "glGetProgramNamedParameterfvNV")] + [AutoGenerated(Category = "NV_fragment_program", Version = "1.2", EntryPoint = "glGetProgramNamedParameterfvNV")] public static unsafe void GetProgramNamedParameter(Int32 id, Int32 len, Byte* name, [OutAttribute] Single* @params) { @@ -126485,8 +129021,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_fragment_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvFragmentProgram", Version = "1.2", EntryPoint = "glGetProgramNamedParameterfvNV")] + [AutoGenerated(Category = "NV_fragment_program", Version = "1.2", EntryPoint = "glGetProgramNamedParameterfvNV")] public static void GetProgramNamedParameter(UInt32 id, Int32 len, ref Byte name, [OutAttribute] out Single @params) { @@ -126508,8 +129045,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_fragment_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvFragmentProgram", Version = "1.2", EntryPoint = "glGetProgramNamedParameterfvNV")] + [AutoGenerated(Category = "NV_fragment_program", Version = "1.2", EntryPoint = "glGetProgramNamedParameterfvNV")] public static unsafe void GetProgramNamedParameter(UInt32 id, Int32 len, Byte* name, [OutAttribute] Single[] @params) { @@ -126526,8 +129064,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_fragment_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvFragmentProgram", Version = "1.2", EntryPoint = "glGetProgramNamedParameterfvNV")] + [AutoGenerated(Category = "NV_fragment_program", Version = "1.2", EntryPoint = "glGetProgramNamedParameterfvNV")] public static unsafe void GetProgramNamedParameter(UInt32 id, Int32 len, Byte* name, [OutAttribute] Single* @params) { @@ -126541,7 +129080,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glGetProgramParameterdvNV")] + /// [requires: NV_vertex_program] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glGetProgramParameterdvNV")] public static void GetProgramParameter(OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb target, Int32 index, OpenTK.Graphics.OpenGL.AssemblyProgramParameterArb pname, [OutAttribute] Double[] @params) { @@ -126561,7 +129101,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glGetProgramParameterdvNV")] + /// [requires: NV_vertex_program] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glGetProgramParameterdvNV")] public static void GetProgramParameter(OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb target, Int32 index, OpenTK.Graphics.OpenGL.AssemblyProgramParameterArb pname, [OutAttribute] out Double @params) { @@ -126582,8 +129123,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glGetProgramParameterdvNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glGetProgramParameterdvNV")] public static unsafe void GetProgramParameter(OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb target, Int32 index, OpenTK.Graphics.OpenGL.AssemblyProgramParameterArb pname, [OutAttribute] Double* @params) { @@ -126597,8 +129139,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glGetProgramParameterdvNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glGetProgramParameterdvNV")] public static void GetProgramParameter(OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb target, UInt32 index, OpenTK.Graphics.OpenGL.AssemblyProgramParameterArb pname, [OutAttribute] Double[] @params) { @@ -126618,8 +129161,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glGetProgramParameterdvNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glGetProgramParameterdvNV")] public static void GetProgramParameter(OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb target, UInt32 index, OpenTK.Graphics.OpenGL.AssemblyProgramParameterArb pname, [OutAttribute] out Double @params) { @@ -126640,8 +129184,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glGetProgramParameterdvNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glGetProgramParameterdvNV")] public static unsafe void GetProgramParameter(OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb target, UInt32 index, OpenTK.Graphics.OpenGL.AssemblyProgramParameterArb pname, [OutAttribute] Double* @params) { @@ -126655,7 +129200,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glGetProgramParameterfvNV")] + /// [requires: NV_vertex_program] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glGetProgramParameterfvNV")] public static void GetProgramParameter(OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb target, Int32 index, OpenTK.Graphics.OpenGL.AssemblyProgramParameterArb pname, [OutAttribute] Single[] @params) { @@ -126675,7 +129221,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glGetProgramParameterfvNV")] + /// [requires: NV_vertex_program] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glGetProgramParameterfvNV")] public static void GetProgramParameter(OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb target, Int32 index, OpenTK.Graphics.OpenGL.AssemblyProgramParameterArb pname, [OutAttribute] out Single @params) { @@ -126696,8 +129243,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glGetProgramParameterfvNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glGetProgramParameterfvNV")] public static unsafe void GetProgramParameter(OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb target, Int32 index, OpenTK.Graphics.OpenGL.AssemblyProgramParameterArb pname, [OutAttribute] Single* @params) { @@ -126711,8 +129259,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glGetProgramParameterfvNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glGetProgramParameterfvNV")] public static void GetProgramParameter(OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb target, UInt32 index, OpenTK.Graphics.OpenGL.AssemblyProgramParameterArb pname, [OutAttribute] Single[] @params) { @@ -126732,8 +129281,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glGetProgramParameterfvNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glGetProgramParameterfvNV")] public static void GetProgramParameter(OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb target, UInt32 index, OpenTK.Graphics.OpenGL.AssemblyProgramParameterArb pname, [OutAttribute] out Single @params) { @@ -126754,8 +129304,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glGetProgramParameterfvNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glGetProgramParameterfvNV")] public static unsafe void GetProgramParameter(OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb target, UInt32 index, OpenTK.Graphics.OpenGL.AssemblyProgramParameterArb pname, [OutAttribute] Single* @params) { @@ -126769,7 +129320,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glGetProgramStringNV")] + /// [requires: NV_vertex_program] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glGetProgramStringNV")] public static void GetProgramString(Int32 id, OpenTK.Graphics.OpenGL.NvVertexProgram pname, [OutAttribute] Byte[] program) { @@ -126789,7 +129341,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glGetProgramStringNV")] + /// [requires: NV_vertex_program] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glGetProgramStringNV")] public static void GetProgramString(Int32 id, OpenTK.Graphics.OpenGL.NvVertexProgram pname, [OutAttribute] out Byte program) { @@ -126810,8 +129363,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glGetProgramStringNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glGetProgramStringNV")] public static unsafe void GetProgramString(Int32 id, OpenTK.Graphics.OpenGL.NvVertexProgram pname, [OutAttribute] Byte* program) { @@ -126825,8 +129379,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glGetProgramStringNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glGetProgramStringNV")] public static void GetProgramString(UInt32 id, OpenTK.Graphics.OpenGL.NvVertexProgram pname, [OutAttribute] Byte[] program) { @@ -126846,8 +129401,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glGetProgramStringNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glGetProgramStringNV")] public static void GetProgramString(UInt32 id, OpenTK.Graphics.OpenGL.NvVertexProgram pname, [OutAttribute] out Byte program) { @@ -126868,8 +129424,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glGetProgramStringNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glGetProgramStringNV")] public static unsafe void GetProgramString(UInt32 id, OpenTK.Graphics.OpenGL.NvVertexProgram pname, [OutAttribute] Byte* program) { @@ -126883,7 +129440,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glGetTrackMatrixivNV")] + /// [requires: NV_vertex_program] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glGetTrackMatrixivNV")] public static void GetTrackMatrix(OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb target, Int32 address, OpenTK.Graphics.OpenGL.AssemblyProgramParameterArb pname, [OutAttribute] out Int32 @params) { @@ -126904,8 +129462,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glGetTrackMatrixivNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glGetTrackMatrixivNV")] public static unsafe void GetTrackMatrix(OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb target, Int32 address, OpenTK.Graphics.OpenGL.AssemblyProgramParameterArb pname, [OutAttribute] Int32* @params) { @@ -126919,8 +129478,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glGetTrackMatrixivNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glGetTrackMatrixivNV")] public static void GetTrackMatrix(OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb target, UInt32 address, OpenTK.Graphics.OpenGL.AssemblyProgramParameterArb pname, [OutAttribute] out Int32 @params) { @@ -126941,8 +129501,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glGetTrackMatrixivNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glGetTrackMatrixivNV")] public static unsafe void GetTrackMatrix(OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb target, UInt32 address, OpenTK.Graphics.OpenGL.AssemblyProgramParameterArb pname, [OutAttribute] Int32* @params) { @@ -126956,7 +129517,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvTransformFeedback", Version = "1.5", EntryPoint = "glGetTransformFeedbackVaryingNV")] + /// [requires: NV_transform_feedback] + [AutoGenerated(Category = "NV_transform_feedback", Version = "1.5", EntryPoint = "glGetTransformFeedbackVaryingNV")] public static void GetTransformFeedbackVarying(Int32 program, Int32 index, [OutAttribute] out Int32 location) { @@ -126977,8 +129539,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_transform_feedback] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvTransformFeedback", Version = "1.5", EntryPoint = "glGetTransformFeedbackVaryingNV")] + [AutoGenerated(Category = "NV_transform_feedback", Version = "1.5", EntryPoint = "glGetTransformFeedbackVaryingNV")] public static unsafe void GetTransformFeedbackVarying(Int32 program, Int32 index, [OutAttribute] Int32* location) { @@ -126992,8 +129555,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_transform_feedback] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvTransformFeedback", Version = "1.5", EntryPoint = "glGetTransformFeedbackVaryingNV")] + [AutoGenerated(Category = "NV_transform_feedback", Version = "1.5", EntryPoint = "glGetTransformFeedbackVaryingNV")] public static void GetTransformFeedbackVarying(UInt32 program, UInt32 index, [OutAttribute] out Int32 location) { @@ -127014,8 +129578,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_transform_feedback] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvTransformFeedback", Version = "1.5", EntryPoint = "glGetTransformFeedbackVaryingNV")] + [AutoGenerated(Category = "NV_transform_feedback", Version = "1.5", EntryPoint = "glGetTransformFeedbackVaryingNV")] public static unsafe void GetTransformFeedbackVarying(UInt32 program, UInt32 index, [OutAttribute] Int32* location) { @@ -127029,7 +129594,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvTransformFeedback", Version = "1.5", EntryPoint = "glGetVaryingLocationNV")] + /// [requires: NV_transform_feedback] + [AutoGenerated(Category = "NV_transform_feedback", Version = "1.5", EntryPoint = "glGetVaryingLocationNV")] public static Int32 GetVaryingLocation(Int32 program, String name) { @@ -127043,8 +129609,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_transform_feedback] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvTransformFeedback", Version = "1.5", EntryPoint = "glGetVaryingLocationNV")] + [AutoGenerated(Category = "NV_transform_feedback", Version = "1.5", EntryPoint = "glGetVaryingLocationNV")] public static Int32 GetVaryingLocation(UInt32 program, String name) { @@ -127059,7 +129626,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_vertex_program] /// Return a generic vertex attribute parameter /// /// @@ -127077,7 +129644,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns the requested data. /// /// - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glGetVertexAttribdvNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glGetVertexAttribdvNV")] public static void GetVertexAttrib(Int32 index, OpenTK.Graphics.OpenGL.NvVertexProgram pname, [OutAttribute] out Double @params) { @@ -127099,7 +129666,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_vertex_program] /// Return a generic vertex attribute parameter /// /// @@ -127118,7 +129685,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glGetVertexAttribdvNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glGetVertexAttribdvNV")] public static unsafe void GetVertexAttrib(Int32 index, OpenTK.Graphics.OpenGL.NvVertexProgram pname, [OutAttribute] Double* @params) { @@ -127133,7 +129700,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_vertex_program] /// Return a generic vertex attribute parameter /// /// @@ -127152,7 +129719,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glGetVertexAttribdvNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glGetVertexAttribdvNV")] public static void GetVertexAttrib(UInt32 index, OpenTK.Graphics.OpenGL.NvVertexProgram pname, [OutAttribute] out Double @params) { @@ -127174,7 +129741,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_vertex_program] /// Return a generic vertex attribute parameter /// /// @@ -127193,7 +129760,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glGetVertexAttribdvNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glGetVertexAttribdvNV")] public static unsafe void GetVertexAttrib(UInt32 index, OpenTK.Graphics.OpenGL.NvVertexProgram pname, [OutAttribute] Double* @params) { @@ -127208,7 +129775,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_vertex_program] /// Return a generic vertex attribute parameter /// /// @@ -127226,7 +129793,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns the requested data. /// /// - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glGetVertexAttribfvNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glGetVertexAttribfvNV")] public static void GetVertexAttrib(Int32 index, OpenTK.Graphics.OpenGL.NvVertexProgram pname, [OutAttribute] out Single @params) { @@ -127248,7 +129815,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_vertex_program] /// Return a generic vertex attribute parameter /// /// @@ -127267,7 +129834,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glGetVertexAttribfvNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glGetVertexAttribfvNV")] public static unsafe void GetVertexAttrib(Int32 index, OpenTK.Graphics.OpenGL.NvVertexProgram pname, [OutAttribute] Single* @params) { @@ -127282,7 +129849,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_vertex_program] /// Return a generic vertex attribute parameter /// /// @@ -127301,7 +129868,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glGetVertexAttribfvNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glGetVertexAttribfvNV")] public static void GetVertexAttrib(UInt32 index, OpenTK.Graphics.OpenGL.NvVertexProgram pname, [OutAttribute] out Single @params) { @@ -127323,7 +129890,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_vertex_program] /// Return a generic vertex attribute parameter /// /// @@ -127342,7 +129909,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glGetVertexAttribfvNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glGetVertexAttribfvNV")] public static unsafe void GetVertexAttrib(UInt32 index, OpenTK.Graphics.OpenGL.NvVertexProgram pname, [OutAttribute] Single* @params) { @@ -127357,7 +129924,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_vertex_program] /// Return a generic vertex attribute parameter /// /// @@ -127375,7 +129942,7 @@ namespace OpenTK.Graphics.OpenGL /// Returns the requested data. /// /// - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glGetVertexAttribivNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glGetVertexAttribivNV")] public static void GetVertexAttrib(Int32 index, OpenTK.Graphics.OpenGL.NvVertexProgram pname, [OutAttribute] out Int32 @params) { @@ -127397,7 +129964,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_vertex_program] /// Return a generic vertex attribute parameter /// /// @@ -127416,7 +129983,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glGetVertexAttribivNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glGetVertexAttribivNV")] public static unsafe void GetVertexAttrib(Int32 index, OpenTK.Graphics.OpenGL.NvVertexProgram pname, [OutAttribute] Int32* @params) { @@ -127431,7 +129998,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_vertex_program] /// Return a generic vertex attribute parameter /// /// @@ -127450,7 +130017,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glGetVertexAttribivNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glGetVertexAttribivNV")] public static void GetVertexAttrib(UInt32 index, OpenTK.Graphics.OpenGL.NvVertexProgram pname, [OutAttribute] out Int32 @params) { @@ -127472,7 +130039,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_vertex_program] /// Return a generic vertex attribute parameter /// /// @@ -127491,7 +130058,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glGetVertexAttribivNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glGetVertexAttribivNV")] public static unsafe void GetVertexAttrib(UInt32 index, OpenTK.Graphics.OpenGL.NvVertexProgram pname, [OutAttribute] Int32* @params) { @@ -127505,7 +130072,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glGetVertexAttribPointervNV")] + /// [requires: NV_vertex_program] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glGetVertexAttribPointervNV")] public static void GetVertexAttribPointer(Int32 index, OpenTK.Graphics.OpenGL.NvVertexProgram pname, [OutAttribute] IntPtr pointer) { @@ -127519,7 +130087,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glGetVertexAttribPointervNV")] + /// [requires: NV_vertex_program] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glGetVertexAttribPointervNV")] public static void GetVertexAttribPointer(Int32 index, OpenTK.Graphics.OpenGL.NvVertexProgram pname, [InAttribute, OutAttribute] T2[] pointer) where T2 : struct @@ -127542,7 +130111,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glGetVertexAttribPointervNV")] + /// [requires: NV_vertex_program] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glGetVertexAttribPointervNV")] public static void GetVertexAttribPointer(Int32 index, OpenTK.Graphics.OpenGL.NvVertexProgram pname, [InAttribute, OutAttribute] T2[,] pointer) where T2 : struct @@ -127565,7 +130135,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glGetVertexAttribPointervNV")] + /// [requires: NV_vertex_program] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glGetVertexAttribPointervNV")] public static void GetVertexAttribPointer(Int32 index, OpenTK.Graphics.OpenGL.NvVertexProgram pname, [InAttribute, OutAttribute] T2[,,] pointer) where T2 : struct @@ -127588,7 +130159,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glGetVertexAttribPointervNV")] + /// [requires: NV_vertex_program] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glGetVertexAttribPointervNV")] public static void GetVertexAttribPointer(Int32 index, OpenTK.Graphics.OpenGL.NvVertexProgram pname, [InAttribute, OutAttribute] ref T2 pointer) where T2 : struct @@ -127612,8 +130184,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glGetVertexAttribPointervNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glGetVertexAttribPointervNV")] public static void GetVertexAttribPointer(UInt32 index, OpenTK.Graphics.OpenGL.NvVertexProgram pname, [OutAttribute] IntPtr pointer) { @@ -127627,8 +130200,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glGetVertexAttribPointervNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glGetVertexAttribPointervNV")] public static void GetVertexAttribPointer(UInt32 index, OpenTK.Graphics.OpenGL.NvVertexProgram pname, [InAttribute, OutAttribute] T2[] pointer) where T2 : struct @@ -127651,8 +130225,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glGetVertexAttribPointervNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glGetVertexAttribPointervNV")] public static void GetVertexAttribPointer(UInt32 index, OpenTK.Graphics.OpenGL.NvVertexProgram pname, [InAttribute, OutAttribute] T2[,] pointer) where T2 : struct @@ -127675,8 +130250,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glGetVertexAttribPointervNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glGetVertexAttribPointervNV")] public static void GetVertexAttribPointer(UInt32 index, OpenTK.Graphics.OpenGL.NvVertexProgram pname, [InAttribute, OutAttribute] T2[,,] pointer) where T2 : struct @@ -127699,8 +130275,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glGetVertexAttribPointervNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glGetVertexAttribPointervNV")] public static void GetVertexAttribPointer(UInt32 index, OpenTK.Graphics.OpenGL.NvVertexProgram pname, [InAttribute, OutAttribute] ref T2 pointer) where T2 : struct @@ -127724,7 +130301,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvPresentVideo", Version = "1.2", EntryPoint = "glGetVideoi64vNV")] + /// [requires: NV_present_video] + [AutoGenerated(Category = "NV_present_video", Version = "1.2", EntryPoint = "glGetVideoi64vNV")] public static void GetVideoi64(Int32 video_slot, OpenTK.Graphics.OpenGL.NvPresentVideo pname, [OutAttribute] Int64[] @params) { @@ -127744,7 +130322,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvPresentVideo", Version = "1.2", EntryPoint = "glGetVideoi64vNV")] + /// [requires: NV_present_video] + [AutoGenerated(Category = "NV_present_video", Version = "1.2", EntryPoint = "glGetVideoi64vNV")] public static void GetVideoi64(Int32 video_slot, OpenTK.Graphics.OpenGL.NvPresentVideo pname, [OutAttribute] out Int64 @params) { @@ -127765,8 +130344,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_present_video] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvPresentVideo", Version = "1.2", EntryPoint = "glGetVideoi64vNV")] + [AutoGenerated(Category = "NV_present_video", Version = "1.2", EntryPoint = "glGetVideoi64vNV")] public static unsafe void GetVideoi64(Int32 video_slot, OpenTK.Graphics.OpenGL.NvPresentVideo pname, [OutAttribute] Int64* @params) { @@ -127780,8 +130360,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_present_video] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvPresentVideo", Version = "1.2", EntryPoint = "glGetVideoi64vNV")] + [AutoGenerated(Category = "NV_present_video", Version = "1.2", EntryPoint = "glGetVideoi64vNV")] public static void GetVideoi64(UInt32 video_slot, OpenTK.Graphics.OpenGL.NvPresentVideo pname, [OutAttribute] Int64[] @params) { @@ -127801,8 +130382,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_present_video] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvPresentVideo", Version = "1.2", EntryPoint = "glGetVideoi64vNV")] + [AutoGenerated(Category = "NV_present_video", Version = "1.2", EntryPoint = "glGetVideoi64vNV")] public static void GetVideoi64(UInt32 video_slot, OpenTK.Graphics.OpenGL.NvPresentVideo pname, [OutAttribute] out Int64 @params) { @@ -127823,8 +130405,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_present_video] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvPresentVideo", Version = "1.2", EntryPoint = "glGetVideoi64vNV")] + [AutoGenerated(Category = "NV_present_video", Version = "1.2", EntryPoint = "glGetVideoi64vNV")] public static unsafe void GetVideoi64(UInt32 video_slot, OpenTK.Graphics.OpenGL.NvPresentVideo pname, [OutAttribute] Int64* @params) { @@ -127838,7 +130421,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvPresentVideo", Version = "1.2", EntryPoint = "glGetVideoivNV")] + /// [requires: NV_present_video] + [AutoGenerated(Category = "NV_present_video", Version = "1.2", EntryPoint = "glGetVideoivNV")] public static void GetVideo(Int32 video_slot, OpenTK.Graphics.OpenGL.NvPresentVideo pname, [OutAttribute] Int32[] @params) { @@ -127858,7 +130442,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvPresentVideo", Version = "1.2", EntryPoint = "glGetVideoivNV")] + /// [requires: NV_present_video] + [AutoGenerated(Category = "NV_present_video", Version = "1.2", EntryPoint = "glGetVideoivNV")] public static void GetVideo(Int32 video_slot, OpenTK.Graphics.OpenGL.NvPresentVideo pname, [OutAttribute] out Int32 @params) { @@ -127879,8 +130464,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_present_video] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvPresentVideo", Version = "1.2", EntryPoint = "glGetVideoivNV")] + [AutoGenerated(Category = "NV_present_video", Version = "1.2", EntryPoint = "glGetVideoivNV")] public static unsafe void GetVideo(Int32 video_slot, OpenTK.Graphics.OpenGL.NvPresentVideo pname, [OutAttribute] Int32* @params) { @@ -127894,8 +130480,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_present_video] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvPresentVideo", Version = "1.2", EntryPoint = "glGetVideoivNV")] + [AutoGenerated(Category = "NV_present_video", Version = "1.2", EntryPoint = "glGetVideoivNV")] public static void GetVideo(UInt32 video_slot, OpenTK.Graphics.OpenGL.NvPresentVideo pname, [OutAttribute] Int32[] @params) { @@ -127915,8 +130502,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_present_video] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvPresentVideo", Version = "1.2", EntryPoint = "glGetVideoivNV")] + [AutoGenerated(Category = "NV_present_video", Version = "1.2", EntryPoint = "glGetVideoivNV")] public static void GetVideo(UInt32 video_slot, OpenTK.Graphics.OpenGL.NvPresentVideo pname, [OutAttribute] out Int32 @params) { @@ -127937,8 +130525,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_present_video] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvPresentVideo", Version = "1.2", EntryPoint = "glGetVideoivNV")] + [AutoGenerated(Category = "NV_present_video", Version = "1.2", EntryPoint = "glGetVideoivNV")] public static unsafe void GetVideo(UInt32 video_slot, OpenTK.Graphics.OpenGL.NvPresentVideo pname, [OutAttribute] Int32* @params) { @@ -127952,7 +130541,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvPresentVideo", Version = "1.2", EntryPoint = "glGetVideoui64vNV")] + /// [requires: NV_present_video] + [AutoGenerated(Category = "NV_present_video", Version = "1.2", EntryPoint = "glGetVideoui64vNV")] public static void GetVideoui64(Int32 video_slot, OpenTK.Graphics.OpenGL.NvPresentVideo pname, [OutAttribute] Int64[] @params) { @@ -127972,7 +130562,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvPresentVideo", Version = "1.2", EntryPoint = "glGetVideoui64vNV")] + /// [requires: NV_present_video] + [AutoGenerated(Category = "NV_present_video", Version = "1.2", EntryPoint = "glGetVideoui64vNV")] public static void GetVideoui64(Int32 video_slot, OpenTK.Graphics.OpenGL.NvPresentVideo pname, [OutAttribute] out Int64 @params) { @@ -127993,8 +130584,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_present_video] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvPresentVideo", Version = "1.2", EntryPoint = "glGetVideoui64vNV")] + [AutoGenerated(Category = "NV_present_video", Version = "1.2", EntryPoint = "glGetVideoui64vNV")] public static unsafe void GetVideoui64(Int32 video_slot, OpenTK.Graphics.OpenGL.NvPresentVideo pname, [OutAttribute] Int64* @params) { @@ -128008,8 +130600,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_present_video] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvPresentVideo", Version = "1.2", EntryPoint = "glGetVideoui64vNV")] + [AutoGenerated(Category = "NV_present_video", Version = "1.2", EntryPoint = "glGetVideoui64vNV")] public static void GetVideoui64(UInt32 video_slot, OpenTK.Graphics.OpenGL.NvPresentVideo pname, [OutAttribute] UInt64[] @params) { @@ -128029,8 +130622,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_present_video] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvPresentVideo", Version = "1.2", EntryPoint = "glGetVideoui64vNV")] + [AutoGenerated(Category = "NV_present_video", Version = "1.2", EntryPoint = "glGetVideoui64vNV")] public static void GetVideoui64(UInt32 video_slot, OpenTK.Graphics.OpenGL.NvPresentVideo pname, [OutAttribute] out UInt64 @params) { @@ -128051,8 +130645,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_present_video] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvPresentVideo", Version = "1.2", EntryPoint = "glGetVideoui64vNV")] + [AutoGenerated(Category = "NV_present_video", Version = "1.2", EntryPoint = "glGetVideoui64vNV")] public static unsafe void GetVideoui64(UInt32 video_slot, OpenTK.Graphics.OpenGL.NvPresentVideo pname, [OutAttribute] UInt64* @params) { @@ -128066,8 +130661,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_present_video] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvPresentVideo", Version = "1.2", EntryPoint = "glGetVideouivNV")] + [AutoGenerated(Category = "NV_present_video", Version = "1.2", EntryPoint = "glGetVideouivNV")] public static void GetVideo(UInt32 video_slot, OpenTK.Graphics.OpenGL.NvPresentVideo pname, [OutAttribute] UInt32[] @params) { @@ -128087,8 +130683,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_present_video] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvPresentVideo", Version = "1.2", EntryPoint = "glGetVideouivNV")] + [AutoGenerated(Category = "NV_present_video", Version = "1.2", EntryPoint = "glGetVideouivNV")] public static void GetVideo(UInt32 video_slot, OpenTK.Graphics.OpenGL.NvPresentVideo pname, [OutAttribute] out UInt32 @params) { @@ -128109,8 +130706,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_present_video] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvPresentVideo", Version = "1.2", EntryPoint = "glGetVideouivNV")] + [AutoGenerated(Category = "NV_present_video", Version = "1.2", EntryPoint = "glGetVideouivNV")] public static unsafe void GetVideo(UInt32 video_slot, OpenTK.Graphics.OpenGL.NvPresentVideo pname, [OutAttribute] UInt32* @params) { @@ -128124,7 +130722,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvFence", Version = "1.2", EntryPoint = "glIsFenceNV")] + /// [requires: NV_fence] + [AutoGenerated(Category = "NV_fence", Version = "1.2", EntryPoint = "glIsFenceNV")] public static bool IsFence(Int32 fence) { @@ -128138,8 +130737,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_fence] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvFence", Version = "1.2", EntryPoint = "glIsFenceNV")] + [AutoGenerated(Category = "NV_fence", Version = "1.2", EntryPoint = "glIsFenceNV")] public static bool IsFence(UInt32 fence) { @@ -128153,7 +130753,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvOcclusionQuery", Version = "1.2", EntryPoint = "glIsOcclusionQueryNV")] + /// [requires: NV_occlusion_query] + [AutoGenerated(Category = "NV_occlusion_query", Version = "1.2", EntryPoint = "glIsOcclusionQueryNV")] public static bool IsOcclusionQuery(Int32 id) { @@ -128167,8 +130768,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_occlusion_query] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvOcclusionQuery", Version = "1.2", EntryPoint = "glIsOcclusionQueryNV")] + [AutoGenerated(Category = "NV_occlusion_query", Version = "1.2", EntryPoint = "glIsOcclusionQueryNV")] public static bool IsOcclusionQuery(UInt32 id) { @@ -128183,7 +130785,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_vertex_program] /// Determines if a name corresponds to a program object /// /// @@ -128191,7 +130793,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a potential program object. /// /// - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glIsProgramNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glIsProgramNV")] public static bool IsProgram(Int32 id) { @@ -128206,7 +130808,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_vertex_program] /// Determines if a name corresponds to a program object /// /// @@ -128215,7 +130817,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glIsProgramNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glIsProgramNV")] public static bool IsProgram(UInt32 id) { @@ -128229,7 +130831,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvTransformFeedback2", Version = "", EntryPoint = "glIsTransformFeedbackNV")] + /// [requires: NV_transform_feedback2] + [AutoGenerated(Category = "NV_transform_feedback2", Version = "", EntryPoint = "glIsTransformFeedbackNV")] public static bool IsTransformFeedback(Int32 id) { @@ -128243,8 +130846,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_transform_feedback2] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvTransformFeedback2", Version = "", EntryPoint = "glIsTransformFeedbackNV")] + [AutoGenerated(Category = "NV_transform_feedback2", Version = "", EntryPoint = "glIsTransformFeedbackNV")] public static bool IsTransformFeedback(UInt32 id) { @@ -128258,7 +130862,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glLoadProgramNV")] + /// [requires: NV_vertex_program] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glLoadProgramNV")] public static void LoadProgram(OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb target, Int32 id, Int32 len, Byte[] program) { @@ -128278,7 +130883,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glLoadProgramNV")] + /// [requires: NV_vertex_program] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glLoadProgramNV")] public static void LoadProgram(OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb target, Int32 id, Int32 len, ref Byte program) { @@ -128298,8 +130904,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glLoadProgramNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glLoadProgramNV")] public static unsafe void LoadProgram(OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb target, Int32 id, Int32 len, Byte* program) { @@ -128313,8 +130920,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glLoadProgramNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glLoadProgramNV")] public static void LoadProgram(OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb target, UInt32 id, Int32 len, Byte[] program) { @@ -128334,8 +130942,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glLoadProgramNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glLoadProgramNV")] public static void LoadProgram(OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb target, UInt32 id, Int32 len, ref Byte program) { @@ -128355,8 +130964,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glLoadProgramNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glLoadProgramNV")] public static unsafe void LoadProgram(OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb target, UInt32 id, Int32 len, Byte* program) { @@ -128370,7 +130980,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvEvaluators", Version = "1.1", EntryPoint = "glMapControlPointsNV")] + /// [requires: NV_evaluators] + [AutoGenerated(Category = "NV_evaluators", Version = "1.1", EntryPoint = "glMapControlPointsNV")] public static void MapControlPoints(OpenTK.Graphics.OpenGL.NvEvaluators target, Int32 index, OpenTK.Graphics.OpenGL.NvEvaluators type, Int32 ustride, Int32 vstride, Int32 uorder, Int32 vorder, bool packed, IntPtr points) { @@ -128384,7 +130995,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvEvaluators", Version = "1.1", EntryPoint = "glMapControlPointsNV")] + /// [requires: NV_evaluators] + [AutoGenerated(Category = "NV_evaluators", Version = "1.1", EntryPoint = "glMapControlPointsNV")] public static void MapControlPoints(OpenTK.Graphics.OpenGL.NvEvaluators target, Int32 index, OpenTK.Graphics.OpenGL.NvEvaluators type, Int32 ustride, Int32 vstride, Int32 uorder, Int32 vorder, bool packed, [InAttribute, OutAttribute] T8[] points) where T8 : struct @@ -128407,7 +131019,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvEvaluators", Version = "1.1", EntryPoint = "glMapControlPointsNV")] + /// [requires: NV_evaluators] + [AutoGenerated(Category = "NV_evaluators", Version = "1.1", EntryPoint = "glMapControlPointsNV")] public static void MapControlPoints(OpenTK.Graphics.OpenGL.NvEvaluators target, Int32 index, OpenTK.Graphics.OpenGL.NvEvaluators type, Int32 ustride, Int32 vstride, Int32 uorder, Int32 vorder, bool packed, [InAttribute, OutAttribute] T8[,] points) where T8 : struct @@ -128430,7 +131043,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvEvaluators", Version = "1.1", EntryPoint = "glMapControlPointsNV")] + /// [requires: NV_evaluators] + [AutoGenerated(Category = "NV_evaluators", Version = "1.1", EntryPoint = "glMapControlPointsNV")] public static void MapControlPoints(OpenTK.Graphics.OpenGL.NvEvaluators target, Int32 index, OpenTK.Graphics.OpenGL.NvEvaluators type, Int32 ustride, Int32 vstride, Int32 uorder, Int32 vorder, bool packed, [InAttribute, OutAttribute] T8[,,] points) where T8 : struct @@ -128453,7 +131067,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvEvaluators", Version = "1.1", EntryPoint = "glMapControlPointsNV")] + /// [requires: NV_evaluators] + [AutoGenerated(Category = "NV_evaluators", Version = "1.1", EntryPoint = "glMapControlPointsNV")] public static void MapControlPoints(OpenTK.Graphics.OpenGL.NvEvaluators target, Int32 index, OpenTK.Graphics.OpenGL.NvEvaluators type, Int32 ustride, Int32 vstride, Int32 uorder, Int32 vorder, bool packed, [InAttribute, OutAttribute] ref T8 points) where T8 : struct @@ -128477,8 +131092,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_evaluators] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvEvaluators", Version = "1.1", EntryPoint = "glMapControlPointsNV")] + [AutoGenerated(Category = "NV_evaluators", Version = "1.1", EntryPoint = "glMapControlPointsNV")] public static void MapControlPoints(OpenTK.Graphics.OpenGL.NvEvaluators target, UInt32 index, OpenTK.Graphics.OpenGL.NvEvaluators type, Int32 ustride, Int32 vstride, Int32 uorder, Int32 vorder, bool packed, IntPtr points) { @@ -128492,8 +131108,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_evaluators] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvEvaluators", Version = "1.1", EntryPoint = "glMapControlPointsNV")] + [AutoGenerated(Category = "NV_evaluators", Version = "1.1", EntryPoint = "glMapControlPointsNV")] public static void MapControlPoints(OpenTK.Graphics.OpenGL.NvEvaluators target, UInt32 index, OpenTK.Graphics.OpenGL.NvEvaluators type, Int32 ustride, Int32 vstride, Int32 uorder, Int32 vorder, bool packed, [InAttribute, OutAttribute] T8[] points) where T8 : struct @@ -128516,8 +131133,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_evaluators] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvEvaluators", Version = "1.1", EntryPoint = "glMapControlPointsNV")] + [AutoGenerated(Category = "NV_evaluators", Version = "1.1", EntryPoint = "glMapControlPointsNV")] public static void MapControlPoints(OpenTK.Graphics.OpenGL.NvEvaluators target, UInt32 index, OpenTK.Graphics.OpenGL.NvEvaluators type, Int32 ustride, Int32 vstride, Int32 uorder, Int32 vorder, bool packed, [InAttribute, OutAttribute] T8[,] points) where T8 : struct @@ -128540,8 +131158,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_evaluators] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvEvaluators", Version = "1.1", EntryPoint = "glMapControlPointsNV")] + [AutoGenerated(Category = "NV_evaluators", Version = "1.1", EntryPoint = "glMapControlPointsNV")] public static void MapControlPoints(OpenTK.Graphics.OpenGL.NvEvaluators target, UInt32 index, OpenTK.Graphics.OpenGL.NvEvaluators type, Int32 ustride, Int32 vstride, Int32 uorder, Int32 vorder, bool packed, [InAttribute, OutAttribute] T8[,,] points) where T8 : struct @@ -128564,8 +131183,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_evaluators] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvEvaluators", Version = "1.1", EntryPoint = "glMapControlPointsNV")] + [AutoGenerated(Category = "NV_evaluators", Version = "1.1", EntryPoint = "glMapControlPointsNV")] public static void MapControlPoints(OpenTK.Graphics.OpenGL.NvEvaluators target, UInt32 index, OpenTK.Graphics.OpenGL.NvEvaluators type, Int32 ustride, Int32 vstride, Int32 uorder, Int32 vorder, bool packed, [InAttribute, OutAttribute] ref T8 points) where T8 : struct @@ -128589,7 +131209,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvEvaluators", Version = "1.1", EntryPoint = "glMapParameterfvNV")] + /// [requires: NV_evaluators] + [AutoGenerated(Category = "NV_evaluators", Version = "1.1", EntryPoint = "glMapParameterfvNV")] public static void MapParameter(OpenTK.Graphics.OpenGL.NvEvaluators target, OpenTK.Graphics.OpenGL.NvEvaluators pname, Single[] @params) { @@ -128609,7 +131230,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvEvaluators", Version = "1.1", EntryPoint = "glMapParameterfvNV")] + /// [requires: NV_evaluators] + [AutoGenerated(Category = "NV_evaluators", Version = "1.1", EntryPoint = "glMapParameterfvNV")] public static void MapParameter(OpenTK.Graphics.OpenGL.NvEvaluators target, OpenTK.Graphics.OpenGL.NvEvaluators pname, ref Single @params) { @@ -128629,8 +131251,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_evaluators] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvEvaluators", Version = "1.1", EntryPoint = "glMapParameterfvNV")] + [AutoGenerated(Category = "NV_evaluators", Version = "1.1", EntryPoint = "glMapParameterfvNV")] public static unsafe void MapParameter(OpenTK.Graphics.OpenGL.NvEvaluators target, OpenTK.Graphics.OpenGL.NvEvaluators pname, Single* @params) { @@ -128644,7 +131267,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvEvaluators", Version = "1.1", EntryPoint = "glMapParameterivNV")] + /// [requires: NV_evaluators] + [AutoGenerated(Category = "NV_evaluators", Version = "1.1", EntryPoint = "glMapParameterivNV")] public static void MapParameter(OpenTK.Graphics.OpenGL.NvEvaluators target, OpenTK.Graphics.OpenGL.NvEvaluators pname, Int32[] @params) { @@ -128664,7 +131288,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvEvaluators", Version = "1.1", EntryPoint = "glMapParameterivNV")] + /// [requires: NV_evaluators] + [AutoGenerated(Category = "NV_evaluators", Version = "1.1", EntryPoint = "glMapParameterivNV")] public static void MapParameter(OpenTK.Graphics.OpenGL.NvEvaluators target, OpenTK.Graphics.OpenGL.NvEvaluators pname, ref Int32 @params) { @@ -128684,8 +131309,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_evaluators] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvEvaluators", Version = "1.1", EntryPoint = "glMapParameterivNV")] + [AutoGenerated(Category = "NV_evaluators", Version = "1.1", EntryPoint = "glMapParameterivNV")] public static unsafe void MapParameter(OpenTK.Graphics.OpenGL.NvEvaluators target, OpenTK.Graphics.OpenGL.NvEvaluators pname, Int32* @params) { @@ -128699,7 +131325,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvHalfFloat", Version = "1.2", EntryPoint = "glMultiTexCoord1hNV")] + /// [requires: NV_half_float] + [AutoGenerated(Category = "NV_half_float", Version = "1.2", EntryPoint = "glMultiTexCoord1hNV")] public static void MultiTexCoord1h(OpenTK.Graphics.OpenGL.TextureUnit target, OpenTK.Half s) { @@ -128713,8 +131340,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_half_float] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvHalfFloat", Version = "1.2", EntryPoint = "glMultiTexCoord1hvNV")] + [AutoGenerated(Category = "NV_half_float", Version = "1.2", EntryPoint = "glMultiTexCoord1hvNV")] public static unsafe void MultiTexCoord1h(OpenTK.Graphics.OpenGL.TextureUnit target, OpenTK.Half* v) { @@ -128728,7 +131356,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvHalfFloat", Version = "1.2", EntryPoint = "glMultiTexCoord2hNV")] + /// [requires: NV_half_float] + [AutoGenerated(Category = "NV_half_float", Version = "1.2", EntryPoint = "glMultiTexCoord2hNV")] public static void MultiTexCoord2h(OpenTK.Graphics.OpenGL.TextureUnit target, OpenTK.Half s, OpenTK.Half t) { @@ -128742,7 +131371,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvHalfFloat", Version = "1.2", EntryPoint = "glMultiTexCoord2hvNV")] + /// [requires: NV_half_float] + [AutoGenerated(Category = "NV_half_float", Version = "1.2", EntryPoint = "glMultiTexCoord2hvNV")] public static void MultiTexCoord2h(OpenTK.Graphics.OpenGL.TextureUnit target, OpenTK.Half[] v) { @@ -128762,7 +131392,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvHalfFloat", Version = "1.2", EntryPoint = "glMultiTexCoord2hvNV")] + /// [requires: NV_half_float] + [AutoGenerated(Category = "NV_half_float", Version = "1.2", EntryPoint = "glMultiTexCoord2hvNV")] public static void MultiTexCoord2h(OpenTK.Graphics.OpenGL.TextureUnit target, ref OpenTK.Half v) { @@ -128782,8 +131413,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_half_float] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvHalfFloat", Version = "1.2", EntryPoint = "glMultiTexCoord2hvNV")] + [AutoGenerated(Category = "NV_half_float", Version = "1.2", EntryPoint = "glMultiTexCoord2hvNV")] public static unsafe void MultiTexCoord2h(OpenTK.Graphics.OpenGL.TextureUnit target, OpenTK.Half* v) { @@ -128797,7 +131429,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvHalfFloat", Version = "1.2", EntryPoint = "glMultiTexCoord3hNV")] + /// [requires: NV_half_float] + [AutoGenerated(Category = "NV_half_float", Version = "1.2", EntryPoint = "glMultiTexCoord3hNV")] public static void MultiTexCoord3h(OpenTK.Graphics.OpenGL.TextureUnit target, OpenTK.Half s, OpenTK.Half t, OpenTK.Half r) { @@ -128811,7 +131444,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvHalfFloat", Version = "1.2", EntryPoint = "glMultiTexCoord3hvNV")] + /// [requires: NV_half_float] + [AutoGenerated(Category = "NV_half_float", Version = "1.2", EntryPoint = "glMultiTexCoord3hvNV")] public static void MultiTexCoord3h(OpenTK.Graphics.OpenGL.TextureUnit target, OpenTK.Half[] v) { @@ -128831,7 +131465,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvHalfFloat", Version = "1.2", EntryPoint = "glMultiTexCoord3hvNV")] + /// [requires: NV_half_float] + [AutoGenerated(Category = "NV_half_float", Version = "1.2", EntryPoint = "glMultiTexCoord3hvNV")] public static void MultiTexCoord3h(OpenTK.Graphics.OpenGL.TextureUnit target, ref OpenTK.Half v) { @@ -128851,8 +131486,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_half_float] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvHalfFloat", Version = "1.2", EntryPoint = "glMultiTexCoord3hvNV")] + [AutoGenerated(Category = "NV_half_float", Version = "1.2", EntryPoint = "glMultiTexCoord3hvNV")] public static unsafe void MultiTexCoord3h(OpenTK.Graphics.OpenGL.TextureUnit target, OpenTK.Half* v) { @@ -128866,7 +131502,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvHalfFloat", Version = "1.2", EntryPoint = "glMultiTexCoord4hNV")] + /// [requires: NV_half_float] + [AutoGenerated(Category = "NV_half_float", Version = "1.2", EntryPoint = "glMultiTexCoord4hNV")] public static void MultiTexCoord4h(OpenTK.Graphics.OpenGL.TextureUnit target, OpenTK.Half s, OpenTK.Half t, OpenTK.Half r, OpenTK.Half q) { @@ -128880,7 +131517,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvHalfFloat", Version = "1.2", EntryPoint = "glMultiTexCoord4hvNV")] + /// [requires: NV_half_float] + [AutoGenerated(Category = "NV_half_float", Version = "1.2", EntryPoint = "glMultiTexCoord4hvNV")] public static void MultiTexCoord4h(OpenTK.Graphics.OpenGL.TextureUnit target, OpenTK.Half[] v) { @@ -128900,7 +131538,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvHalfFloat", Version = "1.2", EntryPoint = "glMultiTexCoord4hvNV")] + /// [requires: NV_half_float] + [AutoGenerated(Category = "NV_half_float", Version = "1.2", EntryPoint = "glMultiTexCoord4hvNV")] public static void MultiTexCoord4h(OpenTK.Graphics.OpenGL.TextureUnit target, ref OpenTK.Half v) { @@ -128920,8 +131559,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_half_float] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvHalfFloat", Version = "1.2", EntryPoint = "glMultiTexCoord4hvNV")] + [AutoGenerated(Category = "NV_half_float", Version = "1.2", EntryPoint = "glMultiTexCoord4hvNV")] public static unsafe void MultiTexCoord4h(OpenTK.Graphics.OpenGL.TextureUnit target, OpenTK.Half* v) { @@ -128935,7 +131575,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvHalfFloat", Version = "1.2", EntryPoint = "glNormal3hNV")] + /// [requires: NV_half_float] + [AutoGenerated(Category = "NV_half_float", Version = "1.2", EntryPoint = "glNormal3hNV")] public static void Normal3h(OpenTK.Half nx, OpenTK.Half ny, OpenTK.Half nz) { @@ -128949,7 +131590,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvHalfFloat", Version = "1.2", EntryPoint = "glNormal3hvNV")] + /// [requires: NV_half_float] + [AutoGenerated(Category = "NV_half_float", Version = "1.2", EntryPoint = "glNormal3hvNV")] public static void Normal3h(OpenTK.Half[] v) { @@ -128969,7 +131611,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvHalfFloat", Version = "1.2", EntryPoint = "glNormal3hvNV")] + /// [requires: NV_half_float] + [AutoGenerated(Category = "NV_half_float", Version = "1.2", EntryPoint = "glNormal3hvNV")] public static void Normal3h(ref OpenTK.Half v) { @@ -128989,8 +131632,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_half_float] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvHalfFloat", Version = "1.2", EntryPoint = "glNormal3hvNV")] + [AutoGenerated(Category = "NV_half_float", Version = "1.2", EntryPoint = "glNormal3hvNV")] public static unsafe void Normal3h(OpenTK.Half* v) { @@ -129004,7 +131648,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvTransformFeedback2", Version = "", EntryPoint = "glPauseTransformFeedbackNV")] + /// [requires: NV_transform_feedback2] + [AutoGenerated(Category = "NV_transform_feedback2", Version = "", EntryPoint = "glPauseTransformFeedbackNV")] public static void PauseTransformFeedback() { @@ -129018,7 +131663,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvPixelDataRange", Version = "1.2", EntryPoint = "glPixelDataRangeNV")] + /// [requires: NV_pixel_data_range] + [AutoGenerated(Category = "NV_pixel_data_range", Version = "1.2", EntryPoint = "glPixelDataRangeNV")] public static void PixelDataRange(OpenTK.Graphics.OpenGL.NvPixelDataRange target, Int32 length, [OutAttribute] IntPtr pointer) { @@ -129032,7 +131678,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvPixelDataRange", Version = "1.2", EntryPoint = "glPixelDataRangeNV")] + /// [requires: NV_pixel_data_range] + [AutoGenerated(Category = "NV_pixel_data_range", Version = "1.2", EntryPoint = "glPixelDataRangeNV")] public static void PixelDataRange(OpenTK.Graphics.OpenGL.NvPixelDataRange target, Int32 length, [InAttribute, OutAttribute] T2[] pointer) where T2 : struct @@ -129055,7 +131702,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvPixelDataRange", Version = "1.2", EntryPoint = "glPixelDataRangeNV")] + /// [requires: NV_pixel_data_range] + [AutoGenerated(Category = "NV_pixel_data_range", Version = "1.2", EntryPoint = "glPixelDataRangeNV")] public static void PixelDataRange(OpenTK.Graphics.OpenGL.NvPixelDataRange target, Int32 length, [InAttribute, OutAttribute] T2[,] pointer) where T2 : struct @@ -129078,7 +131726,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvPixelDataRange", Version = "1.2", EntryPoint = "glPixelDataRangeNV")] + /// [requires: NV_pixel_data_range] + [AutoGenerated(Category = "NV_pixel_data_range", Version = "1.2", EntryPoint = "glPixelDataRangeNV")] public static void PixelDataRange(OpenTK.Graphics.OpenGL.NvPixelDataRange target, Int32 length, [InAttribute, OutAttribute] T2[,,] pointer) where T2 : struct @@ -129101,7 +131750,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvPixelDataRange", Version = "1.2", EntryPoint = "glPixelDataRangeNV")] + /// [requires: NV_pixel_data_range] + [AutoGenerated(Category = "NV_pixel_data_range", Version = "1.2", EntryPoint = "glPixelDataRangeNV")] public static void PixelDataRange(OpenTK.Graphics.OpenGL.NvPixelDataRange target, Int32 length, [InAttribute, OutAttribute] ref T2 pointer) where T2 : struct @@ -129126,7 +131776,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_point_sprite] /// Specify point parameters /// /// @@ -129139,7 +131789,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the value that pname will be set to. /// /// - [AutoGenerated(Category = "NvPointSprite", Version = "1.2", EntryPoint = "glPointParameteriNV")] + [AutoGenerated(Category = "NV_point_sprite", Version = "1.2", EntryPoint = "glPointParameteriNV")] public static void PointParameter(OpenTK.Graphics.OpenGL.NvPointSprite pname, Int32 param) { @@ -129154,7 +131804,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_point_sprite] /// Specify point parameters /// /// @@ -129167,7 +131817,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the value that pname will be set to. /// /// - [AutoGenerated(Category = "NvPointSprite", Version = "1.2", EntryPoint = "glPointParameterivNV")] + [AutoGenerated(Category = "NV_point_sprite", Version = "1.2", EntryPoint = "glPointParameterivNV")] public static void PointParameter(OpenTK.Graphics.OpenGL.NvPointSprite pname, Int32[] @params) { @@ -129188,7 +131838,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_point_sprite] /// Specify point parameters /// /// @@ -129202,7 +131852,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvPointSprite", Version = "1.2", EntryPoint = "glPointParameterivNV")] + [AutoGenerated(Category = "NV_point_sprite", Version = "1.2", EntryPoint = "glPointParameterivNV")] public static unsafe void PointParameter(OpenTK.Graphics.OpenGL.NvPointSprite pname, Int32* @params) { @@ -129216,7 +131866,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvPresentVideo", Version = "1.2", EntryPoint = "glPresentFrameDualFillNV")] + /// [requires: NV_present_video] + [AutoGenerated(Category = "NV_present_video", Version = "1.2", EntryPoint = "glPresentFrameDualFillNV")] public static void PresentFrameDualFill(Int32 video_slot, Int64 minPresentTime, Int32 beginPresentTimeId, Int32 presentDurationId, OpenTK.Graphics.OpenGL.NvPresentVideo type, OpenTK.Graphics.OpenGL.NvPresentVideo target0, Int32 fill0, OpenTK.Graphics.OpenGL.NvPresentVideo target1, Int32 fill1, OpenTK.Graphics.OpenGL.NvPresentVideo target2, Int32 fill2, OpenTK.Graphics.OpenGL.NvPresentVideo target3, Int32 fill3) { @@ -129230,8 +131881,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_present_video] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvPresentVideo", Version = "1.2", EntryPoint = "glPresentFrameDualFillNV")] + [AutoGenerated(Category = "NV_present_video", Version = "1.2", EntryPoint = "glPresentFrameDualFillNV")] public static void PresentFrameDualFill(UInt32 video_slot, UInt64 minPresentTime, UInt32 beginPresentTimeId, UInt32 presentDurationId, OpenTK.Graphics.OpenGL.NvPresentVideo type, OpenTK.Graphics.OpenGL.NvPresentVideo target0, UInt32 fill0, OpenTK.Graphics.OpenGL.NvPresentVideo target1, UInt32 fill1, OpenTK.Graphics.OpenGL.NvPresentVideo target2, UInt32 fill2, OpenTK.Graphics.OpenGL.NvPresentVideo target3, UInt32 fill3) { @@ -129245,7 +131897,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvPresentVideo", Version = "1.2", EntryPoint = "glPresentFrameKeyedNV")] + /// [requires: NV_present_video] + [AutoGenerated(Category = "NV_present_video", Version = "1.2", EntryPoint = "glPresentFrameKeyedNV")] public static void PresentFrameKeye(Int32 video_slot, Int64 minPresentTime, Int32 beginPresentTimeId, Int32 presentDurationId, OpenTK.Graphics.OpenGL.NvPresentVideo type, OpenTK.Graphics.OpenGL.NvPresentVideo target0, Int32 fill0, Int32 key0, OpenTK.Graphics.OpenGL.NvPresentVideo target1, Int32 fill1, Int32 key1) { @@ -129259,8 +131912,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_present_video] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvPresentVideo", Version = "1.2", EntryPoint = "glPresentFrameKeyedNV")] + [AutoGenerated(Category = "NV_present_video", Version = "1.2", EntryPoint = "glPresentFrameKeyedNV")] public static void PresentFrameKeye(UInt32 video_slot, UInt64 minPresentTime, UInt32 beginPresentTimeId, UInt32 presentDurationId, OpenTK.Graphics.OpenGL.NvPresentVideo type, OpenTK.Graphics.OpenGL.NvPresentVideo target0, UInt32 fill0, UInt32 key0, OpenTK.Graphics.OpenGL.NvPresentVideo target1, UInt32 fill1, UInt32 key1) { @@ -129274,7 +131928,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvPrimitiveRestart", Version = "1.2", EntryPoint = "glPrimitiveRestartIndexNV")] + /// [requires: NV_primitive_restart] + [AutoGenerated(Category = "NV_primitive_restart", Version = "1.2", EntryPoint = "glPrimitiveRestartIndexNV")] public static void PrimitiveRestartIndex(Int32 index) { @@ -129288,8 +131943,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_primitive_restart] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvPrimitiveRestart", Version = "1.2", EntryPoint = "glPrimitiveRestartIndexNV")] + [AutoGenerated(Category = "NV_primitive_restart", Version = "1.2", EntryPoint = "glPrimitiveRestartIndexNV")] public static void PrimitiveRestartIndex(UInt32 index) { @@ -129303,7 +131959,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvPrimitiveRestart", Version = "1.2", EntryPoint = "glPrimitiveRestartNV")] + /// [requires: NV_primitive_restart] + [AutoGenerated(Category = "NV_primitive_restart", Version = "1.2", EntryPoint = "glPrimitiveRestartNV")] public static void PrimitiveRestart() { @@ -129317,7 +131974,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvParameterBufferObject", Version = "1.2", EntryPoint = "glProgramBufferParametersfvNV")] + /// [requires: NV_parameter_buffer_object] + [AutoGenerated(Category = "NV_parameter_buffer_object", Version = "1.2", EntryPoint = "glProgramBufferParametersfvNV")] public static void ProgramBufferParameters(OpenTK.Graphics.OpenGL.NvParameterBufferObject target, Int32 buffer, Int32 index, Int32 count, Single[] @params) { @@ -129337,7 +131995,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvParameterBufferObject", Version = "1.2", EntryPoint = "glProgramBufferParametersfvNV")] + /// [requires: NV_parameter_buffer_object] + [AutoGenerated(Category = "NV_parameter_buffer_object", Version = "1.2", EntryPoint = "glProgramBufferParametersfvNV")] public static void ProgramBufferParameters(OpenTK.Graphics.OpenGL.NvParameterBufferObject target, Int32 buffer, Int32 index, Int32 count, ref Single @params) { @@ -129357,8 +132016,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_parameter_buffer_object] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvParameterBufferObject", Version = "1.2", EntryPoint = "glProgramBufferParametersfvNV")] + [AutoGenerated(Category = "NV_parameter_buffer_object", Version = "1.2", EntryPoint = "glProgramBufferParametersfvNV")] public static unsafe void ProgramBufferParameters(OpenTK.Graphics.OpenGL.NvParameterBufferObject target, Int32 buffer, Int32 index, Int32 count, Single* @params) { @@ -129372,8 +132032,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_parameter_buffer_object] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvParameterBufferObject", Version = "1.2", EntryPoint = "glProgramBufferParametersfvNV")] + [AutoGenerated(Category = "NV_parameter_buffer_object", Version = "1.2", EntryPoint = "glProgramBufferParametersfvNV")] public static void ProgramBufferParameters(OpenTK.Graphics.OpenGL.NvParameterBufferObject target, UInt32 buffer, UInt32 index, Int32 count, Single[] @params) { @@ -129393,8 +132054,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_parameter_buffer_object] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvParameterBufferObject", Version = "1.2", EntryPoint = "glProgramBufferParametersfvNV")] + [AutoGenerated(Category = "NV_parameter_buffer_object", Version = "1.2", EntryPoint = "glProgramBufferParametersfvNV")] public static void ProgramBufferParameters(OpenTK.Graphics.OpenGL.NvParameterBufferObject target, UInt32 buffer, UInt32 index, Int32 count, ref Single @params) { @@ -129414,8 +132076,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_parameter_buffer_object] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvParameterBufferObject", Version = "1.2", EntryPoint = "glProgramBufferParametersfvNV")] + [AutoGenerated(Category = "NV_parameter_buffer_object", Version = "1.2", EntryPoint = "glProgramBufferParametersfvNV")] public static unsafe void ProgramBufferParameters(OpenTK.Graphics.OpenGL.NvParameterBufferObject target, UInt32 buffer, UInt32 index, Int32 count, Single* @params) { @@ -129429,7 +132092,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvParameterBufferObject", Version = "1.2", EntryPoint = "glProgramBufferParametersIivNV")] + /// [requires: NV_parameter_buffer_object] + [AutoGenerated(Category = "NV_parameter_buffer_object", Version = "1.2", EntryPoint = "glProgramBufferParametersIivNV")] public static void ProgramBufferParametersI(OpenTK.Graphics.OpenGL.NvParameterBufferObject target, Int32 buffer, Int32 index, Int32 count, Int32[] @params) { @@ -129449,7 +132113,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvParameterBufferObject", Version = "1.2", EntryPoint = "glProgramBufferParametersIivNV")] + /// [requires: NV_parameter_buffer_object] + [AutoGenerated(Category = "NV_parameter_buffer_object", Version = "1.2", EntryPoint = "glProgramBufferParametersIivNV")] public static void ProgramBufferParametersI(OpenTK.Graphics.OpenGL.NvParameterBufferObject target, Int32 buffer, Int32 index, Int32 count, ref Int32 @params) { @@ -129469,8 +132134,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_parameter_buffer_object] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvParameterBufferObject", Version = "1.2", EntryPoint = "glProgramBufferParametersIivNV")] + [AutoGenerated(Category = "NV_parameter_buffer_object", Version = "1.2", EntryPoint = "glProgramBufferParametersIivNV")] public static unsafe void ProgramBufferParametersI(OpenTK.Graphics.OpenGL.NvParameterBufferObject target, Int32 buffer, Int32 index, Int32 count, Int32* @params) { @@ -129484,8 +132150,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_parameter_buffer_object] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvParameterBufferObject", Version = "1.2", EntryPoint = "glProgramBufferParametersIivNV")] + [AutoGenerated(Category = "NV_parameter_buffer_object", Version = "1.2", EntryPoint = "glProgramBufferParametersIivNV")] public static void ProgramBufferParametersI(OpenTK.Graphics.OpenGL.NvParameterBufferObject target, UInt32 buffer, UInt32 index, Int32 count, Int32[] @params) { @@ -129505,8 +132172,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_parameter_buffer_object] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvParameterBufferObject", Version = "1.2", EntryPoint = "glProgramBufferParametersIivNV")] + [AutoGenerated(Category = "NV_parameter_buffer_object", Version = "1.2", EntryPoint = "glProgramBufferParametersIivNV")] public static void ProgramBufferParametersI(OpenTK.Graphics.OpenGL.NvParameterBufferObject target, UInt32 buffer, UInt32 index, Int32 count, ref Int32 @params) { @@ -129526,8 +132194,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_parameter_buffer_object] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvParameterBufferObject", Version = "1.2", EntryPoint = "glProgramBufferParametersIivNV")] + [AutoGenerated(Category = "NV_parameter_buffer_object", Version = "1.2", EntryPoint = "glProgramBufferParametersIivNV")] public static unsafe void ProgramBufferParametersI(OpenTK.Graphics.OpenGL.NvParameterBufferObject target, UInt32 buffer, UInt32 index, Int32 count, Int32* @params) { @@ -129541,8 +132210,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_parameter_buffer_object] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvParameterBufferObject", Version = "1.2", EntryPoint = "glProgramBufferParametersIuivNV")] + [AutoGenerated(Category = "NV_parameter_buffer_object", Version = "1.2", EntryPoint = "glProgramBufferParametersIuivNV")] public static void ProgramBufferParametersI(OpenTK.Graphics.OpenGL.NvParameterBufferObject target, UInt32 buffer, UInt32 index, Int32 count, UInt32[] @params) { @@ -129562,8 +132232,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_parameter_buffer_object] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvParameterBufferObject", Version = "1.2", EntryPoint = "glProgramBufferParametersIuivNV")] + [AutoGenerated(Category = "NV_parameter_buffer_object", Version = "1.2", EntryPoint = "glProgramBufferParametersIuivNV")] public static void ProgramBufferParametersI(OpenTK.Graphics.OpenGL.NvParameterBufferObject target, UInt32 buffer, UInt32 index, Int32 count, ref UInt32 @params) { @@ -129583,8 +132254,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_parameter_buffer_object] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvParameterBufferObject", Version = "1.2", EntryPoint = "glProgramBufferParametersIuivNV")] + [AutoGenerated(Category = "NV_parameter_buffer_object", Version = "1.2", EntryPoint = "glProgramBufferParametersIuivNV")] public static unsafe void ProgramBufferParametersI(OpenTK.Graphics.OpenGL.NvParameterBufferObject target, UInt32 buffer, UInt32 index, Int32 count, UInt32* @params) { @@ -129598,7 +132270,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvGpuProgram4", Version = "1.3", EntryPoint = "glProgramEnvParameterI4iNV")] + /// [requires: NV_gpu_program4] + [AutoGenerated(Category = "NV_gpu_program4", Version = "1.3", EntryPoint = "glProgramEnvParameterI4iNV")] public static void ProgramEnvParameterI4(OpenTK.Graphics.OpenGL.NvGpuProgram4 target, Int32 index, Int32 x, Int32 y, Int32 z, Int32 w) { @@ -129612,8 +132285,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_gpu_program4] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvGpuProgram4", Version = "1.3", EntryPoint = "glProgramEnvParameterI4iNV")] + [AutoGenerated(Category = "NV_gpu_program4", Version = "1.3", EntryPoint = "glProgramEnvParameterI4iNV")] public static void ProgramEnvParameterI4(OpenTK.Graphics.OpenGL.NvGpuProgram4 target, UInt32 index, Int32 x, Int32 y, Int32 z, Int32 w) { @@ -129627,7 +132301,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvGpuProgram4", Version = "1.3", EntryPoint = "glProgramEnvParameterI4ivNV")] + /// [requires: NV_gpu_program4] + [AutoGenerated(Category = "NV_gpu_program4", Version = "1.3", EntryPoint = "glProgramEnvParameterI4ivNV")] public static void ProgramEnvParameterI4(OpenTK.Graphics.OpenGL.NvGpuProgram4 target, Int32 index, Int32[] @params) { @@ -129647,7 +132322,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvGpuProgram4", Version = "1.3", EntryPoint = "glProgramEnvParameterI4ivNV")] + /// [requires: NV_gpu_program4] + [AutoGenerated(Category = "NV_gpu_program4", Version = "1.3", EntryPoint = "glProgramEnvParameterI4ivNV")] public static void ProgramEnvParameterI4(OpenTK.Graphics.OpenGL.NvGpuProgram4 target, Int32 index, ref Int32 @params) { @@ -129667,8 +132343,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_gpu_program4] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvGpuProgram4", Version = "1.3", EntryPoint = "glProgramEnvParameterI4ivNV")] + [AutoGenerated(Category = "NV_gpu_program4", Version = "1.3", EntryPoint = "glProgramEnvParameterI4ivNV")] public static unsafe void ProgramEnvParameterI4(OpenTK.Graphics.OpenGL.NvGpuProgram4 target, Int32 index, Int32* @params) { @@ -129682,8 +132359,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_gpu_program4] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvGpuProgram4", Version = "1.3", EntryPoint = "glProgramEnvParameterI4ivNV")] + [AutoGenerated(Category = "NV_gpu_program4", Version = "1.3", EntryPoint = "glProgramEnvParameterI4ivNV")] public static void ProgramEnvParameterI4(OpenTK.Graphics.OpenGL.NvGpuProgram4 target, UInt32 index, Int32[] @params) { @@ -129703,8 +132381,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_gpu_program4] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvGpuProgram4", Version = "1.3", EntryPoint = "glProgramEnvParameterI4ivNV")] + [AutoGenerated(Category = "NV_gpu_program4", Version = "1.3", EntryPoint = "glProgramEnvParameterI4ivNV")] public static void ProgramEnvParameterI4(OpenTK.Graphics.OpenGL.NvGpuProgram4 target, UInt32 index, ref Int32 @params) { @@ -129724,8 +132403,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_gpu_program4] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvGpuProgram4", Version = "1.3", EntryPoint = "glProgramEnvParameterI4ivNV")] + [AutoGenerated(Category = "NV_gpu_program4", Version = "1.3", EntryPoint = "glProgramEnvParameterI4ivNV")] public static unsafe void ProgramEnvParameterI4(OpenTK.Graphics.OpenGL.NvGpuProgram4 target, UInt32 index, Int32* @params) { @@ -129739,8 +132419,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_gpu_program4] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvGpuProgram4", Version = "1.3", EntryPoint = "glProgramEnvParameterI4uiNV")] + [AutoGenerated(Category = "NV_gpu_program4", Version = "1.3", EntryPoint = "glProgramEnvParameterI4uiNV")] public static void ProgramEnvParameterI4(OpenTK.Graphics.OpenGL.NvGpuProgram4 target, UInt32 index, UInt32 x, UInt32 y, UInt32 z, UInt32 w) { @@ -129754,8 +132435,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_gpu_program4] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvGpuProgram4", Version = "1.3", EntryPoint = "glProgramEnvParameterI4uivNV")] + [AutoGenerated(Category = "NV_gpu_program4", Version = "1.3", EntryPoint = "glProgramEnvParameterI4uivNV")] public static void ProgramEnvParameterI4(OpenTK.Graphics.OpenGL.NvGpuProgram4 target, UInt32 index, UInt32[] @params) { @@ -129775,8 +132457,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_gpu_program4] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvGpuProgram4", Version = "1.3", EntryPoint = "glProgramEnvParameterI4uivNV")] + [AutoGenerated(Category = "NV_gpu_program4", Version = "1.3", EntryPoint = "glProgramEnvParameterI4uivNV")] public static void ProgramEnvParameterI4(OpenTK.Graphics.OpenGL.NvGpuProgram4 target, UInt32 index, ref UInt32 @params) { @@ -129796,8 +132479,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_gpu_program4] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvGpuProgram4", Version = "1.3", EntryPoint = "glProgramEnvParameterI4uivNV")] + [AutoGenerated(Category = "NV_gpu_program4", Version = "1.3", EntryPoint = "glProgramEnvParameterI4uivNV")] public static unsafe void ProgramEnvParameterI4(OpenTK.Graphics.OpenGL.NvGpuProgram4 target, UInt32 index, UInt32* @params) { @@ -129811,7 +132495,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvGpuProgram4", Version = "1.3", EntryPoint = "glProgramEnvParametersI4ivNV")] + /// [requires: NV_gpu_program4] + [AutoGenerated(Category = "NV_gpu_program4", Version = "1.3", EntryPoint = "glProgramEnvParametersI4ivNV")] public static void ProgramEnvParametersI4(OpenTK.Graphics.OpenGL.NvGpuProgram4 target, Int32 index, Int32 count, Int32[] @params) { @@ -129831,7 +132516,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvGpuProgram4", Version = "1.3", EntryPoint = "glProgramEnvParametersI4ivNV")] + /// [requires: NV_gpu_program4] + [AutoGenerated(Category = "NV_gpu_program4", Version = "1.3", EntryPoint = "glProgramEnvParametersI4ivNV")] public static void ProgramEnvParametersI4(OpenTK.Graphics.OpenGL.NvGpuProgram4 target, Int32 index, Int32 count, ref Int32 @params) { @@ -129851,8 +132537,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_gpu_program4] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvGpuProgram4", Version = "1.3", EntryPoint = "glProgramEnvParametersI4ivNV")] + [AutoGenerated(Category = "NV_gpu_program4", Version = "1.3", EntryPoint = "glProgramEnvParametersI4ivNV")] public static unsafe void ProgramEnvParametersI4(OpenTK.Graphics.OpenGL.NvGpuProgram4 target, Int32 index, Int32 count, Int32* @params) { @@ -129866,8 +132553,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_gpu_program4] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvGpuProgram4", Version = "1.3", EntryPoint = "glProgramEnvParametersI4ivNV")] + [AutoGenerated(Category = "NV_gpu_program4", Version = "1.3", EntryPoint = "glProgramEnvParametersI4ivNV")] public static void ProgramEnvParametersI4(OpenTK.Graphics.OpenGL.NvGpuProgram4 target, UInt32 index, Int32 count, Int32[] @params) { @@ -129887,8 +132575,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_gpu_program4] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvGpuProgram4", Version = "1.3", EntryPoint = "glProgramEnvParametersI4ivNV")] + [AutoGenerated(Category = "NV_gpu_program4", Version = "1.3", EntryPoint = "glProgramEnvParametersI4ivNV")] public static void ProgramEnvParametersI4(OpenTK.Graphics.OpenGL.NvGpuProgram4 target, UInt32 index, Int32 count, ref Int32 @params) { @@ -129908,8 +132597,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_gpu_program4] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvGpuProgram4", Version = "1.3", EntryPoint = "glProgramEnvParametersI4ivNV")] + [AutoGenerated(Category = "NV_gpu_program4", Version = "1.3", EntryPoint = "glProgramEnvParametersI4ivNV")] public static unsafe void ProgramEnvParametersI4(OpenTK.Graphics.OpenGL.NvGpuProgram4 target, UInt32 index, Int32 count, Int32* @params) { @@ -129923,8 +132613,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_gpu_program4] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvGpuProgram4", Version = "1.3", EntryPoint = "glProgramEnvParametersI4uivNV")] + [AutoGenerated(Category = "NV_gpu_program4", Version = "1.3", EntryPoint = "glProgramEnvParametersI4uivNV")] public static void ProgramEnvParametersI4(OpenTK.Graphics.OpenGL.NvGpuProgram4 target, UInt32 index, Int32 count, UInt32[] @params) { @@ -129944,8 +132635,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_gpu_program4] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvGpuProgram4", Version = "1.3", EntryPoint = "glProgramEnvParametersI4uivNV")] + [AutoGenerated(Category = "NV_gpu_program4", Version = "1.3", EntryPoint = "glProgramEnvParametersI4uivNV")] public static void ProgramEnvParametersI4(OpenTK.Graphics.OpenGL.NvGpuProgram4 target, UInt32 index, Int32 count, ref UInt32 @params) { @@ -129965,8 +132657,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_gpu_program4] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvGpuProgram4", Version = "1.3", EntryPoint = "glProgramEnvParametersI4uivNV")] + [AutoGenerated(Category = "NV_gpu_program4", Version = "1.3", EntryPoint = "glProgramEnvParametersI4uivNV")] public static unsafe void ProgramEnvParametersI4(OpenTK.Graphics.OpenGL.NvGpuProgram4 target, UInt32 index, Int32 count, UInt32* @params) { @@ -129980,7 +132673,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvGpuProgram4", Version = "1.3", EntryPoint = "glProgramLocalParameterI4iNV")] + /// [requires: NV_gpu_program4] + [AutoGenerated(Category = "NV_gpu_program4", Version = "1.3", EntryPoint = "glProgramLocalParameterI4iNV")] public static void ProgramLocalParameterI4(OpenTK.Graphics.OpenGL.NvGpuProgram4 target, Int32 index, Int32 x, Int32 y, Int32 z, Int32 w) { @@ -129994,8 +132688,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_gpu_program4] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvGpuProgram4", Version = "1.3", EntryPoint = "glProgramLocalParameterI4iNV")] + [AutoGenerated(Category = "NV_gpu_program4", Version = "1.3", EntryPoint = "glProgramLocalParameterI4iNV")] public static void ProgramLocalParameterI4(OpenTK.Graphics.OpenGL.NvGpuProgram4 target, UInt32 index, Int32 x, Int32 y, Int32 z, Int32 w) { @@ -130009,7 +132704,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvGpuProgram4", Version = "1.3", EntryPoint = "glProgramLocalParameterI4ivNV")] + /// [requires: NV_gpu_program4] + [AutoGenerated(Category = "NV_gpu_program4", Version = "1.3", EntryPoint = "glProgramLocalParameterI4ivNV")] public static void ProgramLocalParameterI4(OpenTK.Graphics.OpenGL.NvGpuProgram4 target, Int32 index, Int32[] @params) { @@ -130029,7 +132725,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvGpuProgram4", Version = "1.3", EntryPoint = "glProgramLocalParameterI4ivNV")] + /// [requires: NV_gpu_program4] + [AutoGenerated(Category = "NV_gpu_program4", Version = "1.3", EntryPoint = "glProgramLocalParameterI4ivNV")] public static void ProgramLocalParameterI4(OpenTK.Graphics.OpenGL.NvGpuProgram4 target, Int32 index, ref Int32 @params) { @@ -130049,8 +132746,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_gpu_program4] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvGpuProgram4", Version = "1.3", EntryPoint = "glProgramLocalParameterI4ivNV")] + [AutoGenerated(Category = "NV_gpu_program4", Version = "1.3", EntryPoint = "glProgramLocalParameterI4ivNV")] public static unsafe void ProgramLocalParameterI4(OpenTK.Graphics.OpenGL.NvGpuProgram4 target, Int32 index, Int32* @params) { @@ -130064,8 +132762,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_gpu_program4] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvGpuProgram4", Version = "1.3", EntryPoint = "glProgramLocalParameterI4ivNV")] + [AutoGenerated(Category = "NV_gpu_program4", Version = "1.3", EntryPoint = "glProgramLocalParameterI4ivNV")] public static void ProgramLocalParameterI4(OpenTK.Graphics.OpenGL.NvGpuProgram4 target, UInt32 index, Int32[] @params) { @@ -130085,8 +132784,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_gpu_program4] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvGpuProgram4", Version = "1.3", EntryPoint = "glProgramLocalParameterI4ivNV")] + [AutoGenerated(Category = "NV_gpu_program4", Version = "1.3", EntryPoint = "glProgramLocalParameterI4ivNV")] public static void ProgramLocalParameterI4(OpenTK.Graphics.OpenGL.NvGpuProgram4 target, UInt32 index, ref Int32 @params) { @@ -130106,8 +132806,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_gpu_program4] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvGpuProgram4", Version = "1.3", EntryPoint = "glProgramLocalParameterI4ivNV")] + [AutoGenerated(Category = "NV_gpu_program4", Version = "1.3", EntryPoint = "glProgramLocalParameterI4ivNV")] public static unsafe void ProgramLocalParameterI4(OpenTK.Graphics.OpenGL.NvGpuProgram4 target, UInt32 index, Int32* @params) { @@ -130121,8 +132822,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_gpu_program4] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvGpuProgram4", Version = "1.3", EntryPoint = "glProgramLocalParameterI4uiNV")] + [AutoGenerated(Category = "NV_gpu_program4", Version = "1.3", EntryPoint = "glProgramLocalParameterI4uiNV")] public static void ProgramLocalParameterI4(OpenTK.Graphics.OpenGL.NvGpuProgram4 target, UInt32 index, UInt32 x, UInt32 y, UInt32 z, UInt32 w) { @@ -130136,8 +132838,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_gpu_program4] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvGpuProgram4", Version = "1.3", EntryPoint = "glProgramLocalParameterI4uivNV")] + [AutoGenerated(Category = "NV_gpu_program4", Version = "1.3", EntryPoint = "glProgramLocalParameterI4uivNV")] public static void ProgramLocalParameterI4(OpenTK.Graphics.OpenGL.NvGpuProgram4 target, UInt32 index, UInt32[] @params) { @@ -130157,8 +132860,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_gpu_program4] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvGpuProgram4", Version = "1.3", EntryPoint = "glProgramLocalParameterI4uivNV")] + [AutoGenerated(Category = "NV_gpu_program4", Version = "1.3", EntryPoint = "glProgramLocalParameterI4uivNV")] public static void ProgramLocalParameterI4(OpenTK.Graphics.OpenGL.NvGpuProgram4 target, UInt32 index, ref UInt32 @params) { @@ -130178,8 +132882,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_gpu_program4] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvGpuProgram4", Version = "1.3", EntryPoint = "glProgramLocalParameterI4uivNV")] + [AutoGenerated(Category = "NV_gpu_program4", Version = "1.3", EntryPoint = "glProgramLocalParameterI4uivNV")] public static unsafe void ProgramLocalParameterI4(OpenTK.Graphics.OpenGL.NvGpuProgram4 target, UInt32 index, UInt32* @params) { @@ -130193,7 +132898,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvGpuProgram4", Version = "1.3", EntryPoint = "glProgramLocalParametersI4ivNV")] + /// [requires: NV_gpu_program4] + [AutoGenerated(Category = "NV_gpu_program4", Version = "1.3", EntryPoint = "glProgramLocalParametersI4ivNV")] public static void ProgramLocalParametersI4(OpenTK.Graphics.OpenGL.NvGpuProgram4 target, Int32 index, Int32 count, Int32[] @params) { @@ -130213,7 +132919,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvGpuProgram4", Version = "1.3", EntryPoint = "glProgramLocalParametersI4ivNV")] + /// [requires: NV_gpu_program4] + [AutoGenerated(Category = "NV_gpu_program4", Version = "1.3", EntryPoint = "glProgramLocalParametersI4ivNV")] public static void ProgramLocalParametersI4(OpenTK.Graphics.OpenGL.NvGpuProgram4 target, Int32 index, Int32 count, ref Int32 @params) { @@ -130233,8 +132940,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_gpu_program4] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvGpuProgram4", Version = "1.3", EntryPoint = "glProgramLocalParametersI4ivNV")] + [AutoGenerated(Category = "NV_gpu_program4", Version = "1.3", EntryPoint = "glProgramLocalParametersI4ivNV")] public static unsafe void ProgramLocalParametersI4(OpenTK.Graphics.OpenGL.NvGpuProgram4 target, Int32 index, Int32 count, Int32* @params) { @@ -130248,8 +132956,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_gpu_program4] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvGpuProgram4", Version = "1.3", EntryPoint = "glProgramLocalParametersI4ivNV")] + [AutoGenerated(Category = "NV_gpu_program4", Version = "1.3", EntryPoint = "glProgramLocalParametersI4ivNV")] public static void ProgramLocalParametersI4(OpenTK.Graphics.OpenGL.NvGpuProgram4 target, UInt32 index, Int32 count, Int32[] @params) { @@ -130269,8 +132978,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_gpu_program4] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvGpuProgram4", Version = "1.3", EntryPoint = "glProgramLocalParametersI4ivNV")] + [AutoGenerated(Category = "NV_gpu_program4", Version = "1.3", EntryPoint = "glProgramLocalParametersI4ivNV")] public static void ProgramLocalParametersI4(OpenTK.Graphics.OpenGL.NvGpuProgram4 target, UInt32 index, Int32 count, ref Int32 @params) { @@ -130290,8 +133000,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_gpu_program4] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvGpuProgram4", Version = "1.3", EntryPoint = "glProgramLocalParametersI4ivNV")] + [AutoGenerated(Category = "NV_gpu_program4", Version = "1.3", EntryPoint = "glProgramLocalParametersI4ivNV")] public static unsafe void ProgramLocalParametersI4(OpenTK.Graphics.OpenGL.NvGpuProgram4 target, UInt32 index, Int32 count, Int32* @params) { @@ -130305,8 +133016,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_gpu_program4] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvGpuProgram4", Version = "1.3", EntryPoint = "glProgramLocalParametersI4uivNV")] + [AutoGenerated(Category = "NV_gpu_program4", Version = "1.3", EntryPoint = "glProgramLocalParametersI4uivNV")] public static void ProgramLocalParametersI4(OpenTK.Graphics.OpenGL.NvGpuProgram4 target, UInt32 index, Int32 count, UInt32[] @params) { @@ -130326,8 +133038,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_gpu_program4] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvGpuProgram4", Version = "1.3", EntryPoint = "glProgramLocalParametersI4uivNV")] + [AutoGenerated(Category = "NV_gpu_program4", Version = "1.3", EntryPoint = "glProgramLocalParametersI4uivNV")] public static void ProgramLocalParametersI4(OpenTK.Graphics.OpenGL.NvGpuProgram4 target, UInt32 index, Int32 count, ref UInt32 @params) { @@ -130347,8 +133060,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_gpu_program4] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvGpuProgram4", Version = "1.3", EntryPoint = "glProgramLocalParametersI4uivNV")] + [AutoGenerated(Category = "NV_gpu_program4", Version = "1.3", EntryPoint = "glProgramLocalParametersI4uivNV")] public static unsafe void ProgramLocalParametersI4(OpenTK.Graphics.OpenGL.NvGpuProgram4 target, UInt32 index, Int32 count, UInt32* @params) { @@ -130362,7 +133076,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvFragmentProgram", Version = "1.2", EntryPoint = "glProgramNamedParameter4dNV")] + /// [requires: NV_fragment_program] + [AutoGenerated(Category = "NV_fragment_program", Version = "1.2", EntryPoint = "glProgramNamedParameter4dNV")] public static void ProgramNamedParameter4(Int32 id, Int32 len, ref Byte name, Double x, Double y, Double z, Double w) { @@ -130382,8 +133097,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_fragment_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvFragmentProgram", Version = "1.2", EntryPoint = "glProgramNamedParameter4dNV")] + [AutoGenerated(Category = "NV_fragment_program", Version = "1.2", EntryPoint = "glProgramNamedParameter4dNV")] public static unsafe void ProgramNamedParameter4(Int32 id, Int32 len, Byte* name, Double x, Double y, Double z, Double w) { @@ -130397,8 +133113,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_fragment_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvFragmentProgram", Version = "1.2", EntryPoint = "glProgramNamedParameter4dNV")] + [AutoGenerated(Category = "NV_fragment_program", Version = "1.2", EntryPoint = "glProgramNamedParameter4dNV")] public static void ProgramNamedParameter4(UInt32 id, Int32 len, ref Byte name, Double x, Double y, Double z, Double w) { @@ -130418,8 +133135,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_fragment_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvFragmentProgram", Version = "1.2", EntryPoint = "glProgramNamedParameter4dNV")] + [AutoGenerated(Category = "NV_fragment_program", Version = "1.2", EntryPoint = "glProgramNamedParameter4dNV")] public static unsafe void ProgramNamedParameter4(UInt32 id, Int32 len, Byte* name, Double x, Double y, Double z, Double w) { @@ -130433,7 +133151,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvFragmentProgram", Version = "1.2", EntryPoint = "glProgramNamedParameter4dvNV")] + /// [requires: NV_fragment_program] + [AutoGenerated(Category = "NV_fragment_program", Version = "1.2", EntryPoint = "glProgramNamedParameter4dvNV")] public static void ProgramNamedParameter4(Int32 id, Int32 len, ref Byte name, ref Double v) { @@ -130454,8 +133173,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_fragment_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvFragmentProgram", Version = "1.2", EntryPoint = "glProgramNamedParameter4dvNV")] + [AutoGenerated(Category = "NV_fragment_program", Version = "1.2", EntryPoint = "glProgramNamedParameter4dvNV")] public static unsafe void ProgramNamedParameter4(Int32 id, Int32 len, Byte* name, Double[] v) { @@ -130472,8 +133192,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_fragment_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvFragmentProgram", Version = "1.2", EntryPoint = "glProgramNamedParameter4dvNV")] + [AutoGenerated(Category = "NV_fragment_program", Version = "1.2", EntryPoint = "glProgramNamedParameter4dvNV")] public static unsafe void ProgramNamedParameter4(Int32 id, Int32 len, Byte* name, Double* v) { @@ -130487,8 +133208,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_fragment_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvFragmentProgram", Version = "1.2", EntryPoint = "glProgramNamedParameter4dvNV")] + [AutoGenerated(Category = "NV_fragment_program", Version = "1.2", EntryPoint = "glProgramNamedParameter4dvNV")] public static void ProgramNamedParameter4(UInt32 id, Int32 len, ref Byte name, ref Double v) { @@ -130509,8 +133231,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_fragment_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvFragmentProgram", Version = "1.2", EntryPoint = "glProgramNamedParameter4dvNV")] + [AutoGenerated(Category = "NV_fragment_program", Version = "1.2", EntryPoint = "glProgramNamedParameter4dvNV")] public static unsafe void ProgramNamedParameter4(UInt32 id, Int32 len, Byte* name, Double[] v) { @@ -130527,8 +133250,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_fragment_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvFragmentProgram", Version = "1.2", EntryPoint = "glProgramNamedParameter4dvNV")] + [AutoGenerated(Category = "NV_fragment_program", Version = "1.2", EntryPoint = "glProgramNamedParameter4dvNV")] public static unsafe void ProgramNamedParameter4(UInt32 id, Int32 len, Byte* name, Double* v) { @@ -130542,7 +133266,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvFragmentProgram", Version = "1.2", EntryPoint = "glProgramNamedParameter4fNV")] + /// [requires: NV_fragment_program] + [AutoGenerated(Category = "NV_fragment_program", Version = "1.2", EntryPoint = "glProgramNamedParameter4fNV")] public static void ProgramNamedParameter4(Int32 id, Int32 len, ref Byte name, Single x, Single y, Single z, Single w) { @@ -130562,8 +133287,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_fragment_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvFragmentProgram", Version = "1.2", EntryPoint = "glProgramNamedParameter4fNV")] + [AutoGenerated(Category = "NV_fragment_program", Version = "1.2", EntryPoint = "glProgramNamedParameter4fNV")] public static unsafe void ProgramNamedParameter4(Int32 id, Int32 len, Byte* name, Single x, Single y, Single z, Single w) { @@ -130577,8 +133303,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_fragment_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvFragmentProgram", Version = "1.2", EntryPoint = "glProgramNamedParameter4fNV")] + [AutoGenerated(Category = "NV_fragment_program", Version = "1.2", EntryPoint = "glProgramNamedParameter4fNV")] public static void ProgramNamedParameter4(UInt32 id, Int32 len, ref Byte name, Single x, Single y, Single z, Single w) { @@ -130598,8 +133325,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_fragment_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvFragmentProgram", Version = "1.2", EntryPoint = "glProgramNamedParameter4fNV")] + [AutoGenerated(Category = "NV_fragment_program", Version = "1.2", EntryPoint = "glProgramNamedParameter4fNV")] public static unsafe void ProgramNamedParameter4(UInt32 id, Int32 len, Byte* name, Single x, Single y, Single z, Single w) { @@ -130613,7 +133341,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvFragmentProgram", Version = "1.2", EntryPoint = "glProgramNamedParameter4fvNV")] + /// [requires: NV_fragment_program] + [AutoGenerated(Category = "NV_fragment_program", Version = "1.2", EntryPoint = "glProgramNamedParameter4fvNV")] public static void ProgramNamedParameter4(Int32 id, Int32 len, ref Byte name, ref Single v) { @@ -130634,8 +133363,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_fragment_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvFragmentProgram", Version = "1.2", EntryPoint = "glProgramNamedParameter4fvNV")] + [AutoGenerated(Category = "NV_fragment_program", Version = "1.2", EntryPoint = "glProgramNamedParameter4fvNV")] public static unsafe void ProgramNamedParameter4(Int32 id, Int32 len, Byte* name, Single[] v) { @@ -130652,8 +133382,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_fragment_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvFragmentProgram", Version = "1.2", EntryPoint = "glProgramNamedParameter4fvNV")] + [AutoGenerated(Category = "NV_fragment_program", Version = "1.2", EntryPoint = "glProgramNamedParameter4fvNV")] public static unsafe void ProgramNamedParameter4(Int32 id, Int32 len, Byte* name, Single* v) { @@ -130667,8 +133398,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_fragment_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvFragmentProgram", Version = "1.2", EntryPoint = "glProgramNamedParameter4fvNV")] + [AutoGenerated(Category = "NV_fragment_program", Version = "1.2", EntryPoint = "glProgramNamedParameter4fvNV")] public static void ProgramNamedParameter4(UInt32 id, Int32 len, ref Byte name, ref Single v) { @@ -130689,8 +133421,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_fragment_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvFragmentProgram", Version = "1.2", EntryPoint = "glProgramNamedParameter4fvNV")] + [AutoGenerated(Category = "NV_fragment_program", Version = "1.2", EntryPoint = "glProgramNamedParameter4fvNV")] public static unsafe void ProgramNamedParameter4(UInt32 id, Int32 len, Byte* name, Single[] v) { @@ -130707,8 +133440,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_fragment_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvFragmentProgram", Version = "1.2", EntryPoint = "glProgramNamedParameter4fvNV")] + [AutoGenerated(Category = "NV_fragment_program", Version = "1.2", EntryPoint = "glProgramNamedParameter4fvNV")] public static unsafe void ProgramNamedParameter4(UInt32 id, Int32 len, Byte* name, Single* v) { @@ -130722,7 +133456,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glProgramParameter4dNV")] + /// [requires: NV_vertex_program] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glProgramParameter4dNV")] public static void ProgramParameter4(OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb target, Int32 index, Double x, Double y, Double z, Double w) { @@ -130736,8 +133471,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glProgramParameter4dNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glProgramParameter4dNV")] public static void ProgramParameter4(OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb target, UInt32 index, Double x, Double y, Double z, Double w) { @@ -130751,7 +133487,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glProgramParameter4dvNV")] + /// [requires: NV_vertex_program] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glProgramParameter4dvNV")] public static void ProgramParameter4(OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb target, Int32 index, Double[] v) { @@ -130771,7 +133508,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glProgramParameter4dvNV")] + /// [requires: NV_vertex_program] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glProgramParameter4dvNV")] public static void ProgramParameter4(OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb target, Int32 index, ref Double v) { @@ -130791,8 +133529,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glProgramParameter4dvNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glProgramParameter4dvNV")] public static unsafe void ProgramParameter4(OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb target, Int32 index, Double* v) { @@ -130806,8 +133545,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glProgramParameter4dvNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glProgramParameter4dvNV")] public static void ProgramParameter4(OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb target, UInt32 index, Double[] v) { @@ -130827,8 +133567,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glProgramParameter4dvNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glProgramParameter4dvNV")] public static void ProgramParameter4(OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb target, UInt32 index, ref Double v) { @@ -130848,8 +133589,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glProgramParameter4dvNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glProgramParameter4dvNV")] public static unsafe void ProgramParameter4(OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb target, UInt32 index, Double* v) { @@ -130863,7 +133605,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glProgramParameter4fNV")] + /// [requires: NV_vertex_program] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glProgramParameter4fNV")] public static void ProgramParameter4(OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb target, Int32 index, Single x, Single y, Single z, Single w) { @@ -130877,8 +133620,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glProgramParameter4fNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glProgramParameter4fNV")] public static void ProgramParameter4(OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb target, UInt32 index, Single x, Single y, Single z, Single w) { @@ -130892,7 +133636,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glProgramParameter4fvNV")] + /// [requires: NV_vertex_program] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glProgramParameter4fvNV")] public static void ProgramParameter4(OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb target, Int32 index, Single[] v) { @@ -130912,7 +133657,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glProgramParameter4fvNV")] + /// [requires: NV_vertex_program] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glProgramParameter4fvNV")] public static void ProgramParameter4(OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb target, Int32 index, ref Single v) { @@ -130932,8 +133678,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glProgramParameter4fvNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glProgramParameter4fvNV")] public static unsafe void ProgramParameter4(OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb target, Int32 index, Single* v) { @@ -130947,8 +133694,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glProgramParameter4fvNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glProgramParameter4fvNV")] public static void ProgramParameter4(OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb target, UInt32 index, Single[] v) { @@ -130968,8 +133716,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glProgramParameter4fvNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glProgramParameter4fvNV")] public static void ProgramParameter4(OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb target, UInt32 index, ref Single v) { @@ -130989,8 +133738,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glProgramParameter4fvNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glProgramParameter4fvNV")] public static unsafe void ProgramParameter4(OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb target, UInt32 index, Single* v) { @@ -131004,7 +133754,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glProgramParameters4dvNV")] + /// [requires: NV_vertex_program] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glProgramParameters4dvNV")] public static void ProgramParameters4(OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb target, Int32 index, Int32 count, Double[] v) { @@ -131024,7 +133775,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glProgramParameters4dvNV")] + /// [requires: NV_vertex_program] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glProgramParameters4dvNV")] public static void ProgramParameters4(OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb target, Int32 index, Int32 count, ref Double v) { @@ -131044,8 +133796,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glProgramParameters4dvNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glProgramParameters4dvNV")] public static unsafe void ProgramParameters4(OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb target, Int32 index, Int32 count, Double* v) { @@ -131059,8 +133812,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glProgramParameters4dvNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glProgramParameters4dvNV")] public static void ProgramParameters4(OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb target, UInt32 index, UInt32 count, Double[] v) { @@ -131080,8 +133834,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glProgramParameters4dvNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glProgramParameters4dvNV")] public static void ProgramParameters4(OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb target, UInt32 index, UInt32 count, ref Double v) { @@ -131101,8 +133856,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glProgramParameters4dvNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glProgramParameters4dvNV")] public static unsafe void ProgramParameters4(OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb target, UInt32 index, UInt32 count, Double* v) { @@ -131116,7 +133872,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glProgramParameters4fvNV")] + /// [requires: NV_vertex_program] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glProgramParameters4fvNV")] public static void ProgramParameters4(OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb target, Int32 index, Int32 count, Single[] v) { @@ -131136,7 +133893,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glProgramParameters4fvNV")] + /// [requires: NV_vertex_program] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glProgramParameters4fvNV")] public static void ProgramParameters4(OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb target, Int32 index, Int32 count, ref Single v) { @@ -131156,8 +133914,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glProgramParameters4fvNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glProgramParameters4fvNV")] public static unsafe void ProgramParameters4(OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb target, Int32 index, Int32 count, Single* v) { @@ -131171,8 +133930,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glProgramParameters4fvNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glProgramParameters4fvNV")] public static void ProgramParameters4(OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb target, UInt32 index, UInt32 count, Single[] v) { @@ -131192,8 +133952,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glProgramParameters4fvNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glProgramParameters4fvNV")] public static void ProgramParameters4(OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb target, UInt32 index, UInt32 count, ref Single v) { @@ -131213,8 +133974,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glProgramParameters4fvNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glProgramParameters4fvNV")] public static unsafe void ProgramParameters4(OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb target, UInt32 index, UInt32 count, Single* v) { @@ -131228,7 +133990,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvGeometryProgram4", Version = "2.0", EntryPoint = "glProgramVertexLimitNV")] + /// [requires: NV_geometry_program4] + [AutoGenerated(Category = "NV_geometry_program4", Version = "2.0", EntryPoint = "glProgramVertexLimitNV")] public static void ProgramVertexLimit(OpenTK.Graphics.OpenGL.NvGeometryProgram4 target, Int32 limit) { @@ -131242,7 +134005,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvFramebufferMultisampleCoverage", Version = "1.5", EntryPoint = "glRenderbufferStorageMultisampleCoverageNV")] + /// [requires: NV_framebuffer_multisample_coverage] + [AutoGenerated(Category = "NV_framebuffer_multisample_coverage", Version = "1.5", EntryPoint = "glRenderbufferStorageMultisampleCoverageNV")] public static void RenderbufferStorageMultisampleCoverage(OpenTK.Graphics.OpenGL.RenderbufferTarget target, Int32 coverageSamples, Int32 colorSamples, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, Int32 height) { @@ -131256,7 +134020,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glRequestResidentProgramsNV")] + /// [requires: NV_vertex_program] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glRequestResidentProgramsNV")] public static void RequestResidentProgram(Int32 n, Int32[] programs) { @@ -131276,7 +134041,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glRequestResidentProgramsNV")] + /// [requires: NV_vertex_program] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glRequestResidentProgramsNV")] public static void RequestResidentProgram(Int32 n, ref Int32 programs) { @@ -131296,8 +134062,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glRequestResidentProgramsNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glRequestResidentProgramsNV")] public static unsafe void RequestResidentProgram(Int32 n, Int32* programs) { @@ -131311,8 +134078,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glRequestResidentProgramsNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glRequestResidentProgramsNV")] public static void RequestResidentProgram(Int32 n, UInt32[] programs) { @@ -131332,8 +134100,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glRequestResidentProgramsNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glRequestResidentProgramsNV")] public static void RequestResidentProgram(Int32 n, ref UInt32 programs) { @@ -131353,8 +134122,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glRequestResidentProgramsNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glRequestResidentProgramsNV")] public static unsafe void RequestResidentProgram(Int32 n, UInt32* programs) { @@ -131368,7 +134138,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvTransformFeedback2", Version = "", EntryPoint = "glResumeTransformFeedbackNV")] + /// [requires: NV_transform_feedback2] + [AutoGenerated(Category = "NV_transform_feedback2", Version = "", EntryPoint = "glResumeTransformFeedbackNV")] public static void ResumeTransformFeedback() { @@ -131382,7 +134153,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvExplicitMultisample", Version = "", EntryPoint = "glSampleMaskIndexedNV")] + /// [requires: NV_explicit_multisample] + [AutoGenerated(Category = "NV_explicit_multisample", Version = "", EntryPoint = "glSampleMaskIndexedNV")] public static void SampleMaskIndexed(Int32 index, Int32 mask) { @@ -131396,8 +134168,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_explicit_multisample] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvExplicitMultisample", Version = "", EntryPoint = "glSampleMaskIndexedNV")] + [AutoGenerated(Category = "NV_explicit_multisample", Version = "", EntryPoint = "glSampleMaskIndexedNV")] public static void SampleMaskIndexed(UInt32 index, UInt32 mask) { @@ -131411,7 +134184,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvHalfFloat", Version = "1.2", EntryPoint = "glSecondaryColor3hNV")] + /// [requires: NV_half_float] + [AutoGenerated(Category = "NV_half_float", Version = "1.2", EntryPoint = "glSecondaryColor3hNV")] public static void SecondaryColor3h(OpenTK.Half red, OpenTK.Half green, OpenTK.Half blue) { @@ -131425,7 +134199,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvHalfFloat", Version = "1.2", EntryPoint = "glSecondaryColor3hvNV")] + /// [requires: NV_half_float] + [AutoGenerated(Category = "NV_half_float", Version = "1.2", EntryPoint = "glSecondaryColor3hvNV")] public static void SecondaryColor3h(OpenTK.Half[] v) { @@ -131445,7 +134220,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvHalfFloat", Version = "1.2", EntryPoint = "glSecondaryColor3hvNV")] + /// [requires: NV_half_float] + [AutoGenerated(Category = "NV_half_float", Version = "1.2", EntryPoint = "glSecondaryColor3hvNV")] public static void SecondaryColor3h(ref OpenTK.Half v) { @@ -131465,8 +134241,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_half_float] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvHalfFloat", Version = "1.2", EntryPoint = "glSecondaryColor3hvNV")] + [AutoGenerated(Category = "NV_half_float", Version = "1.2", EntryPoint = "glSecondaryColor3hvNV")] public static unsafe void SecondaryColor3h(OpenTK.Half* v) { @@ -131480,7 +134257,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvFence", Version = "1.2", EntryPoint = "glSetFenceNV")] + /// [requires: NV_fence] + [AutoGenerated(Category = "NV_fence", Version = "1.2", EntryPoint = "glSetFenceNV")] public static void SetFence(Int32 fence, OpenTK.Graphics.OpenGL.NvFence condition) { @@ -131494,8 +134272,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_fence] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvFence", Version = "1.2", EntryPoint = "glSetFenceNV")] + [AutoGenerated(Category = "NV_fence", Version = "1.2", EntryPoint = "glSetFenceNV")] public static void SetFence(UInt32 fence, OpenTK.Graphics.OpenGL.NvFence condition) { @@ -131509,7 +134288,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvFence", Version = "1.2", EntryPoint = "glTestFenceNV")] + /// [requires: NV_fence] + [AutoGenerated(Category = "NV_fence", Version = "1.2", EntryPoint = "glTestFenceNV")] public static bool TestFence(Int32 fence) { @@ -131523,8 +134303,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_fence] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvFence", Version = "1.2", EntryPoint = "glTestFenceNV")] + [AutoGenerated(Category = "NV_fence", Version = "1.2", EntryPoint = "glTestFenceNV")] public static bool TestFence(UInt32 fence) { @@ -131538,7 +134319,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvHalfFloat", Version = "1.2", EntryPoint = "glTexCoord1hNV")] + /// [requires: NV_half_float] + [AutoGenerated(Category = "NV_half_float", Version = "1.2", EntryPoint = "glTexCoord1hNV")] public static void TexCoord1h(OpenTK.Half s) { @@ -131552,8 +134334,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_half_float] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvHalfFloat", Version = "1.2", EntryPoint = "glTexCoord1hvNV")] + [AutoGenerated(Category = "NV_half_float", Version = "1.2", EntryPoint = "glTexCoord1hvNV")] public static unsafe void TexCoord1h(OpenTK.Half* v) { @@ -131567,7 +134350,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvHalfFloat", Version = "1.2", EntryPoint = "glTexCoord2hNV")] + /// [requires: NV_half_float] + [AutoGenerated(Category = "NV_half_float", Version = "1.2", EntryPoint = "glTexCoord2hNV")] public static void TexCoord2h(OpenTK.Half s, OpenTK.Half t) { @@ -131581,7 +134365,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvHalfFloat", Version = "1.2", EntryPoint = "glTexCoord2hvNV")] + /// [requires: NV_half_float] + [AutoGenerated(Category = "NV_half_float", Version = "1.2", EntryPoint = "glTexCoord2hvNV")] public static void TexCoord2h(OpenTK.Half[] v) { @@ -131601,7 +134386,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvHalfFloat", Version = "1.2", EntryPoint = "glTexCoord2hvNV")] + /// [requires: NV_half_float] + [AutoGenerated(Category = "NV_half_float", Version = "1.2", EntryPoint = "glTexCoord2hvNV")] public static void TexCoord2h(ref OpenTK.Half v) { @@ -131621,8 +134407,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_half_float] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvHalfFloat", Version = "1.2", EntryPoint = "glTexCoord2hvNV")] + [AutoGenerated(Category = "NV_half_float", Version = "1.2", EntryPoint = "glTexCoord2hvNV")] public static unsafe void TexCoord2h(OpenTK.Half* v) { @@ -131636,7 +134423,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvHalfFloat", Version = "1.2", EntryPoint = "glTexCoord3hNV")] + /// [requires: NV_half_float] + [AutoGenerated(Category = "NV_half_float", Version = "1.2", EntryPoint = "glTexCoord3hNV")] public static void TexCoord3h(OpenTK.Half s, OpenTK.Half t, OpenTK.Half r) { @@ -131650,7 +134438,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvHalfFloat", Version = "1.2", EntryPoint = "glTexCoord3hvNV")] + /// [requires: NV_half_float] + [AutoGenerated(Category = "NV_half_float", Version = "1.2", EntryPoint = "glTexCoord3hvNV")] public static void TexCoord3h(OpenTK.Half[] v) { @@ -131670,7 +134459,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvHalfFloat", Version = "1.2", EntryPoint = "glTexCoord3hvNV")] + /// [requires: NV_half_float] + [AutoGenerated(Category = "NV_half_float", Version = "1.2", EntryPoint = "glTexCoord3hvNV")] public static void TexCoord3h(ref OpenTK.Half v) { @@ -131690,8 +134480,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_half_float] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvHalfFloat", Version = "1.2", EntryPoint = "glTexCoord3hvNV")] + [AutoGenerated(Category = "NV_half_float", Version = "1.2", EntryPoint = "glTexCoord3hvNV")] public static unsafe void TexCoord3h(OpenTK.Half* v) { @@ -131705,7 +134496,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvHalfFloat", Version = "1.2", EntryPoint = "glTexCoord4hNV")] + /// [requires: NV_half_float] + [AutoGenerated(Category = "NV_half_float", Version = "1.2", EntryPoint = "glTexCoord4hNV")] public static void TexCoord4h(OpenTK.Half s, OpenTK.Half t, OpenTK.Half r, OpenTK.Half q) { @@ -131719,7 +134511,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvHalfFloat", Version = "1.2", EntryPoint = "glTexCoord4hvNV")] + /// [requires: NV_half_float] + [AutoGenerated(Category = "NV_half_float", Version = "1.2", EntryPoint = "glTexCoord4hvNV")] public static void TexCoord4h(OpenTK.Half[] v) { @@ -131739,7 +134532,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvHalfFloat", Version = "1.2", EntryPoint = "glTexCoord4hvNV")] + /// [requires: NV_half_float] + [AutoGenerated(Category = "NV_half_float", Version = "1.2", EntryPoint = "glTexCoord4hvNV")] public static void TexCoord4h(ref OpenTK.Half v) { @@ -131759,8 +134553,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_half_float] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvHalfFloat", Version = "1.2", EntryPoint = "glTexCoord4hvNV")] + [AutoGenerated(Category = "NV_half_float", Version = "1.2", EntryPoint = "glTexCoord4hvNV")] public static unsafe void TexCoord4h(OpenTK.Half* v) { @@ -131774,7 +134569,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvExplicitMultisample", Version = "", EntryPoint = "glTexRenderbufferNV")] + /// [requires: NV_explicit_multisample] + [AutoGenerated(Category = "NV_explicit_multisample", Version = "", EntryPoint = "glTexRenderbufferNV")] public static void TexRenderbuffer(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 renderbuffer) { @@ -131788,8 +134584,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_explicit_multisample] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvExplicitMultisample", Version = "", EntryPoint = "glTexRenderbufferNV")] + [AutoGenerated(Category = "NV_explicit_multisample", Version = "", EntryPoint = "glTexRenderbufferNV")] public static void TexRenderbuffer(OpenTK.Graphics.OpenGL.TextureTarget target, UInt32 renderbuffer) { @@ -131803,7 +134600,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glTrackMatrixNV")] + /// [requires: NV_vertex_program] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glTrackMatrixNV")] public static void TrackMatrix(OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb target, Int32 address, OpenTK.Graphics.OpenGL.NvVertexProgram matrix, OpenTK.Graphics.OpenGL.NvVertexProgram transform) { @@ -131817,8 +134615,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glTrackMatrixNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glTrackMatrixNV")] public static void TrackMatrix(OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb target, UInt32 address, OpenTK.Graphics.OpenGL.NvVertexProgram matrix, OpenTK.Graphics.OpenGL.NvVertexProgram transform) { @@ -131832,7 +134631,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvTransformFeedback", Version = "1.5", EntryPoint = "glTransformFeedbackAttribsNV")] + /// [requires: NV_transform_feedback] + [AutoGenerated(Category = "NV_transform_feedback", Version = "1.5", EntryPoint = "glTransformFeedbackAttribsNV")] public static void TransformFeedbackAttrib(Int32 count, Int32[] attribs, OpenTK.Graphics.OpenGL.NvTransformFeedback bufferMode) { @@ -131852,7 +134652,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvTransformFeedback", Version = "1.5", EntryPoint = "glTransformFeedbackAttribsNV")] + /// [requires: NV_transform_feedback] + [AutoGenerated(Category = "NV_transform_feedback", Version = "1.5", EntryPoint = "glTransformFeedbackAttribsNV")] public static void TransformFeedbackAttrib(Int32 count, ref Int32 attribs, OpenTK.Graphics.OpenGL.NvTransformFeedback bufferMode) { @@ -131872,8 +134673,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_transform_feedback] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvTransformFeedback", Version = "1.5", EntryPoint = "glTransformFeedbackAttribsNV")] + [AutoGenerated(Category = "NV_transform_feedback", Version = "1.5", EntryPoint = "glTransformFeedbackAttribsNV")] public static unsafe void TransformFeedbackAttrib(Int32 count, Int32* attribs, OpenTK.Graphics.OpenGL.NvTransformFeedback bufferMode) { @@ -131887,8 +134689,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_transform_feedback] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvTransformFeedback", Version = "1.5", EntryPoint = "glTransformFeedbackAttribsNV")] + [AutoGenerated(Category = "NV_transform_feedback", Version = "1.5", EntryPoint = "glTransformFeedbackAttribsNV")] public static void TransformFeedbackAttrib(UInt32 count, Int32[] attribs, OpenTK.Graphics.OpenGL.NvTransformFeedback bufferMode) { @@ -131908,8 +134711,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_transform_feedback] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvTransformFeedback", Version = "1.5", EntryPoint = "glTransformFeedbackAttribsNV")] + [AutoGenerated(Category = "NV_transform_feedback", Version = "1.5", EntryPoint = "glTransformFeedbackAttribsNV")] public static void TransformFeedbackAttrib(UInt32 count, ref Int32 attribs, OpenTK.Graphics.OpenGL.NvTransformFeedback bufferMode) { @@ -131929,8 +134733,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_transform_feedback] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvTransformFeedback", Version = "1.5", EntryPoint = "glTransformFeedbackAttribsNV")] + [AutoGenerated(Category = "NV_transform_feedback", Version = "1.5", EntryPoint = "glTransformFeedbackAttribsNV")] public static unsafe void TransformFeedbackAttrib(UInt32 count, Int32* attribs, OpenTK.Graphics.OpenGL.NvTransformFeedback bufferMode) { @@ -131944,7 +134749,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvTransformFeedback", Version = "1.5", EntryPoint = "glTransformFeedbackVaryingsNV")] + /// [requires: NV_transform_feedback] + [AutoGenerated(Category = "NV_transform_feedback", Version = "1.5", EntryPoint = "glTransformFeedbackVaryingsNV")] public static void TransformFeedbackVaryings(Int32 program, Int32 count, String[] varyings, OpenTK.Graphics.OpenGL.NvTransformFeedback bufferMode) { @@ -131958,8 +134764,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_transform_feedback] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvTransformFeedback", Version = "1.5", EntryPoint = "glTransformFeedbackVaryingsNV")] + [AutoGenerated(Category = "NV_transform_feedback", Version = "1.5", EntryPoint = "glTransformFeedbackVaryingsNV")] public static void TransformFeedbackVaryings(UInt32 program, Int32 count, String[] varyings, OpenTK.Graphics.OpenGL.NvTransformFeedback bufferMode) { @@ -131973,7 +134780,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvHalfFloat", Version = "1.2", EntryPoint = "glVertex2hNV")] + /// [requires: NV_half_float] + [AutoGenerated(Category = "NV_half_float", Version = "1.2", EntryPoint = "glVertex2hNV")] public static void Vertex2h(OpenTK.Half x, OpenTK.Half y) { @@ -131987,7 +134795,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvHalfFloat", Version = "1.2", EntryPoint = "glVertex2hvNV")] + /// [requires: NV_half_float] + [AutoGenerated(Category = "NV_half_float", Version = "1.2", EntryPoint = "glVertex2hvNV")] public static void Vertex2h(OpenTK.Half[] v) { @@ -132007,7 +134816,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvHalfFloat", Version = "1.2", EntryPoint = "glVertex2hvNV")] + /// [requires: NV_half_float] + [AutoGenerated(Category = "NV_half_float", Version = "1.2", EntryPoint = "glVertex2hvNV")] public static void Vertex2h(ref OpenTK.Half v) { @@ -132027,8 +134837,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_half_float] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvHalfFloat", Version = "1.2", EntryPoint = "glVertex2hvNV")] + [AutoGenerated(Category = "NV_half_float", Version = "1.2", EntryPoint = "glVertex2hvNV")] public static unsafe void Vertex2h(OpenTK.Half* v) { @@ -132042,7 +134853,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvHalfFloat", Version = "1.2", EntryPoint = "glVertex3hNV")] + /// [requires: NV_half_float] + [AutoGenerated(Category = "NV_half_float", Version = "1.2", EntryPoint = "glVertex3hNV")] public static void Vertex3h(OpenTK.Half x, OpenTK.Half y, OpenTK.Half z) { @@ -132056,7 +134868,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvHalfFloat", Version = "1.2", EntryPoint = "glVertex3hvNV")] + /// [requires: NV_half_float] + [AutoGenerated(Category = "NV_half_float", Version = "1.2", EntryPoint = "glVertex3hvNV")] public static void Vertex3h(OpenTK.Half[] v) { @@ -132076,7 +134889,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvHalfFloat", Version = "1.2", EntryPoint = "glVertex3hvNV")] + /// [requires: NV_half_float] + [AutoGenerated(Category = "NV_half_float", Version = "1.2", EntryPoint = "glVertex3hvNV")] public static void Vertex3h(ref OpenTK.Half v) { @@ -132096,8 +134910,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_half_float] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvHalfFloat", Version = "1.2", EntryPoint = "glVertex3hvNV")] + [AutoGenerated(Category = "NV_half_float", Version = "1.2", EntryPoint = "glVertex3hvNV")] public static unsafe void Vertex3h(OpenTK.Half* v) { @@ -132111,7 +134926,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvHalfFloat", Version = "1.2", EntryPoint = "glVertex4hNV")] + /// [requires: NV_half_float] + [AutoGenerated(Category = "NV_half_float", Version = "1.2", EntryPoint = "glVertex4hNV")] public static void Vertex4h(OpenTK.Half x, OpenTK.Half y, OpenTK.Half z, OpenTK.Half w) { @@ -132125,7 +134941,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvHalfFloat", Version = "1.2", EntryPoint = "glVertex4hvNV")] + /// [requires: NV_half_float] + [AutoGenerated(Category = "NV_half_float", Version = "1.2", EntryPoint = "glVertex4hvNV")] public static void Vertex4h(OpenTK.Half[] v) { @@ -132145,7 +134962,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvHalfFloat", Version = "1.2", EntryPoint = "glVertex4hvNV")] + /// [requires: NV_half_float] + [AutoGenerated(Category = "NV_half_float", Version = "1.2", EntryPoint = "glVertex4hvNV")] public static void Vertex4h(ref OpenTK.Half v) { @@ -132165,8 +134983,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_half_float] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvHalfFloat", Version = "1.2", EntryPoint = "glVertex4hvNV")] + [AutoGenerated(Category = "NV_half_float", Version = "1.2", EntryPoint = "glVertex4hvNV")] public static unsafe void Vertex4h(OpenTK.Half* v) { @@ -132180,7 +134999,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvVertexArrayRange", Version = "1.1", EntryPoint = "glVertexArrayRangeNV")] + /// [requires: NV_vertex_array_range] + [AutoGenerated(Category = "NV_vertex_array_range", Version = "1.1", EntryPoint = "glVertexArrayRangeNV")] public static void VertexArrayRange(Int32 length, IntPtr pointer) { @@ -132194,7 +135014,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvVertexArrayRange", Version = "1.1", EntryPoint = "glVertexArrayRangeNV")] + /// [requires: NV_vertex_array_range] + [AutoGenerated(Category = "NV_vertex_array_range", Version = "1.1", EntryPoint = "glVertexArrayRangeNV")] public static void VertexArrayRange(Int32 length, [InAttribute, OutAttribute] T1[] pointer) where T1 : struct @@ -132217,7 +135038,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvVertexArrayRange", Version = "1.1", EntryPoint = "glVertexArrayRangeNV")] + /// [requires: NV_vertex_array_range] + [AutoGenerated(Category = "NV_vertex_array_range", Version = "1.1", EntryPoint = "glVertexArrayRangeNV")] public static void VertexArrayRange(Int32 length, [InAttribute, OutAttribute] T1[,] pointer) where T1 : struct @@ -132240,7 +135062,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvVertexArrayRange", Version = "1.1", EntryPoint = "glVertexArrayRangeNV")] + /// [requires: NV_vertex_array_range] + [AutoGenerated(Category = "NV_vertex_array_range", Version = "1.1", EntryPoint = "glVertexArrayRangeNV")] public static void VertexArrayRange(Int32 length, [InAttribute, OutAttribute] T1[,,] pointer) where T1 : struct @@ -132263,7 +135086,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvVertexArrayRange", Version = "1.1", EntryPoint = "glVertexArrayRangeNV")] + /// [requires: NV_vertex_array_range] + [AutoGenerated(Category = "NV_vertex_array_range", Version = "1.1", EntryPoint = "glVertexArrayRangeNV")] public static void VertexArrayRange(Int32 length, [InAttribute, OutAttribute] ref T1 pointer) where T1 : struct @@ -132288,7 +135112,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -132301,7 +135125,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified vertex attribute. /// /// - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttrib1dNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttrib1dNV")] public static void VertexAttrib1(Int32 index, Double x) { @@ -132316,7 +135140,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -132330,7 +135154,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttrib1dNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttrib1dNV")] public static void VertexAttrib1(UInt32 index, Double x) { @@ -132345,7 +135169,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -132359,7 +135183,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttrib1dvNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttrib1dvNV")] public static unsafe void VertexAttrib1(Int32 index, Double* v) { @@ -132374,7 +135198,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -132388,7 +135212,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttrib1dvNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttrib1dvNV")] public static unsafe void VertexAttrib1(UInt32 index, Double* v) { @@ -132403,7 +135227,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -132416,7 +135240,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified vertex attribute. /// /// - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttrib1fNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttrib1fNV")] public static void VertexAttrib1(Int32 index, Single x) { @@ -132431,7 +135255,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -132445,7 +135269,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttrib1fNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttrib1fNV")] public static void VertexAttrib1(UInt32 index, Single x) { @@ -132460,7 +135284,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -132474,7 +135298,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttrib1fvNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttrib1fvNV")] public static unsafe void VertexAttrib1(Int32 index, Single* v) { @@ -132489,7 +135313,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -132503,7 +135327,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttrib1fvNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttrib1fvNV")] public static unsafe void VertexAttrib1(UInt32 index, Single* v) { @@ -132517,7 +135341,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvHalfFloat", Version = "1.2", EntryPoint = "glVertexAttrib1hNV")] + /// [requires: NV_half_float] + [AutoGenerated(Category = "NV_half_float", Version = "1.2", EntryPoint = "glVertexAttrib1hNV")] public static void VertexAttrib1h(Int32 index, OpenTK.Half x) { @@ -132531,8 +135356,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_half_float] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvHalfFloat", Version = "1.2", EntryPoint = "glVertexAttrib1hNV")] + [AutoGenerated(Category = "NV_half_float", Version = "1.2", EntryPoint = "glVertexAttrib1hNV")] public static void VertexAttrib1h(UInt32 index, OpenTK.Half x) { @@ -132546,8 +135372,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_half_float] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvHalfFloat", Version = "1.2", EntryPoint = "glVertexAttrib1hvNV")] + [AutoGenerated(Category = "NV_half_float", Version = "1.2", EntryPoint = "glVertexAttrib1hvNV")] public static unsafe void VertexAttrib1h(Int32 index, OpenTK.Half* v) { @@ -132561,8 +135388,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_half_float] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvHalfFloat", Version = "1.2", EntryPoint = "glVertexAttrib1hvNV")] + [AutoGenerated(Category = "NV_half_float", Version = "1.2", EntryPoint = "glVertexAttrib1hvNV")] public static unsafe void VertexAttrib1h(UInt32 index, OpenTK.Half* v) { @@ -132577,7 +135405,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -132590,7 +135418,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified vertex attribute. /// /// - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttrib1sNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttrib1sNV")] public static void VertexAttrib1(Int32 index, Int16 x) { @@ -132605,7 +135433,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -132619,7 +135447,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttrib1sNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttrib1sNV")] public static void VertexAttrib1(UInt32 index, Int16 x) { @@ -132634,7 +135462,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -132648,7 +135476,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttrib1svNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttrib1svNV")] public static unsafe void VertexAttrib1(Int32 index, Int16* v) { @@ -132663,7 +135491,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -132677,7 +135505,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttrib1svNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttrib1svNV")] public static unsafe void VertexAttrib1(UInt32 index, Int16* v) { @@ -132692,7 +135520,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -132705,7 +135533,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified vertex attribute. /// /// - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttrib2dNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttrib2dNV")] public static void VertexAttrib2(Int32 index, Double x, Double y) { @@ -132720,7 +135548,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -132734,7 +135562,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttrib2dNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttrib2dNV")] public static void VertexAttrib2(UInt32 index, Double x, Double y) { @@ -132749,7 +135577,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -132762,7 +135590,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified vertex attribute. /// /// - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttrib2dvNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttrib2dvNV")] public static void VertexAttrib2(Int32 index, Double[] v) { @@ -132783,7 +135611,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -132796,7 +135624,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified vertex attribute. /// /// - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttrib2dvNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttrib2dvNV")] public static void VertexAttrib2(Int32 index, ref Double v) { @@ -132817,7 +135645,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -132831,7 +135659,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttrib2dvNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttrib2dvNV")] public static unsafe void VertexAttrib2(Int32 index, Double* v) { @@ -132846,7 +135674,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -132860,7 +135688,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttrib2dvNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttrib2dvNV")] public static void VertexAttrib2(UInt32 index, Double[] v) { @@ -132881,7 +135709,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -132895,7 +135723,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttrib2dvNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttrib2dvNV")] public static void VertexAttrib2(UInt32 index, ref Double v) { @@ -132916,7 +135744,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -132930,7 +135758,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttrib2dvNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttrib2dvNV")] public static unsafe void VertexAttrib2(UInt32 index, Double* v) { @@ -132945,7 +135773,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -132958,7 +135786,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified vertex attribute. /// /// - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttrib2fNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttrib2fNV")] public static void VertexAttrib2(Int32 index, Single x, Single y) { @@ -132973,7 +135801,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -132987,7 +135815,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttrib2fNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttrib2fNV")] public static void VertexAttrib2(UInt32 index, Single x, Single y) { @@ -133002,7 +135830,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -133015,7 +135843,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified vertex attribute. /// /// - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttrib2fvNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttrib2fvNV")] public static void VertexAttrib2(Int32 index, Single[] v) { @@ -133036,7 +135864,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -133049,7 +135877,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified vertex attribute. /// /// - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttrib2fvNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttrib2fvNV")] public static void VertexAttrib2(Int32 index, ref Single v) { @@ -133070,7 +135898,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -133084,7 +135912,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttrib2fvNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttrib2fvNV")] public static unsafe void VertexAttrib2(Int32 index, Single* v) { @@ -133099,7 +135927,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -133113,7 +135941,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttrib2fvNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttrib2fvNV")] public static void VertexAttrib2(UInt32 index, Single[] v) { @@ -133134,7 +135962,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -133148,7 +135976,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttrib2fvNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttrib2fvNV")] public static void VertexAttrib2(UInt32 index, ref Single v) { @@ -133169,7 +135997,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -133183,7 +136011,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttrib2fvNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttrib2fvNV")] public static unsafe void VertexAttrib2(UInt32 index, Single* v) { @@ -133197,7 +136025,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvHalfFloat", Version = "1.2", EntryPoint = "glVertexAttrib2hNV")] + /// [requires: NV_half_float] + [AutoGenerated(Category = "NV_half_float", Version = "1.2", EntryPoint = "glVertexAttrib2hNV")] public static void VertexAttrib2h(Int32 index, OpenTK.Half x, OpenTK.Half y) { @@ -133211,8 +136040,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_half_float] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvHalfFloat", Version = "1.2", EntryPoint = "glVertexAttrib2hNV")] + [AutoGenerated(Category = "NV_half_float", Version = "1.2", EntryPoint = "glVertexAttrib2hNV")] public static void VertexAttrib2h(UInt32 index, OpenTK.Half x, OpenTK.Half y) { @@ -133226,7 +136056,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvHalfFloat", Version = "1.2", EntryPoint = "glVertexAttrib2hvNV")] + /// [requires: NV_half_float] + [AutoGenerated(Category = "NV_half_float", Version = "1.2", EntryPoint = "glVertexAttrib2hvNV")] public static void VertexAttrib2h(Int32 index, OpenTK.Half[] v) { @@ -133246,7 +136077,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvHalfFloat", Version = "1.2", EntryPoint = "glVertexAttrib2hvNV")] + /// [requires: NV_half_float] + [AutoGenerated(Category = "NV_half_float", Version = "1.2", EntryPoint = "glVertexAttrib2hvNV")] public static void VertexAttrib2h(Int32 index, ref OpenTK.Half v) { @@ -133266,8 +136098,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_half_float] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvHalfFloat", Version = "1.2", EntryPoint = "glVertexAttrib2hvNV")] + [AutoGenerated(Category = "NV_half_float", Version = "1.2", EntryPoint = "glVertexAttrib2hvNV")] public static unsafe void VertexAttrib2h(Int32 index, OpenTK.Half* v) { @@ -133281,8 +136114,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_half_float] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvHalfFloat", Version = "1.2", EntryPoint = "glVertexAttrib2hvNV")] + [AutoGenerated(Category = "NV_half_float", Version = "1.2", EntryPoint = "glVertexAttrib2hvNV")] public static void VertexAttrib2h(UInt32 index, OpenTK.Half[] v) { @@ -133302,8 +136136,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_half_float] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvHalfFloat", Version = "1.2", EntryPoint = "glVertexAttrib2hvNV")] + [AutoGenerated(Category = "NV_half_float", Version = "1.2", EntryPoint = "glVertexAttrib2hvNV")] public static void VertexAttrib2h(UInt32 index, ref OpenTK.Half v) { @@ -133323,8 +136158,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_half_float] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvHalfFloat", Version = "1.2", EntryPoint = "glVertexAttrib2hvNV")] + [AutoGenerated(Category = "NV_half_float", Version = "1.2", EntryPoint = "glVertexAttrib2hvNV")] public static unsafe void VertexAttrib2h(UInt32 index, OpenTK.Half* v) { @@ -133339,7 +136175,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -133352,7 +136188,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified vertex attribute. /// /// - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttrib2sNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttrib2sNV")] public static void VertexAttrib2(Int32 index, Int16 x, Int16 y) { @@ -133367,7 +136203,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -133381,7 +136217,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttrib2sNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttrib2sNV")] public static void VertexAttrib2(UInt32 index, Int16 x, Int16 y) { @@ -133396,7 +136232,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -133409,7 +136245,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified vertex attribute. /// /// - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttrib2svNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttrib2svNV")] public static void VertexAttrib2(Int32 index, Int16[] v) { @@ -133430,7 +136266,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -133443,7 +136279,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified vertex attribute. /// /// - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttrib2svNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttrib2svNV")] public static void VertexAttrib2(Int32 index, ref Int16 v) { @@ -133464,7 +136300,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -133478,7 +136314,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttrib2svNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttrib2svNV")] public static unsafe void VertexAttrib2(Int32 index, Int16* v) { @@ -133493,7 +136329,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -133507,7 +136343,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttrib2svNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttrib2svNV")] public static void VertexAttrib2(UInt32 index, Int16[] v) { @@ -133528,7 +136364,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -133542,7 +136378,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttrib2svNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttrib2svNV")] public static void VertexAttrib2(UInt32 index, ref Int16 v) { @@ -133563,7 +136399,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -133577,7 +136413,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttrib2svNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttrib2svNV")] public static unsafe void VertexAttrib2(UInt32 index, Int16* v) { @@ -133592,7 +136428,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -133605,7 +136441,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified vertex attribute. /// /// - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttrib3dNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttrib3dNV")] public static void VertexAttrib3(Int32 index, Double x, Double y, Double z) { @@ -133620,7 +136456,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -133634,7 +136470,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttrib3dNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttrib3dNV")] public static void VertexAttrib3(UInt32 index, Double x, Double y, Double z) { @@ -133649,7 +136485,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -133662,7 +136498,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified vertex attribute. /// /// - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttrib3dvNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttrib3dvNV")] public static void VertexAttrib3(Int32 index, Double[] v) { @@ -133683,7 +136519,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -133696,7 +136532,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified vertex attribute. /// /// - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttrib3dvNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttrib3dvNV")] public static void VertexAttrib3(Int32 index, ref Double v) { @@ -133717,7 +136553,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -133731,7 +136567,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttrib3dvNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttrib3dvNV")] public static unsafe void VertexAttrib3(Int32 index, Double* v) { @@ -133746,7 +136582,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -133760,7 +136596,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttrib3dvNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttrib3dvNV")] public static void VertexAttrib3(UInt32 index, Double[] v) { @@ -133781,7 +136617,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -133795,7 +136631,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttrib3dvNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttrib3dvNV")] public static void VertexAttrib3(UInt32 index, ref Double v) { @@ -133816,7 +136652,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -133830,7 +136666,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttrib3dvNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttrib3dvNV")] public static unsafe void VertexAttrib3(UInt32 index, Double* v) { @@ -133845,7 +136681,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -133858,7 +136694,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified vertex attribute. /// /// - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttrib3fNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttrib3fNV")] public static void VertexAttrib3(Int32 index, Single x, Single y, Single z) { @@ -133873,7 +136709,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -133887,7 +136723,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttrib3fNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttrib3fNV")] public static void VertexAttrib3(UInt32 index, Single x, Single y, Single z) { @@ -133902,7 +136738,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -133915,7 +136751,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified vertex attribute. /// /// - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttrib3fvNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttrib3fvNV")] public static void VertexAttrib3(Int32 index, Single[] v) { @@ -133936,7 +136772,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -133949,7 +136785,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified vertex attribute. /// /// - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttrib3fvNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttrib3fvNV")] public static void VertexAttrib3(Int32 index, ref Single v) { @@ -133970,7 +136806,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -133984,7 +136820,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttrib3fvNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttrib3fvNV")] public static unsafe void VertexAttrib3(Int32 index, Single* v) { @@ -133999,7 +136835,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -134013,7 +136849,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttrib3fvNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttrib3fvNV")] public static void VertexAttrib3(UInt32 index, Single[] v) { @@ -134034,7 +136870,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -134048,7 +136884,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttrib3fvNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttrib3fvNV")] public static void VertexAttrib3(UInt32 index, ref Single v) { @@ -134069,7 +136905,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -134083,7 +136919,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttrib3fvNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttrib3fvNV")] public static unsafe void VertexAttrib3(UInt32 index, Single* v) { @@ -134097,7 +136933,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvHalfFloat", Version = "1.2", EntryPoint = "glVertexAttrib3hNV")] + /// [requires: NV_half_float] + [AutoGenerated(Category = "NV_half_float", Version = "1.2", EntryPoint = "glVertexAttrib3hNV")] public static void VertexAttrib3h(Int32 index, OpenTK.Half x, OpenTK.Half y, OpenTK.Half z) { @@ -134111,8 +136948,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_half_float] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvHalfFloat", Version = "1.2", EntryPoint = "glVertexAttrib3hNV")] + [AutoGenerated(Category = "NV_half_float", Version = "1.2", EntryPoint = "glVertexAttrib3hNV")] public static void VertexAttrib3h(UInt32 index, OpenTK.Half x, OpenTK.Half y, OpenTK.Half z) { @@ -134126,7 +136964,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvHalfFloat", Version = "1.2", EntryPoint = "glVertexAttrib3hvNV")] + /// [requires: NV_half_float] + [AutoGenerated(Category = "NV_half_float", Version = "1.2", EntryPoint = "glVertexAttrib3hvNV")] public static void VertexAttrib3h(Int32 index, OpenTK.Half[] v) { @@ -134146,7 +136985,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvHalfFloat", Version = "1.2", EntryPoint = "glVertexAttrib3hvNV")] + /// [requires: NV_half_float] + [AutoGenerated(Category = "NV_half_float", Version = "1.2", EntryPoint = "glVertexAttrib3hvNV")] public static void VertexAttrib3h(Int32 index, ref OpenTK.Half v) { @@ -134166,8 +137006,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_half_float] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvHalfFloat", Version = "1.2", EntryPoint = "glVertexAttrib3hvNV")] + [AutoGenerated(Category = "NV_half_float", Version = "1.2", EntryPoint = "glVertexAttrib3hvNV")] public static unsafe void VertexAttrib3h(Int32 index, OpenTK.Half* v) { @@ -134181,8 +137022,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_half_float] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvHalfFloat", Version = "1.2", EntryPoint = "glVertexAttrib3hvNV")] + [AutoGenerated(Category = "NV_half_float", Version = "1.2", EntryPoint = "glVertexAttrib3hvNV")] public static void VertexAttrib3h(UInt32 index, OpenTK.Half[] v) { @@ -134202,8 +137044,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_half_float] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvHalfFloat", Version = "1.2", EntryPoint = "glVertexAttrib3hvNV")] + [AutoGenerated(Category = "NV_half_float", Version = "1.2", EntryPoint = "glVertexAttrib3hvNV")] public static void VertexAttrib3h(UInt32 index, ref OpenTK.Half v) { @@ -134223,8 +137066,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_half_float] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvHalfFloat", Version = "1.2", EntryPoint = "glVertexAttrib3hvNV")] + [AutoGenerated(Category = "NV_half_float", Version = "1.2", EntryPoint = "glVertexAttrib3hvNV")] public static unsafe void VertexAttrib3h(UInt32 index, OpenTK.Half* v) { @@ -134239,7 +137083,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -134252,7 +137096,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified vertex attribute. /// /// - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttrib3sNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttrib3sNV")] public static void VertexAttrib3(Int32 index, Int16 x, Int16 y, Int16 z) { @@ -134267,7 +137111,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -134281,7 +137125,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttrib3sNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttrib3sNV")] public static void VertexAttrib3(UInt32 index, Int16 x, Int16 y, Int16 z) { @@ -134296,7 +137140,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -134309,7 +137153,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified vertex attribute. /// /// - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttrib3svNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttrib3svNV")] public static void VertexAttrib3(Int32 index, Int16[] v) { @@ -134330,7 +137174,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -134343,7 +137187,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified vertex attribute. /// /// - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttrib3svNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttrib3svNV")] public static void VertexAttrib3(Int32 index, ref Int16 v) { @@ -134364,7 +137208,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -134378,7 +137222,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttrib3svNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttrib3svNV")] public static unsafe void VertexAttrib3(Int32 index, Int16* v) { @@ -134393,7 +137237,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -134407,7 +137251,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttrib3svNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttrib3svNV")] public static void VertexAttrib3(UInt32 index, Int16[] v) { @@ -134428,7 +137272,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -134442,7 +137286,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttrib3svNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttrib3svNV")] public static void VertexAttrib3(UInt32 index, ref Int16 v) { @@ -134463,7 +137307,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -134477,7 +137321,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttrib3svNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttrib3svNV")] public static unsafe void VertexAttrib3(UInt32 index, Int16* v) { @@ -134492,7 +137336,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -134505,7 +137349,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified vertex attribute. /// /// - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttrib4dNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttrib4dNV")] public static void VertexAttrib4(Int32 index, Double x, Double y, Double z, Double w) { @@ -134520,7 +137364,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -134534,7 +137378,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttrib4dNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttrib4dNV")] public static void VertexAttrib4(UInt32 index, Double x, Double y, Double z, Double w) { @@ -134549,7 +137393,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -134562,7 +137406,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified vertex attribute. /// /// - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttrib4dvNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttrib4dvNV")] public static void VertexAttrib4(Int32 index, Double[] v) { @@ -134583,7 +137427,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -134596,7 +137440,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified vertex attribute. /// /// - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttrib4dvNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttrib4dvNV")] public static void VertexAttrib4(Int32 index, ref Double v) { @@ -134617,7 +137461,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -134631,7 +137475,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttrib4dvNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttrib4dvNV")] public static unsafe void VertexAttrib4(Int32 index, Double* v) { @@ -134646,7 +137490,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -134660,7 +137504,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttrib4dvNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttrib4dvNV")] public static void VertexAttrib4(UInt32 index, Double[] v) { @@ -134681,7 +137525,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -134695,7 +137539,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttrib4dvNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttrib4dvNV")] public static void VertexAttrib4(UInt32 index, ref Double v) { @@ -134716,7 +137560,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -134730,7 +137574,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttrib4dvNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttrib4dvNV")] public static unsafe void VertexAttrib4(UInt32 index, Double* v) { @@ -134745,7 +137589,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -134758,7 +137602,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified vertex attribute. /// /// - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttrib4fNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttrib4fNV")] public static void VertexAttrib4(Int32 index, Single x, Single y, Single z, Single w) { @@ -134773,7 +137617,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -134787,7 +137631,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttrib4fNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttrib4fNV")] public static void VertexAttrib4(UInt32 index, Single x, Single y, Single z, Single w) { @@ -134802,7 +137646,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -134815,7 +137659,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified vertex attribute. /// /// - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttrib4fvNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttrib4fvNV")] public static void VertexAttrib4(Int32 index, Single[] v) { @@ -134836,7 +137680,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -134849,7 +137693,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified vertex attribute. /// /// - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttrib4fvNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttrib4fvNV")] public static void VertexAttrib4(Int32 index, ref Single v) { @@ -134870,7 +137714,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -134884,7 +137728,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttrib4fvNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttrib4fvNV")] public static unsafe void VertexAttrib4(Int32 index, Single* v) { @@ -134899,7 +137743,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -134913,7 +137757,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttrib4fvNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttrib4fvNV")] public static void VertexAttrib4(UInt32 index, Single[] v) { @@ -134934,7 +137778,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -134948,7 +137792,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttrib4fvNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttrib4fvNV")] public static void VertexAttrib4(UInt32 index, ref Single v) { @@ -134969,7 +137813,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -134983,7 +137827,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttrib4fvNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttrib4fvNV")] public static unsafe void VertexAttrib4(UInt32 index, Single* v) { @@ -134997,7 +137841,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvHalfFloat", Version = "1.2", EntryPoint = "glVertexAttrib4hNV")] + /// [requires: NV_half_float] + [AutoGenerated(Category = "NV_half_float", Version = "1.2", EntryPoint = "glVertexAttrib4hNV")] public static void VertexAttrib4h(Int32 index, OpenTK.Half x, OpenTK.Half y, OpenTK.Half z, OpenTK.Half w) { @@ -135011,8 +137856,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_half_float] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvHalfFloat", Version = "1.2", EntryPoint = "glVertexAttrib4hNV")] + [AutoGenerated(Category = "NV_half_float", Version = "1.2", EntryPoint = "glVertexAttrib4hNV")] public static void VertexAttrib4h(UInt32 index, OpenTK.Half x, OpenTK.Half y, OpenTK.Half z, OpenTK.Half w) { @@ -135026,7 +137872,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvHalfFloat", Version = "1.2", EntryPoint = "glVertexAttrib4hvNV")] + /// [requires: NV_half_float] + [AutoGenerated(Category = "NV_half_float", Version = "1.2", EntryPoint = "glVertexAttrib4hvNV")] public static void VertexAttrib4h(Int32 index, OpenTK.Half[] v) { @@ -135046,7 +137893,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvHalfFloat", Version = "1.2", EntryPoint = "glVertexAttrib4hvNV")] + /// [requires: NV_half_float] + [AutoGenerated(Category = "NV_half_float", Version = "1.2", EntryPoint = "glVertexAttrib4hvNV")] public static void VertexAttrib4h(Int32 index, ref OpenTK.Half v) { @@ -135066,8 +137914,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_half_float] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvHalfFloat", Version = "1.2", EntryPoint = "glVertexAttrib4hvNV")] + [AutoGenerated(Category = "NV_half_float", Version = "1.2", EntryPoint = "glVertexAttrib4hvNV")] public static unsafe void VertexAttrib4h(Int32 index, OpenTK.Half* v) { @@ -135081,8 +137930,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_half_float] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvHalfFloat", Version = "1.2", EntryPoint = "glVertexAttrib4hvNV")] + [AutoGenerated(Category = "NV_half_float", Version = "1.2", EntryPoint = "glVertexAttrib4hvNV")] public static void VertexAttrib4h(UInt32 index, OpenTK.Half[] v) { @@ -135102,8 +137952,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_half_float] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvHalfFloat", Version = "1.2", EntryPoint = "glVertexAttrib4hvNV")] + [AutoGenerated(Category = "NV_half_float", Version = "1.2", EntryPoint = "glVertexAttrib4hvNV")] public static void VertexAttrib4h(UInt32 index, ref OpenTK.Half v) { @@ -135123,8 +137974,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_half_float] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvHalfFloat", Version = "1.2", EntryPoint = "glVertexAttrib4hvNV")] + [AutoGenerated(Category = "NV_half_float", Version = "1.2", EntryPoint = "glVertexAttrib4hvNV")] public static unsafe void VertexAttrib4h(UInt32 index, OpenTK.Half* v) { @@ -135139,7 +137991,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -135152,7 +138004,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified vertex attribute. /// /// - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttrib4sNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttrib4sNV")] public static void VertexAttrib4(Int32 index, Int16 x, Int16 y, Int16 z, Int16 w) { @@ -135167,7 +138019,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -135181,7 +138033,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttrib4sNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttrib4sNV")] public static void VertexAttrib4(UInt32 index, Int16 x, Int16 y, Int16 z, Int16 w) { @@ -135196,7 +138048,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -135209,7 +138061,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified vertex attribute. /// /// - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttrib4svNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttrib4svNV")] public static void VertexAttrib4(Int32 index, Int16[] v) { @@ -135230,7 +138082,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -135243,7 +138095,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified vertex attribute. /// /// - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttrib4svNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttrib4svNV")] public static void VertexAttrib4(Int32 index, ref Int16 v) { @@ -135264,7 +138116,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -135278,7 +138130,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttrib4svNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttrib4svNV")] public static unsafe void VertexAttrib4(Int32 index, Int16* v) { @@ -135293,7 +138145,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -135307,7 +138159,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttrib4svNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttrib4svNV")] public static void VertexAttrib4(UInt32 index, Int16[] v) { @@ -135328,7 +138180,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -135342,7 +138194,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttrib4svNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttrib4svNV")] public static void VertexAttrib4(UInt32 index, ref Int16 v) { @@ -135363,7 +138215,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -135377,7 +138229,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttrib4svNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttrib4svNV")] public static unsafe void VertexAttrib4(UInt32 index, Int16* v) { @@ -135392,7 +138244,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -135405,7 +138257,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified vertex attribute. /// /// - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttrib4ubNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttrib4ubNV")] public static void VertexAttrib4(Int32 index, Byte x, Byte y, Byte z, Byte w) { @@ -135420,7 +138272,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -135434,7 +138286,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttrib4ubNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttrib4ubNV")] public static void VertexAttrib4(UInt32 index, Byte x, Byte y, Byte z, Byte w) { @@ -135449,7 +138301,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -135462,7 +138314,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified vertex attribute. /// /// - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttrib4ubvNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttrib4ubvNV")] public static void VertexAttrib4(Int32 index, Byte[] v) { @@ -135483,7 +138335,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -135496,7 +138348,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the new values to be used for the specified vertex attribute. /// /// - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttrib4ubvNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttrib4ubvNV")] public static void VertexAttrib4(Int32 index, ref Byte v) { @@ -135517,7 +138369,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -135531,7 +138383,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttrib4ubvNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttrib4ubvNV")] public static unsafe void VertexAttrib4(Int32 index, Byte* v) { @@ -135546,7 +138398,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -135560,7 +138412,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttrib4ubvNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttrib4ubvNV")] public static void VertexAttrib4(UInt32 index, Byte[] v) { @@ -135581,7 +138433,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -135595,7 +138447,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttrib4ubvNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttrib4ubvNV")] public static void VertexAttrib4(UInt32 index, ref Byte v) { @@ -135616,7 +138468,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_vertex_program] /// Specifies the value of a generic vertex attribute /// /// @@ -135630,7 +138482,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttrib4ubvNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttrib4ubvNV")] public static unsafe void VertexAttrib4(UInt32 index, Byte* v) { @@ -135645,7 +138497,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_vertex_program] /// Define an array of generic vertex attribute data /// /// @@ -135678,7 +138530,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the first component of the first generic vertex attribute in the array. The initial value is 0. /// /// - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttribPointerNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttribPointerNV")] public static void VertexAttribPointer(Int32 index, Int32 fsize, OpenTK.Graphics.OpenGL.VertexAttribParameterArb type, Int32 stride, IntPtr pointer) { @@ -135693,7 +138545,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_vertex_program] /// Define an array of generic vertex attribute data /// /// @@ -135726,7 +138578,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the first component of the first generic vertex attribute in the array. The initial value is 0. /// /// - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttribPointerNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttribPointerNV")] public static void VertexAttribPointer(Int32 index, Int32 fsize, OpenTK.Graphics.OpenGL.VertexAttribParameterArb type, Int32 stride, [InAttribute, OutAttribute] T4[] pointer) where T4 : struct @@ -135750,7 +138602,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_vertex_program] /// Define an array of generic vertex attribute data /// /// @@ -135783,7 +138635,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the first component of the first generic vertex attribute in the array. The initial value is 0. /// /// - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttribPointerNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttribPointerNV")] public static void VertexAttribPointer(Int32 index, Int32 fsize, OpenTK.Graphics.OpenGL.VertexAttribParameterArb type, Int32 stride, [InAttribute, OutAttribute] T4[,] pointer) where T4 : struct @@ -135807,7 +138659,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_vertex_program] /// Define an array of generic vertex attribute data /// /// @@ -135840,7 +138692,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the first component of the first generic vertex attribute in the array. The initial value is 0. /// /// - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttribPointerNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttribPointerNV")] public static void VertexAttribPointer(Int32 index, Int32 fsize, OpenTK.Graphics.OpenGL.VertexAttribParameterArb type, Int32 stride, [InAttribute, OutAttribute] T4[,,] pointer) where T4 : struct @@ -135864,7 +138716,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_vertex_program] /// Define an array of generic vertex attribute data /// /// @@ -135897,7 +138749,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a pointer to the first component of the first generic vertex attribute in the array. The initial value is 0. /// /// - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttribPointerNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttribPointerNV")] public static void VertexAttribPointer(Int32 index, Int32 fsize, OpenTK.Graphics.OpenGL.VertexAttribParameterArb type, Int32 stride, [InAttribute, OutAttribute] ref T4 pointer) where T4 : struct @@ -135922,7 +138774,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_vertex_program] /// Define an array of generic vertex attribute data /// /// @@ -135956,7 +138808,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttribPointerNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttribPointerNV")] public static void VertexAttribPointer(UInt32 index, Int32 fsize, OpenTK.Graphics.OpenGL.VertexAttribParameterArb type, Int32 stride, IntPtr pointer) { @@ -135971,7 +138823,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_vertex_program] /// Define an array of generic vertex attribute data /// /// @@ -136005,7 +138857,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttribPointerNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttribPointerNV")] public static void VertexAttribPointer(UInt32 index, Int32 fsize, OpenTK.Graphics.OpenGL.VertexAttribParameterArb type, Int32 stride, [InAttribute, OutAttribute] T4[] pointer) where T4 : struct @@ -136029,7 +138881,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_vertex_program] /// Define an array of generic vertex attribute data /// /// @@ -136063,7 +138915,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttribPointerNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttribPointerNV")] public static void VertexAttribPointer(UInt32 index, Int32 fsize, OpenTK.Graphics.OpenGL.VertexAttribParameterArb type, Int32 stride, [InAttribute, OutAttribute] T4[,] pointer) where T4 : struct @@ -136087,7 +138939,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_vertex_program] /// Define an array of generic vertex attribute data /// /// @@ -136121,7 +138973,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttribPointerNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttribPointerNV")] public static void VertexAttribPointer(UInt32 index, Int32 fsize, OpenTK.Graphics.OpenGL.VertexAttribParameterArb type, Int32 stride, [InAttribute, OutAttribute] T4[,,] pointer) where T4 : struct @@ -136145,7 +138997,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: NV_vertex_program] /// Define an array of generic vertex attribute data /// /// @@ -136179,7 +139031,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttribPointerNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttribPointerNV")] public static void VertexAttribPointer(UInt32 index, Int32 fsize, OpenTK.Graphics.OpenGL.VertexAttribParameterArb type, Int32 stride, [InAttribute, OutAttribute] ref T4 pointer) where T4 : struct @@ -136203,7 +139055,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttribs1dvNV")] + /// [requires: NV_vertex_program] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttribs1dvNV")] public static void VertexAttribs1(Int32 index, Int32 count, Double[] v) { @@ -136223,7 +139076,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttribs1dvNV")] + /// [requires: NV_vertex_program] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttribs1dvNV")] public static void VertexAttribs1(Int32 index, Int32 count, ref Double v) { @@ -136243,8 +139097,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttribs1dvNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttribs1dvNV")] public static unsafe void VertexAttribs1(Int32 index, Int32 count, Double* v) { @@ -136258,8 +139113,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttribs1dvNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttribs1dvNV")] public static void VertexAttribs1(UInt32 index, Int32 count, Double[] v) { @@ -136279,8 +139135,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttribs1dvNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttribs1dvNV")] public static void VertexAttribs1(UInt32 index, Int32 count, ref Double v) { @@ -136300,8 +139157,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttribs1dvNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttribs1dvNV")] public static unsafe void VertexAttribs1(UInt32 index, Int32 count, Double* v) { @@ -136315,7 +139173,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttribs1fvNV")] + /// [requires: NV_vertex_program] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttribs1fvNV")] public static void VertexAttribs1(Int32 index, Int32 count, Single[] v) { @@ -136335,7 +139194,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttribs1fvNV")] + /// [requires: NV_vertex_program] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttribs1fvNV")] public static void VertexAttribs1(Int32 index, Int32 count, ref Single v) { @@ -136355,8 +139215,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttribs1fvNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttribs1fvNV")] public static unsafe void VertexAttribs1(Int32 index, Int32 count, Single* v) { @@ -136370,8 +139231,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttribs1fvNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttribs1fvNV")] public static void VertexAttribs1(UInt32 index, Int32 count, Single[] v) { @@ -136391,8 +139253,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttribs1fvNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttribs1fvNV")] public static void VertexAttribs1(UInt32 index, Int32 count, ref Single v) { @@ -136412,8 +139275,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttribs1fvNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttribs1fvNV")] public static unsafe void VertexAttribs1(UInt32 index, Int32 count, Single* v) { @@ -136427,7 +139291,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvHalfFloat", Version = "1.2", EntryPoint = "glVertexAttribs1hvNV")] + /// [requires: NV_half_float] + [AutoGenerated(Category = "NV_half_float", Version = "1.2", EntryPoint = "glVertexAttribs1hvNV")] public static void VertexAttribs1h(Int32 index, Int32 n, OpenTK.Half[] v) { @@ -136447,7 +139312,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvHalfFloat", Version = "1.2", EntryPoint = "glVertexAttribs1hvNV")] + /// [requires: NV_half_float] + [AutoGenerated(Category = "NV_half_float", Version = "1.2", EntryPoint = "glVertexAttribs1hvNV")] public static void VertexAttribs1h(Int32 index, Int32 n, ref OpenTK.Half v) { @@ -136467,8 +139333,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_half_float] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvHalfFloat", Version = "1.2", EntryPoint = "glVertexAttribs1hvNV")] + [AutoGenerated(Category = "NV_half_float", Version = "1.2", EntryPoint = "glVertexAttribs1hvNV")] public static unsafe void VertexAttribs1h(Int32 index, Int32 n, OpenTK.Half* v) { @@ -136482,8 +139349,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_half_float] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvHalfFloat", Version = "1.2", EntryPoint = "glVertexAttribs1hvNV")] + [AutoGenerated(Category = "NV_half_float", Version = "1.2", EntryPoint = "glVertexAttribs1hvNV")] public static void VertexAttribs1h(UInt32 index, Int32 n, OpenTK.Half[] v) { @@ -136503,8 +139371,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_half_float] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvHalfFloat", Version = "1.2", EntryPoint = "glVertexAttribs1hvNV")] + [AutoGenerated(Category = "NV_half_float", Version = "1.2", EntryPoint = "glVertexAttribs1hvNV")] public static void VertexAttribs1h(UInt32 index, Int32 n, ref OpenTK.Half v) { @@ -136524,8 +139393,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_half_float] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvHalfFloat", Version = "1.2", EntryPoint = "glVertexAttribs1hvNV")] + [AutoGenerated(Category = "NV_half_float", Version = "1.2", EntryPoint = "glVertexAttribs1hvNV")] public static unsafe void VertexAttribs1h(UInt32 index, Int32 n, OpenTK.Half* v) { @@ -136539,7 +139409,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttribs1svNV")] + /// [requires: NV_vertex_program] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttribs1svNV")] public static void VertexAttribs1(Int32 index, Int32 count, Int16[] v) { @@ -136559,7 +139430,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttribs1svNV")] + /// [requires: NV_vertex_program] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttribs1svNV")] public static void VertexAttribs1(Int32 index, Int32 count, ref Int16 v) { @@ -136579,8 +139451,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttribs1svNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttribs1svNV")] public static unsafe void VertexAttribs1(Int32 index, Int32 count, Int16* v) { @@ -136594,8 +139467,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttribs1svNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttribs1svNV")] public static void VertexAttribs1(UInt32 index, Int32 count, Int16[] v) { @@ -136615,8 +139489,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttribs1svNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttribs1svNV")] public static void VertexAttribs1(UInt32 index, Int32 count, ref Int16 v) { @@ -136636,8 +139511,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttribs1svNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttribs1svNV")] public static unsafe void VertexAttribs1(UInt32 index, Int32 count, Int16* v) { @@ -136651,7 +139527,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttribs2dvNV")] + /// [requires: NV_vertex_program] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttribs2dvNV")] public static void VertexAttribs2(Int32 index, Int32 count, Double[] v) { @@ -136671,7 +139548,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttribs2dvNV")] + /// [requires: NV_vertex_program] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttribs2dvNV")] public static void VertexAttribs2(Int32 index, Int32 count, ref Double v) { @@ -136691,8 +139569,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttribs2dvNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttribs2dvNV")] public static unsafe void VertexAttribs2(Int32 index, Int32 count, Double* v) { @@ -136706,8 +139585,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttribs2dvNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttribs2dvNV")] public static void VertexAttribs2(UInt32 index, Int32 count, Double[] v) { @@ -136727,8 +139607,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttribs2dvNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttribs2dvNV")] public static void VertexAttribs2(UInt32 index, Int32 count, ref Double v) { @@ -136748,8 +139629,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttribs2dvNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttribs2dvNV")] public static unsafe void VertexAttribs2(UInt32 index, Int32 count, Double* v) { @@ -136763,7 +139645,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttribs2fvNV")] + /// [requires: NV_vertex_program] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttribs2fvNV")] public static void VertexAttribs2(Int32 index, Int32 count, Single[] v) { @@ -136783,7 +139666,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttribs2fvNV")] + /// [requires: NV_vertex_program] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttribs2fvNV")] public static void VertexAttribs2(Int32 index, Int32 count, ref Single v) { @@ -136803,8 +139687,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttribs2fvNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttribs2fvNV")] public static unsafe void VertexAttribs2(Int32 index, Int32 count, Single* v) { @@ -136818,8 +139703,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttribs2fvNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttribs2fvNV")] public static void VertexAttribs2(UInt32 index, Int32 count, Single[] v) { @@ -136839,8 +139725,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttribs2fvNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttribs2fvNV")] public static void VertexAttribs2(UInt32 index, Int32 count, ref Single v) { @@ -136860,8 +139747,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttribs2fvNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttribs2fvNV")] public static unsafe void VertexAttribs2(UInt32 index, Int32 count, Single* v) { @@ -136875,7 +139763,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvHalfFloat", Version = "1.2", EntryPoint = "glVertexAttribs2hvNV")] + /// [requires: NV_half_float] + [AutoGenerated(Category = "NV_half_float", Version = "1.2", EntryPoint = "glVertexAttribs2hvNV")] public static void VertexAttribs2h(Int32 index, Int32 n, OpenTK.Half[] v) { @@ -136895,7 +139784,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvHalfFloat", Version = "1.2", EntryPoint = "glVertexAttribs2hvNV")] + /// [requires: NV_half_float] + [AutoGenerated(Category = "NV_half_float", Version = "1.2", EntryPoint = "glVertexAttribs2hvNV")] public static void VertexAttribs2h(Int32 index, Int32 n, ref OpenTK.Half v) { @@ -136915,8 +139805,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_half_float] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvHalfFloat", Version = "1.2", EntryPoint = "glVertexAttribs2hvNV")] + [AutoGenerated(Category = "NV_half_float", Version = "1.2", EntryPoint = "glVertexAttribs2hvNV")] public static unsafe void VertexAttribs2h(Int32 index, Int32 n, OpenTK.Half* v) { @@ -136930,8 +139821,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_half_float] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvHalfFloat", Version = "1.2", EntryPoint = "glVertexAttribs2hvNV")] + [AutoGenerated(Category = "NV_half_float", Version = "1.2", EntryPoint = "glVertexAttribs2hvNV")] public static void VertexAttribs2h(UInt32 index, Int32 n, OpenTK.Half[] v) { @@ -136951,8 +139843,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_half_float] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvHalfFloat", Version = "1.2", EntryPoint = "glVertexAttribs2hvNV")] + [AutoGenerated(Category = "NV_half_float", Version = "1.2", EntryPoint = "glVertexAttribs2hvNV")] public static void VertexAttribs2h(UInt32 index, Int32 n, ref OpenTK.Half v) { @@ -136972,8 +139865,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_half_float] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvHalfFloat", Version = "1.2", EntryPoint = "glVertexAttribs2hvNV")] + [AutoGenerated(Category = "NV_half_float", Version = "1.2", EntryPoint = "glVertexAttribs2hvNV")] public static unsafe void VertexAttribs2h(UInt32 index, Int32 n, OpenTK.Half* v) { @@ -136987,7 +139881,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttribs2svNV")] + /// [requires: NV_vertex_program] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttribs2svNV")] public static void VertexAttribs2(Int32 index, Int32 count, Int16[] v) { @@ -137007,7 +139902,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttribs2svNV")] + /// [requires: NV_vertex_program] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttribs2svNV")] public static void VertexAttribs2(Int32 index, Int32 count, ref Int16 v) { @@ -137027,8 +139923,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttribs2svNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttribs2svNV")] public static unsafe void VertexAttribs2(Int32 index, Int32 count, Int16* v) { @@ -137042,8 +139939,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttribs2svNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttribs2svNV")] public static void VertexAttribs2(UInt32 index, Int32 count, Int16[] v) { @@ -137063,8 +139961,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttribs2svNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttribs2svNV")] public static void VertexAttribs2(UInt32 index, Int32 count, ref Int16 v) { @@ -137084,8 +139983,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttribs2svNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttribs2svNV")] public static unsafe void VertexAttribs2(UInt32 index, Int32 count, Int16* v) { @@ -137099,7 +139999,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttribs3dvNV")] + /// [requires: NV_vertex_program] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttribs3dvNV")] public static void VertexAttribs3(Int32 index, Int32 count, Double[] v) { @@ -137119,7 +140020,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttribs3dvNV")] + /// [requires: NV_vertex_program] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttribs3dvNV")] public static void VertexAttribs3(Int32 index, Int32 count, ref Double v) { @@ -137139,8 +140041,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttribs3dvNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttribs3dvNV")] public static unsafe void VertexAttribs3(Int32 index, Int32 count, Double* v) { @@ -137154,8 +140057,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttribs3dvNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttribs3dvNV")] public static void VertexAttribs3(UInt32 index, Int32 count, Double[] v) { @@ -137175,8 +140079,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttribs3dvNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttribs3dvNV")] public static void VertexAttribs3(UInt32 index, Int32 count, ref Double v) { @@ -137196,8 +140101,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttribs3dvNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttribs3dvNV")] public static unsafe void VertexAttribs3(UInt32 index, Int32 count, Double* v) { @@ -137211,7 +140117,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttribs3fvNV")] + /// [requires: NV_vertex_program] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttribs3fvNV")] public static void VertexAttribs3(Int32 index, Int32 count, Single[] v) { @@ -137231,7 +140138,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttribs3fvNV")] + /// [requires: NV_vertex_program] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttribs3fvNV")] public static void VertexAttribs3(Int32 index, Int32 count, ref Single v) { @@ -137251,8 +140159,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttribs3fvNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttribs3fvNV")] public static unsafe void VertexAttribs3(Int32 index, Int32 count, Single* v) { @@ -137266,8 +140175,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttribs3fvNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttribs3fvNV")] public static void VertexAttribs3(UInt32 index, Int32 count, Single[] v) { @@ -137287,8 +140197,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttribs3fvNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttribs3fvNV")] public static void VertexAttribs3(UInt32 index, Int32 count, ref Single v) { @@ -137308,8 +140219,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttribs3fvNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttribs3fvNV")] public static unsafe void VertexAttribs3(UInt32 index, Int32 count, Single* v) { @@ -137323,7 +140235,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvHalfFloat", Version = "1.2", EntryPoint = "glVertexAttribs3hvNV")] + /// [requires: NV_half_float] + [AutoGenerated(Category = "NV_half_float", Version = "1.2", EntryPoint = "glVertexAttribs3hvNV")] public static void VertexAttribs3h(Int32 index, Int32 n, OpenTK.Half[] v) { @@ -137343,7 +140256,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvHalfFloat", Version = "1.2", EntryPoint = "glVertexAttribs3hvNV")] + /// [requires: NV_half_float] + [AutoGenerated(Category = "NV_half_float", Version = "1.2", EntryPoint = "glVertexAttribs3hvNV")] public static void VertexAttribs3h(Int32 index, Int32 n, ref OpenTK.Half v) { @@ -137363,8 +140277,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_half_float] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvHalfFloat", Version = "1.2", EntryPoint = "glVertexAttribs3hvNV")] + [AutoGenerated(Category = "NV_half_float", Version = "1.2", EntryPoint = "glVertexAttribs3hvNV")] public static unsafe void VertexAttribs3h(Int32 index, Int32 n, OpenTK.Half* v) { @@ -137378,8 +140293,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_half_float] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvHalfFloat", Version = "1.2", EntryPoint = "glVertexAttribs3hvNV")] + [AutoGenerated(Category = "NV_half_float", Version = "1.2", EntryPoint = "glVertexAttribs3hvNV")] public static void VertexAttribs3h(UInt32 index, Int32 n, OpenTK.Half[] v) { @@ -137399,8 +140315,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_half_float] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvHalfFloat", Version = "1.2", EntryPoint = "glVertexAttribs3hvNV")] + [AutoGenerated(Category = "NV_half_float", Version = "1.2", EntryPoint = "glVertexAttribs3hvNV")] public static void VertexAttribs3h(UInt32 index, Int32 n, ref OpenTK.Half v) { @@ -137420,8 +140337,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_half_float] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvHalfFloat", Version = "1.2", EntryPoint = "glVertexAttribs3hvNV")] + [AutoGenerated(Category = "NV_half_float", Version = "1.2", EntryPoint = "glVertexAttribs3hvNV")] public static unsafe void VertexAttribs3h(UInt32 index, Int32 n, OpenTK.Half* v) { @@ -137435,7 +140353,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttribs3svNV")] + /// [requires: NV_vertex_program] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttribs3svNV")] public static void VertexAttribs3(Int32 index, Int32 count, Int16[] v) { @@ -137455,7 +140374,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttribs3svNV")] + /// [requires: NV_vertex_program] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttribs3svNV")] public static void VertexAttribs3(Int32 index, Int32 count, ref Int16 v) { @@ -137475,8 +140395,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttribs3svNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttribs3svNV")] public static unsafe void VertexAttribs3(Int32 index, Int32 count, Int16* v) { @@ -137490,8 +140411,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttribs3svNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttribs3svNV")] public static void VertexAttribs3(UInt32 index, Int32 count, Int16[] v) { @@ -137511,8 +140433,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttribs3svNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttribs3svNV")] public static void VertexAttribs3(UInt32 index, Int32 count, ref Int16 v) { @@ -137532,8 +140455,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttribs3svNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttribs3svNV")] public static unsafe void VertexAttribs3(UInt32 index, Int32 count, Int16* v) { @@ -137547,7 +140471,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttribs4dvNV")] + /// [requires: NV_vertex_program] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttribs4dvNV")] public static void VertexAttribs4(Int32 index, Int32 count, Double[] v) { @@ -137567,7 +140492,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttribs4dvNV")] + /// [requires: NV_vertex_program] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttribs4dvNV")] public static void VertexAttribs4(Int32 index, Int32 count, ref Double v) { @@ -137587,8 +140513,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttribs4dvNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttribs4dvNV")] public static unsafe void VertexAttribs4(Int32 index, Int32 count, Double* v) { @@ -137602,8 +140529,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttribs4dvNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttribs4dvNV")] public static void VertexAttribs4(UInt32 index, Int32 count, Double[] v) { @@ -137623,8 +140551,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttribs4dvNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttribs4dvNV")] public static void VertexAttribs4(UInt32 index, Int32 count, ref Double v) { @@ -137644,8 +140573,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttribs4dvNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttribs4dvNV")] public static unsafe void VertexAttribs4(UInt32 index, Int32 count, Double* v) { @@ -137659,7 +140589,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttribs4fvNV")] + /// [requires: NV_vertex_program] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttribs4fvNV")] public static void VertexAttribs4(Int32 index, Int32 count, Single[] v) { @@ -137679,7 +140610,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttribs4fvNV")] + /// [requires: NV_vertex_program] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttribs4fvNV")] public static void VertexAttribs4(Int32 index, Int32 count, ref Single v) { @@ -137699,8 +140631,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttribs4fvNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttribs4fvNV")] public static unsafe void VertexAttribs4(Int32 index, Int32 count, Single* v) { @@ -137714,8 +140647,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttribs4fvNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttribs4fvNV")] public static void VertexAttribs4(UInt32 index, Int32 count, Single[] v) { @@ -137735,8 +140669,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttribs4fvNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttribs4fvNV")] public static void VertexAttribs4(UInt32 index, Int32 count, ref Single v) { @@ -137756,8 +140691,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttribs4fvNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttribs4fvNV")] public static unsafe void VertexAttribs4(UInt32 index, Int32 count, Single* v) { @@ -137771,7 +140707,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvHalfFloat", Version = "1.2", EntryPoint = "glVertexAttribs4hvNV")] + /// [requires: NV_half_float] + [AutoGenerated(Category = "NV_half_float", Version = "1.2", EntryPoint = "glVertexAttribs4hvNV")] public static void VertexAttribs4h(Int32 index, Int32 n, OpenTK.Half[] v) { @@ -137791,7 +140728,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvHalfFloat", Version = "1.2", EntryPoint = "glVertexAttribs4hvNV")] + /// [requires: NV_half_float] + [AutoGenerated(Category = "NV_half_float", Version = "1.2", EntryPoint = "glVertexAttribs4hvNV")] public static void VertexAttribs4h(Int32 index, Int32 n, ref OpenTK.Half v) { @@ -137811,8 +140749,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_half_float] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvHalfFloat", Version = "1.2", EntryPoint = "glVertexAttribs4hvNV")] + [AutoGenerated(Category = "NV_half_float", Version = "1.2", EntryPoint = "glVertexAttribs4hvNV")] public static unsafe void VertexAttribs4h(Int32 index, Int32 n, OpenTK.Half* v) { @@ -137826,8 +140765,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_half_float] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvHalfFloat", Version = "1.2", EntryPoint = "glVertexAttribs4hvNV")] + [AutoGenerated(Category = "NV_half_float", Version = "1.2", EntryPoint = "glVertexAttribs4hvNV")] public static void VertexAttribs4h(UInt32 index, Int32 n, OpenTK.Half[] v) { @@ -137847,8 +140787,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_half_float] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvHalfFloat", Version = "1.2", EntryPoint = "glVertexAttribs4hvNV")] + [AutoGenerated(Category = "NV_half_float", Version = "1.2", EntryPoint = "glVertexAttribs4hvNV")] public static void VertexAttribs4h(UInt32 index, Int32 n, ref OpenTK.Half v) { @@ -137868,8 +140809,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_half_float] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvHalfFloat", Version = "1.2", EntryPoint = "glVertexAttribs4hvNV")] + [AutoGenerated(Category = "NV_half_float", Version = "1.2", EntryPoint = "glVertexAttribs4hvNV")] public static unsafe void VertexAttribs4h(UInt32 index, Int32 n, OpenTK.Half* v) { @@ -137883,7 +140825,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttribs4svNV")] + /// [requires: NV_vertex_program] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttribs4svNV")] public static void VertexAttribs4(Int32 index, Int32 count, Int16[] v) { @@ -137903,7 +140846,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttribs4svNV")] + /// [requires: NV_vertex_program] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttribs4svNV")] public static void VertexAttribs4(Int32 index, Int32 count, ref Int16 v) { @@ -137923,8 +140867,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttribs4svNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttribs4svNV")] public static unsafe void VertexAttribs4(Int32 index, Int32 count, Int16* v) { @@ -137938,8 +140883,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttribs4svNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttribs4svNV")] public static void VertexAttribs4(UInt32 index, Int32 count, Int16[] v) { @@ -137959,8 +140905,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttribs4svNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttribs4svNV")] public static void VertexAttribs4(UInt32 index, Int32 count, ref Int16 v) { @@ -137980,8 +140927,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttribs4svNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttribs4svNV")] public static unsafe void VertexAttribs4(UInt32 index, Int32 count, Int16* v) { @@ -137995,7 +140943,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttribs4ubvNV")] + /// [requires: NV_vertex_program] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttribs4ubvNV")] public static void VertexAttribs4(Int32 index, Int32 count, Byte[] v) { @@ -138015,7 +140964,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttribs4ubvNV")] + /// [requires: NV_vertex_program] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttribs4ubvNV")] public static void VertexAttribs4(Int32 index, Int32 count, ref Byte v) { @@ -138035,8 +140985,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttribs4ubvNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttribs4ubvNV")] public static unsafe void VertexAttribs4(Int32 index, Int32 count, Byte* v) { @@ -138050,8 +141001,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttribs4ubvNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttribs4ubvNV")] public static void VertexAttribs4(UInt32 index, Int32 count, Byte[] v) { @@ -138071,8 +141023,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttribs4ubvNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttribs4ubvNV")] public static void VertexAttribs4(UInt32 index, Int32 count, ref Byte v) { @@ -138092,8 +141045,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_vertex_program] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvVertexProgram", Version = "1.2", EntryPoint = "glVertexAttribs4ubvNV")] + [AutoGenerated(Category = "NV_vertex_program", Version = "1.2", EntryPoint = "glVertexAttribs4ubvNV")] public static unsafe void VertexAttribs4(UInt32 index, Int32 count, Byte* v) { @@ -138107,7 +141061,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "NvHalfFloat", Version = "1.2", EntryPoint = "glVertexWeighthNV")] + /// [requires: NV_half_float] + [AutoGenerated(Category = "NV_half_float", Version = "1.2", EntryPoint = "glVertexWeighthNV")] public static void VertexWeighth(OpenTK.Half weight) { @@ -138121,8 +141076,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: NV_half_float] [System.CLSCompliant(false)] - [AutoGenerated(Category = "NvHalfFloat", Version = "1.2", EntryPoint = "glVertexWeighthvNV")] + [AutoGenerated(Category = "NV_half_float", Version = "1.2", EntryPoint = "glVertexWeighthvNV")] public static unsafe void VertexWeighth(OpenTK.Half* weight) { @@ -138141,7 +141097,7 @@ namespace OpenTK.Graphics.OpenGL public static partial class Pgi { - /// + /// [requires: PGI_misc_hints] /// Specify implementation-specific hints /// /// @@ -138154,7 +141110,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies a symbolic constant indicating the desired behavior. GL_FASTEST, GL_NICEST, and GL_DONT_CARE are accepted. /// /// - [AutoGenerated(Category = "PgiMiscHints", Version = "1.1", EntryPoint = "glHintPGI")] + [AutoGenerated(Category = "PGI_misc_hints", Version = "1.1", EntryPoint = "glHintPGI")] public static void Hint(OpenTK.Graphics.OpenGL.PgiMiscHints target, Int32 mode) { @@ -138173,7 +141129,7 @@ namespace OpenTK.Graphics.OpenGL public static partial class Sgi { - /// + /// [requires: SGI_color_table] /// Set color lookup table parameters /// /// @@ -138191,7 +141147,7 @@ namespace OpenTK.Graphics.OpenGL /// A pointer to an array where the values of the parameters are stored. /// /// - [AutoGenerated(Category = "SgiColorTable", Version = "1.0", EntryPoint = "glColorTableParameterfvSGI")] + [AutoGenerated(Category = "SGI_color_table", Version = "1.0", EntryPoint = "glColorTableParameterfvSGI")] public static void ColorTableParameter(OpenTK.Graphics.OpenGL.SgiColorTable target, OpenTK.Graphics.OpenGL.SgiColorTable pname, Single[] @params) { @@ -138212,7 +141168,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: SGI_color_table] /// Set color lookup table parameters /// /// @@ -138230,7 +141186,7 @@ namespace OpenTK.Graphics.OpenGL /// A pointer to an array where the values of the parameters are stored. /// /// - [AutoGenerated(Category = "SgiColorTable", Version = "1.0", EntryPoint = "glColorTableParameterfvSGI")] + [AutoGenerated(Category = "SGI_color_table", Version = "1.0", EntryPoint = "glColorTableParameterfvSGI")] public static void ColorTableParameter(OpenTK.Graphics.OpenGL.SgiColorTable target, OpenTK.Graphics.OpenGL.SgiColorTable pname, ref Single @params) { @@ -138251,7 +141207,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: SGI_color_table] /// Set color lookup table parameters /// /// @@ -138270,7 +141226,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "SgiColorTable", Version = "1.0", EntryPoint = "glColorTableParameterfvSGI")] + [AutoGenerated(Category = "SGI_color_table", Version = "1.0", EntryPoint = "glColorTableParameterfvSGI")] public static unsafe void ColorTableParameter(OpenTK.Graphics.OpenGL.SgiColorTable target, OpenTK.Graphics.OpenGL.SgiColorTable pname, Single* @params) { @@ -138285,7 +141241,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: SGI_color_table] /// Set color lookup table parameters /// /// @@ -138303,7 +141259,7 @@ namespace OpenTK.Graphics.OpenGL /// A pointer to an array where the values of the parameters are stored. /// /// - [AutoGenerated(Category = "SgiColorTable", Version = "1.0", EntryPoint = "glColorTableParameterivSGI")] + [AutoGenerated(Category = "SGI_color_table", Version = "1.0", EntryPoint = "glColorTableParameterivSGI")] public static void ColorTableParameter(OpenTK.Graphics.OpenGL.SgiColorTable target, OpenTK.Graphics.OpenGL.SgiColorTable pname, Int32[] @params) { @@ -138324,7 +141280,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: SGI_color_table] /// Set color lookup table parameters /// /// @@ -138342,7 +141298,7 @@ namespace OpenTK.Graphics.OpenGL /// A pointer to an array where the values of the parameters are stored. /// /// - [AutoGenerated(Category = "SgiColorTable", Version = "1.0", EntryPoint = "glColorTableParameterivSGI")] + [AutoGenerated(Category = "SGI_color_table", Version = "1.0", EntryPoint = "glColorTableParameterivSGI")] public static void ColorTableParameter(OpenTK.Graphics.OpenGL.SgiColorTable target, OpenTK.Graphics.OpenGL.SgiColorTable pname, ref Int32 @params) { @@ -138363,7 +141319,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: SGI_color_table] /// Set color lookup table parameters /// /// @@ -138382,7 +141338,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "SgiColorTable", Version = "1.0", EntryPoint = "glColorTableParameterivSGI")] + [AutoGenerated(Category = "SGI_color_table", Version = "1.0", EntryPoint = "glColorTableParameterivSGI")] public static unsafe void ColorTableParameter(OpenTK.Graphics.OpenGL.SgiColorTable target, OpenTK.Graphics.OpenGL.SgiColorTable pname, Int32* @params) { @@ -138397,7 +141353,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: SGI_color_table] /// Define a color lookup table /// /// @@ -138430,7 +141386,7 @@ namespace OpenTK.Graphics.OpenGL /// Pointer to a one-dimensional array of pixel data that is processed to build the color table. /// /// - [AutoGenerated(Category = "SgiColorTable", Version = "1.0", EntryPoint = "glColorTableSGI")] + [AutoGenerated(Category = "SGI_color_table", Version = "1.0", EntryPoint = "glColorTableSGI")] public static void ColorTable(OpenTK.Graphics.OpenGL.SgiColorTable target, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, IntPtr table) { @@ -138445,7 +141401,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: SGI_color_table] /// Define a color lookup table /// /// @@ -138478,7 +141434,7 @@ namespace OpenTK.Graphics.OpenGL /// Pointer to a one-dimensional array of pixel data that is processed to build the color table. /// /// - [AutoGenerated(Category = "SgiColorTable", Version = "1.0", EntryPoint = "glColorTableSGI")] + [AutoGenerated(Category = "SGI_color_table", Version = "1.0", EntryPoint = "glColorTableSGI")] public static void ColorTable(OpenTK.Graphics.OpenGL.SgiColorTable target, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T5[] table) where T5 : struct @@ -138502,7 +141458,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: SGI_color_table] /// Define a color lookup table /// /// @@ -138535,7 +141491,7 @@ namespace OpenTK.Graphics.OpenGL /// Pointer to a one-dimensional array of pixel data that is processed to build the color table. /// /// - [AutoGenerated(Category = "SgiColorTable", Version = "1.0", EntryPoint = "glColorTableSGI")] + [AutoGenerated(Category = "SGI_color_table", Version = "1.0", EntryPoint = "glColorTableSGI")] public static void ColorTable(OpenTK.Graphics.OpenGL.SgiColorTable target, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T5[,] table) where T5 : struct @@ -138559,7 +141515,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: SGI_color_table] /// Define a color lookup table /// /// @@ -138592,7 +141548,7 @@ namespace OpenTK.Graphics.OpenGL /// Pointer to a one-dimensional array of pixel data that is processed to build the color table. /// /// - [AutoGenerated(Category = "SgiColorTable", Version = "1.0", EntryPoint = "glColorTableSGI")] + [AutoGenerated(Category = "SGI_color_table", Version = "1.0", EntryPoint = "glColorTableSGI")] public static void ColorTable(OpenTK.Graphics.OpenGL.SgiColorTable target, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T5[,,] table) where T5 : struct @@ -138616,7 +141572,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: SGI_color_table] /// Define a color lookup table /// /// @@ -138649,7 +141605,7 @@ namespace OpenTK.Graphics.OpenGL /// Pointer to a one-dimensional array of pixel data that is processed to build the color table. /// /// - [AutoGenerated(Category = "SgiColorTable", Version = "1.0", EntryPoint = "glColorTableSGI")] + [AutoGenerated(Category = "SGI_color_table", Version = "1.0", EntryPoint = "glColorTableSGI")] public static void ColorTable(OpenTK.Graphics.OpenGL.SgiColorTable target, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] ref T5 table) where T5 : struct @@ -138674,7 +141630,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: SGI_color_table] /// Copy pixels into a color table /// /// @@ -138702,7 +141658,7 @@ namespace OpenTK.Graphics.OpenGL /// The width of the pixel rectangle. /// /// - [AutoGenerated(Category = "SgiColorTable", Version = "1.0", EntryPoint = "glCopyColorTableSGI")] + [AutoGenerated(Category = "SGI_color_table", Version = "1.0", EntryPoint = "glCopyColorTableSGI")] public static void CopyColorTable(OpenTK.Graphics.OpenGL.SgiColorTable target, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 x, Int32 y, Int32 width) { @@ -138717,7 +141673,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: SGI_color_table] /// Get color lookup table parameters /// /// @@ -138735,7 +141691,7 @@ namespace OpenTK.Graphics.OpenGL /// A pointer to an array where the values of the parameter will be stored. /// /// - [AutoGenerated(Category = "SgiColorTable", Version = "1.0", EntryPoint = "glGetColorTableParameterfvSGI")] + [AutoGenerated(Category = "SGI_color_table", Version = "1.0", EntryPoint = "glGetColorTableParameterfvSGI")] public static void GetColorTableParameter(OpenTK.Graphics.OpenGL.SgiColorTable target, OpenTK.Graphics.OpenGL.SgiColorTable pname, [OutAttribute] Single[] @params) { @@ -138756,7 +141712,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: SGI_color_table] /// Get color lookup table parameters /// /// @@ -138774,7 +141730,7 @@ namespace OpenTK.Graphics.OpenGL /// A pointer to an array where the values of the parameter will be stored. /// /// - [AutoGenerated(Category = "SgiColorTable", Version = "1.0", EntryPoint = "glGetColorTableParameterfvSGI")] + [AutoGenerated(Category = "SGI_color_table", Version = "1.0", EntryPoint = "glGetColorTableParameterfvSGI")] public static void GetColorTableParameter(OpenTK.Graphics.OpenGL.SgiColorTable target, OpenTK.Graphics.OpenGL.SgiColorTable pname, [OutAttribute] out Single @params) { @@ -138796,7 +141752,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: SGI_color_table] /// Get color lookup table parameters /// /// @@ -138815,7 +141771,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "SgiColorTable", Version = "1.0", EntryPoint = "glGetColorTableParameterfvSGI")] + [AutoGenerated(Category = "SGI_color_table", Version = "1.0", EntryPoint = "glGetColorTableParameterfvSGI")] public static unsafe void GetColorTableParameter(OpenTK.Graphics.OpenGL.SgiColorTable target, OpenTK.Graphics.OpenGL.SgiColorTable pname, [OutAttribute] Single* @params) { @@ -138830,7 +141786,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: SGI_color_table] /// Get color lookup table parameters /// /// @@ -138848,7 +141804,7 @@ namespace OpenTK.Graphics.OpenGL /// A pointer to an array where the values of the parameter will be stored. /// /// - [AutoGenerated(Category = "SgiColorTable", Version = "1.0", EntryPoint = "glGetColorTableParameterivSGI")] + [AutoGenerated(Category = "SGI_color_table", Version = "1.0", EntryPoint = "glGetColorTableParameterivSGI")] public static void GetColorTableParameter(OpenTK.Graphics.OpenGL.SgiColorTable target, OpenTK.Graphics.OpenGL.SgiColorTable pname, [OutAttribute] Int32[] @params) { @@ -138869,7 +141825,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: SGI_color_table] /// Get color lookup table parameters /// /// @@ -138887,7 +141843,7 @@ namespace OpenTK.Graphics.OpenGL /// A pointer to an array where the values of the parameter will be stored. /// /// - [AutoGenerated(Category = "SgiColorTable", Version = "1.0", EntryPoint = "glGetColorTableParameterivSGI")] + [AutoGenerated(Category = "SGI_color_table", Version = "1.0", EntryPoint = "glGetColorTableParameterivSGI")] public static void GetColorTableParameter(OpenTK.Graphics.OpenGL.SgiColorTable target, OpenTK.Graphics.OpenGL.SgiColorTable pname, [OutAttribute] out Int32 @params) { @@ -138909,7 +141865,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: SGI_color_table] /// Get color lookup table parameters /// /// @@ -138928,7 +141884,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "SgiColorTable", Version = "1.0", EntryPoint = "glGetColorTableParameterivSGI")] + [AutoGenerated(Category = "SGI_color_table", Version = "1.0", EntryPoint = "glGetColorTableParameterivSGI")] public static unsafe void GetColorTableParameter(OpenTK.Graphics.OpenGL.SgiColorTable target, OpenTK.Graphics.OpenGL.SgiColorTable pname, [OutAttribute] Int32* @params) { @@ -138943,7 +141899,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: SGI_color_table] /// Retrieve contents of a color lookup table /// /// @@ -138966,7 +141922,7 @@ namespace OpenTK.Graphics.OpenGL /// Pointer to a one-dimensional array of pixel data containing the contents of the color table. /// /// - [AutoGenerated(Category = "SgiColorTable", Version = "1.0", EntryPoint = "glGetColorTableSGI")] + [AutoGenerated(Category = "SGI_color_table", Version = "1.0", EntryPoint = "glGetColorTableSGI")] public static void GetColorTable(OpenTK.Graphics.OpenGL.SgiColorTable target, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [OutAttribute] IntPtr table) { @@ -138981,7 +141937,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: SGI_color_table] /// Retrieve contents of a color lookup table /// /// @@ -139004,7 +141960,7 @@ namespace OpenTK.Graphics.OpenGL /// Pointer to a one-dimensional array of pixel data containing the contents of the color table. /// /// - [AutoGenerated(Category = "SgiColorTable", Version = "1.0", EntryPoint = "glGetColorTableSGI")] + [AutoGenerated(Category = "SGI_color_table", Version = "1.0", EntryPoint = "glGetColorTableSGI")] public static void GetColorTable(OpenTK.Graphics.OpenGL.SgiColorTable target, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T3[] table) where T3 : struct @@ -139028,7 +141984,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: SGI_color_table] /// Retrieve contents of a color lookup table /// /// @@ -139051,7 +142007,7 @@ namespace OpenTK.Graphics.OpenGL /// Pointer to a one-dimensional array of pixel data containing the contents of the color table. /// /// - [AutoGenerated(Category = "SgiColorTable", Version = "1.0", EntryPoint = "glGetColorTableSGI")] + [AutoGenerated(Category = "SGI_color_table", Version = "1.0", EntryPoint = "glGetColorTableSGI")] public static void GetColorTable(OpenTK.Graphics.OpenGL.SgiColorTable target, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T3[,] table) where T3 : struct @@ -139075,7 +142031,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: SGI_color_table] /// Retrieve contents of a color lookup table /// /// @@ -139098,7 +142054,7 @@ namespace OpenTK.Graphics.OpenGL /// Pointer to a one-dimensional array of pixel data containing the contents of the color table. /// /// - [AutoGenerated(Category = "SgiColorTable", Version = "1.0", EntryPoint = "glGetColorTableSGI")] + [AutoGenerated(Category = "SGI_color_table", Version = "1.0", EntryPoint = "glGetColorTableSGI")] public static void GetColorTable(OpenTK.Graphics.OpenGL.SgiColorTable target, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T3[,,] table) where T3 : struct @@ -139122,7 +142078,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: SGI_color_table] /// Retrieve contents of a color lookup table /// /// @@ -139145,7 +142101,7 @@ namespace OpenTK.Graphics.OpenGL /// Pointer to a one-dimensional array of pixel data containing the contents of the color table. /// /// - [AutoGenerated(Category = "SgiColorTable", Version = "1.0", EntryPoint = "glGetColorTableSGI")] + [AutoGenerated(Category = "SGI_color_table", Version = "1.0", EntryPoint = "glGetColorTableSGI")] public static void GetColorTable(OpenTK.Graphics.OpenGL.SgiColorTable target, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] ref T3 table) where T3 : struct @@ -139173,7 +142129,8 @@ namespace OpenTK.Graphics.OpenGL public static partial class Sgis { - [AutoGenerated(Category = "SgisDetailTexture", Version = "1.0", EntryPoint = "glDetailTexFuncSGIS")] + /// [requires: SGIS_detail_texture] + [AutoGenerated(Category = "SGIS_detail_texture", Version = "1.0", EntryPoint = "glDetailTexFuncSGIS")] public static void DetailTexFunc(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 n, Single[] points) { @@ -139193,7 +142150,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SgisDetailTexture", Version = "1.0", EntryPoint = "glDetailTexFuncSGIS")] + /// [requires: SGIS_detail_texture] + [AutoGenerated(Category = "SGIS_detail_texture", Version = "1.0", EntryPoint = "glDetailTexFuncSGIS")] public static void DetailTexFunc(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 n, ref Single points) { @@ -139213,8 +142171,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: SGIS_detail_texture] [System.CLSCompliant(false)] - [AutoGenerated(Category = "SgisDetailTexture", Version = "1.0", EntryPoint = "glDetailTexFuncSGIS")] + [AutoGenerated(Category = "SGIS_detail_texture", Version = "1.0", EntryPoint = "glDetailTexFuncSGIS")] public static unsafe void DetailTexFunc(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 n, Single* points) { @@ -139228,7 +142187,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SgisFogFunction", Version = "1.1", EntryPoint = "glFogFuncSGIS")] + /// [requires: SGIS_fog_function] + [AutoGenerated(Category = "SGIS_fog_function", Version = "1.1", EntryPoint = "glFogFuncSGIS")] public static void FogFunc(Int32 n, Single[] points) { @@ -139248,7 +142208,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SgisFogFunction", Version = "1.1", EntryPoint = "glFogFuncSGIS")] + /// [requires: SGIS_fog_function] + [AutoGenerated(Category = "SGIS_fog_function", Version = "1.1", EntryPoint = "glFogFuncSGIS")] public static void FogFunc(Int32 n, ref Single points) { @@ -139268,8 +142229,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: SGIS_fog_function] [System.CLSCompliant(false)] - [AutoGenerated(Category = "SgisFogFunction", Version = "1.1", EntryPoint = "glFogFuncSGIS")] + [AutoGenerated(Category = "SGIS_fog_function", Version = "1.1", EntryPoint = "glFogFuncSGIS")] public static unsafe void FogFunc(Int32 n, Single* points) { @@ -139283,7 +142245,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SgisDetailTexture", Version = "1.0", EntryPoint = "glGetDetailTexFuncSGIS")] + /// [requires: SGIS_detail_texture] + [AutoGenerated(Category = "SGIS_detail_texture", Version = "1.0", EntryPoint = "glGetDetailTexFuncSGIS")] public static void GetDetailTexFunc(OpenTK.Graphics.OpenGL.TextureTarget target, [OutAttribute] Single[] points) { @@ -139303,7 +142266,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SgisDetailTexture", Version = "1.0", EntryPoint = "glGetDetailTexFuncSGIS")] + /// [requires: SGIS_detail_texture] + [AutoGenerated(Category = "SGIS_detail_texture", Version = "1.0", EntryPoint = "glGetDetailTexFuncSGIS")] public static void GetDetailTexFunc(OpenTK.Graphics.OpenGL.TextureTarget target, [OutAttribute] out Single points) { @@ -139324,8 +142288,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: SGIS_detail_texture] [System.CLSCompliant(false)] - [AutoGenerated(Category = "SgisDetailTexture", Version = "1.0", EntryPoint = "glGetDetailTexFuncSGIS")] + [AutoGenerated(Category = "SGIS_detail_texture", Version = "1.0", EntryPoint = "glGetDetailTexFuncSGIS")] public static unsafe void GetDetailTexFunc(OpenTK.Graphics.OpenGL.TextureTarget target, [OutAttribute] Single* points) { @@ -139339,7 +142304,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SgisFogFunction", Version = "1.1", EntryPoint = "glGetFogFuncSGIS")] + /// [requires: SGIS_fog_function] + [AutoGenerated(Category = "SGIS_fog_function", Version = "1.1", EntryPoint = "glGetFogFuncSGIS")] public static void GetFogFunc([OutAttribute] Single[] points) { @@ -139359,7 +142325,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SgisFogFunction", Version = "1.1", EntryPoint = "glGetFogFuncSGIS")] + /// [requires: SGIS_fog_function] + [AutoGenerated(Category = "SGIS_fog_function", Version = "1.1", EntryPoint = "glGetFogFuncSGIS")] public static void GetFogFunc([OutAttribute] out Single points) { @@ -139380,8 +142347,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: SGIS_fog_function] [System.CLSCompliant(false)] - [AutoGenerated(Category = "SgisFogFunction", Version = "1.1", EntryPoint = "glGetFogFuncSGIS")] + [AutoGenerated(Category = "SGIS_fog_function", Version = "1.1", EntryPoint = "glGetFogFuncSGIS")] public static unsafe void GetFogFunc([OutAttribute] Single* points) { @@ -139395,7 +142363,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SgisPixelTexture", Version = "1.0", EntryPoint = "glGetPixelTexGenParameterfvSGIS")] + /// [requires: SGIS_pixel_texture] + [AutoGenerated(Category = "SGIS_pixel_texture", Version = "1.0", EntryPoint = "glGetPixelTexGenParameterfvSGIS")] public static void GetPixelTexGenParameter(OpenTK.Graphics.OpenGL.SgisPixelTexture pname, [OutAttribute] Single[] @params) { @@ -139415,7 +142384,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SgisPixelTexture", Version = "1.0", EntryPoint = "glGetPixelTexGenParameterfvSGIS")] + /// [requires: SGIS_pixel_texture] + [AutoGenerated(Category = "SGIS_pixel_texture", Version = "1.0", EntryPoint = "glGetPixelTexGenParameterfvSGIS")] public static void GetPixelTexGenParameter(OpenTK.Graphics.OpenGL.SgisPixelTexture pname, [OutAttribute] out Single @params) { @@ -139436,8 +142406,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: SGIS_pixel_texture] [System.CLSCompliant(false)] - [AutoGenerated(Category = "SgisPixelTexture", Version = "1.0", EntryPoint = "glGetPixelTexGenParameterfvSGIS")] + [AutoGenerated(Category = "SGIS_pixel_texture", Version = "1.0", EntryPoint = "glGetPixelTexGenParameterfvSGIS")] public static unsafe void GetPixelTexGenParameter(OpenTK.Graphics.OpenGL.SgisPixelTexture pname, [OutAttribute] Single* @params) { @@ -139451,7 +142422,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SgisPixelTexture", Version = "1.0", EntryPoint = "glGetPixelTexGenParameterivSGIS")] + /// [requires: SGIS_pixel_texture] + [AutoGenerated(Category = "SGIS_pixel_texture", Version = "1.0", EntryPoint = "glGetPixelTexGenParameterivSGIS")] public static void GetPixelTexGenParameter(OpenTK.Graphics.OpenGL.SgisPixelTexture pname, [OutAttribute] Int32[] @params) { @@ -139471,7 +142443,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SgisPixelTexture", Version = "1.0", EntryPoint = "glGetPixelTexGenParameterivSGIS")] + /// [requires: SGIS_pixel_texture] + [AutoGenerated(Category = "SGIS_pixel_texture", Version = "1.0", EntryPoint = "glGetPixelTexGenParameterivSGIS")] public static void GetPixelTexGenParameter(OpenTK.Graphics.OpenGL.SgisPixelTexture pname, [OutAttribute] out Int32 @params) { @@ -139492,8 +142465,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: SGIS_pixel_texture] [System.CLSCompliant(false)] - [AutoGenerated(Category = "SgisPixelTexture", Version = "1.0", EntryPoint = "glGetPixelTexGenParameterivSGIS")] + [AutoGenerated(Category = "SGIS_pixel_texture", Version = "1.0", EntryPoint = "glGetPixelTexGenParameterivSGIS")] public static unsafe void GetPixelTexGenParameter(OpenTK.Graphics.OpenGL.SgisPixelTexture pname, [OutAttribute] Int32* @params) { @@ -139507,7 +142481,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SgisSharpenTexture", Version = "1.0", EntryPoint = "glGetSharpenTexFuncSGIS")] + /// [requires: SGIS_sharpen_texture] + [AutoGenerated(Category = "SGIS_sharpen_texture", Version = "1.0", EntryPoint = "glGetSharpenTexFuncSGIS")] public static void GetSharpenTexFunc(OpenTK.Graphics.OpenGL.TextureTarget target, [OutAttribute] Single[] points) { @@ -139527,7 +142502,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SgisSharpenTexture", Version = "1.0", EntryPoint = "glGetSharpenTexFuncSGIS")] + /// [requires: SGIS_sharpen_texture] + [AutoGenerated(Category = "SGIS_sharpen_texture", Version = "1.0", EntryPoint = "glGetSharpenTexFuncSGIS")] public static void GetSharpenTexFunc(OpenTK.Graphics.OpenGL.TextureTarget target, [OutAttribute] out Single points) { @@ -139548,8 +142524,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: SGIS_sharpen_texture] [System.CLSCompliant(false)] - [AutoGenerated(Category = "SgisSharpenTexture", Version = "1.0", EntryPoint = "glGetSharpenTexFuncSGIS")] + [AutoGenerated(Category = "SGIS_sharpen_texture", Version = "1.0", EntryPoint = "glGetSharpenTexFuncSGIS")] public static unsafe void GetSharpenTexFunc(OpenTK.Graphics.OpenGL.TextureTarget target, [OutAttribute] Single* points) { @@ -139563,7 +142540,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SgisTextureFilter4", Version = "1.0", EntryPoint = "glGetTexFilterFuncSGIS")] + /// [requires: SGIS_texture_filter4] + [AutoGenerated(Category = "SGIS_texture_filter4", Version = "1.0", EntryPoint = "glGetTexFilterFuncSGIS")] public static void GetTexFilterFunc(OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.SgisTextureFilter4 filter, [OutAttribute] Single[] weights) { @@ -139583,7 +142561,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SgisTextureFilter4", Version = "1.0", EntryPoint = "glGetTexFilterFuncSGIS")] + /// [requires: SGIS_texture_filter4] + [AutoGenerated(Category = "SGIS_texture_filter4", Version = "1.0", EntryPoint = "glGetTexFilterFuncSGIS")] public static void GetTexFilterFunc(OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.SgisTextureFilter4 filter, [OutAttribute] out Single weights) { @@ -139604,8 +142583,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: SGIS_texture_filter4] [System.CLSCompliant(false)] - [AutoGenerated(Category = "SgisTextureFilter4", Version = "1.0", EntryPoint = "glGetTexFilterFuncSGIS")] + [AutoGenerated(Category = "SGIS_texture_filter4", Version = "1.0", EntryPoint = "glGetTexFilterFuncSGIS")] public static unsafe void GetTexFilterFunc(OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.SgisTextureFilter4 filter, [OutAttribute] Single* weights) { @@ -139619,7 +142599,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SgisPixelTexture", Version = "1.0", EntryPoint = "glPixelTexGenParameterfSGIS")] + /// [requires: SGIS_pixel_texture] + [AutoGenerated(Category = "SGIS_pixel_texture", Version = "1.0", EntryPoint = "glPixelTexGenParameterfSGIS")] public static void PixelTexGenParameter(OpenTK.Graphics.OpenGL.SgisPixelTexture pname, Single param) { @@ -139633,7 +142614,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SgisPixelTexture", Version = "1.0", EntryPoint = "glPixelTexGenParameterfvSGIS")] + /// [requires: SGIS_pixel_texture] + [AutoGenerated(Category = "SGIS_pixel_texture", Version = "1.0", EntryPoint = "glPixelTexGenParameterfvSGIS")] public static void PixelTexGenParameter(OpenTK.Graphics.OpenGL.SgisPixelTexture pname, Single[] @params) { @@ -139653,8 +142635,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: SGIS_pixel_texture] [System.CLSCompliant(false)] - [AutoGenerated(Category = "SgisPixelTexture", Version = "1.0", EntryPoint = "glPixelTexGenParameterfvSGIS")] + [AutoGenerated(Category = "SGIS_pixel_texture", Version = "1.0", EntryPoint = "glPixelTexGenParameterfvSGIS")] public static unsafe void PixelTexGenParameter(OpenTK.Graphics.OpenGL.SgisPixelTexture pname, Single* @params) { @@ -139668,7 +142651,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SgisPixelTexture", Version = "1.0", EntryPoint = "glPixelTexGenParameteriSGIS")] + /// [requires: SGIS_pixel_texture] + [AutoGenerated(Category = "SGIS_pixel_texture", Version = "1.0", EntryPoint = "glPixelTexGenParameteriSGIS")] public static void PixelTexGenParameter(OpenTK.Graphics.OpenGL.SgisPixelTexture pname, Int32 param) { @@ -139682,7 +142666,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SgisPixelTexture", Version = "1.0", EntryPoint = "glPixelTexGenParameterivSGIS")] + /// [requires: SGIS_pixel_texture] + [AutoGenerated(Category = "SGIS_pixel_texture", Version = "1.0", EntryPoint = "glPixelTexGenParameterivSGIS")] public static void PixelTexGenParameter(OpenTK.Graphics.OpenGL.SgisPixelTexture pname, Int32[] @params) { @@ -139702,8 +142687,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: SGIS_pixel_texture] [System.CLSCompliant(false)] - [AutoGenerated(Category = "SgisPixelTexture", Version = "1.0", EntryPoint = "glPixelTexGenParameterivSGIS")] + [AutoGenerated(Category = "SGIS_pixel_texture", Version = "1.0", EntryPoint = "glPixelTexGenParameterivSGIS")] public static unsafe void PixelTexGenParameter(OpenTK.Graphics.OpenGL.SgisPixelTexture pname, Int32* @params) { @@ -139718,7 +142704,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: SGIS_point_parameters] /// Specify point parameters /// /// @@ -139731,7 +142717,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the value that pname will be set to. /// /// - [AutoGenerated(Category = "SgisPointParameters", Version = "1.0", EntryPoint = "glPointParameterfSGIS")] + [AutoGenerated(Category = "SGIS_point_parameters", Version = "1.0", EntryPoint = "glPointParameterfSGIS")] public static void PointParameter(OpenTK.Graphics.OpenGL.SgisPointParameters pname, Single param) { @@ -139746,7 +142732,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: SGIS_point_parameters] /// Specify point parameters /// /// @@ -139759,7 +142745,7 @@ namespace OpenTK.Graphics.OpenGL /// Specifies the value that pname will be set to. /// /// - [AutoGenerated(Category = "SgisPointParameters", Version = "1.0", EntryPoint = "glPointParameterfvSGIS")] + [AutoGenerated(Category = "SGIS_point_parameters", Version = "1.0", EntryPoint = "glPointParameterfvSGIS")] public static void PointParameter(OpenTK.Graphics.OpenGL.SgisPointParameters pname, Single[] @params) { @@ -139780,7 +142766,7 @@ namespace OpenTK.Graphics.OpenGL } - /// + /// [requires: SGIS_point_parameters] /// Specify point parameters /// /// @@ -139794,7 +142780,7 @@ namespace OpenTK.Graphics.OpenGL /// /// [System.CLSCompliant(false)] - [AutoGenerated(Category = "SgisPointParameters", Version = "1.0", EntryPoint = "glPointParameterfvSGIS")] + [AutoGenerated(Category = "SGIS_point_parameters", Version = "1.0", EntryPoint = "glPointParameterfvSGIS")] public static unsafe void PointParameter(OpenTK.Graphics.OpenGL.SgisPointParameters pname, Single* @params) { @@ -139808,7 +142794,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SgisMultisample", Version = "1.1", EntryPoint = "glSampleMaskSGIS")] + /// [requires: SGIS_multisample] + [AutoGenerated(Category = "SGIS_multisample", Version = "1.1", EntryPoint = "glSampleMaskSGIS")] public static void SampleMask(Single value, bool invert) { @@ -139822,7 +142809,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SgisMultisample", Version = "1.0", EntryPoint = "glSamplePatternSGIS")] + /// [requires: SGIS_multisample] + [AutoGenerated(Category = "SGIS_multisample", Version = "1.0", EntryPoint = "glSamplePatternSGIS")] public static void SamplePattern(OpenTK.Graphics.OpenGL.SgisMultisample pattern) { @@ -139836,7 +142824,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SgisSharpenTexture", Version = "1.0", EntryPoint = "glSharpenTexFuncSGIS")] + /// [requires: SGIS_sharpen_texture] + [AutoGenerated(Category = "SGIS_sharpen_texture", Version = "1.0", EntryPoint = "glSharpenTexFuncSGIS")] public static void SharpenTexFunc(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 n, Single[] points) { @@ -139856,7 +142845,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SgisSharpenTexture", Version = "1.0", EntryPoint = "glSharpenTexFuncSGIS")] + /// [requires: SGIS_sharpen_texture] + [AutoGenerated(Category = "SGIS_sharpen_texture", Version = "1.0", EntryPoint = "glSharpenTexFuncSGIS")] public static void SharpenTexFunc(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 n, ref Single points) { @@ -139876,8 +142866,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: SGIS_sharpen_texture] [System.CLSCompliant(false)] - [AutoGenerated(Category = "SgisSharpenTexture", Version = "1.0", EntryPoint = "glSharpenTexFuncSGIS")] + [AutoGenerated(Category = "SGIS_sharpen_texture", Version = "1.0", EntryPoint = "glSharpenTexFuncSGIS")] public static unsafe void SharpenTexFunc(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 n, Single* points) { @@ -139891,7 +142882,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SgisTextureFilter4", Version = "1.0", EntryPoint = "glTexFilterFuncSGIS")] + /// [requires: SGIS_texture_filter4] + [AutoGenerated(Category = "SGIS_texture_filter4", Version = "1.0", EntryPoint = "glTexFilterFuncSGIS")] public static void TexFilterFunc(OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.SgisTextureFilter4 filter, Int32 n, Single[] weights) { @@ -139911,7 +142903,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SgisTextureFilter4", Version = "1.0", EntryPoint = "glTexFilterFuncSGIS")] + /// [requires: SGIS_texture_filter4] + [AutoGenerated(Category = "SGIS_texture_filter4", Version = "1.0", EntryPoint = "glTexFilterFuncSGIS")] public static void TexFilterFunc(OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.SgisTextureFilter4 filter, Int32 n, ref Single weights) { @@ -139931,8 +142924,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: SGIS_texture_filter4] [System.CLSCompliant(false)] - [AutoGenerated(Category = "SgisTextureFilter4", Version = "1.0", EntryPoint = "glTexFilterFuncSGIS")] + [AutoGenerated(Category = "SGIS_texture_filter4", Version = "1.0", EntryPoint = "glTexFilterFuncSGIS")] public static unsafe void TexFilterFunc(OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.SgisTextureFilter4 filter, Int32 n, Single* weights) { @@ -139946,7 +142940,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SgisTexture4D", Version = "1.0", EntryPoint = "glTexImage4DSGIS")] + /// [requires: SGIS_texture4D] + [AutoGenerated(Category = "SGIS_texture4D", Version = "1.0", EntryPoint = "glTexImage4DSGIS")] public static void TexImage4D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, Int32 height, Int32 depth, Int32 size4d, Int32 border, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, IntPtr pixels) { @@ -139960,7 +142955,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SgisTexture4D", Version = "1.0", EntryPoint = "glTexImage4DSGIS")] + /// [requires: SGIS_texture4D] + [AutoGenerated(Category = "SGIS_texture4D", Version = "1.0", EntryPoint = "glTexImage4DSGIS")] public static void TexImage4D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, Int32 height, Int32 depth, Int32 size4d, Int32 border, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T10[] pixels) where T10 : struct @@ -139983,7 +142979,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SgisTexture4D", Version = "1.0", EntryPoint = "glTexImage4DSGIS")] + /// [requires: SGIS_texture4D] + [AutoGenerated(Category = "SGIS_texture4D", Version = "1.0", EntryPoint = "glTexImage4DSGIS")] public static void TexImage4D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, Int32 height, Int32 depth, Int32 size4d, Int32 border, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T10[,] pixels) where T10 : struct @@ -140006,7 +143003,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SgisTexture4D", Version = "1.0", EntryPoint = "glTexImage4DSGIS")] + /// [requires: SGIS_texture4D] + [AutoGenerated(Category = "SGIS_texture4D", Version = "1.0", EntryPoint = "glTexImage4DSGIS")] public static void TexImage4D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, Int32 height, Int32 depth, Int32 size4d, Int32 border, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T10[,,] pixels) where T10 : struct @@ -140029,7 +143027,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SgisTexture4D", Version = "1.0", EntryPoint = "glTexImage4DSGIS")] + /// [requires: SGIS_texture4D] + [AutoGenerated(Category = "SGIS_texture4D", Version = "1.0", EntryPoint = "glTexImage4DSGIS")] public static void TexImage4D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, Int32 height, Int32 depth, Int32 size4d, Int32 border, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] ref T10 pixels) where T10 : struct @@ -140053,7 +143052,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SgisTexture4D", Version = "1.0", EntryPoint = "glTexSubImage4DSGIS")] + /// [requires: SGIS_texture4D] + [AutoGenerated(Category = "SGIS_texture4D", Version = "1.0", EntryPoint = "glTexSubImage4DSGIS")] public static void TexSubImage4D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 zoffset, Int32 woffset, Int32 width, Int32 height, Int32 depth, Int32 size4d, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, IntPtr pixels) { @@ -140067,7 +143067,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SgisTexture4D", Version = "1.0", EntryPoint = "glTexSubImage4DSGIS")] + /// [requires: SGIS_texture4D] + [AutoGenerated(Category = "SGIS_texture4D", Version = "1.0", EntryPoint = "glTexSubImage4DSGIS")] public static void TexSubImage4D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 zoffset, Int32 woffset, Int32 width, Int32 height, Int32 depth, Int32 size4d, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T12[] pixels) where T12 : struct @@ -140090,7 +143091,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SgisTexture4D", Version = "1.0", EntryPoint = "glTexSubImage4DSGIS")] + /// [requires: SGIS_texture4D] + [AutoGenerated(Category = "SGIS_texture4D", Version = "1.0", EntryPoint = "glTexSubImage4DSGIS")] public static void TexSubImage4D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 zoffset, Int32 woffset, Int32 width, Int32 height, Int32 depth, Int32 size4d, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T12[,] pixels) where T12 : struct @@ -140113,7 +143115,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SgisTexture4D", Version = "1.0", EntryPoint = "glTexSubImage4DSGIS")] + /// [requires: SGIS_texture4D] + [AutoGenerated(Category = "SGIS_texture4D", Version = "1.0", EntryPoint = "glTexSubImage4DSGIS")] public static void TexSubImage4D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 zoffset, Int32 woffset, Int32 width, Int32 height, Int32 depth, Int32 size4d, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] T12[,,] pixels) where T12 : struct @@ -140136,7 +143139,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SgisTexture4D", Version = "1.0", EntryPoint = "glTexSubImage4DSGIS")] + /// [requires: SGIS_texture4D] + [AutoGenerated(Category = "SGIS_texture4D", Version = "1.0", EntryPoint = "glTexSubImage4DSGIS")] public static void TexSubImage4D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 zoffset, Int32 woffset, Int32 width, Int32 height, Int32 depth, Int32 size4d, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [InAttribute, OutAttribute] ref T12 pixels) where T12 : struct @@ -140160,7 +143164,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SgisTextureColorMask", Version = "1.1", EntryPoint = "glTextureColorMaskSGIS")] + /// [requires: SGIS_texture_color_mask] + [AutoGenerated(Category = "SGIS_texture_color_mask", Version = "1.1", EntryPoint = "glTextureColorMaskSGIS")] public static void TextureColorMask(bool red, bool green, bool blue, bool alpha) { @@ -140178,7 +143183,8 @@ namespace OpenTK.Graphics.OpenGL public static partial class Sgix { - [AutoGenerated(Category = "SgixAsync", Version = "1.0", EntryPoint = "glAsyncMarkerSGIX")] + /// [requires: SGIX_async] + [AutoGenerated(Category = "SGIX_async", Version = "1.0", EntryPoint = "glAsyncMarkerSGIX")] public static void AsyncMarker(Int32 marker) { @@ -140192,8 +143198,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: SGIX_async] [System.CLSCompliant(false)] - [AutoGenerated(Category = "SgixAsync", Version = "1.0", EntryPoint = "glAsyncMarkerSGIX")] + [AutoGenerated(Category = "SGIX_async", Version = "1.0", EntryPoint = "glAsyncMarkerSGIX")] public static void AsyncMarker(UInt32 marker) { @@ -140207,7 +143214,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SgixPolynomialFfd", Version = "1.0", EntryPoint = "glDeformationMap3dSGIX")] + /// [requires: SGIX_polynomial_ffd] + [AutoGenerated(Category = "SGIX_polynomial_ffd", Version = "1.0", EntryPoint = "glDeformationMap3dSGIX")] public static void DeformationMap3(OpenTK.Graphics.OpenGL.SgixPolynomialFfd target, Double u1, Double u2, Int32 ustride, Int32 uorder, Double v1, Double v2, Int32 vstride, Int32 vorder, Double w1, Double w2, Int32 wstride, Int32 worder, Double[] points) { @@ -140227,7 +143235,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SgixPolynomialFfd", Version = "1.0", EntryPoint = "glDeformationMap3dSGIX")] + /// [requires: SGIX_polynomial_ffd] + [AutoGenerated(Category = "SGIX_polynomial_ffd", Version = "1.0", EntryPoint = "glDeformationMap3dSGIX")] public static void DeformationMap3(OpenTK.Graphics.OpenGL.SgixPolynomialFfd target, Double u1, Double u2, Int32 ustride, Int32 uorder, Double v1, Double v2, Int32 vstride, Int32 vorder, Double w1, Double w2, Int32 wstride, Int32 worder, ref Double points) { @@ -140247,8 +143256,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: SGIX_polynomial_ffd] [System.CLSCompliant(false)] - [AutoGenerated(Category = "SgixPolynomialFfd", Version = "1.0", EntryPoint = "glDeformationMap3dSGIX")] + [AutoGenerated(Category = "SGIX_polynomial_ffd", Version = "1.0", EntryPoint = "glDeformationMap3dSGIX")] public static unsafe void DeformationMap3(OpenTK.Graphics.OpenGL.SgixPolynomialFfd target, Double u1, Double u2, Int32 ustride, Int32 uorder, Double v1, Double v2, Int32 vstride, Int32 vorder, Double w1, Double w2, Int32 wstride, Int32 worder, Double* points) { @@ -140262,7 +143272,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SgixPolynomialFfd", Version = "1.0", EntryPoint = "glDeformationMap3fSGIX")] + /// [requires: SGIX_polynomial_ffd] + [AutoGenerated(Category = "SGIX_polynomial_ffd", Version = "1.0", EntryPoint = "glDeformationMap3fSGIX")] public static void DeformationMap3(OpenTK.Graphics.OpenGL.SgixPolynomialFfd target, Single u1, Single u2, Int32 ustride, Int32 uorder, Single v1, Single v2, Int32 vstride, Int32 vorder, Single w1, Single w2, Int32 wstride, Int32 worder, Single[] points) { @@ -140282,7 +143293,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SgixPolynomialFfd", Version = "1.0", EntryPoint = "glDeformationMap3fSGIX")] + /// [requires: SGIX_polynomial_ffd] + [AutoGenerated(Category = "SGIX_polynomial_ffd", Version = "1.0", EntryPoint = "glDeformationMap3fSGIX")] public static void DeformationMap3(OpenTK.Graphics.OpenGL.SgixPolynomialFfd target, Single u1, Single u2, Int32 ustride, Int32 uorder, Single v1, Single v2, Int32 vstride, Int32 vorder, Single w1, Single w2, Int32 wstride, Int32 worder, ref Single points) { @@ -140302,8 +143314,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: SGIX_polynomial_ffd] [System.CLSCompliant(false)] - [AutoGenerated(Category = "SgixPolynomialFfd", Version = "1.0", EntryPoint = "glDeformationMap3fSGIX")] + [AutoGenerated(Category = "SGIX_polynomial_ffd", Version = "1.0", EntryPoint = "glDeformationMap3fSGIX")] public static unsafe void DeformationMap3(OpenTK.Graphics.OpenGL.SgixPolynomialFfd target, Single u1, Single u2, Int32 ustride, Int32 uorder, Single v1, Single v2, Int32 vstride, Int32 vorder, Single w1, Single w2, Int32 wstride, Int32 worder, Single* points) { @@ -140317,7 +143330,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SgixPolynomialFfd", Version = "1.0", EntryPoint = "glDeformSGIX")] + /// [requires: SGIX_polynomial_ffd] + [AutoGenerated(Category = "SGIX_polynomial_ffd", Version = "1.0", EntryPoint = "glDeformSGIX")] public static void Deform(Int32 mask) { @@ -140331,8 +143345,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: SGIX_polynomial_ffd] [System.CLSCompliant(false)] - [AutoGenerated(Category = "SgixPolynomialFfd", Version = "1.0", EntryPoint = "glDeformSGIX")] + [AutoGenerated(Category = "SGIX_polynomial_ffd", Version = "1.0", EntryPoint = "glDeformSGIX")] public static void Deform(UInt32 mask) { @@ -140346,7 +143361,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SgixAsync", Version = "1.0", EntryPoint = "glDeleteAsyncMarkersSGIX")] + /// [requires: SGIX_async] + [AutoGenerated(Category = "SGIX_async", Version = "1.0", EntryPoint = "glDeleteAsyncMarkersSGIX")] public static void DeleteAsyncMarkers(Int32 marker, Int32 range) { @@ -140360,8 +143376,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: SGIX_async] [System.CLSCompliant(false)] - [AutoGenerated(Category = "SgixAsync", Version = "1.0", EntryPoint = "glDeleteAsyncMarkersSGIX")] + [AutoGenerated(Category = "SGIX_async", Version = "1.0", EntryPoint = "glDeleteAsyncMarkersSGIX")] public static void DeleteAsyncMarkers(UInt32 marker, Int32 range) { @@ -140375,7 +143392,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SgixAsync", Version = "1.0", EntryPoint = "glFinishAsyncSGIX")] + /// [requires: SGIX_async] + [AutoGenerated(Category = "SGIX_async", Version = "1.0", EntryPoint = "glFinishAsyncSGIX")] public static Int32 FinishAsync([OutAttribute] out Int32 markerp) { @@ -140397,8 +143415,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: SGIX_async] [System.CLSCompliant(false)] - [AutoGenerated(Category = "SgixAsync", Version = "1.0", EntryPoint = "glFinishAsyncSGIX")] + [AutoGenerated(Category = "SGIX_async", Version = "1.0", EntryPoint = "glFinishAsyncSGIX")] public static unsafe Int32 FinishAsync([OutAttribute] Int32* markerp) { @@ -140412,8 +143431,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: SGIX_async] [System.CLSCompliant(false)] - [AutoGenerated(Category = "SgixAsync", Version = "1.0", EntryPoint = "glFinishAsyncSGIX")] + [AutoGenerated(Category = "SGIX_async", Version = "1.0", EntryPoint = "glFinishAsyncSGIX")] public static Int32 FinishAsync([OutAttribute] out UInt32 markerp) { @@ -140435,8 +143455,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: SGIX_async] [System.CLSCompliant(false)] - [AutoGenerated(Category = "SgixAsync", Version = "1.0", EntryPoint = "glFinishAsyncSGIX")] + [AutoGenerated(Category = "SGIX_async", Version = "1.0", EntryPoint = "glFinishAsyncSGIX")] public static unsafe Int32 FinishAsync([OutAttribute] UInt32* markerp) { @@ -140450,7 +143471,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SgixFlushRaster", Version = "1.0", EntryPoint = "glFlushRasterSGIX")] + /// [requires: SGIX_flush_raster] + [AutoGenerated(Category = "SGIX_flush_raster", Version = "1.0", EntryPoint = "glFlushRasterSGIX")] public static void FlushRaster() { @@ -140464,7 +143486,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SgixFragmentLighting", Version = "1.0", EntryPoint = "glFragmentColorMaterialSGIX")] + /// [requires: SGIX_fragment_lighting] + [AutoGenerated(Category = "SGIX_fragment_lighting", Version = "1.0", EntryPoint = "glFragmentColorMaterialSGIX")] public static void FragmentColorMaterial(OpenTK.Graphics.OpenGL.MaterialFace face, OpenTK.Graphics.OpenGL.MaterialParameter mode) { @@ -140478,7 +143501,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SgixFragmentLighting", Version = "1.0", EntryPoint = "glFragmentLightfSGIX")] + /// [requires: SGIX_fragment_lighting] + [AutoGenerated(Category = "SGIX_fragment_lighting", Version = "1.0", EntryPoint = "glFragmentLightfSGIX")] public static void FragmentLight(OpenTK.Graphics.OpenGL.SgixFragmentLighting light, OpenTK.Graphics.OpenGL.SgixFragmentLighting pname, Single param) { @@ -140492,7 +143516,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SgixFragmentLighting", Version = "1.0", EntryPoint = "glFragmentLightfvSGIX")] + /// [requires: SGIX_fragment_lighting] + [AutoGenerated(Category = "SGIX_fragment_lighting", Version = "1.0", EntryPoint = "glFragmentLightfvSGIX")] public static void FragmentLight(OpenTK.Graphics.OpenGL.SgixFragmentLighting light, OpenTK.Graphics.OpenGL.SgixFragmentLighting pname, Single[] @params) { @@ -140512,8 +143537,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: SGIX_fragment_lighting] [System.CLSCompliant(false)] - [AutoGenerated(Category = "SgixFragmentLighting", Version = "1.0", EntryPoint = "glFragmentLightfvSGIX")] + [AutoGenerated(Category = "SGIX_fragment_lighting", Version = "1.0", EntryPoint = "glFragmentLightfvSGIX")] public static unsafe void FragmentLight(OpenTK.Graphics.OpenGL.SgixFragmentLighting light, OpenTK.Graphics.OpenGL.SgixFragmentLighting pname, Single* @params) { @@ -140527,7 +143553,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SgixFragmentLighting", Version = "1.0", EntryPoint = "glFragmentLightiSGIX")] + /// [requires: SGIX_fragment_lighting] + [AutoGenerated(Category = "SGIX_fragment_lighting", Version = "1.0", EntryPoint = "glFragmentLightiSGIX")] public static void FragmentLight(OpenTK.Graphics.OpenGL.SgixFragmentLighting light, OpenTK.Graphics.OpenGL.SgixFragmentLighting pname, Int32 param) { @@ -140541,7 +143568,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SgixFragmentLighting", Version = "1.0", EntryPoint = "glFragmentLightivSGIX")] + /// [requires: SGIX_fragment_lighting] + [AutoGenerated(Category = "SGIX_fragment_lighting", Version = "1.0", EntryPoint = "glFragmentLightivSGIX")] public static void FragmentLight(OpenTK.Graphics.OpenGL.SgixFragmentLighting light, OpenTK.Graphics.OpenGL.SgixFragmentLighting pname, Int32[] @params) { @@ -140561,8 +143589,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: SGIX_fragment_lighting] [System.CLSCompliant(false)] - [AutoGenerated(Category = "SgixFragmentLighting", Version = "1.0", EntryPoint = "glFragmentLightivSGIX")] + [AutoGenerated(Category = "SGIX_fragment_lighting", Version = "1.0", EntryPoint = "glFragmentLightivSGIX")] public static unsafe void FragmentLight(OpenTK.Graphics.OpenGL.SgixFragmentLighting light, OpenTK.Graphics.OpenGL.SgixFragmentLighting pname, Int32* @params) { @@ -140576,7 +143605,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SgixFragmentLighting", Version = "1.0", EntryPoint = "glFragmentLightModelfSGIX")] + /// [requires: SGIX_fragment_lighting] + [AutoGenerated(Category = "SGIX_fragment_lighting", Version = "1.0", EntryPoint = "glFragmentLightModelfSGIX")] public static void FragmentLightModel(OpenTK.Graphics.OpenGL.SgixFragmentLighting pname, Single param) { @@ -140590,7 +143620,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SgixFragmentLighting", Version = "1.0", EntryPoint = "glFragmentLightModelfvSGIX")] + /// [requires: SGIX_fragment_lighting] + [AutoGenerated(Category = "SGIX_fragment_lighting", Version = "1.0", EntryPoint = "glFragmentLightModelfvSGIX")] public static void FragmentLightModel(OpenTK.Graphics.OpenGL.SgixFragmentLighting pname, Single[] @params) { @@ -140610,8 +143641,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: SGIX_fragment_lighting] [System.CLSCompliant(false)] - [AutoGenerated(Category = "SgixFragmentLighting", Version = "1.0", EntryPoint = "glFragmentLightModelfvSGIX")] + [AutoGenerated(Category = "SGIX_fragment_lighting", Version = "1.0", EntryPoint = "glFragmentLightModelfvSGIX")] public static unsafe void FragmentLightModel(OpenTK.Graphics.OpenGL.SgixFragmentLighting pname, Single* @params) { @@ -140625,7 +143657,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SgixFragmentLighting", Version = "1.0", EntryPoint = "glFragmentLightModeliSGIX")] + /// [requires: SGIX_fragment_lighting] + [AutoGenerated(Category = "SGIX_fragment_lighting", Version = "1.0", EntryPoint = "glFragmentLightModeliSGIX")] public static void FragmentLightModel(OpenTK.Graphics.OpenGL.SgixFragmentLighting pname, Int32 param) { @@ -140639,7 +143672,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SgixFragmentLighting", Version = "1.0", EntryPoint = "glFragmentLightModelivSGIX")] + /// [requires: SGIX_fragment_lighting] + [AutoGenerated(Category = "SGIX_fragment_lighting", Version = "1.0", EntryPoint = "glFragmentLightModelivSGIX")] public static void FragmentLightModel(OpenTK.Graphics.OpenGL.SgixFragmentLighting pname, Int32[] @params) { @@ -140659,8 +143693,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: SGIX_fragment_lighting] [System.CLSCompliant(false)] - [AutoGenerated(Category = "SgixFragmentLighting", Version = "1.0", EntryPoint = "glFragmentLightModelivSGIX")] + [AutoGenerated(Category = "SGIX_fragment_lighting", Version = "1.0", EntryPoint = "glFragmentLightModelivSGIX")] public static unsafe void FragmentLightModel(OpenTK.Graphics.OpenGL.SgixFragmentLighting pname, Int32* @params) { @@ -140674,7 +143709,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SgixFragmentLighting", Version = "1.0", EntryPoint = "glFragmentMaterialfSGIX")] + /// [requires: SGIX_fragment_lighting] + [AutoGenerated(Category = "SGIX_fragment_lighting", Version = "1.0", EntryPoint = "glFragmentMaterialfSGIX")] public static void FragmentMaterial(OpenTK.Graphics.OpenGL.MaterialFace face, OpenTK.Graphics.OpenGL.MaterialParameter pname, Single param) { @@ -140688,7 +143724,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SgixFragmentLighting", Version = "1.0", EntryPoint = "glFragmentMaterialfvSGIX")] + /// [requires: SGIX_fragment_lighting] + [AutoGenerated(Category = "SGIX_fragment_lighting", Version = "1.0", EntryPoint = "glFragmentMaterialfvSGIX")] public static void FragmentMaterial(OpenTK.Graphics.OpenGL.MaterialFace face, OpenTK.Graphics.OpenGL.MaterialParameter pname, Single[] @params) { @@ -140708,8 +143745,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: SGIX_fragment_lighting] [System.CLSCompliant(false)] - [AutoGenerated(Category = "SgixFragmentLighting", Version = "1.0", EntryPoint = "glFragmentMaterialfvSGIX")] + [AutoGenerated(Category = "SGIX_fragment_lighting", Version = "1.0", EntryPoint = "glFragmentMaterialfvSGIX")] public static unsafe void FragmentMaterial(OpenTK.Graphics.OpenGL.MaterialFace face, OpenTK.Graphics.OpenGL.MaterialParameter pname, Single* @params) { @@ -140723,7 +143761,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SgixFragmentLighting", Version = "1.0", EntryPoint = "glFragmentMaterialiSGIX")] + /// [requires: SGIX_fragment_lighting] + [AutoGenerated(Category = "SGIX_fragment_lighting", Version = "1.0", EntryPoint = "glFragmentMaterialiSGIX")] public static void FragmentMaterial(OpenTK.Graphics.OpenGL.MaterialFace face, OpenTK.Graphics.OpenGL.MaterialParameter pname, Int32 param) { @@ -140737,7 +143776,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SgixFragmentLighting", Version = "1.0", EntryPoint = "glFragmentMaterialivSGIX")] + /// [requires: SGIX_fragment_lighting] + [AutoGenerated(Category = "SGIX_fragment_lighting", Version = "1.0", EntryPoint = "glFragmentMaterialivSGIX")] public static void FragmentMaterial(OpenTK.Graphics.OpenGL.MaterialFace face, OpenTK.Graphics.OpenGL.MaterialParameter pname, Int32[] @params) { @@ -140757,8 +143797,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: SGIX_fragment_lighting] [System.CLSCompliant(false)] - [AutoGenerated(Category = "SgixFragmentLighting", Version = "1.0", EntryPoint = "glFragmentMaterialivSGIX")] + [AutoGenerated(Category = "SGIX_fragment_lighting", Version = "1.0", EntryPoint = "glFragmentMaterialivSGIX")] public static unsafe void FragmentMaterial(OpenTK.Graphics.OpenGL.MaterialFace face, OpenTK.Graphics.OpenGL.MaterialParameter pname, Int32* @params) { @@ -140772,7 +143813,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SgixFramezoom", Version = "1.0", EntryPoint = "glFrameZoomSGIX")] + /// [requires: SGIX_framezoom] + [AutoGenerated(Category = "SGIX_framezoom", Version = "1.0", EntryPoint = "glFrameZoomSGIX")] public static void FrameZoom(Int32 factor) { @@ -140786,7 +143828,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SgixAsync", Version = "1.0", EntryPoint = "glGenAsyncMarkersSGIX")] + /// [requires: SGIX_async] + [AutoGenerated(Category = "SGIX_async", Version = "1.0", EntryPoint = "glGenAsyncMarkersSGIX")] public static Int32 GenAsyncMarkers(Int32 range) { @@ -140800,7 +143843,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SgixFragmentLighting", Version = "1.0", EntryPoint = "glGetFragmentLightfvSGIX")] + /// [requires: SGIX_fragment_lighting] + [AutoGenerated(Category = "SGIX_fragment_lighting", Version = "1.0", EntryPoint = "glGetFragmentLightfvSGIX")] public static void GetFragmentLight(OpenTK.Graphics.OpenGL.SgixFragmentLighting light, OpenTK.Graphics.OpenGL.SgixFragmentLighting pname, [OutAttribute] Single[] @params) { @@ -140820,7 +143864,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SgixFragmentLighting", Version = "1.0", EntryPoint = "glGetFragmentLightfvSGIX")] + /// [requires: SGIX_fragment_lighting] + [AutoGenerated(Category = "SGIX_fragment_lighting", Version = "1.0", EntryPoint = "glGetFragmentLightfvSGIX")] public static void GetFragmentLight(OpenTK.Graphics.OpenGL.SgixFragmentLighting light, OpenTK.Graphics.OpenGL.SgixFragmentLighting pname, [OutAttribute] out Single @params) { @@ -140841,8 +143886,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: SGIX_fragment_lighting] [System.CLSCompliant(false)] - [AutoGenerated(Category = "SgixFragmentLighting", Version = "1.0", EntryPoint = "glGetFragmentLightfvSGIX")] + [AutoGenerated(Category = "SGIX_fragment_lighting", Version = "1.0", EntryPoint = "glGetFragmentLightfvSGIX")] public static unsafe void GetFragmentLight(OpenTK.Graphics.OpenGL.SgixFragmentLighting light, OpenTK.Graphics.OpenGL.SgixFragmentLighting pname, [OutAttribute] Single* @params) { @@ -140856,7 +143902,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SgixFragmentLighting", Version = "1.0", EntryPoint = "glGetFragmentLightivSGIX")] + /// [requires: SGIX_fragment_lighting] + [AutoGenerated(Category = "SGIX_fragment_lighting", Version = "1.0", EntryPoint = "glGetFragmentLightivSGIX")] public static void GetFragmentLight(OpenTK.Graphics.OpenGL.SgixFragmentLighting light, OpenTK.Graphics.OpenGL.SgixFragmentLighting pname, [OutAttribute] Int32[] @params) { @@ -140876,7 +143923,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SgixFragmentLighting", Version = "1.0", EntryPoint = "glGetFragmentLightivSGIX")] + /// [requires: SGIX_fragment_lighting] + [AutoGenerated(Category = "SGIX_fragment_lighting", Version = "1.0", EntryPoint = "glGetFragmentLightivSGIX")] public static void GetFragmentLight(OpenTK.Graphics.OpenGL.SgixFragmentLighting light, OpenTK.Graphics.OpenGL.SgixFragmentLighting pname, [OutAttribute] out Int32 @params) { @@ -140897,8 +143945,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: SGIX_fragment_lighting] [System.CLSCompliant(false)] - [AutoGenerated(Category = "SgixFragmentLighting", Version = "1.0", EntryPoint = "glGetFragmentLightivSGIX")] + [AutoGenerated(Category = "SGIX_fragment_lighting", Version = "1.0", EntryPoint = "glGetFragmentLightivSGIX")] public static unsafe void GetFragmentLight(OpenTK.Graphics.OpenGL.SgixFragmentLighting light, OpenTK.Graphics.OpenGL.SgixFragmentLighting pname, [OutAttribute] Int32* @params) { @@ -140912,7 +143961,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SgixFragmentLighting", Version = "1.0", EntryPoint = "glGetFragmentMaterialfvSGIX")] + /// [requires: SGIX_fragment_lighting] + [AutoGenerated(Category = "SGIX_fragment_lighting", Version = "1.0", EntryPoint = "glGetFragmentMaterialfvSGIX")] public static void GetFragmentMaterial(OpenTK.Graphics.OpenGL.MaterialFace face, OpenTK.Graphics.OpenGL.MaterialParameter pname, [OutAttribute] Single[] @params) { @@ -140932,7 +143982,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SgixFragmentLighting", Version = "1.0", EntryPoint = "glGetFragmentMaterialfvSGIX")] + /// [requires: SGIX_fragment_lighting] + [AutoGenerated(Category = "SGIX_fragment_lighting", Version = "1.0", EntryPoint = "glGetFragmentMaterialfvSGIX")] public static void GetFragmentMaterial(OpenTK.Graphics.OpenGL.MaterialFace face, OpenTK.Graphics.OpenGL.MaterialParameter pname, [OutAttribute] out Single @params) { @@ -140953,8 +144004,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: SGIX_fragment_lighting] [System.CLSCompliant(false)] - [AutoGenerated(Category = "SgixFragmentLighting", Version = "1.0", EntryPoint = "glGetFragmentMaterialfvSGIX")] + [AutoGenerated(Category = "SGIX_fragment_lighting", Version = "1.0", EntryPoint = "glGetFragmentMaterialfvSGIX")] public static unsafe void GetFragmentMaterial(OpenTK.Graphics.OpenGL.MaterialFace face, OpenTK.Graphics.OpenGL.MaterialParameter pname, [OutAttribute] Single* @params) { @@ -140968,7 +144020,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SgixFragmentLighting", Version = "1.0", EntryPoint = "glGetFragmentMaterialivSGIX")] + /// [requires: SGIX_fragment_lighting] + [AutoGenerated(Category = "SGIX_fragment_lighting", Version = "1.0", EntryPoint = "glGetFragmentMaterialivSGIX")] public static void GetFragmentMaterial(OpenTK.Graphics.OpenGL.MaterialFace face, OpenTK.Graphics.OpenGL.MaterialParameter pname, [OutAttribute] Int32[] @params) { @@ -140988,7 +144041,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SgixFragmentLighting", Version = "1.0", EntryPoint = "glGetFragmentMaterialivSGIX")] + /// [requires: SGIX_fragment_lighting] + [AutoGenerated(Category = "SGIX_fragment_lighting", Version = "1.0", EntryPoint = "glGetFragmentMaterialivSGIX")] public static void GetFragmentMaterial(OpenTK.Graphics.OpenGL.MaterialFace face, OpenTK.Graphics.OpenGL.MaterialParameter pname, [OutAttribute] out Int32 @params) { @@ -141009,8 +144063,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: SGIX_fragment_lighting] [System.CLSCompliant(false)] - [AutoGenerated(Category = "SgixFragmentLighting", Version = "1.0", EntryPoint = "glGetFragmentMaterialivSGIX")] + [AutoGenerated(Category = "SGIX_fragment_lighting", Version = "1.0", EntryPoint = "glGetFragmentMaterialivSGIX")] public static unsafe void GetFragmentMaterial(OpenTK.Graphics.OpenGL.MaterialFace face, OpenTK.Graphics.OpenGL.MaterialParameter pname, [OutAttribute] Int32* @params) { @@ -141024,7 +144079,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SgixInstruments", Version = "1.0", EntryPoint = "glGetInstrumentsSGIX")] + /// [requires: SGIX_instruments] + [AutoGenerated(Category = "SGIX_instruments", Version = "1.0", EntryPoint = "glGetInstrumentsSGIX")] public static Int32 GetInstruments() { @@ -141038,7 +144094,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SgixListPriority", Version = "1.0", EntryPoint = "glGetListParameterfvSGIX")] + /// [requires: SGIX_list_priority] + [AutoGenerated(Category = "SGIX_list_priority", Version = "1.0", EntryPoint = "glGetListParameterfvSGIX")] public static void GetListParameter(Int32 list, OpenTK.Graphics.OpenGL.ListParameterName pname, [OutAttribute] Single[] @params) { @@ -141058,7 +144115,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SgixListPriority", Version = "1.0", EntryPoint = "glGetListParameterfvSGIX")] + /// [requires: SGIX_list_priority] + [AutoGenerated(Category = "SGIX_list_priority", Version = "1.0", EntryPoint = "glGetListParameterfvSGIX")] public static void GetListParameter(Int32 list, OpenTK.Graphics.OpenGL.ListParameterName pname, [OutAttribute] out Single @params) { @@ -141079,8 +144137,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: SGIX_list_priority] [System.CLSCompliant(false)] - [AutoGenerated(Category = "SgixListPriority", Version = "1.0", EntryPoint = "glGetListParameterfvSGIX")] + [AutoGenerated(Category = "SGIX_list_priority", Version = "1.0", EntryPoint = "glGetListParameterfvSGIX")] public static unsafe void GetListParameter(Int32 list, OpenTK.Graphics.OpenGL.ListParameterName pname, [OutAttribute] Single* @params) { @@ -141094,8 +144153,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: SGIX_list_priority] [System.CLSCompliant(false)] - [AutoGenerated(Category = "SgixListPriority", Version = "1.0", EntryPoint = "glGetListParameterfvSGIX")] + [AutoGenerated(Category = "SGIX_list_priority", Version = "1.0", EntryPoint = "glGetListParameterfvSGIX")] public static void GetListParameter(UInt32 list, OpenTK.Graphics.OpenGL.ListParameterName pname, [OutAttribute] Single[] @params) { @@ -141115,8 +144175,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: SGIX_list_priority] [System.CLSCompliant(false)] - [AutoGenerated(Category = "SgixListPriority", Version = "1.0", EntryPoint = "glGetListParameterfvSGIX")] + [AutoGenerated(Category = "SGIX_list_priority", Version = "1.0", EntryPoint = "glGetListParameterfvSGIX")] public static void GetListParameter(UInt32 list, OpenTK.Graphics.OpenGL.ListParameterName pname, [OutAttribute] out Single @params) { @@ -141137,8 +144198,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: SGIX_list_priority] [System.CLSCompliant(false)] - [AutoGenerated(Category = "SgixListPriority", Version = "1.0", EntryPoint = "glGetListParameterfvSGIX")] + [AutoGenerated(Category = "SGIX_list_priority", Version = "1.0", EntryPoint = "glGetListParameterfvSGIX")] public static unsafe void GetListParameter(UInt32 list, OpenTK.Graphics.OpenGL.ListParameterName pname, [OutAttribute] Single* @params) { @@ -141152,7 +144214,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SgixListPriority", Version = "1.0", EntryPoint = "glGetListParameterivSGIX")] + /// [requires: SGIX_list_priority] + [AutoGenerated(Category = "SGIX_list_priority", Version = "1.0", EntryPoint = "glGetListParameterivSGIX")] public static void GetListParameter(Int32 list, OpenTK.Graphics.OpenGL.ListParameterName pname, [OutAttribute] Int32[] @params) { @@ -141172,7 +144235,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SgixListPriority", Version = "1.0", EntryPoint = "glGetListParameterivSGIX")] + /// [requires: SGIX_list_priority] + [AutoGenerated(Category = "SGIX_list_priority", Version = "1.0", EntryPoint = "glGetListParameterivSGIX")] public static void GetListParameter(Int32 list, OpenTK.Graphics.OpenGL.ListParameterName pname, [OutAttribute] out Int32 @params) { @@ -141193,8 +144257,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: SGIX_list_priority] [System.CLSCompliant(false)] - [AutoGenerated(Category = "SgixListPriority", Version = "1.0", EntryPoint = "glGetListParameterivSGIX")] + [AutoGenerated(Category = "SGIX_list_priority", Version = "1.0", EntryPoint = "glGetListParameterivSGIX")] public static unsafe void GetListParameter(Int32 list, OpenTK.Graphics.OpenGL.ListParameterName pname, [OutAttribute] Int32* @params) { @@ -141208,8 +144273,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: SGIX_list_priority] [System.CLSCompliant(false)] - [AutoGenerated(Category = "SgixListPriority", Version = "1.0", EntryPoint = "glGetListParameterivSGIX")] + [AutoGenerated(Category = "SGIX_list_priority", Version = "1.0", EntryPoint = "glGetListParameterivSGIX")] public static void GetListParameter(UInt32 list, OpenTK.Graphics.OpenGL.ListParameterName pname, [OutAttribute] Int32[] @params) { @@ -141229,8 +144295,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: SGIX_list_priority] [System.CLSCompliant(false)] - [AutoGenerated(Category = "SgixListPriority", Version = "1.0", EntryPoint = "glGetListParameterivSGIX")] + [AutoGenerated(Category = "SGIX_list_priority", Version = "1.0", EntryPoint = "glGetListParameterivSGIX")] public static void GetListParameter(UInt32 list, OpenTK.Graphics.OpenGL.ListParameterName pname, [OutAttribute] out Int32 @params) { @@ -141251,8 +144318,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: SGIX_list_priority] [System.CLSCompliant(false)] - [AutoGenerated(Category = "SgixListPriority", Version = "1.0", EntryPoint = "glGetListParameterivSGIX")] + [AutoGenerated(Category = "SGIX_list_priority", Version = "1.0", EntryPoint = "glGetListParameterivSGIX")] public static unsafe void GetListParameter(UInt32 list, OpenTK.Graphics.OpenGL.ListParameterName pname, [OutAttribute] Int32* @params) { @@ -141266,7 +144334,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SgixIglooInterface", Version = "1.0", EntryPoint = "glIglooInterfaceSGIX")] + /// [requires: SGIX_igloo_interface] + [AutoGenerated(Category = "SGIX_igloo_interface", Version = "1.0", EntryPoint = "glIglooInterfaceSGIX")] public static void IglooInterface(OpenTK.Graphics.OpenGL.All pname, IntPtr @params) { @@ -141280,7 +144349,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SgixIglooInterface", Version = "1.0", EntryPoint = "glIglooInterfaceSGIX")] + /// [requires: SGIX_igloo_interface] + [AutoGenerated(Category = "SGIX_igloo_interface", Version = "1.0", EntryPoint = "glIglooInterfaceSGIX")] public static void IglooInterface(OpenTK.Graphics.OpenGL.All pname, [InAttribute, OutAttribute] T1[] @params) where T1 : struct @@ -141303,7 +144373,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SgixIglooInterface", Version = "1.0", EntryPoint = "glIglooInterfaceSGIX")] + /// [requires: SGIX_igloo_interface] + [AutoGenerated(Category = "SGIX_igloo_interface", Version = "1.0", EntryPoint = "glIglooInterfaceSGIX")] public static void IglooInterface(OpenTK.Graphics.OpenGL.All pname, [InAttribute, OutAttribute] T1[,] @params) where T1 : struct @@ -141326,7 +144397,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SgixIglooInterface", Version = "1.0", EntryPoint = "glIglooInterfaceSGIX")] + /// [requires: SGIX_igloo_interface] + [AutoGenerated(Category = "SGIX_igloo_interface", Version = "1.0", EntryPoint = "glIglooInterfaceSGIX")] public static void IglooInterface(OpenTK.Graphics.OpenGL.All pname, [InAttribute, OutAttribute] T1[,,] @params) where T1 : struct @@ -141349,7 +144421,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SgixIglooInterface", Version = "1.0", EntryPoint = "glIglooInterfaceSGIX")] + /// [requires: SGIX_igloo_interface] + [AutoGenerated(Category = "SGIX_igloo_interface", Version = "1.0", EntryPoint = "glIglooInterfaceSGIX")] public static void IglooInterface(OpenTK.Graphics.OpenGL.All pname, [InAttribute, OutAttribute] ref T1 @params) where T1 : struct @@ -141373,7 +144446,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SgixInstruments", Version = "1.0", EntryPoint = "glInstrumentsBufferSGIX")] + /// [requires: SGIX_instruments] + [AutoGenerated(Category = "SGIX_instruments", Version = "1.0", EntryPoint = "glInstrumentsBufferSGIX")] public static void InstrumentsBuffer(Int32 size, [OutAttribute] Int32[] buffer) { @@ -141393,7 +144467,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SgixInstruments", Version = "1.0", EntryPoint = "glInstrumentsBufferSGIX")] + /// [requires: SGIX_instruments] + [AutoGenerated(Category = "SGIX_instruments", Version = "1.0", EntryPoint = "glInstrumentsBufferSGIX")] public static void InstrumentsBuffer(Int32 size, [OutAttribute] out Int32 buffer) { @@ -141414,8 +144489,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: SGIX_instruments] [System.CLSCompliant(false)] - [AutoGenerated(Category = "SgixInstruments", Version = "1.0", EntryPoint = "glInstrumentsBufferSGIX")] + [AutoGenerated(Category = "SGIX_instruments", Version = "1.0", EntryPoint = "glInstrumentsBufferSGIX")] public static unsafe void InstrumentsBuffer(Int32 size, [OutAttribute] Int32* buffer) { @@ -141429,7 +144505,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SgixAsync", Version = "1.0", EntryPoint = "glIsAsyncMarkerSGIX")] + /// [requires: SGIX_async] + [AutoGenerated(Category = "SGIX_async", Version = "1.0", EntryPoint = "glIsAsyncMarkerSGIX")] public static bool IsAsyncMarker(Int32 marker) { @@ -141443,8 +144520,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: SGIX_async] [System.CLSCompliant(false)] - [AutoGenerated(Category = "SgixAsync", Version = "1.0", EntryPoint = "glIsAsyncMarkerSGIX")] + [AutoGenerated(Category = "SGIX_async", Version = "1.0", EntryPoint = "glIsAsyncMarkerSGIX")] public static bool IsAsyncMarker(UInt32 marker) { @@ -141458,7 +144536,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SgixFragmentLighting", Version = "1.0", EntryPoint = "glLightEnviSGIX")] + /// [requires: SGIX_fragment_lighting] + [AutoGenerated(Category = "SGIX_fragment_lighting", Version = "1.0", EntryPoint = "glLightEnviSGIX")] public static void LightEnv(OpenTK.Graphics.OpenGL.SgixFragmentLighting pname, Int32 param) { @@ -141472,7 +144551,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SgixListPriority", Version = "1.0", EntryPoint = "glListParameterfSGIX")] + /// [requires: SGIX_list_priority] + [AutoGenerated(Category = "SGIX_list_priority", Version = "1.0", EntryPoint = "glListParameterfSGIX")] public static void ListParameter(Int32 list, OpenTK.Graphics.OpenGL.ListParameterName pname, Single param) { @@ -141486,8 +144566,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: SGIX_list_priority] [System.CLSCompliant(false)] - [AutoGenerated(Category = "SgixListPriority", Version = "1.0", EntryPoint = "glListParameterfSGIX")] + [AutoGenerated(Category = "SGIX_list_priority", Version = "1.0", EntryPoint = "glListParameterfSGIX")] public static void ListParameter(UInt32 list, OpenTK.Graphics.OpenGL.ListParameterName pname, Single param) { @@ -141501,7 +144582,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SgixListPriority", Version = "1.0", EntryPoint = "glListParameterfvSGIX")] + /// [requires: SGIX_list_priority] + [AutoGenerated(Category = "SGIX_list_priority", Version = "1.0", EntryPoint = "glListParameterfvSGIX")] public static void ListParameter(Int32 list, OpenTK.Graphics.OpenGL.ListParameterName pname, Single[] @params) { @@ -141521,8 +144603,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: SGIX_list_priority] [System.CLSCompliant(false)] - [AutoGenerated(Category = "SgixListPriority", Version = "1.0", EntryPoint = "glListParameterfvSGIX")] + [AutoGenerated(Category = "SGIX_list_priority", Version = "1.0", EntryPoint = "glListParameterfvSGIX")] public static unsafe void ListParameter(Int32 list, OpenTK.Graphics.OpenGL.ListParameterName pname, Single* @params) { @@ -141536,8 +144619,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: SGIX_list_priority] [System.CLSCompliant(false)] - [AutoGenerated(Category = "SgixListPriority", Version = "1.0", EntryPoint = "glListParameterfvSGIX")] + [AutoGenerated(Category = "SGIX_list_priority", Version = "1.0", EntryPoint = "glListParameterfvSGIX")] public static void ListParameter(UInt32 list, OpenTK.Graphics.OpenGL.ListParameterName pname, Single[] @params) { @@ -141557,8 +144641,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: SGIX_list_priority] [System.CLSCompliant(false)] - [AutoGenerated(Category = "SgixListPriority", Version = "1.0", EntryPoint = "glListParameterfvSGIX")] + [AutoGenerated(Category = "SGIX_list_priority", Version = "1.0", EntryPoint = "glListParameterfvSGIX")] public static unsafe void ListParameter(UInt32 list, OpenTK.Graphics.OpenGL.ListParameterName pname, Single* @params) { @@ -141572,7 +144657,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SgixListPriority", Version = "1.0", EntryPoint = "glListParameteriSGIX")] + /// [requires: SGIX_list_priority] + [AutoGenerated(Category = "SGIX_list_priority", Version = "1.0", EntryPoint = "glListParameteriSGIX")] public static void ListParameter(Int32 list, OpenTK.Graphics.OpenGL.ListParameterName pname, Int32 param) { @@ -141586,8 +144672,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: SGIX_list_priority] [System.CLSCompliant(false)] - [AutoGenerated(Category = "SgixListPriority", Version = "1.0", EntryPoint = "glListParameteriSGIX")] + [AutoGenerated(Category = "SGIX_list_priority", Version = "1.0", EntryPoint = "glListParameteriSGIX")] public static void ListParameter(UInt32 list, OpenTK.Graphics.OpenGL.ListParameterName pname, Int32 param) { @@ -141601,7 +144688,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SgixListPriority", Version = "1.0", EntryPoint = "glListParameterivSGIX")] + /// [requires: SGIX_list_priority] + [AutoGenerated(Category = "SGIX_list_priority", Version = "1.0", EntryPoint = "glListParameterivSGIX")] public static void ListParameter(Int32 list, OpenTK.Graphics.OpenGL.ListParameterName pname, Int32[] @params) { @@ -141621,8 +144709,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: SGIX_list_priority] [System.CLSCompliant(false)] - [AutoGenerated(Category = "SgixListPriority", Version = "1.0", EntryPoint = "glListParameterivSGIX")] + [AutoGenerated(Category = "SGIX_list_priority", Version = "1.0", EntryPoint = "glListParameterivSGIX")] public static unsafe void ListParameter(Int32 list, OpenTK.Graphics.OpenGL.ListParameterName pname, Int32* @params) { @@ -141636,8 +144725,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: SGIX_list_priority] [System.CLSCompliant(false)] - [AutoGenerated(Category = "SgixListPriority", Version = "1.0", EntryPoint = "glListParameterivSGIX")] + [AutoGenerated(Category = "SGIX_list_priority", Version = "1.0", EntryPoint = "glListParameterivSGIX")] public static void ListParameter(UInt32 list, OpenTK.Graphics.OpenGL.ListParameterName pname, Int32[] @params) { @@ -141657,8 +144747,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: SGIX_list_priority] [System.CLSCompliant(false)] - [AutoGenerated(Category = "SgixListPriority", Version = "1.0", EntryPoint = "glListParameterivSGIX")] + [AutoGenerated(Category = "SGIX_list_priority", Version = "1.0", EntryPoint = "glListParameterivSGIX")] public static unsafe void ListParameter(UInt32 list, OpenTK.Graphics.OpenGL.ListParameterName pname, Int32* @params) { @@ -141672,7 +144763,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SgixPolynomialFfd", Version = "1.0", EntryPoint = "glLoadIdentityDeformationMapSGIX")] + /// [requires: SGIX_polynomial_ffd] + [AutoGenerated(Category = "SGIX_polynomial_ffd", Version = "1.0", EntryPoint = "glLoadIdentityDeformationMapSGIX")] public static void LoadIdentityDeformationMap(Int32 mask) { @@ -141686,8 +144778,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: SGIX_polynomial_ffd] [System.CLSCompliant(false)] - [AutoGenerated(Category = "SgixPolynomialFfd", Version = "1.0", EntryPoint = "glLoadIdentityDeformationMapSGIX")] + [AutoGenerated(Category = "SGIX_polynomial_ffd", Version = "1.0", EntryPoint = "glLoadIdentityDeformationMapSGIX")] public static void LoadIdentityDeformationMap(UInt32 mask) { @@ -141701,7 +144794,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SgixPixelTexture", Version = "1.0", EntryPoint = "glPixelTexGenSGIX")] + /// [requires: SGIX_pixel_texture] + [AutoGenerated(Category = "SGIX_pixel_texture", Version = "1.0", EntryPoint = "glPixelTexGenSGIX")] public static void PixelTexGen(OpenTK.Graphics.OpenGL.SgixPixelTexture mode) { @@ -141715,7 +144809,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SgixAsync", Version = "1.0", EntryPoint = "glPollAsyncSGIX")] + /// [requires: SGIX_async] + [AutoGenerated(Category = "SGIX_async", Version = "1.0", EntryPoint = "glPollAsyncSGIX")] public static Int32 PollAsync([OutAttribute] out Int32 markerp) { @@ -141737,8 +144832,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: SGIX_async] [System.CLSCompliant(false)] - [AutoGenerated(Category = "SgixAsync", Version = "1.0", EntryPoint = "glPollAsyncSGIX")] + [AutoGenerated(Category = "SGIX_async", Version = "1.0", EntryPoint = "glPollAsyncSGIX")] public static unsafe Int32 PollAsync([OutAttribute] Int32* markerp) { @@ -141752,8 +144848,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: SGIX_async] [System.CLSCompliant(false)] - [AutoGenerated(Category = "SgixAsync", Version = "1.0", EntryPoint = "glPollAsyncSGIX")] + [AutoGenerated(Category = "SGIX_async", Version = "1.0", EntryPoint = "glPollAsyncSGIX")] public static Int32 PollAsync([OutAttribute] out UInt32 markerp) { @@ -141775,8 +144872,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: SGIX_async] [System.CLSCompliant(false)] - [AutoGenerated(Category = "SgixAsync", Version = "1.0", EntryPoint = "glPollAsyncSGIX")] + [AutoGenerated(Category = "SGIX_async", Version = "1.0", EntryPoint = "glPollAsyncSGIX")] public static unsafe Int32 PollAsync([OutAttribute] UInt32* markerp) { @@ -141790,7 +144888,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SgixInstruments", Version = "1.0", EntryPoint = "glPollInstrumentsSGIX")] + /// [requires: SGIX_instruments] + [AutoGenerated(Category = "SGIX_instruments", Version = "1.0", EntryPoint = "glPollInstrumentsSGIX")] public static Int32 PollInstruments([OutAttribute] out Int32 marker_p) { @@ -141812,8 +144911,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: SGIX_instruments] [System.CLSCompliant(false)] - [AutoGenerated(Category = "SgixInstruments", Version = "1.0", EntryPoint = "glPollInstrumentsSGIX")] + [AutoGenerated(Category = "SGIX_instruments", Version = "1.0", EntryPoint = "glPollInstrumentsSGIX")] public static unsafe Int32 PollInstruments([OutAttribute] Int32* marker_p) { @@ -141827,7 +144927,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SgixInstruments", Version = "1.0", EntryPoint = "glReadInstrumentsSGIX")] + /// [requires: SGIX_instruments] + [AutoGenerated(Category = "SGIX_instruments", Version = "1.0", EntryPoint = "glReadInstrumentsSGIX")] public static void ReadInstruments(Int32 marker) { @@ -141841,7 +144942,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SgixReferencePlane", Version = "1.0", EntryPoint = "glReferencePlaneSGIX")] + /// [requires: SGIX_reference_plane] + [AutoGenerated(Category = "SGIX_reference_plane", Version = "1.0", EntryPoint = "glReferencePlaneSGIX")] public static void ReferencePlane(Double[] equation) { @@ -141861,7 +144963,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SgixReferencePlane", Version = "1.0", EntryPoint = "glReferencePlaneSGIX")] + /// [requires: SGIX_reference_plane] + [AutoGenerated(Category = "SGIX_reference_plane", Version = "1.0", EntryPoint = "glReferencePlaneSGIX")] public static void ReferencePlane(ref Double equation) { @@ -141881,8 +144984,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: SGIX_reference_plane] [System.CLSCompliant(false)] - [AutoGenerated(Category = "SgixReferencePlane", Version = "1.0", EntryPoint = "glReferencePlaneSGIX")] + [AutoGenerated(Category = "SGIX_reference_plane", Version = "1.0", EntryPoint = "glReferencePlaneSGIX")] public static unsafe void ReferencePlane(Double* equation) { @@ -141896,7 +145000,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SgixSprite", Version = "1.0", EntryPoint = "glSpriteParameterfSGIX")] + /// [requires: SGIX_sprite] + [AutoGenerated(Category = "SGIX_sprite", Version = "1.0", EntryPoint = "glSpriteParameterfSGIX")] public static void SpriteParameter(OpenTK.Graphics.OpenGL.SgixSprite pname, Single param) { @@ -141910,7 +145015,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SgixSprite", Version = "1.0", EntryPoint = "glSpriteParameterfvSGIX")] + /// [requires: SGIX_sprite] + [AutoGenerated(Category = "SGIX_sprite", Version = "1.0", EntryPoint = "glSpriteParameterfvSGIX")] public static void SpriteParameter(OpenTK.Graphics.OpenGL.SgixSprite pname, Single[] @params) { @@ -141930,8 +145036,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: SGIX_sprite] [System.CLSCompliant(false)] - [AutoGenerated(Category = "SgixSprite", Version = "1.0", EntryPoint = "glSpriteParameterfvSGIX")] + [AutoGenerated(Category = "SGIX_sprite", Version = "1.0", EntryPoint = "glSpriteParameterfvSGIX")] public static unsafe void SpriteParameter(OpenTK.Graphics.OpenGL.SgixSprite pname, Single* @params) { @@ -141945,7 +145052,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SgixSprite", Version = "1.0", EntryPoint = "glSpriteParameteriSGIX")] + /// [requires: SGIX_sprite] + [AutoGenerated(Category = "SGIX_sprite", Version = "1.0", EntryPoint = "glSpriteParameteriSGIX")] public static void SpriteParameter(OpenTK.Graphics.OpenGL.SgixSprite pname, Int32 param) { @@ -141959,7 +145067,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SgixSprite", Version = "1.0", EntryPoint = "glSpriteParameterivSGIX")] + /// [requires: SGIX_sprite] + [AutoGenerated(Category = "SGIX_sprite", Version = "1.0", EntryPoint = "glSpriteParameterivSGIX")] public static void SpriteParameter(OpenTK.Graphics.OpenGL.SgixSprite pname, Int32[] @params) { @@ -141979,8 +145088,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: SGIX_sprite] [System.CLSCompliant(false)] - [AutoGenerated(Category = "SgixSprite", Version = "1.0", EntryPoint = "glSpriteParameterivSGIX")] + [AutoGenerated(Category = "SGIX_sprite", Version = "1.0", EntryPoint = "glSpriteParameterivSGIX")] public static unsafe void SpriteParameter(OpenTK.Graphics.OpenGL.SgixSprite pname, Int32* @params) { @@ -141994,7 +145104,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SgixInstruments", Version = "1.0", EntryPoint = "glStartInstrumentsSGIX")] + /// [requires: SGIX_instruments] + [AutoGenerated(Category = "SGIX_instruments", Version = "1.0", EntryPoint = "glStartInstrumentsSGIX")] public static void StartInstruments() { @@ -142008,7 +145119,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SgixInstruments", Version = "1.0", EntryPoint = "glStopInstrumentsSGIX")] + /// [requires: SGIX_instruments] + [AutoGenerated(Category = "SGIX_instruments", Version = "1.0", EntryPoint = "glStopInstrumentsSGIX")] public static void StopInstruments(Int32 marker) { @@ -142022,7 +145134,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SgixTagSampleBuffer", Version = "1.0", EntryPoint = "glTagSampleBufferSGIX")] + /// [requires: SGIX_tag_sample_buffer] + [AutoGenerated(Category = "SGIX_tag_sample_buffer", Version = "1.0", EntryPoint = "glTagSampleBufferSGIX")] public static void TagSampleBuffer() { @@ -142040,7 +145153,8 @@ namespace OpenTK.Graphics.OpenGL public static partial class Sun { - [AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glColor3fVertex3fSUN")] + /// [requires: SUN_vertex] + [AutoGenerated(Category = "SUN_vertex", Version = "1.1", EntryPoint = "glColor3fVertex3fSUN")] public static void Color3fVertex3(Single r, Single g, Single b, Single x, Single y, Single z) { @@ -142054,7 +145168,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glColor3fVertex3fvSUN")] + /// [requires: SUN_vertex] + [AutoGenerated(Category = "SUN_vertex", Version = "1.1", EntryPoint = "glColor3fVertex3fvSUN")] public static void Color3fVertex3(Single[] c, Single[] v) { @@ -142075,7 +145190,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glColor3fVertex3fvSUN")] + /// [requires: SUN_vertex] + [AutoGenerated(Category = "SUN_vertex", Version = "1.1", EntryPoint = "glColor3fVertex3fvSUN")] public static void Color3fVertex3(ref Single c, ref Single v) { @@ -142096,8 +145212,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: SUN_vertex] [System.CLSCompliant(false)] - [AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glColor3fVertex3fvSUN")] + [AutoGenerated(Category = "SUN_vertex", Version = "1.1", EntryPoint = "glColor3fVertex3fvSUN")] public static unsafe void Color3fVertex3(Single* c, Single* v) { @@ -142111,7 +145228,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glColor4fNormal3fVertex3fSUN")] + /// [requires: SUN_vertex] + [AutoGenerated(Category = "SUN_vertex", Version = "1.1", EntryPoint = "glColor4fNormal3fVertex3fSUN")] public static void Color4fNormal3fVertex3(Single r, Single g, Single b, Single a, Single nx, Single ny, Single nz, Single x, Single y, Single z) { @@ -142125,7 +145243,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glColor4fNormal3fVertex3fvSUN")] + /// [requires: SUN_vertex] + [AutoGenerated(Category = "SUN_vertex", Version = "1.1", EntryPoint = "glColor4fNormal3fVertex3fvSUN")] public static void Color4fNormal3fVertex3(Single[] c, Single[] n, Single[] v) { @@ -142147,7 +145266,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glColor4fNormal3fVertex3fvSUN")] + /// [requires: SUN_vertex] + [AutoGenerated(Category = "SUN_vertex", Version = "1.1", EntryPoint = "glColor4fNormal3fVertex3fvSUN")] public static void Color4fNormal3fVertex3(ref Single c, ref Single n, ref Single v) { @@ -142169,8 +145289,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: SUN_vertex] [System.CLSCompliant(false)] - [AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glColor4fNormal3fVertex3fvSUN")] + [AutoGenerated(Category = "SUN_vertex", Version = "1.1", EntryPoint = "glColor4fNormal3fVertex3fvSUN")] public static unsafe void Color4fNormal3fVertex3(Single* c, Single* n, Single* v) { @@ -142184,7 +145305,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glColor4ubVertex2fSUN")] + /// [requires: SUN_vertex] + [AutoGenerated(Category = "SUN_vertex", Version = "1.1", EntryPoint = "glColor4ubVertex2fSUN")] public static void Color4ubVertex2(Byte r, Byte g, Byte b, Byte a, Single x, Single y) { @@ -142198,7 +145320,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glColor4ubVertex2fvSUN")] + /// [requires: SUN_vertex] + [AutoGenerated(Category = "SUN_vertex", Version = "1.1", EntryPoint = "glColor4ubVertex2fvSUN")] public static void Color4ubVertex2(Byte[] c, Single[] v) { @@ -142219,7 +145342,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glColor4ubVertex2fvSUN")] + /// [requires: SUN_vertex] + [AutoGenerated(Category = "SUN_vertex", Version = "1.1", EntryPoint = "glColor4ubVertex2fvSUN")] public static void Color4ubVertex2(ref Byte c, ref Single v) { @@ -142240,8 +145364,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: SUN_vertex] [System.CLSCompliant(false)] - [AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glColor4ubVertex2fvSUN")] + [AutoGenerated(Category = "SUN_vertex", Version = "1.1", EntryPoint = "glColor4ubVertex2fvSUN")] public static unsafe void Color4ubVertex2(Byte* c, Single* v) { @@ -142255,7 +145380,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glColor4ubVertex3fSUN")] + /// [requires: SUN_vertex] + [AutoGenerated(Category = "SUN_vertex", Version = "1.1", EntryPoint = "glColor4ubVertex3fSUN")] public static void Color4ubVertex3(Byte r, Byte g, Byte b, Byte a, Single x, Single y, Single z) { @@ -142269,7 +145395,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glColor4ubVertex3fvSUN")] + /// [requires: SUN_vertex] + [AutoGenerated(Category = "SUN_vertex", Version = "1.1", EntryPoint = "glColor4ubVertex3fvSUN")] public static void Color4ubVertex3(Byte[] c, Single[] v) { @@ -142290,7 +145417,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glColor4ubVertex3fvSUN")] + /// [requires: SUN_vertex] + [AutoGenerated(Category = "SUN_vertex", Version = "1.1", EntryPoint = "glColor4ubVertex3fvSUN")] public static void Color4ubVertex3(ref Byte c, ref Single v) { @@ -142311,8 +145439,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: SUN_vertex] [System.CLSCompliant(false)] - [AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glColor4ubVertex3fvSUN")] + [AutoGenerated(Category = "SUN_vertex", Version = "1.1", EntryPoint = "glColor4ubVertex3fvSUN")] public static unsafe void Color4ubVertex3(Byte* c, Single* v) { @@ -142326,7 +145455,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SunMeshArray", Version = "1.1", EntryPoint = "glDrawMeshArraysSUN")] + /// [requires: SUN_mesh_array] + [AutoGenerated(Category = "SUN_mesh_array", Version = "1.1", EntryPoint = "glDrawMeshArraysSUN")] public static void DrawMeshArrays(OpenTK.Graphics.OpenGL.BeginMode mode, Int32 first, Int32 count, Int32 width) { @@ -142340,8 +145470,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: SUN_global_alpha] [System.CLSCompliant(false)] - [AutoGenerated(Category = "SunGlobalAlpha", Version = "1.1", EntryPoint = "glGlobalAlphaFactorbSUN")] + [AutoGenerated(Category = "SUN_global_alpha", Version = "1.1", EntryPoint = "glGlobalAlphaFactorbSUN")] public static void GlobalAlphaFactor(SByte factor) { @@ -142355,7 +145486,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SunGlobalAlpha", Version = "1.1", EntryPoint = "glGlobalAlphaFactordSUN")] + /// [requires: SUN_global_alpha] + [AutoGenerated(Category = "SUN_global_alpha", Version = "1.1", EntryPoint = "glGlobalAlphaFactordSUN")] public static void GlobalAlphaFactor(Double factor) { @@ -142369,7 +145501,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SunGlobalAlpha", Version = "1.1", EntryPoint = "glGlobalAlphaFactorfSUN")] + /// [requires: SUN_global_alpha] + [AutoGenerated(Category = "SUN_global_alpha", Version = "1.1", EntryPoint = "glGlobalAlphaFactorfSUN")] public static void GlobalAlphaFactor(Single factor) { @@ -142383,7 +145516,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SunGlobalAlpha", Version = "1.1", EntryPoint = "glGlobalAlphaFactoriSUN")] + /// [requires: SUN_global_alpha] + [AutoGenerated(Category = "SUN_global_alpha", Version = "1.1", EntryPoint = "glGlobalAlphaFactoriSUN")] public static void GlobalAlphaFactor(Int32 factor) { @@ -142397,7 +145531,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SunGlobalAlpha", Version = "1.1", EntryPoint = "glGlobalAlphaFactorsSUN")] + /// [requires: SUN_global_alpha] + [AutoGenerated(Category = "SUN_global_alpha", Version = "1.1", EntryPoint = "glGlobalAlphaFactorsSUN")] public static void GlobalAlphaFactors(Int16 factor) { @@ -142411,7 +145546,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SunGlobalAlpha", Version = "1.1", EntryPoint = "glGlobalAlphaFactorubSUN")] + /// [requires: SUN_global_alpha] + [AutoGenerated(Category = "SUN_global_alpha", Version = "1.1", EntryPoint = "glGlobalAlphaFactorubSUN")] public static void GlobalAlphaFactor(Byte factor) { @@ -142425,8 +145561,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: SUN_global_alpha] [System.CLSCompliant(false)] - [AutoGenerated(Category = "SunGlobalAlpha", Version = "1.1", EntryPoint = "glGlobalAlphaFactoruiSUN")] + [AutoGenerated(Category = "SUN_global_alpha", Version = "1.1", EntryPoint = "glGlobalAlphaFactoruiSUN")] public static void GlobalAlphaFactor(UInt32 factor) { @@ -142440,7 +145577,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SunGlobalAlpha", Version = "1.1", EntryPoint = "glGlobalAlphaFactorusSUN")] + /// [requires: SUN_global_alpha] + [AutoGenerated(Category = "SUN_global_alpha", Version = "1.1", EntryPoint = "glGlobalAlphaFactorusSUN")] public static void GlobalAlphaFactor(Int16 factor) { @@ -142454,8 +145592,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: SUN_global_alpha] [System.CLSCompliant(false)] - [AutoGenerated(Category = "SunGlobalAlpha", Version = "1.1", EntryPoint = "glGlobalAlphaFactorusSUN")] + [AutoGenerated(Category = "SUN_global_alpha", Version = "1.1", EntryPoint = "glGlobalAlphaFactorusSUN")] public static void GlobalAlphaFactor(UInt16 factor) { @@ -142469,7 +145608,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glNormal3fVertex3fSUN")] + /// [requires: SUN_vertex] + [AutoGenerated(Category = "SUN_vertex", Version = "1.1", EntryPoint = "glNormal3fVertex3fSUN")] public static void Normal3fVertex3(Single nx, Single ny, Single nz, Single x, Single y, Single z) { @@ -142483,7 +145623,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glNormal3fVertex3fvSUN")] + /// [requires: SUN_vertex] + [AutoGenerated(Category = "SUN_vertex", Version = "1.1", EntryPoint = "glNormal3fVertex3fvSUN")] public static void Normal3fVertex3(Single[] n, Single[] v) { @@ -142504,7 +145645,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glNormal3fVertex3fvSUN")] + /// [requires: SUN_vertex] + [AutoGenerated(Category = "SUN_vertex", Version = "1.1", EntryPoint = "glNormal3fVertex3fvSUN")] public static void Normal3fVertex3(ref Single n, ref Single v) { @@ -142525,8 +145667,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: SUN_vertex] [System.CLSCompliant(false)] - [AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glNormal3fVertex3fvSUN")] + [AutoGenerated(Category = "SUN_vertex", Version = "1.1", EntryPoint = "glNormal3fVertex3fvSUN")] public static unsafe void Normal3fVertex3(Single* n, Single* v) { @@ -142540,7 +145683,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SunTriangleList", Version = "1.1", EntryPoint = "glReplacementCodePointerSUN")] + /// [requires: SUN_triangle_list] + [AutoGenerated(Category = "SUN_triangle_list", Version = "1.1", EntryPoint = "glReplacementCodePointerSUN")] public static void ReplacementCodePointer(OpenTK.Graphics.OpenGL.SunTriangleList type, Int32 stride, IntPtr pointer) { @@ -142554,7 +145698,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SunTriangleList", Version = "1.1", EntryPoint = "glReplacementCodePointerSUN")] + /// [requires: SUN_triangle_list] + [AutoGenerated(Category = "SUN_triangle_list", Version = "1.1", EntryPoint = "glReplacementCodePointerSUN")] public static void ReplacementCodePointer(OpenTK.Graphics.OpenGL.SunTriangleList type, Int32 stride, [InAttribute, OutAttribute] T2[] pointer) where T2 : struct @@ -142577,7 +145722,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SunTriangleList", Version = "1.1", EntryPoint = "glReplacementCodePointerSUN")] + /// [requires: SUN_triangle_list] + [AutoGenerated(Category = "SUN_triangle_list", Version = "1.1", EntryPoint = "glReplacementCodePointerSUN")] public static void ReplacementCodePointer(OpenTK.Graphics.OpenGL.SunTriangleList type, Int32 stride, [InAttribute, OutAttribute] T2[,] pointer) where T2 : struct @@ -142600,7 +145746,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SunTriangleList", Version = "1.1", EntryPoint = "glReplacementCodePointerSUN")] + /// [requires: SUN_triangle_list] + [AutoGenerated(Category = "SUN_triangle_list", Version = "1.1", EntryPoint = "glReplacementCodePointerSUN")] public static void ReplacementCodePointer(OpenTK.Graphics.OpenGL.SunTriangleList type, Int32 stride, [InAttribute, OutAttribute] T2[,,] pointer) where T2 : struct @@ -142623,7 +145770,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SunTriangleList", Version = "1.1", EntryPoint = "glReplacementCodePointerSUN")] + /// [requires: SUN_triangle_list] + [AutoGenerated(Category = "SUN_triangle_list", Version = "1.1", EntryPoint = "glReplacementCodePointerSUN")] public static void ReplacementCodePointer(OpenTK.Graphics.OpenGL.SunTriangleList type, Int32 stride, [InAttribute, OutAttribute] ref T2 pointer) where T2 : struct @@ -142647,7 +145795,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SunTriangleList", Version = "1.1", EntryPoint = "glReplacementCodeubSUN")] + /// [requires: SUN_triangle_list] + [AutoGenerated(Category = "SUN_triangle_list", Version = "1.1", EntryPoint = "glReplacementCodeubSUN")] public static void ReplacementCode(Byte code) { @@ -142661,7 +145810,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SunTriangleList", Version = "1.1", EntryPoint = "glReplacementCodeubvSUN")] + /// [requires: SUN_triangle_list] + [AutoGenerated(Category = "SUN_triangle_list", Version = "1.1", EntryPoint = "glReplacementCodeubvSUN")] public static void ReplacementCode(Byte[] code) { @@ -142681,8 +145831,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: SUN_triangle_list] [System.CLSCompliant(false)] - [AutoGenerated(Category = "SunTriangleList", Version = "1.1", EntryPoint = "glReplacementCodeubvSUN")] + [AutoGenerated(Category = "SUN_triangle_list", Version = "1.1", EntryPoint = "glReplacementCodeubvSUN")] public static unsafe void ReplacementCode(Byte* code) { @@ -142696,7 +145847,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glReplacementCodeuiColor3fVertex3fSUN")] + /// [requires: SUN_vertex] + [AutoGenerated(Category = "SUN_vertex", Version = "1.1", EntryPoint = "glReplacementCodeuiColor3fVertex3fSUN")] public static void ReplacementCodeuiColor3fVertex3(Int32 rc, Single r, Single g, Single b, Single x, Single y, Single z) { @@ -142710,8 +145862,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: SUN_vertex] [System.CLSCompliant(false)] - [AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glReplacementCodeuiColor3fVertex3fSUN")] + [AutoGenerated(Category = "SUN_vertex", Version = "1.1", EntryPoint = "glReplacementCodeuiColor3fVertex3fSUN")] public static void ReplacementCodeuiColor3fVertex3(UInt32 rc, Single r, Single g, Single b, Single x, Single y, Single z) { @@ -142725,7 +145878,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glReplacementCodeuiColor3fVertex3fvSUN")] + /// [requires: SUN_vertex] + [AutoGenerated(Category = "SUN_vertex", Version = "1.1", EntryPoint = "glReplacementCodeuiColor3fVertex3fvSUN")] public static void ReplacementCodeuiColor3fVertex3(ref Int32 rc, ref Single c, ref Single v) { @@ -142747,8 +145901,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: SUN_vertex] [System.CLSCompliant(false)] - [AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glReplacementCodeuiColor3fVertex3fvSUN")] + [AutoGenerated(Category = "SUN_vertex", Version = "1.1", EntryPoint = "glReplacementCodeuiColor3fVertex3fvSUN")] public static unsafe void ReplacementCodeuiColor3fVertex3(Int32* rc, Single[] c, Single[] v) { @@ -142766,8 +145921,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: SUN_vertex] [System.CLSCompliant(false)] - [AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glReplacementCodeuiColor3fVertex3fvSUN")] + [AutoGenerated(Category = "SUN_vertex", Version = "1.1", EntryPoint = "glReplacementCodeuiColor3fVertex3fvSUN")] public static unsafe void ReplacementCodeuiColor3fVertex3(Int32* rc, Single* c, Single* v) { @@ -142781,8 +145937,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: SUN_vertex] [System.CLSCompliant(false)] - [AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glReplacementCodeuiColor3fVertex3fvSUN")] + [AutoGenerated(Category = "SUN_vertex", Version = "1.1", EntryPoint = "glReplacementCodeuiColor3fVertex3fvSUN")] public static void ReplacementCodeuiColor3fVertex3(ref UInt32 rc, ref Single c, ref Single v) { @@ -142804,8 +145961,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: SUN_vertex] [System.CLSCompliant(false)] - [AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glReplacementCodeuiColor3fVertex3fvSUN")] + [AutoGenerated(Category = "SUN_vertex", Version = "1.1", EntryPoint = "glReplacementCodeuiColor3fVertex3fvSUN")] public static unsafe void ReplacementCodeuiColor3fVertex3(UInt32* rc, Single[] c, Single[] v) { @@ -142823,8 +145981,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: SUN_vertex] [System.CLSCompliant(false)] - [AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glReplacementCodeuiColor3fVertex3fvSUN")] + [AutoGenerated(Category = "SUN_vertex", Version = "1.1", EntryPoint = "glReplacementCodeuiColor3fVertex3fvSUN")] public static unsafe void ReplacementCodeuiColor3fVertex3(UInt32* rc, Single* c, Single* v) { @@ -142838,7 +145997,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glReplacementCodeuiColor4fNormal3fVertex3fSUN")] + /// [requires: SUN_vertex] + [AutoGenerated(Category = "SUN_vertex", Version = "1.1", EntryPoint = "glReplacementCodeuiColor4fNormal3fVertex3fSUN")] public static void ReplacementCodeuiColor4fNormal3fVertex3(Int32 rc, Single r, Single g, Single b, Single a, Single nx, Single ny, Single nz, Single x, Single y, Single z) { @@ -142852,8 +146012,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: SUN_vertex] [System.CLSCompliant(false)] - [AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glReplacementCodeuiColor4fNormal3fVertex3fSUN")] + [AutoGenerated(Category = "SUN_vertex", Version = "1.1", EntryPoint = "glReplacementCodeuiColor4fNormal3fVertex3fSUN")] public static void ReplacementCodeuiColor4fNormal3fVertex3(UInt32 rc, Single r, Single g, Single b, Single a, Single nx, Single ny, Single nz, Single x, Single y, Single z) { @@ -142867,7 +146028,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glReplacementCodeuiColor4fNormal3fVertex3fvSUN")] + /// [requires: SUN_vertex] + [AutoGenerated(Category = "SUN_vertex", Version = "1.1", EntryPoint = "glReplacementCodeuiColor4fNormal3fVertex3fvSUN")] public static void ReplacementCodeuiColor4fNormal3fVertex3(ref Int32 rc, ref Single c, ref Single n, ref Single v) { @@ -142890,8 +146052,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: SUN_vertex] [System.CLSCompliant(false)] - [AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glReplacementCodeuiColor4fNormal3fVertex3fvSUN")] + [AutoGenerated(Category = "SUN_vertex", Version = "1.1", EntryPoint = "glReplacementCodeuiColor4fNormal3fVertex3fvSUN")] public static unsafe void ReplacementCodeuiColor4fNormal3fVertex3(Int32* rc, Single[] c, Single[] n, Single[] v) { @@ -142910,8 +146073,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: SUN_vertex] [System.CLSCompliant(false)] - [AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glReplacementCodeuiColor4fNormal3fVertex3fvSUN")] + [AutoGenerated(Category = "SUN_vertex", Version = "1.1", EntryPoint = "glReplacementCodeuiColor4fNormal3fVertex3fvSUN")] public static unsafe void ReplacementCodeuiColor4fNormal3fVertex3(Int32* rc, Single* c, Single* n, Single* v) { @@ -142925,8 +146089,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: SUN_vertex] [System.CLSCompliant(false)] - [AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glReplacementCodeuiColor4fNormal3fVertex3fvSUN")] + [AutoGenerated(Category = "SUN_vertex", Version = "1.1", EntryPoint = "glReplacementCodeuiColor4fNormal3fVertex3fvSUN")] public static void ReplacementCodeuiColor4fNormal3fVertex3(ref UInt32 rc, ref Single c, ref Single n, ref Single v) { @@ -142949,8 +146114,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: SUN_vertex] [System.CLSCompliant(false)] - [AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glReplacementCodeuiColor4fNormal3fVertex3fvSUN")] + [AutoGenerated(Category = "SUN_vertex", Version = "1.1", EntryPoint = "glReplacementCodeuiColor4fNormal3fVertex3fvSUN")] public static unsafe void ReplacementCodeuiColor4fNormal3fVertex3(UInt32* rc, Single[] c, Single[] n, Single[] v) { @@ -142969,8 +146135,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: SUN_vertex] [System.CLSCompliant(false)] - [AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glReplacementCodeuiColor4fNormal3fVertex3fvSUN")] + [AutoGenerated(Category = "SUN_vertex", Version = "1.1", EntryPoint = "glReplacementCodeuiColor4fNormal3fVertex3fvSUN")] public static unsafe void ReplacementCodeuiColor4fNormal3fVertex3(UInt32* rc, Single* c, Single* n, Single* v) { @@ -142984,7 +146151,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glReplacementCodeuiColor4ubVertex3fSUN")] + /// [requires: SUN_vertex] + [AutoGenerated(Category = "SUN_vertex", Version = "1.1", EntryPoint = "glReplacementCodeuiColor4ubVertex3fSUN")] public static void ReplacementCodeuiColor4ubVertex3(Int32 rc, Byte r, Byte g, Byte b, Byte a, Single x, Single y, Single z) { @@ -142998,8 +146166,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: SUN_vertex] [System.CLSCompliant(false)] - [AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glReplacementCodeuiColor4ubVertex3fSUN")] + [AutoGenerated(Category = "SUN_vertex", Version = "1.1", EntryPoint = "glReplacementCodeuiColor4ubVertex3fSUN")] public static void ReplacementCodeuiColor4ubVertex3(UInt32 rc, Byte r, Byte g, Byte b, Byte a, Single x, Single y, Single z) { @@ -143013,7 +146182,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glReplacementCodeuiColor4ubVertex3fvSUN")] + /// [requires: SUN_vertex] + [AutoGenerated(Category = "SUN_vertex", Version = "1.1", EntryPoint = "glReplacementCodeuiColor4ubVertex3fvSUN")] public static void ReplacementCodeuiColor4ubVertex3(ref Int32 rc, ref Byte c, ref Single v) { @@ -143035,8 +146205,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: SUN_vertex] [System.CLSCompliant(false)] - [AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glReplacementCodeuiColor4ubVertex3fvSUN")] + [AutoGenerated(Category = "SUN_vertex", Version = "1.1", EntryPoint = "glReplacementCodeuiColor4ubVertex3fvSUN")] public static unsafe void ReplacementCodeuiColor4ubVertex3(Int32* rc, Byte[] c, Single[] v) { @@ -143054,8 +146225,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: SUN_vertex] [System.CLSCompliant(false)] - [AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glReplacementCodeuiColor4ubVertex3fvSUN")] + [AutoGenerated(Category = "SUN_vertex", Version = "1.1", EntryPoint = "glReplacementCodeuiColor4ubVertex3fvSUN")] public static unsafe void ReplacementCodeuiColor4ubVertex3(Int32* rc, Byte* c, Single* v) { @@ -143069,8 +146241,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: SUN_vertex] [System.CLSCompliant(false)] - [AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glReplacementCodeuiColor4ubVertex3fvSUN")] + [AutoGenerated(Category = "SUN_vertex", Version = "1.1", EntryPoint = "glReplacementCodeuiColor4ubVertex3fvSUN")] public static void ReplacementCodeuiColor4ubVertex3(ref UInt32 rc, ref Byte c, ref Single v) { @@ -143092,8 +146265,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: SUN_vertex] [System.CLSCompliant(false)] - [AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glReplacementCodeuiColor4ubVertex3fvSUN")] + [AutoGenerated(Category = "SUN_vertex", Version = "1.1", EntryPoint = "glReplacementCodeuiColor4ubVertex3fvSUN")] public static unsafe void ReplacementCodeuiColor4ubVertex3(UInt32* rc, Byte[] c, Single[] v) { @@ -143111,8 +146285,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: SUN_vertex] [System.CLSCompliant(false)] - [AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glReplacementCodeuiColor4ubVertex3fvSUN")] + [AutoGenerated(Category = "SUN_vertex", Version = "1.1", EntryPoint = "glReplacementCodeuiColor4ubVertex3fvSUN")] public static unsafe void ReplacementCodeuiColor4ubVertex3(UInt32* rc, Byte* c, Single* v) { @@ -143126,7 +146301,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glReplacementCodeuiNormal3fVertex3fSUN")] + /// [requires: SUN_vertex] + [AutoGenerated(Category = "SUN_vertex", Version = "1.1", EntryPoint = "glReplacementCodeuiNormal3fVertex3fSUN")] public static void ReplacementCodeuiNormal3fVertex3(Int32 rc, Single nx, Single ny, Single nz, Single x, Single y, Single z) { @@ -143140,8 +146316,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: SUN_vertex] [System.CLSCompliant(false)] - [AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glReplacementCodeuiNormal3fVertex3fSUN")] + [AutoGenerated(Category = "SUN_vertex", Version = "1.1", EntryPoint = "glReplacementCodeuiNormal3fVertex3fSUN")] public static void ReplacementCodeuiNormal3fVertex3(UInt32 rc, Single nx, Single ny, Single nz, Single x, Single y, Single z) { @@ -143155,7 +146332,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glReplacementCodeuiNormal3fVertex3fvSUN")] + /// [requires: SUN_vertex] + [AutoGenerated(Category = "SUN_vertex", Version = "1.1", EntryPoint = "glReplacementCodeuiNormal3fVertex3fvSUN")] public static void ReplacementCodeuiNormal3fVertex3(ref Int32 rc, ref Single n, ref Single v) { @@ -143177,8 +146355,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: SUN_vertex] [System.CLSCompliant(false)] - [AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glReplacementCodeuiNormal3fVertex3fvSUN")] + [AutoGenerated(Category = "SUN_vertex", Version = "1.1", EntryPoint = "glReplacementCodeuiNormal3fVertex3fvSUN")] public static unsafe void ReplacementCodeuiNormal3fVertex3(Int32* rc, Single[] n, Single[] v) { @@ -143196,8 +146375,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: SUN_vertex] [System.CLSCompliant(false)] - [AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glReplacementCodeuiNormal3fVertex3fvSUN")] + [AutoGenerated(Category = "SUN_vertex", Version = "1.1", EntryPoint = "glReplacementCodeuiNormal3fVertex3fvSUN")] public static unsafe void ReplacementCodeuiNormal3fVertex3(Int32* rc, Single* n, Single* v) { @@ -143211,8 +146391,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: SUN_vertex] [System.CLSCompliant(false)] - [AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glReplacementCodeuiNormal3fVertex3fvSUN")] + [AutoGenerated(Category = "SUN_vertex", Version = "1.1", EntryPoint = "glReplacementCodeuiNormal3fVertex3fvSUN")] public static void ReplacementCodeuiNormal3fVertex3(ref UInt32 rc, ref Single n, ref Single v) { @@ -143234,8 +146415,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: SUN_vertex] [System.CLSCompliant(false)] - [AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glReplacementCodeuiNormal3fVertex3fvSUN")] + [AutoGenerated(Category = "SUN_vertex", Version = "1.1", EntryPoint = "glReplacementCodeuiNormal3fVertex3fvSUN")] public static unsafe void ReplacementCodeuiNormal3fVertex3(UInt32* rc, Single[] n, Single[] v) { @@ -143253,8 +146435,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: SUN_vertex] [System.CLSCompliant(false)] - [AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glReplacementCodeuiNormal3fVertex3fvSUN")] + [AutoGenerated(Category = "SUN_vertex", Version = "1.1", EntryPoint = "glReplacementCodeuiNormal3fVertex3fvSUN")] public static unsafe void ReplacementCodeuiNormal3fVertex3(UInt32* rc, Single* n, Single* v) { @@ -143268,7 +146451,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SunTriangleList", Version = "1.1", EntryPoint = "glReplacementCodeuiSUN")] + /// [requires: SUN_triangle_list] + [AutoGenerated(Category = "SUN_triangle_list", Version = "1.1", EntryPoint = "glReplacementCodeuiSUN")] public static void ReplacementCode(Int32 code) { @@ -143282,8 +146466,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: SUN_triangle_list] [System.CLSCompliant(false)] - [AutoGenerated(Category = "SunTriangleList", Version = "1.1", EntryPoint = "glReplacementCodeuiSUN")] + [AutoGenerated(Category = "SUN_triangle_list", Version = "1.1", EntryPoint = "glReplacementCodeuiSUN")] public static void ReplacementCode(UInt32 code) { @@ -143297,7 +146482,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fSUN")] + /// [requires: SUN_vertex] + [AutoGenerated(Category = "SUN_vertex", Version = "1.1", EntryPoint = "glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fSUN")] public static void ReplacementCodeuiTexCoord2fColor4fNormal3fVertex3(Int32 rc, Single s, Single t, Single r, Single g, Single b, Single a, Single nx, Single ny, Single nz, Single x, Single y, Single z) { @@ -143311,8 +146497,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: SUN_vertex] [System.CLSCompliant(false)] - [AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fSUN")] + [AutoGenerated(Category = "SUN_vertex", Version = "1.1", EntryPoint = "glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fSUN")] public static void ReplacementCodeuiTexCoord2fColor4fNormal3fVertex3(UInt32 rc, Single s, Single t, Single r, Single g, Single b, Single a, Single nx, Single ny, Single nz, Single x, Single y, Single z) { @@ -143326,7 +146513,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN")] + /// [requires: SUN_vertex] + [AutoGenerated(Category = "SUN_vertex", Version = "1.1", EntryPoint = "glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN")] public static void ReplacementCodeuiTexCoord2fColor4fNormal3fVertex3(ref Int32 rc, ref Single tc, ref Single c, ref Single n, ref Single v) { @@ -143350,8 +146538,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: SUN_vertex] [System.CLSCompliant(false)] - [AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN")] + [AutoGenerated(Category = "SUN_vertex", Version = "1.1", EntryPoint = "glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN")] public static unsafe void ReplacementCodeuiTexCoord2fColor4fNormal3fVertex3(Int32* rc, Single[] tc, Single[] c, Single[] n, Single[] v) { @@ -143371,8 +146560,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: SUN_vertex] [System.CLSCompliant(false)] - [AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN")] + [AutoGenerated(Category = "SUN_vertex", Version = "1.1", EntryPoint = "glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN")] public static unsafe void ReplacementCodeuiTexCoord2fColor4fNormal3fVertex3(Int32* rc, Single* tc, Single* c, Single* n, Single* v) { @@ -143386,8 +146576,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: SUN_vertex] [System.CLSCompliant(false)] - [AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN")] + [AutoGenerated(Category = "SUN_vertex", Version = "1.1", EntryPoint = "glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN")] public static void ReplacementCodeuiTexCoord2fColor4fNormal3fVertex3(ref UInt32 rc, ref Single tc, ref Single c, ref Single n, ref Single v) { @@ -143411,8 +146602,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: SUN_vertex] [System.CLSCompliant(false)] - [AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN")] + [AutoGenerated(Category = "SUN_vertex", Version = "1.1", EntryPoint = "glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN")] public static unsafe void ReplacementCodeuiTexCoord2fColor4fNormal3fVertex3(UInt32* rc, Single[] tc, Single[] c, Single[] n, Single[] v) { @@ -143432,8 +146624,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: SUN_vertex] [System.CLSCompliant(false)] - [AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN")] + [AutoGenerated(Category = "SUN_vertex", Version = "1.1", EntryPoint = "glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN")] public static unsafe void ReplacementCodeuiTexCoord2fColor4fNormal3fVertex3(UInt32* rc, Single* tc, Single* c, Single* n, Single* v) { @@ -143447,7 +146640,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glReplacementCodeuiTexCoord2fNormal3fVertex3fSUN")] + /// [requires: SUN_vertex] + [AutoGenerated(Category = "SUN_vertex", Version = "1.1", EntryPoint = "glReplacementCodeuiTexCoord2fNormal3fVertex3fSUN")] public static void ReplacementCodeuiTexCoord2fNormal3fVertex3(Int32 rc, Single s, Single t, Single nx, Single ny, Single nz, Single x, Single y, Single z) { @@ -143461,8 +146655,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: SUN_vertex] [System.CLSCompliant(false)] - [AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glReplacementCodeuiTexCoord2fNormal3fVertex3fSUN")] + [AutoGenerated(Category = "SUN_vertex", Version = "1.1", EntryPoint = "glReplacementCodeuiTexCoord2fNormal3fVertex3fSUN")] public static void ReplacementCodeuiTexCoord2fNormal3fVertex3(UInt32 rc, Single s, Single t, Single nx, Single ny, Single nz, Single x, Single y, Single z) { @@ -143476,7 +146671,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN")] + /// [requires: SUN_vertex] + [AutoGenerated(Category = "SUN_vertex", Version = "1.1", EntryPoint = "glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN")] public static void ReplacementCodeuiTexCoord2fNormal3fVertex3(ref Int32 rc, ref Single tc, ref Single n, ref Single v) { @@ -143499,8 +146695,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: SUN_vertex] [System.CLSCompliant(false)] - [AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN")] + [AutoGenerated(Category = "SUN_vertex", Version = "1.1", EntryPoint = "glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN")] public static unsafe void ReplacementCodeuiTexCoord2fNormal3fVertex3(Int32* rc, Single[] tc, Single[] n, Single[] v) { @@ -143519,8 +146716,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: SUN_vertex] [System.CLSCompliant(false)] - [AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN")] + [AutoGenerated(Category = "SUN_vertex", Version = "1.1", EntryPoint = "glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN")] public static unsafe void ReplacementCodeuiTexCoord2fNormal3fVertex3(Int32* rc, Single* tc, Single* n, Single* v) { @@ -143534,8 +146732,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: SUN_vertex] [System.CLSCompliant(false)] - [AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN")] + [AutoGenerated(Category = "SUN_vertex", Version = "1.1", EntryPoint = "glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN")] public static void ReplacementCodeuiTexCoord2fNormal3fVertex3(ref UInt32 rc, ref Single tc, ref Single n, ref Single v) { @@ -143558,8 +146757,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: SUN_vertex] [System.CLSCompliant(false)] - [AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN")] + [AutoGenerated(Category = "SUN_vertex", Version = "1.1", EntryPoint = "glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN")] public static unsafe void ReplacementCodeuiTexCoord2fNormal3fVertex3(UInt32* rc, Single[] tc, Single[] n, Single[] v) { @@ -143578,8 +146778,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: SUN_vertex] [System.CLSCompliant(false)] - [AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN")] + [AutoGenerated(Category = "SUN_vertex", Version = "1.1", EntryPoint = "glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN")] public static unsafe void ReplacementCodeuiTexCoord2fNormal3fVertex3(UInt32* rc, Single* tc, Single* n, Single* v) { @@ -143593,7 +146794,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glReplacementCodeuiTexCoord2fVertex3fSUN")] + /// [requires: SUN_vertex] + [AutoGenerated(Category = "SUN_vertex", Version = "1.1", EntryPoint = "glReplacementCodeuiTexCoord2fVertex3fSUN")] public static void ReplacementCodeuiTexCoord2fVertex3(Int32 rc, Single s, Single t, Single x, Single y, Single z) { @@ -143607,8 +146809,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: SUN_vertex] [System.CLSCompliant(false)] - [AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glReplacementCodeuiTexCoord2fVertex3fSUN")] + [AutoGenerated(Category = "SUN_vertex", Version = "1.1", EntryPoint = "glReplacementCodeuiTexCoord2fVertex3fSUN")] public static void ReplacementCodeuiTexCoord2fVertex3(UInt32 rc, Single s, Single t, Single x, Single y, Single z) { @@ -143622,7 +146825,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glReplacementCodeuiTexCoord2fVertex3fvSUN")] + /// [requires: SUN_vertex] + [AutoGenerated(Category = "SUN_vertex", Version = "1.1", EntryPoint = "glReplacementCodeuiTexCoord2fVertex3fvSUN")] public static void ReplacementCodeuiTexCoord2fVertex3(ref Int32 rc, ref Single tc, ref Single v) { @@ -143644,8 +146848,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: SUN_vertex] [System.CLSCompliant(false)] - [AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glReplacementCodeuiTexCoord2fVertex3fvSUN")] + [AutoGenerated(Category = "SUN_vertex", Version = "1.1", EntryPoint = "glReplacementCodeuiTexCoord2fVertex3fvSUN")] public static unsafe void ReplacementCodeuiTexCoord2fVertex3(Int32* rc, Single[] tc, Single[] v) { @@ -143663,8 +146868,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: SUN_vertex] [System.CLSCompliant(false)] - [AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glReplacementCodeuiTexCoord2fVertex3fvSUN")] + [AutoGenerated(Category = "SUN_vertex", Version = "1.1", EntryPoint = "glReplacementCodeuiTexCoord2fVertex3fvSUN")] public static unsafe void ReplacementCodeuiTexCoord2fVertex3(Int32* rc, Single* tc, Single* v) { @@ -143678,8 +146884,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: SUN_vertex] [System.CLSCompliant(false)] - [AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glReplacementCodeuiTexCoord2fVertex3fvSUN")] + [AutoGenerated(Category = "SUN_vertex", Version = "1.1", EntryPoint = "glReplacementCodeuiTexCoord2fVertex3fvSUN")] public static void ReplacementCodeuiTexCoord2fVertex3(ref UInt32 rc, ref Single tc, ref Single v) { @@ -143701,8 +146908,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: SUN_vertex] [System.CLSCompliant(false)] - [AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glReplacementCodeuiTexCoord2fVertex3fvSUN")] + [AutoGenerated(Category = "SUN_vertex", Version = "1.1", EntryPoint = "glReplacementCodeuiTexCoord2fVertex3fvSUN")] public static unsafe void ReplacementCodeuiTexCoord2fVertex3(UInt32* rc, Single[] tc, Single[] v) { @@ -143720,8 +146928,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: SUN_vertex] [System.CLSCompliant(false)] - [AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glReplacementCodeuiTexCoord2fVertex3fvSUN")] + [AutoGenerated(Category = "SUN_vertex", Version = "1.1", EntryPoint = "glReplacementCodeuiTexCoord2fVertex3fvSUN")] public static unsafe void ReplacementCodeuiTexCoord2fVertex3(UInt32* rc, Single* tc, Single* v) { @@ -143735,7 +146944,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glReplacementCodeuiVertex3fSUN")] + /// [requires: SUN_vertex] + [AutoGenerated(Category = "SUN_vertex", Version = "1.1", EntryPoint = "glReplacementCodeuiVertex3fSUN")] public static void ReplacementCodeuiVertex3(Int32 rc, Single x, Single y, Single z) { @@ -143749,8 +146959,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: SUN_vertex] [System.CLSCompliant(false)] - [AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glReplacementCodeuiVertex3fSUN")] + [AutoGenerated(Category = "SUN_vertex", Version = "1.1", EntryPoint = "glReplacementCodeuiVertex3fSUN")] public static void ReplacementCodeuiVertex3(UInt32 rc, Single x, Single y, Single z) { @@ -143764,7 +146975,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glReplacementCodeuiVertex3fvSUN")] + /// [requires: SUN_vertex] + [AutoGenerated(Category = "SUN_vertex", Version = "1.1", EntryPoint = "glReplacementCodeuiVertex3fvSUN")] public static void ReplacementCodeuiVertex3(ref Int32 rc, ref Single v) { @@ -143785,8 +146997,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: SUN_vertex] [System.CLSCompliant(false)] - [AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glReplacementCodeuiVertex3fvSUN")] + [AutoGenerated(Category = "SUN_vertex", Version = "1.1", EntryPoint = "glReplacementCodeuiVertex3fvSUN")] public static unsafe void ReplacementCodeuiVertex3(Int32* rc, Single[] v) { @@ -143803,8 +147016,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: SUN_vertex] [System.CLSCompliant(false)] - [AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glReplacementCodeuiVertex3fvSUN")] + [AutoGenerated(Category = "SUN_vertex", Version = "1.1", EntryPoint = "glReplacementCodeuiVertex3fvSUN")] public static unsafe void ReplacementCodeuiVertex3(Int32* rc, Single* v) { @@ -143818,8 +147032,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: SUN_vertex] [System.CLSCompliant(false)] - [AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glReplacementCodeuiVertex3fvSUN")] + [AutoGenerated(Category = "SUN_vertex", Version = "1.1", EntryPoint = "glReplacementCodeuiVertex3fvSUN")] public static void ReplacementCodeuiVertex3(ref UInt32 rc, ref Single v) { @@ -143840,8 +147055,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: SUN_vertex] [System.CLSCompliant(false)] - [AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glReplacementCodeuiVertex3fvSUN")] + [AutoGenerated(Category = "SUN_vertex", Version = "1.1", EntryPoint = "glReplacementCodeuiVertex3fvSUN")] public static unsafe void ReplacementCodeuiVertex3(UInt32* rc, Single[] v) { @@ -143858,8 +147074,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: SUN_vertex] [System.CLSCompliant(false)] - [AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glReplacementCodeuiVertex3fvSUN")] + [AutoGenerated(Category = "SUN_vertex", Version = "1.1", EntryPoint = "glReplacementCodeuiVertex3fvSUN")] public static unsafe void ReplacementCodeuiVertex3(UInt32* rc, Single* v) { @@ -143873,7 +147090,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SunTriangleList", Version = "1.1", EntryPoint = "glReplacementCodeuivSUN")] + /// [requires: SUN_triangle_list] + [AutoGenerated(Category = "SUN_triangle_list", Version = "1.1", EntryPoint = "glReplacementCodeuivSUN")] public static void ReplacementCode(Int32[] code) { @@ -143893,8 +147111,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: SUN_triangle_list] [System.CLSCompliant(false)] - [AutoGenerated(Category = "SunTriangleList", Version = "1.1", EntryPoint = "glReplacementCodeuivSUN")] + [AutoGenerated(Category = "SUN_triangle_list", Version = "1.1", EntryPoint = "glReplacementCodeuivSUN")] public static unsafe void ReplacementCode(Int32* code) { @@ -143908,8 +147127,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: SUN_triangle_list] [System.CLSCompliant(false)] - [AutoGenerated(Category = "SunTriangleList", Version = "1.1", EntryPoint = "glReplacementCodeuivSUN")] + [AutoGenerated(Category = "SUN_triangle_list", Version = "1.1", EntryPoint = "glReplacementCodeuivSUN")] public static void ReplacementCode(UInt32[] code) { @@ -143929,8 +147149,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: SUN_triangle_list] [System.CLSCompliant(false)] - [AutoGenerated(Category = "SunTriangleList", Version = "1.1", EntryPoint = "glReplacementCodeuivSUN")] + [AutoGenerated(Category = "SUN_triangle_list", Version = "1.1", EntryPoint = "glReplacementCodeuivSUN")] public static unsafe void ReplacementCode(UInt32* code) { @@ -143944,7 +147165,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SunTriangleList", Version = "1.1", EntryPoint = "glReplacementCodeusSUN")] + /// [requires: SUN_triangle_list] + [AutoGenerated(Category = "SUN_triangle_list", Version = "1.1", EntryPoint = "glReplacementCodeusSUN")] public static void ReplacementCode(Int16 code) { @@ -143958,8 +147180,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: SUN_triangle_list] [System.CLSCompliant(false)] - [AutoGenerated(Category = "SunTriangleList", Version = "1.1", EntryPoint = "glReplacementCodeusSUN")] + [AutoGenerated(Category = "SUN_triangle_list", Version = "1.1", EntryPoint = "glReplacementCodeusSUN")] public static void ReplacementCode(UInt16 code) { @@ -143973,7 +147196,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SunTriangleList", Version = "1.1", EntryPoint = "glReplacementCodeusvSUN")] + /// [requires: SUN_triangle_list] + [AutoGenerated(Category = "SUN_triangle_list", Version = "1.1", EntryPoint = "glReplacementCodeusvSUN")] public static void ReplacementCode(Int16[] code) { @@ -143993,8 +147217,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: SUN_triangle_list] [System.CLSCompliant(false)] - [AutoGenerated(Category = "SunTriangleList", Version = "1.1", EntryPoint = "glReplacementCodeusvSUN")] + [AutoGenerated(Category = "SUN_triangle_list", Version = "1.1", EntryPoint = "glReplacementCodeusvSUN")] public static unsafe void ReplacementCode(Int16* code) { @@ -144008,8 +147233,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: SUN_triangle_list] [System.CLSCompliant(false)] - [AutoGenerated(Category = "SunTriangleList", Version = "1.1", EntryPoint = "glReplacementCodeusvSUN")] + [AutoGenerated(Category = "SUN_triangle_list", Version = "1.1", EntryPoint = "glReplacementCodeusvSUN")] public static void ReplacementCode(UInt16[] code) { @@ -144029,8 +147255,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: SUN_triangle_list] [System.CLSCompliant(false)] - [AutoGenerated(Category = "SunTriangleList", Version = "1.1", EntryPoint = "glReplacementCodeusvSUN")] + [AutoGenerated(Category = "SUN_triangle_list", Version = "1.1", EntryPoint = "glReplacementCodeusvSUN")] public static unsafe void ReplacementCode(UInt16* code) { @@ -144044,7 +147271,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glTexCoord2fColor3fVertex3fSUN")] + /// [requires: SUN_vertex] + [AutoGenerated(Category = "SUN_vertex", Version = "1.1", EntryPoint = "glTexCoord2fColor3fVertex3fSUN")] public static void TexCoord2fColor3fVertex3(Single s, Single t, Single r, Single g, Single b, Single x, Single y, Single z) { @@ -144058,7 +147286,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glTexCoord2fColor3fVertex3fvSUN")] + /// [requires: SUN_vertex] + [AutoGenerated(Category = "SUN_vertex", Version = "1.1", EntryPoint = "glTexCoord2fColor3fVertex3fvSUN")] public static void TexCoord2fColor3fVertex3(Single[] tc, Single[] c, Single[] v) { @@ -144080,7 +147309,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glTexCoord2fColor3fVertex3fvSUN")] + /// [requires: SUN_vertex] + [AutoGenerated(Category = "SUN_vertex", Version = "1.1", EntryPoint = "glTexCoord2fColor3fVertex3fvSUN")] public static void TexCoord2fColor3fVertex3(ref Single tc, ref Single c, ref Single v) { @@ -144102,8 +147332,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: SUN_vertex] [System.CLSCompliant(false)] - [AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glTexCoord2fColor3fVertex3fvSUN")] + [AutoGenerated(Category = "SUN_vertex", Version = "1.1", EntryPoint = "glTexCoord2fColor3fVertex3fvSUN")] public static unsafe void TexCoord2fColor3fVertex3(Single* tc, Single* c, Single* v) { @@ -144117,7 +147348,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glTexCoord2fColor4fNormal3fVertex3fSUN")] + /// [requires: SUN_vertex] + [AutoGenerated(Category = "SUN_vertex", Version = "1.1", EntryPoint = "glTexCoord2fColor4fNormal3fVertex3fSUN")] public static void TexCoord2fColor4fNormal3fVertex3(Single s, Single t, Single r, Single g, Single b, Single a, Single nx, Single ny, Single nz, Single x, Single y, Single z) { @@ -144131,7 +147363,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glTexCoord2fColor4fNormal3fVertex3fvSUN")] + /// [requires: SUN_vertex] + [AutoGenerated(Category = "SUN_vertex", Version = "1.1", EntryPoint = "glTexCoord2fColor4fNormal3fVertex3fvSUN")] public static void TexCoord2fColor4fNormal3fVertex3(Single[] tc, Single[] c, Single[] n, Single[] v) { @@ -144154,7 +147387,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glTexCoord2fColor4fNormal3fVertex3fvSUN")] + /// [requires: SUN_vertex] + [AutoGenerated(Category = "SUN_vertex", Version = "1.1", EntryPoint = "glTexCoord2fColor4fNormal3fVertex3fvSUN")] public static void TexCoord2fColor4fNormal3fVertex3(ref Single tc, ref Single c, ref Single n, ref Single v) { @@ -144177,8 +147411,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: SUN_vertex] [System.CLSCompliant(false)] - [AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glTexCoord2fColor4fNormal3fVertex3fvSUN")] + [AutoGenerated(Category = "SUN_vertex", Version = "1.1", EntryPoint = "glTexCoord2fColor4fNormal3fVertex3fvSUN")] public static unsafe void TexCoord2fColor4fNormal3fVertex3(Single* tc, Single* c, Single* n, Single* v) { @@ -144192,7 +147427,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glTexCoord2fColor4ubVertex3fSUN")] + /// [requires: SUN_vertex] + [AutoGenerated(Category = "SUN_vertex", Version = "1.1", EntryPoint = "glTexCoord2fColor4ubVertex3fSUN")] public static void TexCoord2fColor4ubVertex3(Single s, Single t, Byte r, Byte g, Byte b, Byte a, Single x, Single y, Single z) { @@ -144206,7 +147442,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glTexCoord2fColor4ubVertex3fvSUN")] + /// [requires: SUN_vertex] + [AutoGenerated(Category = "SUN_vertex", Version = "1.1", EntryPoint = "glTexCoord2fColor4ubVertex3fvSUN")] public static void TexCoord2fColor4ubVertex3(Single[] tc, Byte[] c, Single[] v) { @@ -144228,7 +147465,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glTexCoord2fColor4ubVertex3fvSUN")] + /// [requires: SUN_vertex] + [AutoGenerated(Category = "SUN_vertex", Version = "1.1", EntryPoint = "glTexCoord2fColor4ubVertex3fvSUN")] public static void TexCoord2fColor4ubVertex3(ref Single tc, ref Byte c, ref Single v) { @@ -144250,8 +147488,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: SUN_vertex] [System.CLSCompliant(false)] - [AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glTexCoord2fColor4ubVertex3fvSUN")] + [AutoGenerated(Category = "SUN_vertex", Version = "1.1", EntryPoint = "glTexCoord2fColor4ubVertex3fvSUN")] public static unsafe void TexCoord2fColor4ubVertex3(Single* tc, Byte* c, Single* v) { @@ -144265,7 +147504,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glTexCoord2fNormal3fVertex3fSUN")] + /// [requires: SUN_vertex] + [AutoGenerated(Category = "SUN_vertex", Version = "1.1", EntryPoint = "glTexCoord2fNormal3fVertex3fSUN")] public static void TexCoord2fNormal3fVertex3(Single s, Single t, Single nx, Single ny, Single nz, Single x, Single y, Single z) { @@ -144279,7 +147519,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glTexCoord2fNormal3fVertex3fvSUN")] + /// [requires: SUN_vertex] + [AutoGenerated(Category = "SUN_vertex", Version = "1.1", EntryPoint = "glTexCoord2fNormal3fVertex3fvSUN")] public static void TexCoord2fNormal3fVertex3(Single[] tc, Single[] n, Single[] v) { @@ -144301,7 +147542,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glTexCoord2fNormal3fVertex3fvSUN")] + /// [requires: SUN_vertex] + [AutoGenerated(Category = "SUN_vertex", Version = "1.1", EntryPoint = "glTexCoord2fNormal3fVertex3fvSUN")] public static void TexCoord2fNormal3fVertex3(ref Single tc, ref Single n, ref Single v) { @@ -144323,8 +147565,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: SUN_vertex] [System.CLSCompliant(false)] - [AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glTexCoord2fNormal3fVertex3fvSUN")] + [AutoGenerated(Category = "SUN_vertex", Version = "1.1", EntryPoint = "glTexCoord2fNormal3fVertex3fvSUN")] public static unsafe void TexCoord2fNormal3fVertex3(Single* tc, Single* n, Single* v) { @@ -144338,7 +147581,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glTexCoord2fVertex3fSUN")] + /// [requires: SUN_vertex] + [AutoGenerated(Category = "SUN_vertex", Version = "1.1", EntryPoint = "glTexCoord2fVertex3fSUN")] public static void TexCoord2fVertex3(Single s, Single t, Single x, Single y, Single z) { @@ -144352,7 +147596,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glTexCoord2fVertex3fvSUN")] + /// [requires: SUN_vertex] + [AutoGenerated(Category = "SUN_vertex", Version = "1.1", EntryPoint = "glTexCoord2fVertex3fvSUN")] public static void TexCoord2fVertex3(Single[] tc, Single[] v) { @@ -144373,7 +147618,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glTexCoord2fVertex3fvSUN")] + /// [requires: SUN_vertex] + [AutoGenerated(Category = "SUN_vertex", Version = "1.1", EntryPoint = "glTexCoord2fVertex3fvSUN")] public static void TexCoord2fVertex3(ref Single tc, ref Single v) { @@ -144394,8 +147640,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: SUN_vertex] [System.CLSCompliant(false)] - [AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glTexCoord2fVertex3fvSUN")] + [AutoGenerated(Category = "SUN_vertex", Version = "1.1", EntryPoint = "glTexCoord2fVertex3fvSUN")] public static unsafe void TexCoord2fVertex3(Single* tc, Single* v) { @@ -144409,7 +147656,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glTexCoord4fColor4fNormal3fVertex4fSUN")] + /// [requires: SUN_vertex] + [AutoGenerated(Category = "SUN_vertex", Version = "1.1", EntryPoint = "glTexCoord4fColor4fNormal3fVertex4fSUN")] public static void TexCoord4fColor4fNormal3fVertex4(Single s, Single t, Single p, Single q, Single r, Single g, Single b, Single a, Single nx, Single ny, Single nz, Single x, Single y, Single z, Single w) { @@ -144423,7 +147671,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glTexCoord4fColor4fNormal3fVertex4fvSUN")] + /// [requires: SUN_vertex] + [AutoGenerated(Category = "SUN_vertex", Version = "1.1", EntryPoint = "glTexCoord4fColor4fNormal3fVertex4fvSUN")] public static void TexCoord4fColor4fNormal3fVertex4(Single[] tc, Single[] c, Single[] n, Single[] v) { @@ -144446,7 +147695,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glTexCoord4fColor4fNormal3fVertex4fvSUN")] + /// [requires: SUN_vertex] + [AutoGenerated(Category = "SUN_vertex", Version = "1.1", EntryPoint = "glTexCoord4fColor4fNormal3fVertex4fvSUN")] public static void TexCoord4fColor4fNormal3fVertex4(ref Single tc, ref Single c, ref Single n, ref Single v) { @@ -144469,8 +147719,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: SUN_vertex] [System.CLSCompliant(false)] - [AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glTexCoord4fColor4fNormal3fVertex4fvSUN")] + [AutoGenerated(Category = "SUN_vertex", Version = "1.1", EntryPoint = "glTexCoord4fColor4fNormal3fVertex4fvSUN")] public static unsafe void TexCoord4fColor4fNormal3fVertex4(Single* tc, Single* c, Single* n, Single* v) { @@ -144484,7 +147735,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glTexCoord4fVertex4fSUN")] + /// [requires: SUN_vertex] + [AutoGenerated(Category = "SUN_vertex", Version = "1.1", EntryPoint = "glTexCoord4fVertex4fSUN")] public static void TexCoord4fVertex4(Single s, Single t, Single p, Single q, Single x, Single y, Single z, Single w) { @@ -144498,7 +147750,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glTexCoord4fVertex4fvSUN")] + /// [requires: SUN_vertex] + [AutoGenerated(Category = "SUN_vertex", Version = "1.1", EntryPoint = "glTexCoord4fVertex4fvSUN")] public static void TexCoord4fVertex4(Single[] tc, Single[] v) { @@ -144519,7 +147772,8 @@ namespace OpenTK.Graphics.OpenGL #endif } - [AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glTexCoord4fVertex4fvSUN")] + /// [requires: SUN_vertex] + [AutoGenerated(Category = "SUN_vertex", Version = "1.1", EntryPoint = "glTexCoord4fVertex4fvSUN")] public static void TexCoord4fVertex4(ref Single tc, ref Single v) { @@ -144540,8 +147794,9 @@ namespace OpenTK.Graphics.OpenGL #endif } + /// [requires: SUN_vertex] [System.CLSCompliant(false)] - [AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glTexCoord4fVertex4fvSUN")] + [AutoGenerated(Category = "SUN_vertex", Version = "1.1", EntryPoint = "glTexCoord4fVertex4fvSUN")] public static unsafe void TexCoord4fVertex4(Single* tc, Single* v) { @@ -144559,7 +147814,8 @@ namespace OpenTK.Graphics.OpenGL public static partial class Sunx { - [AutoGenerated(Category = "SunxConstantData", Version = "1.1", EntryPoint = "glFinishTextureSUNX")] + /// [requires: SUNX_constant_data] + [AutoGenerated(Category = "SUNX_constant_data", Version = "1.1", EntryPoint = "glFinishTextureSUNX")] public static void FinishTexture() { diff --git a/Source/OpenTK/Graphics/OpenGL/GLCore.cs b/Source/OpenTK/Graphics/OpenGL/GLCore.cs index 083aa3fb..bd47b325 100644 --- a/Source/OpenTK/Graphics/OpenGL/GLCore.cs +++ b/Source/OpenTK/Graphics/OpenGL/GLCore.cs @@ -3251,10 +3251,10 @@ namespace OpenTK.Graphics.OpenGL internal extern static unsafe void NormalStream3svATI(OpenTK.Graphics.OpenGL.AtiVertexStreams stream, Int16* coords); [System.Security.SuppressUnmanagedCodeSecurity()] [System.Runtime.InteropServices.DllImport(GL.Library, EntryPoint = "glObjectPurgeableAPPLE", ExactSpelling = true)] - internal extern static System.IntPtr ObjectPurgeableAPPLE(OpenTK.Graphics.OpenGL.AppleObjectPurgeable objectType, UInt32 name, OpenTK.Graphics.OpenGL.AppleObjectPurgeable option); + internal extern static OpenTK.Graphics.OpenGL.AppleObjectPurgeable ObjectPurgeableAPPLE(OpenTK.Graphics.OpenGL.AppleObjectPurgeable objectType, UInt32 name, OpenTK.Graphics.OpenGL.AppleObjectPurgeable option); [System.Security.SuppressUnmanagedCodeSecurity()] [System.Runtime.InteropServices.DllImport(GL.Library, EntryPoint = "glObjectUnpurgeableAPPLE", ExactSpelling = true)] - internal extern static System.IntPtr ObjectUnpurgeableAPPLE(OpenTK.Graphics.OpenGL.AppleObjectPurgeable objectType, UInt32 name, OpenTK.Graphics.OpenGL.AppleObjectPurgeable option); + internal extern static OpenTK.Graphics.OpenGL.AppleObjectPurgeable ObjectUnpurgeableAPPLE(OpenTK.Graphics.OpenGL.AppleObjectPurgeable objectType, UInt32 name, OpenTK.Graphics.OpenGL.AppleObjectPurgeable option); [System.Security.SuppressUnmanagedCodeSecurity()] [System.Runtime.InteropServices.DllImport(GL.Library, EntryPoint = "glOrtho", ExactSpelling = true)] internal extern static void Ortho(Double left, Double right, Double bottom, Double top, Double zNear, Double zFar); diff --git a/Source/OpenTK/Graphics/OpenGL/GLDelegates.cs b/Source/OpenTK/Graphics/OpenGL/GLDelegates.cs index 4a000a16..ec7d5848 100644 --- a/Source/OpenTK/Graphics/OpenGL/GLDelegates.cs +++ b/Source/OpenTK/Graphics/OpenGL/GLDelegates.cs @@ -3249,10 +3249,10 @@ namespace OpenTK.Graphics.OpenGL internal unsafe delegate void NormalStream3svATI(OpenTK.Graphics.OpenGL.AtiVertexStreams stream, Int16* coords); internal unsafe static NormalStream3svATI glNormalStream3svATI; [System.Security.SuppressUnmanagedCodeSecurity()] - internal delegate System.IntPtr ObjectPurgeableAPPLE(OpenTK.Graphics.OpenGL.AppleObjectPurgeable objectType, UInt32 name, OpenTK.Graphics.OpenGL.AppleObjectPurgeable option); + internal delegate OpenTK.Graphics.OpenGL.AppleObjectPurgeable ObjectPurgeableAPPLE(OpenTK.Graphics.OpenGL.AppleObjectPurgeable objectType, UInt32 name, OpenTK.Graphics.OpenGL.AppleObjectPurgeable option); internal static ObjectPurgeableAPPLE glObjectPurgeableAPPLE; [System.Security.SuppressUnmanagedCodeSecurity()] - internal delegate System.IntPtr ObjectUnpurgeableAPPLE(OpenTK.Graphics.OpenGL.AppleObjectPurgeable objectType, UInt32 name, OpenTK.Graphics.OpenGL.AppleObjectPurgeable option); + internal delegate OpenTK.Graphics.OpenGL.AppleObjectPurgeable ObjectUnpurgeableAPPLE(OpenTK.Graphics.OpenGL.AppleObjectPurgeable objectType, UInt32 name, OpenTK.Graphics.OpenGL.AppleObjectPurgeable option); internal static ObjectUnpurgeableAPPLE glObjectUnpurgeableAPPLE; [System.Security.SuppressUnmanagedCodeSecurity()] internal delegate void Ortho(Double left, Double right, Double bottom, Double top, Double zNear, Double zFar); diff --git a/Source/OpenTK/Graphics/OpenGL/GLEnums.cs b/Source/OpenTK/Graphics/OpenGL/GLEnums.cs index 9b05cf59..08aa1e2f 100644 --- a/Source/OpenTK/Graphics/OpenGL/GLEnums.cs +++ b/Source/OpenTK/Graphics/OpenGL/GLEnums.cs @@ -77,6 +77,7 @@ namespace OpenTK.Graphics.OpenGL public enum ActiveUniformType : int { Int = ((int)0x1404), + UnsignedInt = ((int)0x1405), Float = ((int)0x1406), FloatVec2 = ((int)0x8B50), FloatVec3 = ((int)0x8B51),