From 6cbaeee54acd6f3c7e5ca19b3ee48c28ed8e7614 Mon Sep 17 00:00:00 2001 From: Fraser Waters Date: Mon, 28 Aug 2017 17:14:19 +0100 Subject: [PATCH] Replace manually written code using NotImplementedException with BindingsNotRewrittenException --- src/OpenTK/Graphics/ES11/ES11Obsolete.cs | 4 +- src/OpenTK/Graphics/OpenGL/GLObsolete.cs | 284 ++++++++++---------- src/OpenTK/InteropHelper.cs | 60 ++--- src/OpenTK/Platform/Windows/Bindings/Wgl.cs | 48 ++-- src/OpenTK/Platform/X11/Bindings/Glx.cs | 12 +- 5 files changed, 204 insertions(+), 204 deletions(-) diff --git a/src/OpenTK/Graphics/ES11/ES11Obsolete.cs b/src/OpenTK/Graphics/ES11/ES11Obsolete.cs index 25d7377e..4249425c 100644 --- a/src/OpenTK/Graphics/ES11/ES11Obsolete.cs +++ b/src/OpenTK/Graphics/ES11/ES11Obsolete.cs @@ -42,7 +42,7 @@ namespace OpenTK.Graphics.ES11 [AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glGetClipPlanef")] [CLSCompliant(false)] [Obsolete("Use GetClipPlane(..., float[]) instead. This method will return incorrect results.")] - public static Single GetClipPlane(OpenTK.Graphics.ES11.All plane) { throw new NotImplementedException(); } + public static Single GetClipPlane(OpenTK.Graphics.ES11.All plane) { throw new BindingsNotRewrittenException(); } /// [requires: v1.0] /// Return the coefficients of the specified clipping plane @@ -55,7 +55,7 @@ namespace OpenTK.Graphics.ES11 [AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glGetClipPlanex")] [CLSCompliant(false)] [Obsolete("Use GetClipPlane(..., int[]) instead. This method will return incorrect results.")] - public static int GetClipPlanex(OpenTK.Graphics.ES11.All plane) { throw new NotImplementedException(); } + public static int GetClipPlanex(OpenTK.Graphics.ES11.All plane) { throw new BindingsNotRewrittenException(); } } } diff --git a/src/OpenTK/Graphics/OpenGL/GLObsolete.cs b/src/OpenTK/Graphics/OpenGL/GLObsolete.cs index 13ccbe95..1159240e 100644 --- a/src/OpenTK/Graphics/OpenGL/GLObsolete.cs +++ b/src/OpenTK/Graphics/OpenGL/GLObsolete.cs @@ -60,7 +60,7 @@ namespace OpenTK.Graphics.OpenGL [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glGetAttachedShaders")] [Obsolete("Use GetAttachedShaders out/array overload instead")] public static - unsafe void GetAttachedShaders(Int32 program, Int32 maxCount, [OutAttribute] Int32* count, [OutAttribute] Int32[] obj) { throw new NotImplementedException(); } + unsafe void GetAttachedShaders(Int32 program, Int32 maxCount, [OutAttribute] Int32* count, [OutAttribute] Int32[] obj) { throw new BindingsNotRewrittenException(); } /// @@ -90,7 +90,7 @@ namespace OpenTK.Graphics.OpenGL [AutoGenerated(Category = "Version20", Version = "2.0", EntryPoint = "glGetAttachedShaders")] [Obsolete("Use GetAttachedShaders out/array overload instead")] public static - unsafe void GetAttachedShaders(UInt32 program, Int32 maxCount, [OutAttribute] Int32* count, [OutAttribute] UInt32[] obj) { throw new NotImplementedException(); } + unsafe void GetAttachedShaders(UInt32 program, Int32 maxCount, [OutAttribute] Int32* count, [OutAttribute] UInt32[] obj) { throw new BindingsNotRewrittenException(); } /// @@ -131,7 +131,7 @@ namespace OpenTK.Graphics.OpenGL [CLSCompliant(false)] 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 { throw new NotImplementedException(); } + where T5 : struct { throw new BindingsNotRewrittenException(); } /// /// Get separable convolution filter kernel images @@ -171,7 +171,7 @@ namespace OpenTK.Graphics.OpenGL [CLSCompliant(false)] 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 { throw new NotImplementedException(); } + where T5 : struct { throw new BindingsNotRewrittenException(); } /// @@ -212,7 +212,7 @@ namespace OpenTK.Graphics.OpenGL [CLSCompliant(false)] 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 { throw new NotImplementedException(); } + where T5 : struct { throw new BindingsNotRewrittenException(); } /// @@ -252,7 +252,7 @@ namespace OpenTK.Graphics.OpenGL [Obsolete("Use GetSeparableFilter overload instead")] 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 { throw new NotImplementedException(); } + where T5 : struct { throw new BindingsNotRewrittenException(); } /// @@ -294,7 +294,7 @@ namespace OpenTK.Graphics.OpenGL 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 - where T5 : struct { throw new NotImplementedException(); } + where T5 : struct { throw new BindingsNotRewrittenException(); } /// @@ -336,7 +336,7 @@ namespace OpenTK.Graphics.OpenGL 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 - where T5 : struct { throw new NotImplementedException(); } + where T5 : struct { throw new BindingsNotRewrittenException(); } /// @@ -378,7 +378,7 @@ namespace OpenTK.Graphics.OpenGL 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 - where T5 : struct { throw new NotImplementedException(); } + where T5 : struct { throw new BindingsNotRewrittenException(); } /// @@ -420,7 +420,7 @@ namespace OpenTK.Graphics.OpenGL 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 - where T5 : struct { throw new NotImplementedException(); } + where T5 : struct { throw new BindingsNotRewrittenException(); } /// @@ -463,7 +463,7 @@ namespace OpenTK.Graphics.OpenGL 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 where T4 : struct - where T5 : struct { throw new NotImplementedException(); } + where T5 : struct { throw new BindingsNotRewrittenException(); } /// @@ -506,7 +506,7 @@ namespace OpenTK.Graphics.OpenGL 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 where T4 : struct - where T5 : struct { throw new NotImplementedException(); } + where T5 : struct { throw new BindingsNotRewrittenException(); } /// @@ -548,14 +548,14 @@ namespace OpenTK.Graphics.OpenGL 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 where T4 : struct - where T5 : struct { throw new NotImplementedException(); } + where T5 : struct { throw new BindingsNotRewrittenException(); } [System.CLSCompliant(false)] [AutoGenerated(Category = "ArbSync", Version = "1.2", EntryPoint = "glGetSynciv")] [Obsolete("Use out/array overload instead")] public static - unsafe void GetSync(IntPtr sync, OpenTK.Graphics.OpenGL.ArbSync pname, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] Int32[] values) { throw new NotImplementedException(); } + unsafe void GetSync(IntPtr sync, OpenTK.Graphics.OpenGL.ArbSync pname, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] Int32[] values) { throw new BindingsNotRewrittenException(); } /// @@ -606,7 +606,7 @@ namespace OpenTK.Graphics.OpenGL [CLSCompliant(false)] 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 { throw new NotImplementedException(); } + where T7 : struct { throw new BindingsNotRewrittenException(); } /// @@ -657,7 +657,7 @@ namespace OpenTK.Graphics.OpenGL [CLSCompliant(false)] 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 { throw new NotImplementedException(); } + where T7 : struct { throw new BindingsNotRewrittenException(); } /// @@ -708,7 +708,7 @@ namespace OpenTK.Graphics.OpenGL [CLSCompliant(false)] 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 { throw new NotImplementedException(); } + where T7 : struct { throw new BindingsNotRewrittenException(); } /// @@ -758,7 +758,7 @@ namespace OpenTK.Graphics.OpenGL [Obsolete("Use overload with equal array dimensions instead")] 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 { throw new NotImplementedException(); } + where T7 : struct { throw new BindingsNotRewrittenException(); } /// @@ -810,7 +810,7 @@ namespace OpenTK.Graphics.OpenGL 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 - where T7 : struct { throw new NotImplementedException(); } + where T7 : struct { throw new BindingsNotRewrittenException(); } /// @@ -862,7 +862,7 @@ namespace OpenTK.Graphics.OpenGL 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 - where T7 : struct { throw new NotImplementedException(); } + where T7 : struct { throw new BindingsNotRewrittenException(); } /// @@ -914,7 +914,7 @@ namespace OpenTK.Graphics.OpenGL 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 - where T7 : struct { throw new NotImplementedException(); } + where T7 : struct { throw new BindingsNotRewrittenException(); } partial class Amd { @@ -922,76 +922,76 @@ namespace OpenTK.Graphics.OpenGL [AutoGenerated(Category = "AmdPerformanceMonitor", Version = "1.2", EntryPoint = "glGetPerfMonitorCounterDataAMD")] [Obsolete("Use ref/array overloads instead")] public static - unsafe void GetPerfMonitorCounterData(Int32 monitor, OpenTK.Graphics.OpenGL.AmdPerformanceMonitor pname, Int32 dataSize, [OutAttribute] Int32[] data, [OutAttribute] Int32* bytesWritten) { throw new NotImplementedException(); } + unsafe void GetPerfMonitorCounterData(Int32 monitor, OpenTK.Graphics.OpenGL.AmdPerformanceMonitor pname, Int32 dataSize, [OutAttribute] Int32[] data, [OutAttribute] Int32* bytesWritten) { throw new BindingsNotRewrittenException(); } [System.CLSCompliant(false)] [AutoGenerated(Category = "AmdPerformanceMonitor", Version = "1.2", EntryPoint = "glGetPerfMonitorCounterDataAMD")] [Obsolete("Use ref/array overloads instead")] public static - unsafe void GetPerfMonitorCounterData(Int32 monitor, OpenTK.Graphics.OpenGL.AmdPerformanceMonitor pname, Int32 dataSize, [OutAttribute] UInt32[] data, [OutAttribute] Int32* bytesWritten) { throw new NotImplementedException(); } + unsafe void GetPerfMonitorCounterData(Int32 monitor, OpenTK.Graphics.OpenGL.AmdPerformanceMonitor pname, Int32 dataSize, [OutAttribute] UInt32[] data, [OutAttribute] Int32* bytesWritten) { throw new BindingsNotRewrittenException(); } [System.CLSCompliant(false)] [AutoGenerated(Category = "AmdPerformanceMonitor", Version = "1.2", EntryPoint = "glGetPerfMonitorCounterDataAMD")] [Obsolete("Use ref/array overloads instead")] public static - unsafe void GetPerfMonitorCounterData(UInt32 monitor, OpenTK.Graphics.OpenGL.AmdPerformanceMonitor pname, Int32 dataSize, [OutAttribute] UInt32[] data, [OutAttribute] Int32* bytesWritten) { throw new NotImplementedException(); } + unsafe void GetPerfMonitorCounterData(UInt32 monitor, OpenTK.Graphics.OpenGL.AmdPerformanceMonitor pname, Int32 dataSize, [OutAttribute] UInt32[] data, [OutAttribute] Int32* bytesWritten) { throw new BindingsNotRewrittenException(); } [System.CLSCompliant(false)] [AutoGenerated(Category = "AmdPerformanceMonitor", Version = "1.2", EntryPoint = "glGetPerfMonitorCountersAMD")] [Obsolete("Use ref/array overloads instead")] public static - unsafe void GetPerfMonitorCounters(Int32 group, [OutAttribute] Int32* numCounters, [OutAttribute] Int32* maxActiveCounters, Int32 counterSize, [OutAttribute] Int32[] counters) { throw new NotImplementedException(); } + unsafe void GetPerfMonitorCounters(Int32 group, [OutAttribute] Int32* numCounters, [OutAttribute] Int32* maxActiveCounters, Int32 counterSize, [OutAttribute] Int32[] counters) { throw new BindingsNotRewrittenException(); } [System.CLSCompliant(false)] [AutoGenerated(Category = "AmdPerformanceMonitor", Version = "1.2", EntryPoint = "glGetPerfMonitorCountersAMD")] [Obsolete("Use ref/array overloads instead")] public static - unsafe void GetPerfMonitorCounters(UInt32 group, [OutAttribute] Int32* numCounters, [OutAttribute] Int32* maxActiveCounters, Int32 counterSize, [OutAttribute] UInt32[] counters) { throw new NotImplementedException(); } + unsafe void GetPerfMonitorCounters(UInt32 group, [OutAttribute] Int32* numCounters, [OutAttribute] Int32* maxActiveCounters, Int32 counterSize, [OutAttribute] UInt32[] counters) { throw new BindingsNotRewrittenException(); } [AutoGenerated(Category = "AmdPerformanceMonitor", Version = "1.2", EntryPoint = "glGetPerfMonitorGroupsAMD")] [Obsolete("Use GetPerfMonitorGroups instead")] public static - void GetPerfMonitorGroup([OutAttribute] out Int32 numGroups, Int32 groupsSize, [OutAttribute] out Int32 groups) { throw new NotImplementedException(); } + void GetPerfMonitorGroup([OutAttribute] out Int32 numGroups, Int32 groupsSize, [OutAttribute] out Int32 groups) { throw new BindingsNotRewrittenException(); } [System.CLSCompliant(false)] [AutoGenerated(Category = "AmdPerformanceMonitor", Version = "1.2", EntryPoint = "glGetPerfMonitorGroupsAMD")] [Obsolete("Use GetPerfMonitorGroups instead")] public static - void GetPerfMonitorGroup([OutAttribute] out Int32 numGroups, Int32 groupsSize, [OutAttribute] out UInt32 groups) { throw new NotImplementedException(); } + void GetPerfMonitorGroup([OutAttribute] out Int32 numGroups, Int32 groupsSize, [OutAttribute] out UInt32 groups) { throw new BindingsNotRewrittenException(); } [System.CLSCompliant(false)] [AutoGenerated(Category = "AmdPerformanceMonitor", Version = "1.2", EntryPoint = "glGetPerfMonitorGroupsAMD")] [Obsolete("Use GetPerfMonitorGroups instead")] public static - unsafe void GetPerfMonitorGroup([OutAttribute] Int32* numGroups, Int32 groupsSize, [OutAttribute] Int32[] groups) { throw new NotImplementedException(); } + unsafe void GetPerfMonitorGroup([OutAttribute] Int32* numGroups, Int32 groupsSize, [OutAttribute] Int32[] groups) { throw new BindingsNotRewrittenException(); } [System.CLSCompliant(false)] [AutoGenerated(Category = "AmdPerformanceMonitor", Version = "1.2", EntryPoint = "glGetPerfMonitorGroupsAMD")] [Obsolete("Use GetPerfMonitorGroups instead")] public static - unsafe void GetPerfMonitorGroup([OutAttribute] Int32* numGroups, Int32 groupsSize, [OutAttribute] Int32* groups) { throw new NotImplementedException(); } + unsafe void GetPerfMonitorGroup([OutAttribute] Int32* numGroups, Int32 groupsSize, [OutAttribute] Int32* groups) { throw new BindingsNotRewrittenException(); } [System.CLSCompliant(false)] [AutoGenerated(Category = "AmdPerformanceMonitor", Version = "1.2", EntryPoint = "glGetPerfMonitorGroupsAMD")] [Obsolete("Use GetPerfMonitorGroups instead")] public static - unsafe void GetPerfMonitorGroup([OutAttribute] Int32* numGroups, Int32 groupsSize, [OutAttribute] UInt32[] groups) { throw new NotImplementedException(); } + unsafe void GetPerfMonitorGroup([OutAttribute] Int32* numGroups, Int32 groupsSize, [OutAttribute] UInt32[] groups) { throw new BindingsNotRewrittenException(); } [System.CLSCompliant(false)] [AutoGenerated(Category = "AmdPerformanceMonitor", Version = "1.2", EntryPoint = "glGetPerfMonitorGroupsAMD")] [Obsolete("Use GetPerfMonitorGroups instead")] public static - unsafe void GetPerfMonitorGroup([OutAttribute] Int32* numGroups, Int32 groupsSize, [OutAttribute] UInt32* groups) { throw new NotImplementedException(); } + unsafe void GetPerfMonitorGroup([OutAttribute] Int32* numGroups, Int32 groupsSize, [OutAttribute] UInt32* groups) { throw new BindingsNotRewrittenException(); } } partial class Arb @@ -1000,14 +1000,14 @@ namespace OpenTK.Graphics.OpenGL [AutoGenerated(Category = "ArbShaderObjects", Version = "1.2", EntryPoint = "glGetAttachedObjectsARB")] [Obsolete("Use ref/array overloads instead")] public static - unsafe void GetAttachedObjects(Int32 containerObj, Int32 maxCount, [OutAttribute] Int32* count, [OutAttribute] Int32[] obj) { throw new NotImplementedException(); } + unsafe void GetAttachedObjects(Int32 containerObj, Int32 maxCount, [OutAttribute] Int32* count, [OutAttribute] Int32[] obj) { throw new BindingsNotRewrittenException(); } [System.CLSCompliant(false)] [AutoGenerated(Category = "ArbShaderObjects", Version = "1.2", EntryPoint = "glGetAttachedObjectsARB")] [Obsolete("Use ref/array overloads instead")] public static - unsafe void GetAttachedObjects(UInt32 containerObj, Int32 maxCount, [OutAttribute] Int32* count, [OutAttribute] UInt32[] obj) { throw new NotImplementedException(); } + unsafe void GetAttachedObjects(UInt32 containerObj, Int32 maxCount, [OutAttribute] Int32* count, [OutAttribute] UInt32[] obj) { throw new BindingsNotRewrittenException(); } } partial class Ati @@ -1015,14 +1015,14 @@ namespace OpenTK.Graphics.OpenGL [AutoGenerated(Category = "AtiFragmentShader", Version = "1.2", EntryPoint = "glPassTexCoordATI")] [Obsolete("Use PassTexCoord instead")] public static - void PassTexCoor(Int32 dst, Int32 coord, OpenTK.Graphics.OpenGL.AtiFragmentShader swizzle) { throw new NotImplementedException(); } + void PassTexCoor(Int32 dst, Int32 coord, OpenTK.Graphics.OpenGL.AtiFragmentShader swizzle) { throw new BindingsNotRewrittenException(); } [System.CLSCompliant(false)] [AutoGenerated(Category = "AtiFragmentShader", Version = "1.2", EntryPoint = "glPassTexCoordATI")] [Obsolete("Use PassTexCoord instead")] public static - void PassTexCoor(UInt32 dst, UInt32 coord, OpenTK.Graphics.OpenGL.AtiFragmentShader swizzle) { throw new NotImplementedException(); } + void PassTexCoor(UInt32 dst, UInt32 coord, OpenTK.Graphics.OpenGL.AtiFragmentShader swizzle) { throw new BindingsNotRewrittenException(); } } partial class Ext @@ -1030,81 +1030,81 @@ namespace OpenTK.Graphics.OpenGL [AutoGenerated(Category = "ExtTimerQuery", Version = "1.5", EntryPoint = "glGetQueryObjecti64vEXT")] [Obsolete("Use GetQueryObject overload instead")] public static - void GetQueryObjecti64(Int32 id, OpenTK.Graphics.OpenGL.ExtTimerQuery pname, [OutAttribute] Int64[] @params) { throw new NotImplementedException(); } + void GetQueryObjecti64(Int32 id, OpenTK.Graphics.OpenGL.ExtTimerQuery pname, [OutAttribute] Int64[] @params) { throw new BindingsNotRewrittenException(); } [AutoGenerated(Category = "ExtTimerQuery", Version = "1.5", EntryPoint = "glGetQueryObjecti64vEXT")] [Obsolete("Use GetQueryObject overload instead")] public static - void GetQueryObjecti64(Int32 id, OpenTK.Graphics.OpenGL.ExtTimerQuery pname, [OutAttribute] out Int64 @params) { throw new NotImplementedException(); } + void GetQueryObjecti64(Int32 id, OpenTK.Graphics.OpenGL.ExtTimerQuery pname, [OutAttribute] out Int64 @params) { throw new BindingsNotRewrittenException(); } [System.CLSCompliant(false)] [AutoGenerated(Category = "ExtTimerQuery", Version = "1.5", EntryPoint = "glGetQueryObjecti64vEXT")] [Obsolete("Use GetQueryObject overload instead")] public static - unsafe void GetQueryObjecti64(Int32 id, OpenTK.Graphics.OpenGL.ExtTimerQuery pname, [OutAttribute] Int64* @params) { throw new NotImplementedException(); } + unsafe void GetQueryObjecti64(Int32 id, OpenTK.Graphics.OpenGL.ExtTimerQuery pname, [OutAttribute] Int64* @params) { throw new BindingsNotRewrittenException(); } [System.CLSCompliant(false)] [AutoGenerated(Category = "ExtTimerQuery", Version = "1.5", EntryPoint = "glGetQueryObjecti64vEXT")] [Obsolete("Use GetQueryObject overload instead")] public static - void GetQueryObjecti64(UInt32 id, OpenTK.Graphics.OpenGL.ExtTimerQuery pname, [OutAttribute] Int64[] @params) { throw new NotImplementedException(); } + void GetQueryObjecti64(UInt32 id, OpenTK.Graphics.OpenGL.ExtTimerQuery pname, [OutAttribute] Int64[] @params) { throw new BindingsNotRewrittenException(); } [System.CLSCompliant(false)] [AutoGenerated(Category = "ExtTimerQuery", Version = "1.5", EntryPoint = "glGetQueryObjecti64vEXT")] [Obsolete("Use GetQueryObject overload instead")] public static - void GetQueryObjecti64(UInt32 id, OpenTK.Graphics.OpenGL.ExtTimerQuery pname, [OutAttribute] out Int64 @params) { throw new NotImplementedException(); } + void GetQueryObjecti64(UInt32 id, OpenTK.Graphics.OpenGL.ExtTimerQuery pname, [OutAttribute] out Int64 @params) { throw new BindingsNotRewrittenException(); } [System.CLSCompliant(false)] [AutoGenerated(Category = "ExtTimerQuery", Version = "1.5", EntryPoint = "glGetQueryObjecti64vEXT")] [Obsolete("Use GetQueryObject overload instead")] public static - unsafe void GetQueryObjecti64(UInt32 id, OpenTK.Graphics.OpenGL.ExtTimerQuery pname, [OutAttribute] Int64* @params) { throw new NotImplementedException(); } + unsafe void GetQueryObjecti64(UInt32 id, OpenTK.Graphics.OpenGL.ExtTimerQuery pname, [OutAttribute] Int64* @params) { throw new BindingsNotRewrittenException(); } [AutoGenerated(Category = "ExtTimerQuery", Version = "1.5", EntryPoint = "glGetQueryObjectui64vEXT")] [Obsolete("Use GetQueryObject overload instead")] public static - void GetQueryObjectui64(Int32 id, OpenTK.Graphics.OpenGL.ExtTimerQuery pname, [OutAttribute] Int64[] @params) { throw new NotImplementedException(); } + void GetQueryObjectui64(Int32 id, OpenTK.Graphics.OpenGL.ExtTimerQuery pname, [OutAttribute] Int64[] @params) { throw new BindingsNotRewrittenException(); } [AutoGenerated(Category = "ExtTimerQuery", Version = "1.5", EntryPoint = "glGetQueryObjectui64vEXT")] [Obsolete("Use GetQueryObject overload instead")] public static - void GetQueryObjectui64(Int32 id, OpenTK.Graphics.OpenGL.ExtTimerQuery pname, [OutAttribute] out Int64 @params) { throw new NotImplementedException(); } + void GetQueryObjectui64(Int32 id, OpenTK.Graphics.OpenGL.ExtTimerQuery pname, [OutAttribute] out Int64 @params) { throw new BindingsNotRewrittenException(); } [System.CLSCompliant(false)] [AutoGenerated(Category = "ExtTimerQuery", Version = "1.5", EntryPoint = "glGetQueryObjectui64vEXT")] [Obsolete("Use GetQueryObject overload instead")] public static - unsafe void GetQueryObjectui64(Int32 id, OpenTK.Graphics.OpenGL.ExtTimerQuery pname, [OutAttribute] Int64* @params) { throw new NotImplementedException(); } + unsafe void GetQueryObjectui64(Int32 id, OpenTK.Graphics.OpenGL.ExtTimerQuery pname, [OutAttribute] Int64* @params) { throw new BindingsNotRewrittenException(); } [System.CLSCompliant(false)] [AutoGenerated(Category = "ExtTimerQuery", Version = "1.5", EntryPoint = "glGetQueryObjectui64vEXT")] [Obsolete("Use GetQueryObject overload instead")] public static - void GetQueryObjectui64(UInt32 id, OpenTK.Graphics.OpenGL.ExtTimerQuery pname, [OutAttribute] UInt64[] @params) { throw new NotImplementedException(); } + void GetQueryObjectui64(UInt32 id, OpenTK.Graphics.OpenGL.ExtTimerQuery pname, [OutAttribute] UInt64[] @params) { throw new BindingsNotRewrittenException(); } [System.CLSCompliant(false)] [AutoGenerated(Category = "ExtTimerQuery", Version = "1.5", EntryPoint = "glGetQueryObjectui64vEXT")] [Obsolete("Use GetQueryObject overload instead")] public static - void GetQueryObjectui64(UInt32 id, OpenTK.Graphics.OpenGL.ExtTimerQuery pname, [OutAttribute] out UInt64 @params) { throw new NotImplementedException(); } + void GetQueryObjectui64(UInt32 id, OpenTK.Graphics.OpenGL.ExtTimerQuery pname, [OutAttribute] out UInt64 @params) { throw new BindingsNotRewrittenException(); } [System.CLSCompliant(false)] [AutoGenerated(Category = "ExtTimerQuery", Version = "1.5", EntryPoint = "glGetQueryObjectui64vEXT")] [Obsolete("Use GetQueryObject overload instead")] public static - unsafe void GetQueryObjectui64(UInt32 id, OpenTK.Graphics.OpenGL.ExtTimerQuery pname, [OutAttribute] UInt64* @params) { throw new NotImplementedException(); } + unsafe void GetQueryObjectui64(UInt32 id, OpenTK.Graphics.OpenGL.ExtTimerQuery pname, [OutAttribute] UInt64* @params) { throw new BindingsNotRewrittenException(); } /// @@ -1143,7 +1143,7 @@ namespace OpenTK.Graphics.OpenGL [AutoGenerated(Category = "ExtConvolution", Version = "1.0", EntryPoint = "glGetSeparableFilterEXT")] [Obsolete("Use GetSeparableFilter overloads instead")] 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] IntPtr span) { throw new NotImplementedException(); } + 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] IntPtr span) { throw new BindingsNotRewrittenException(); } /// @@ -1185,7 +1185,7 @@ namespace OpenTK.Graphics.OpenGL void GetSeparableFilter(OpenTK.Graphics.OpenGL.ExtConvolution target, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, ref T4 row, ref T5 column, ref T6 span) where T4 : struct where T5 : struct - where T6 : struct { throw new NotImplementedException(); } + where T6 : struct { throw new BindingsNotRewrittenException(); } /// @@ -1228,7 +1228,7 @@ namespace OpenTK.Graphics.OpenGL void GetSeparableFilter(OpenTK.Graphics.OpenGL.ExtConvolution target, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [OutAttribute] T4[] row, [OutAttribute] T5[] column, [InAttribute, OutAttribute] T6[] span) where T4 : struct where T5 : struct - where T6 : struct { throw new NotImplementedException(); } + where T6 : struct { throw new BindingsNotRewrittenException(); } /// @@ -1271,7 +1271,7 @@ namespace OpenTK.Graphics.OpenGL void GetSeparableFilter(OpenTK.Graphics.OpenGL.ExtConvolution target, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [OutAttribute] T4[,] row, [OutAttribute] T5[,] column, [InAttribute, OutAttribute] T6[,] span) where T4 : struct where T5 : struct - where T6 : struct { throw new NotImplementedException(); } + where T6 : struct { throw new BindingsNotRewrittenException(); } /// @@ -1314,7 +1314,7 @@ namespace OpenTK.Graphics.OpenGL void GetSeparableFilter(OpenTK.Graphics.OpenGL.ExtConvolution target, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [OutAttribute] T4[,,] row, [OutAttribute] T5[,,] column, [InAttribute, OutAttribute] T6[,,] span) where T4 : struct where T5 : struct - where T6 : struct { throw new NotImplementedException(); } + where T6 : struct { throw new BindingsNotRewrittenException(); } /// @@ -1355,7 +1355,7 @@ namespace OpenTK.Graphics.OpenGL [CLSCompliant(false)] 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 { throw new NotImplementedException(); } + where T5 : struct { throw new BindingsNotRewrittenException(); } /// @@ -1396,7 +1396,7 @@ namespace OpenTK.Graphics.OpenGL [CLSCompliant(false)] 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 { throw new NotImplementedException(); } + where T5 : struct { throw new BindingsNotRewrittenException(); } /// @@ -1437,7 +1437,7 @@ namespace OpenTK.Graphics.OpenGL [CLSCompliant(false)] 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 { throw new NotImplementedException(); } + where T5 : struct { throw new BindingsNotRewrittenException(); } /// @@ -1477,7 +1477,7 @@ namespace OpenTK.Graphics.OpenGL [Obsolete("Use GetSeparableFilter overloads instead")] 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 { throw new NotImplementedException(); } + where T5 : struct { throw new BindingsNotRewrittenException(); } /// @@ -1519,7 +1519,7 @@ namespace OpenTK.Graphics.OpenGL 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 - where T5 : struct { throw new NotImplementedException(); } + where T5 : struct { throw new BindingsNotRewrittenException(); } /// @@ -1561,7 +1561,7 @@ namespace OpenTK.Graphics.OpenGL 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 - where T5 : struct { throw new NotImplementedException(); } + where T5 : struct { throw new BindingsNotRewrittenException(); } /// @@ -1603,7 +1603,7 @@ namespace OpenTK.Graphics.OpenGL 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 - where T5 : struct { throw new NotImplementedException(); } + where T5 : struct { throw new BindingsNotRewrittenException(); } /// @@ -1644,7 +1644,7 @@ namespace OpenTK.Graphics.OpenGL 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 - where T5 : struct { throw new NotImplementedException(); } + where T5 : struct { throw new BindingsNotRewrittenException(); } /// @@ -1687,7 +1687,7 @@ namespace OpenTK.Graphics.OpenGL 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 where T4 : struct - where T5 : struct { throw new NotImplementedException(); } + where T5 : struct { throw new BindingsNotRewrittenException(); } /// @@ -1730,7 +1730,7 @@ namespace OpenTK.Graphics.OpenGL 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 where T4 : struct - where T5 : struct { throw new NotImplementedException(); } + where T5 : struct { throw new BindingsNotRewrittenException(); } /// @@ -1773,7 +1773,7 @@ namespace OpenTK.Graphics.OpenGL 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 where T4 : struct - where T5 : struct { throw new NotImplementedException(); } + where T5 : struct { throw new BindingsNotRewrittenException(); } /// @@ -1822,7 +1822,7 @@ namespace OpenTK.Graphics.OpenGL [AutoGenerated(Category = "ExtConvolution", Version = "1.0", EntryPoint = "glSeparableFilter2DEXT")] [Obsolete("Use SeparableFilter2D overloads instead")] 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] IntPtr column) { throw new NotImplementedException(); } + 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] IntPtr column) { throw new BindingsNotRewrittenException(); } /// @@ -1873,7 +1873,7 @@ namespace OpenTK.Graphics.OpenGL 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] ref T7 column) where T6 : struct - where T7 : struct { throw new NotImplementedException(); } + where T7 : struct { throw new BindingsNotRewrittenException(); } /// @@ -1925,7 +1925,7 @@ namespace OpenTK.Graphics.OpenGL 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 - where T7 : struct { throw new NotImplementedException(); } + where T7 : struct { throw new BindingsNotRewrittenException(); } /// @@ -1977,7 +1977,7 @@ namespace OpenTK.Graphics.OpenGL 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 - where T7 : struct { throw new NotImplementedException(); } + where T7 : struct { throw new BindingsNotRewrittenException(); } /// @@ -2029,7 +2029,7 @@ namespace OpenTK.Graphics.OpenGL 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 - where T7 : struct { throw new NotImplementedException(); } + where T7 : struct { throw new BindingsNotRewrittenException(); } /// @@ -2080,7 +2080,7 @@ namespace OpenTK.Graphics.OpenGL [CLSCompliant(false)] 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 { throw new NotImplementedException(); } + where T7 : struct { throw new BindingsNotRewrittenException(); } /// @@ -2131,7 +2131,7 @@ namespace OpenTK.Graphics.OpenGL [CLSCompliant(false)] 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 { throw new NotImplementedException(); } + where T7 : struct { throw new BindingsNotRewrittenException(); } /// @@ -2182,7 +2182,7 @@ namespace OpenTK.Graphics.OpenGL [CLSCompliant(false)] 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 { throw new NotImplementedException(); } + where T7 : struct { throw new BindingsNotRewrittenException(); } /// @@ -2232,7 +2232,7 @@ namespace OpenTK.Graphics.OpenGL [Obsolete("Use SeparableFilter2D overloads instead")] 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 { throw new NotImplementedException(); } + where T7 : struct { throw new BindingsNotRewrittenException(); } /// @@ -2284,7 +2284,7 @@ namespace OpenTK.Graphics.OpenGL 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 - where T7 : struct { throw new NotImplementedException(); } + where T7 : struct { throw new BindingsNotRewrittenException(); } /// @@ -2335,7 +2335,7 @@ namespace OpenTK.Graphics.OpenGL 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 - where T7 : struct { throw new NotImplementedException(); } + where T7 : struct { throw new BindingsNotRewrittenException(); } } /// @@ -2386,7 +2386,7 @@ namespace OpenTK.Graphics.OpenGL 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 - where T7 : struct { throw new NotImplementedException(); } + where T7 : struct { throw new BindingsNotRewrittenException(); } partial class Ibm @@ -2394,26 +2394,26 @@ namespace OpenTK.Graphics.OpenGL [AutoGenerated(Category = "IbmMultimodeDrawArrays", Version = "1.1", EntryPoint = "glMultiModeDrawArraysIBM")] [Obsolete("Use PrimitiveType overload instead")] public static - void MultiModeDrawArrays(OpenTK.Graphics.OpenGL.BeginMode[] mode, Int32[] first, Int32[] count, Int32 primcount, Int32 modestride) { throw new NotImplementedException(); } + void MultiModeDrawArrays(OpenTK.Graphics.OpenGL.BeginMode[] mode, Int32[] first, Int32[] count, Int32 primcount, Int32 modestride) { throw new BindingsNotRewrittenException(); } [AutoGenerated(Category = "IbmMultimodeDrawArrays", Version = "1.1", EntryPoint = "glMultiModeDrawArraysIBM")] [Obsolete("Use PrimitiveType overload instead")] public static - void MultiModeDrawArrays(ref OpenTK.Graphics.OpenGL.BeginMode mode, ref Int32 first, ref Int32 count, Int32 primcount, Int32 modestride) { throw new NotImplementedException(); } + void MultiModeDrawArrays(ref OpenTK.Graphics.OpenGL.BeginMode mode, ref Int32 first, ref Int32 count, Int32 primcount, Int32 modestride) { throw new BindingsNotRewrittenException(); } [System.CLSCompliant(false)] [AutoGenerated(Category = "IbmMultimodeDrawArrays", Version = "1.1", EntryPoint = "glMultiModeDrawArraysIBM")] [Obsolete("Use PrimitiveType overload instead")] public static - unsafe void MultiModeDrawArrays(OpenTK.Graphics.OpenGL.BeginMode* mode, Int32* first, Int32* count, Int32 primcount, Int32 modestride) { throw new NotImplementedException(); } + unsafe void MultiModeDrawArrays(OpenTK.Graphics.OpenGL.BeginMode* mode, Int32* first, Int32* count, Int32 primcount, Int32 modestride) { throw new BindingsNotRewrittenException(); } [AutoGenerated(Category = "IbmMultimodeDrawArrays", Version = "1.1", EntryPoint = "glMultiModeDrawElementsIBM")] [Obsolete("Use PrimitiveType overload instead")] public static - void MultiModeDrawElements(OpenTK.Graphics.OpenGL.BeginMode[] mode, Int32[] count, OpenTK.Graphics.OpenGL.DrawElementsType type, IntPtr indices, Int32 primcount, Int32 modestride) { throw new NotImplementedException(); } + void MultiModeDrawElements(OpenTK.Graphics.OpenGL.BeginMode[] mode, Int32[] count, OpenTK.Graphics.OpenGL.DrawElementsType type, IntPtr indices, Int32 primcount, Int32 modestride) { throw new BindingsNotRewrittenException(); } [AutoGenerated(Category = "IbmMultimodeDrawArrays", Version = "1.1", EntryPoint = "glMultiModeDrawElementsIBM")] @@ -2421,7 +2421,7 @@ namespace OpenTK.Graphics.OpenGL [CLSCompliant(false)] 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 { throw new NotImplementedException(); } + where T3 : struct { throw new BindingsNotRewrittenException(); } [AutoGenerated(Category = "IbmMultimodeDrawArrays", Version = "1.1", EntryPoint = "glMultiModeDrawElementsIBM")] @@ -2429,7 +2429,7 @@ namespace OpenTK.Graphics.OpenGL [CLSCompliant(false)] 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 { throw new NotImplementedException(); } + where T3 : struct { throw new BindingsNotRewrittenException(); } [AutoGenerated(Category = "IbmMultimodeDrawArrays", Version = "1.1", EntryPoint = "glMultiModeDrawElementsIBM")] @@ -2437,20 +2437,20 @@ namespace OpenTK.Graphics.OpenGL [CLSCompliant(false)] 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 { throw new NotImplementedException(); } + where T3 : struct { throw new BindingsNotRewrittenException(); } [AutoGenerated(Category = "IbmMultimodeDrawArrays", Version = "1.1", EntryPoint = "glMultiModeDrawElementsIBM")] [Obsolete("Use PrimitiveType overload instead")] 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 { throw new NotImplementedException(); } + where T3 : struct { throw new BindingsNotRewrittenException(); } [AutoGenerated(Category = "IbmMultimodeDrawArrays", Version = "1.1", EntryPoint = "glMultiModeDrawElementsIBM")] [Obsolete("Use PrimitiveType overload instead")] public static - void MultiModeDrawElements(ref OpenTK.Graphics.OpenGL.BeginMode mode, ref Int32 count, OpenTK.Graphics.OpenGL.DrawElementsType type, IntPtr indices, Int32 primcount, Int32 modestride) { throw new NotImplementedException(); } + void MultiModeDrawElements(ref OpenTK.Graphics.OpenGL.BeginMode mode, ref Int32 count, OpenTK.Graphics.OpenGL.DrawElementsType type, IntPtr indices, Int32 primcount, Int32 modestride) { throw new BindingsNotRewrittenException(); } [AutoGenerated(Category = "IbmMultimodeDrawArrays", Version = "1.1", EntryPoint = "glMultiModeDrawElementsIBM")] @@ -2458,7 +2458,7 @@ namespace OpenTK.Graphics.OpenGL [CLSCompliant(false)] 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 { throw new NotImplementedException(); } + where T3 : struct { throw new BindingsNotRewrittenException(); } [AutoGenerated(Category = "IbmMultimodeDrawArrays", Version = "1.1", EntryPoint = "glMultiModeDrawElementsIBM")] @@ -2466,7 +2466,7 @@ namespace OpenTK.Graphics.OpenGL [CLSCompliant(false)] 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 { throw new NotImplementedException(); } + where T3 : struct { throw new BindingsNotRewrittenException(); } [AutoGenerated(Category = "IbmMultimodeDrawArrays", Version = "1.1", EntryPoint = "glMultiModeDrawElementsIBM")] @@ -2474,7 +2474,7 @@ namespace OpenTK.Graphics.OpenGL [CLSCompliant(false)] 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 { throw new NotImplementedException(); } + where T3 : struct { throw new BindingsNotRewrittenException(); } [AutoGenerated(Category = "IbmMultimodeDrawArrays", Version = "1.1", EntryPoint = "glMultiModeDrawElementsIBM")] @@ -2482,14 +2482,14 @@ namespace OpenTK.Graphics.OpenGL [CLSCompliant(false)] 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 { throw new NotImplementedException(); } + where T3 : struct { throw new BindingsNotRewrittenException(); } [System.CLSCompliant(false)] [AutoGenerated(Category = "IbmMultimodeDrawArrays", Version = "1.1", EntryPoint = "glMultiModeDrawElementsIBM")] [Obsolete("Use PrimitiveType overload instead")] public static - unsafe void MultiModeDrawElements(OpenTK.Graphics.OpenGL.BeginMode* mode, Int32* count, OpenTK.Graphics.OpenGL.DrawElementsType type, IntPtr indices, Int32 primcount, Int32 modestride) { throw new NotImplementedException(); } + unsafe void MultiModeDrawElements(OpenTK.Graphics.OpenGL.BeginMode* mode, Int32* count, OpenTK.Graphics.OpenGL.DrawElementsType type, IntPtr indices, Int32 primcount, Int32 modestride) { throw new BindingsNotRewrittenException(); } [System.CLSCompliant(false)] @@ -2497,7 +2497,7 @@ namespace OpenTK.Graphics.OpenGL [Obsolete("Use PrimitiveType overload instead")] 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 { throw new NotImplementedException(); } + where T3 : struct { throw new BindingsNotRewrittenException(); } [System.CLSCompliant(false)] @@ -2505,7 +2505,7 @@ namespace OpenTK.Graphics.OpenGL [Obsolete("Use PrimitiveType overload instead")] 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 { throw new NotImplementedException(); } + where T3 : struct { throw new BindingsNotRewrittenException(); } [System.CLSCompliant(false)] @@ -2513,7 +2513,7 @@ namespace OpenTK.Graphics.OpenGL [Obsolete("Use PrimitiveType overload instead")] 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 { throw new NotImplementedException(); } + where T3 : struct { throw new BindingsNotRewrittenException(); } [System.CLSCompliant(false)] @@ -2521,7 +2521,7 @@ namespace OpenTK.Graphics.OpenGL [Obsolete("Use PrimitiveType overload instead")] 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 { throw new NotImplementedException(); } + where T3 : struct { throw new BindingsNotRewrittenException(); } } partial class NV @@ -2529,217 +2529,217 @@ namespace OpenTK.Graphics.OpenGL [AutoGenerated(Category = "NvTransformFeedback2", Version = "", EntryPoint = "glDeleteTransformFeedbacksNV")] [Obsolete("Use DeleteTransformFeedbacks overload instead")] public static - void DeleteTransformFeedback(Int32 n, Int32[] ids) { throw new NotImplementedException(); } + void DeleteTransformFeedback(Int32 n, Int32[] ids) { throw new BindingsNotRewrittenException(); } [AutoGenerated(Category = "NvTransformFeedback2", Version = "", EntryPoint = "glDeleteTransformFeedbacksNV")] [Obsolete("Use DeleteTransformFeedbacks overload instead")] public static - void DeleteTransformFeedback(Int32 n, ref Int32 ids) { throw new NotImplementedException(); } + void DeleteTransformFeedback(Int32 n, ref Int32 ids) { throw new BindingsNotRewrittenException(); } [System.CLSCompliant(false)] [AutoGenerated(Category = "NvTransformFeedback2", Version = "", EntryPoint = "glDeleteTransformFeedbacksNV")] [Obsolete("Use DeleteTransformFeedbacks overload instead")] public static - unsafe void DeleteTransformFeedback(Int32 n, Int32* ids) { throw new NotImplementedException(); } + unsafe void DeleteTransformFeedback(Int32 n, Int32* ids) { throw new BindingsNotRewrittenException(); } [System.CLSCompliant(false)] [AutoGenerated(Category = "NvTransformFeedback2", Version = "", EntryPoint = "glDeleteTransformFeedbacksNV")] [Obsolete("Use DeleteTransformFeedbacks overload instead")] public static - void DeleteTransformFeedback(Int32 n, UInt32[] ids) { throw new NotImplementedException(); } + void DeleteTransformFeedback(Int32 n, UInt32[] ids) { throw new BindingsNotRewrittenException(); } [System.CLSCompliant(false)] [AutoGenerated(Category = "NvTransformFeedback2", Version = "", EntryPoint = "glDeleteTransformFeedbacksNV")] [Obsolete("Use DeleteTransformFeedbacks overload instead")] public static - void DeleteTransformFeedback(Int32 n, ref UInt32 ids) { throw new NotImplementedException(); } + void DeleteTransformFeedback(Int32 n, ref UInt32 ids) { throw new BindingsNotRewrittenException(); } [System.CLSCompliant(false)] [AutoGenerated(Category = "NvTransformFeedback2", Version = "", EntryPoint = "glDeleteTransformFeedbacksNV")] [Obsolete("Use DeleteTransformFeedbacks overload instead")] public static - unsafe void DeleteTransformFeedback(Int32 n, UInt32* ids) { throw new NotImplementedException(); } + unsafe void DeleteTransformFeedback(Int32 n, UInt32* ids) { throw new BindingsNotRewrittenException(); } [AutoGenerated(Category = "NvTransformFeedback2", Version = "", EntryPoint = "glGenTransformFeedbacksNV")] [Obsolete("Use GenTransformFeedbacks overload instead")] public static - void GenTransformFeedback(Int32 n, [OutAttribute] Int32[] ids) { throw new NotImplementedException(); } + void GenTransformFeedback(Int32 n, [OutAttribute] Int32[] ids) { throw new BindingsNotRewrittenException(); } [AutoGenerated(Category = "NvTransformFeedback2", Version = "", EntryPoint = "glGenTransformFeedbacksNV")] [Obsolete("Use GenTransformFeedbacks overload instead")] public static - void GenTransformFeedback(Int32 n, [OutAttribute] out Int32 ids) { throw new NotImplementedException(); } + void GenTransformFeedback(Int32 n, [OutAttribute] out Int32 ids) { throw new BindingsNotRewrittenException(); } [System.CLSCompliant(false)] [AutoGenerated(Category = "NvTransformFeedback2", Version = "", EntryPoint = "glGenTransformFeedbacksNV")] [Obsolete("Use GenTransformFeedbacks overload instead")] public static - unsafe void GenTransformFeedback(Int32 n, [OutAttribute] Int32* ids) { throw new NotImplementedException(); } + unsafe void GenTransformFeedback(Int32 n, [OutAttribute] Int32* ids) { throw new BindingsNotRewrittenException(); } [System.CLSCompliant(false)] [AutoGenerated(Category = "NvTransformFeedback2", Version = "", EntryPoint = "glGenTransformFeedbacksNV")] [Obsolete("Use GenTransformFeedbacks overload instead")] public static - void GenTransformFeedback(Int32 n, [OutAttribute] UInt32[] ids) { throw new NotImplementedException(); } + void GenTransformFeedback(Int32 n, [OutAttribute] UInt32[] ids) { throw new BindingsNotRewrittenException(); } [System.CLSCompliant(false)] [AutoGenerated(Category = "NvTransformFeedback2", Version = "", EntryPoint = "glGenTransformFeedbacksNV")] [Obsolete("Use GenTransformFeedbacks overload instead")] public static - void GenTransformFeedback(Int32 n, [OutAttribute] out UInt32 ids) { throw new NotImplementedException(); } + void GenTransformFeedback(Int32 n, [OutAttribute] out UInt32 ids) { throw new BindingsNotRewrittenException(); } [System.CLSCompliant(false)] [AutoGenerated(Category = "NvTransformFeedback2", Version = "", EntryPoint = "glGenTransformFeedbacksNV")] [Obsolete("Use GenTransformFeedbacks overload instead")] public static - unsafe void GenTransformFeedback(Int32 n, [OutAttribute] UInt32* ids) { throw new NotImplementedException(); } + unsafe void GenTransformFeedback(Int32 n, [OutAttribute] UInt32* ids) { throw new BindingsNotRewrittenException(); } [System.CLSCompliant(false)] [AutoGenerated(Category = "NvFragmentProgram", Version = "1.2", EntryPoint = "glGetProgramNamedParameterdvNV")] [Obsolete("Use ref/array overload instead")] public static - unsafe void GetProgramNamedParameter(Int32 id, Int32 len, Byte* name, [OutAttribute] Double[] @params) { throw new NotImplementedException(); } + unsafe void GetProgramNamedParameter(Int32 id, Int32 len, Byte* name, [OutAttribute] Double[] @params) { throw new BindingsNotRewrittenException(); } [System.CLSCompliant(false)] [AutoGenerated(Category = "NvFragmentProgram", Version = "1.2", EntryPoint = "glGetProgramNamedParameterdvNV")] [Obsolete("Use ref/array overload instead")] public static - unsafe void GetProgramNamedParameter(UInt32 id, Int32 len, Byte* name, [OutAttribute] Double[] @params) { throw new NotImplementedException(); } + unsafe void GetProgramNamedParameter(UInt32 id, Int32 len, Byte* name, [OutAttribute] Double[] @params) { throw new BindingsNotRewrittenException(); } [System.CLSCompliant(false)] [AutoGenerated(Category = "NvFragmentProgram", Version = "1.2", EntryPoint = "glGetProgramNamedParameterfvNV")] [Obsolete("Use ref/array overload instead")] public static - unsafe void GetProgramNamedParameter(Int32 id, Int32 len, Byte* name, [OutAttribute] Single[] @params) { throw new NotImplementedException(); } + unsafe void GetProgramNamedParameter(Int32 id, Int32 len, Byte* name, [OutAttribute] Single[] @params) { throw new BindingsNotRewrittenException(); } [System.CLSCompliant(false)] [AutoGenerated(Category = "NvFragmentProgram", Version = "1.2", EntryPoint = "glGetProgramNamedParameterfvNV")] [Obsolete("Use ref/array overload instead")] public static - unsafe void GetProgramNamedParameter(UInt32 id, Int32 len, Byte* name, [OutAttribute] Single[] @params) { throw new NotImplementedException(); } + unsafe void GetProgramNamedParameter(UInt32 id, Int32 len, Byte* name, [OutAttribute] Single[] @params) { throw new BindingsNotRewrittenException(); } [AutoGenerated(Category = "NvPresentVideo", Version = "1.2", EntryPoint = "glGetVideoi64vNV")] [Obsolete("Use GetVideo overload instead")] public static - void GetVideoi64(Int32 video_slot, OpenTK.Graphics.OpenGL.NvPresentVideo pname, [OutAttribute] Int64[] @params) { throw new NotImplementedException(); } + void GetVideoi64(Int32 video_slot, OpenTK.Graphics.OpenGL.NvPresentVideo pname, [OutAttribute] Int64[] @params) { throw new BindingsNotRewrittenException(); } [AutoGenerated(Category = "NvPresentVideo", Version = "1.2", EntryPoint = "glGetVideoi64vNV")] [Obsolete("Use GetVideo overload instead")] public static - void GetVideoi64(Int32 video_slot, OpenTK.Graphics.OpenGL.NvPresentVideo pname, [OutAttribute] out Int64 @params) { throw new NotImplementedException(); } + void GetVideoi64(Int32 video_slot, OpenTK.Graphics.OpenGL.NvPresentVideo pname, [OutAttribute] out Int64 @params) { throw new BindingsNotRewrittenException(); } [System.CLSCompliant(false)] [AutoGenerated(Category = "NvPresentVideo", Version = "1.2", EntryPoint = "glGetVideoi64vNV")] [Obsolete("Use GetVideo overload instead")] public static - unsafe void GetVideoi64(Int32 video_slot, OpenTK.Graphics.OpenGL.NvPresentVideo pname, [OutAttribute] Int64* @params) { throw new NotImplementedException(); } + unsafe void GetVideoi64(Int32 video_slot, OpenTK.Graphics.OpenGL.NvPresentVideo pname, [OutAttribute] Int64* @params) { throw new BindingsNotRewrittenException(); } [System.CLSCompliant(false)] [AutoGenerated(Category = "NvPresentVideo", Version = "1.2", EntryPoint = "glGetVideoi64vNV")] [Obsolete("Use GetVideo overload instead")] public static - void GetVideoi64(UInt32 video_slot, OpenTK.Graphics.OpenGL.NvPresentVideo pname, [OutAttribute] Int64[] @params) { throw new NotImplementedException(); } + void GetVideoi64(UInt32 video_slot, OpenTK.Graphics.OpenGL.NvPresentVideo pname, [OutAttribute] Int64[] @params) { throw new BindingsNotRewrittenException(); } [System.CLSCompliant(false)] [AutoGenerated(Category = "NvPresentVideo", Version = "1.2", EntryPoint = "glGetVideoi64vNV")] [Obsolete("Use GetVideo overload instead")] public static - void GetVideoi64(UInt32 video_slot, OpenTK.Graphics.OpenGL.NvPresentVideo pname, [OutAttribute] out Int64 @params) { throw new NotImplementedException(); } + void GetVideoi64(UInt32 video_slot, OpenTK.Graphics.OpenGL.NvPresentVideo pname, [OutAttribute] out Int64 @params) { throw new BindingsNotRewrittenException(); } [System.CLSCompliant(false)] [AutoGenerated(Category = "NvPresentVideo", Version = "1.2", EntryPoint = "glGetVideoi64vNV")] [Obsolete("Use GetVideo overload instead")] public static - unsafe void GetVideoi64(UInt32 video_slot, OpenTK.Graphics.OpenGL.NvPresentVideo pname, [OutAttribute] Int64* @params) { throw new NotImplementedException(); } + unsafe void GetVideoi64(UInt32 video_slot, OpenTK.Graphics.OpenGL.NvPresentVideo pname, [OutAttribute] Int64* @params) { throw new BindingsNotRewrittenException(); } [AutoGenerated(Category = "NvPresentVideo", Version = "1.2", EntryPoint = "glGetVideoui64vNV")] [Obsolete("Use GetVideo overload instead")] public static - void GetVideoui64(Int32 video_slot, OpenTK.Graphics.OpenGL.NvPresentVideo pname, [OutAttribute] Int64[] @params) { throw new NotImplementedException(); } + void GetVideoui64(Int32 video_slot, OpenTK.Graphics.OpenGL.NvPresentVideo pname, [OutAttribute] Int64[] @params) { throw new BindingsNotRewrittenException(); } [AutoGenerated(Category = "NvPresentVideo", Version = "1.2", EntryPoint = "glGetVideoui64vNV")] [Obsolete("Use GetVideo overload instead")] public static - void GetVideoui64(Int32 video_slot, OpenTK.Graphics.OpenGL.NvPresentVideo pname, [OutAttribute] out Int64 @params) { throw new NotImplementedException(); } + void GetVideoui64(Int32 video_slot, OpenTK.Graphics.OpenGL.NvPresentVideo pname, [OutAttribute] out Int64 @params) { throw new BindingsNotRewrittenException(); } [System.CLSCompliant(false)] [AutoGenerated(Category = "NvPresentVideo", Version = "1.2", EntryPoint = "glGetVideoui64vNV")] [Obsolete("Use GetVideo overload instead")] public static - unsafe void GetVideoui64(Int32 video_slot, OpenTK.Graphics.OpenGL.NvPresentVideo pname, [OutAttribute] Int64* @params) { throw new NotImplementedException(); } + unsafe void GetVideoui64(Int32 video_slot, OpenTK.Graphics.OpenGL.NvPresentVideo pname, [OutAttribute] Int64* @params) { throw new BindingsNotRewrittenException(); } [System.CLSCompliant(false)] [AutoGenerated(Category = "NvPresentVideo", Version = "1.2", EntryPoint = "glGetVideoui64vNV")] [Obsolete("Use GetVideo overload instead")] public static - void GetVideoui64(UInt32 video_slot, OpenTK.Graphics.OpenGL.NvPresentVideo pname, [OutAttribute] UInt64[] @params) { throw new NotImplementedException(); } + void GetVideoui64(UInt32 video_slot, OpenTK.Graphics.OpenGL.NvPresentVideo pname, [OutAttribute] UInt64[] @params) { throw new BindingsNotRewrittenException(); } [System.CLSCompliant(false)] [AutoGenerated(Category = "NvPresentVideo", Version = "1.2", EntryPoint = "glGetVideoui64vNV")] [Obsolete("Use GetVideo overload instead")] public static - void GetVideoui64(UInt32 video_slot, OpenTK.Graphics.OpenGL.NvPresentVideo pname, [OutAttribute] out UInt64 @params) { throw new NotImplementedException(); } + void GetVideoui64(UInt32 video_slot, OpenTK.Graphics.OpenGL.NvPresentVideo pname, [OutAttribute] out UInt64 @params) { throw new BindingsNotRewrittenException(); } [System.CLSCompliant(false)] [AutoGenerated(Category = "NvPresentVideo", Version = "1.2", EntryPoint = "glGetVideoui64vNV")] [Obsolete("Use GetVideo overload instead")] public static - unsafe void GetVideoui64(UInt32 video_slot, OpenTK.Graphics.OpenGL.NvPresentVideo pname, [OutAttribute] UInt64* @params) { throw new NotImplementedException(); } + unsafe void GetVideoui64(UInt32 video_slot, OpenTK.Graphics.OpenGL.NvPresentVideo pname, [OutAttribute] UInt64* @params) { throw new BindingsNotRewrittenException(); } [System.CLSCompliant(false)] [AutoGenerated(Category = "NvFragmentProgram", Version = "1.2", EntryPoint = "glProgramNamedParameter4dvNV")] [Obsolete("Use ref/array overload instead")] public static - unsafe void ProgramNamedParameter4(Int32 id, Int32 len, Byte* name, Double[] v) { throw new NotImplementedException(); } + unsafe void ProgramNamedParameter4(Int32 id, Int32 len, Byte* name, Double[] v) { throw new BindingsNotRewrittenException(); } [System.CLSCompliant(false)] [AutoGenerated(Category = "NvFragmentProgram", Version = "1.2", EntryPoint = "glProgramNamedParameter4dvNV")] [Obsolete("Use ref/array overload instead")] public static - unsafe void ProgramNamedParameter4(UInt32 id, Int32 len, Byte* name, Double[] v) { throw new NotImplementedException(); } + unsafe void ProgramNamedParameter4(UInt32 id, Int32 len, Byte* name, Double[] v) { throw new BindingsNotRewrittenException(); } [System.CLSCompliant(false)] [AutoGenerated(Category = "NvFragmentProgram", Version = "1.2", EntryPoint = "glProgramNamedParameter4fvNV")] [Obsolete("Use ref/array overload instead")] public static - unsafe void ProgramNamedParameter4(Int32 id, Int32 len, Byte* name, Single[] v) { throw new NotImplementedException(); } + unsafe void ProgramNamedParameter4(Int32 id, Int32 len, Byte* name, Single[] v) { throw new BindingsNotRewrittenException(); } [System.CLSCompliant(false)] [AutoGenerated(Category = "NvFragmentProgram", Version = "1.2", EntryPoint = "glProgramNamedParameter4fvNV")] [Obsolete("Use ref/array overload instead")] public static - unsafe void ProgramNamedParameter4(UInt32 id, Int32 len, Byte* name, Single[] v) { throw new NotImplementedException(); } + unsafe void ProgramNamedParameter4(UInt32 id, Int32 len, Byte* name, Single[] v) { throw new BindingsNotRewrittenException(); } } partial class Sun @@ -2748,112 +2748,112 @@ namespace OpenTK.Graphics.OpenGL [AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glReplacementCodeuiColor3fVertex3fvSUN")] [Obsolete("Use ref/array overload instead")] public static - unsafe void ReplacementCodeuiColor3fVertex3(Int32* rc, Single[] c, Single[] v) { throw new NotImplementedException(); } + unsafe void ReplacementCodeuiColor3fVertex3(Int32* rc, Single[] c, Single[] v) { throw new BindingsNotRewrittenException(); } [System.CLSCompliant(false)] [AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glReplacementCodeuiColor3fVertex3fvSUN")] [Obsolete("Use ref/array overload instead")] public static - unsafe void ReplacementCodeuiColor3fVertex3(UInt32* rc, Single[] c, Single[] v) { throw new NotImplementedException(); } + unsafe void ReplacementCodeuiColor3fVertex3(UInt32* rc, Single[] c, Single[] v) { throw new BindingsNotRewrittenException(); } [System.CLSCompliant(false)] [AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glReplacementCodeuiColor4fNormal3fVertex3fvSUN")] [Obsolete("Use ref/array overload instead")] public static - unsafe void ReplacementCodeuiColor4fNormal3fVertex3(Int32* rc, Single[] c, Single[] n, Single[] v) { throw new NotImplementedException(); } + unsafe void ReplacementCodeuiColor4fNormal3fVertex3(Int32* rc, Single[] c, Single[] n, Single[] v) { throw new BindingsNotRewrittenException(); } [System.CLSCompliant(false)] [AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glReplacementCodeuiColor4fNormal3fVertex3fvSUN")] [Obsolete("Use ref/array overload instead")] public static - unsafe void ReplacementCodeuiColor4fNormal3fVertex3(UInt32* rc, Single[] c, Single[] n, Single[] v) { throw new NotImplementedException(); } + unsafe void ReplacementCodeuiColor4fNormal3fVertex3(UInt32* rc, Single[] c, Single[] n, Single[] v) { throw new BindingsNotRewrittenException(); } [System.CLSCompliant(false)] [AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glReplacementCodeuiColor4ubVertex3fvSUN")] [Obsolete("Use ref/array overload instead")] public static - unsafe void ReplacementCodeuiColor4ubVertex3(Int32* rc, Byte[] c, Single[] v) { throw new NotImplementedException(); } + unsafe void ReplacementCodeuiColor4ubVertex3(Int32* rc, Byte[] c, Single[] v) { throw new BindingsNotRewrittenException(); } [System.CLSCompliant(false)] [AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glReplacementCodeuiColor4ubVertex3fvSUN")] [Obsolete("Use ref/array overload instead")] public static - unsafe void ReplacementCodeuiColor4ubVertex3(UInt32* rc, Byte[] c, Single[] v) { throw new NotImplementedException(); } + unsafe void ReplacementCodeuiColor4ubVertex3(UInt32* rc, Byte[] c, Single[] v) { throw new BindingsNotRewrittenException(); } [System.CLSCompliant(false)] [AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glReplacementCodeuiNormal3fVertex3fvSUN")] [Obsolete("Use ref/array overload instead")] public static - unsafe void ReplacementCodeuiNormal3fVertex3(Int32* rc, Single[] n, Single[] v) { throw new NotImplementedException(); } + unsafe void ReplacementCodeuiNormal3fVertex3(Int32* rc, Single[] n, Single[] v) { throw new BindingsNotRewrittenException(); } [System.CLSCompliant(false)] [AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glReplacementCodeuiNormal3fVertex3fvSUN")] [Obsolete("Use ref/array overload instead")] public static - unsafe void ReplacementCodeuiNormal3fVertex3(UInt32* rc, Single[] n, Single[] v) { throw new NotImplementedException(); } + unsafe void ReplacementCodeuiNormal3fVertex3(UInt32* rc, Single[] n, Single[] v) { throw new BindingsNotRewrittenException(); } [System.CLSCompliant(false)] [AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN")] [Obsolete("Use ref/array overload instead")] public static - unsafe void ReplacementCodeuiTexCoord2fColor4fNormal3fVertex3(Int32* rc, Single[] tc, Single[] c, Single[] n, Single[] v) { throw new NotImplementedException(); } + unsafe void ReplacementCodeuiTexCoord2fColor4fNormal3fVertex3(Int32* rc, Single[] tc, Single[] c, Single[] n, Single[] v) { throw new BindingsNotRewrittenException(); } [System.CLSCompliant(false)] [AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN")] [Obsolete("Use ref/array overload instead")] public static - unsafe void ReplacementCodeuiTexCoord2fColor4fNormal3fVertex3(UInt32* rc, Single[] tc, Single[] c, Single[] n, Single[] v) { throw new NotImplementedException(); } + unsafe void ReplacementCodeuiTexCoord2fColor4fNormal3fVertex3(UInt32* rc, Single[] tc, Single[] c, Single[] n, Single[] v) { throw new BindingsNotRewrittenException(); } [System.CLSCompliant(false)] [AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN")] [Obsolete("Use ref/array overload instead")] public static - unsafe void ReplacementCodeuiTexCoord2fNormal3fVertex3(Int32* rc, Single[] tc, Single[] n, Single[] v) { throw new NotImplementedException(); } + unsafe void ReplacementCodeuiTexCoord2fNormal3fVertex3(Int32* rc, Single[] tc, Single[] n, Single[] v) { throw new BindingsNotRewrittenException(); } [System.CLSCompliant(false)] [AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN")] [Obsolete("Use ref/array overload instead")] public static - unsafe void ReplacementCodeuiTexCoord2fNormal3fVertex3(UInt32* rc, Single[] tc, Single[] n, Single[] v) { throw new NotImplementedException(); } + unsafe void ReplacementCodeuiTexCoord2fNormal3fVertex3(UInt32* rc, Single[] tc, Single[] n, Single[] v) { throw new BindingsNotRewrittenException(); } [System.CLSCompliant(false)] [AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glReplacementCodeuiTexCoord2fVertex3fvSUN")] [Obsolete("Use ref/array overload instead")] public static - unsafe void ReplacementCodeuiTexCoord2fVertex3(Int32* rc, Single[] tc, Single[] v) { throw new NotImplementedException(); } + unsafe void ReplacementCodeuiTexCoord2fVertex3(Int32* rc, Single[] tc, Single[] v) { throw new BindingsNotRewrittenException(); } [System.CLSCompliant(false)] [AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glReplacementCodeuiTexCoord2fVertex3fvSUN")] [Obsolete("Use ref/array overload instead")] public static - unsafe void ReplacementCodeuiTexCoord2fVertex3(UInt32* rc, Single[] tc, Single[] v) { throw new NotImplementedException(); } + unsafe void ReplacementCodeuiTexCoord2fVertex3(UInt32* rc, Single[] tc, Single[] v) { throw new BindingsNotRewrittenException(); } [System.CLSCompliant(false)] [AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glReplacementCodeuiVertex3fvSUN")] [Obsolete("Use ref/array overload instead")] public static - unsafe void ReplacementCodeuiVertex3(Int32* rc, Single[] v) { throw new NotImplementedException(); } + unsafe void ReplacementCodeuiVertex3(Int32* rc, Single[] v) { throw new BindingsNotRewrittenException(); } [System.CLSCompliant(false)] [AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glReplacementCodeuiVertex3fvSUN")] [Obsolete("Use ref/array overload instead")] public static - unsafe void ReplacementCodeuiVertex3(UInt32* rc, Single[] v) { throw new NotImplementedException(); } + unsafe void ReplacementCodeuiVertex3(UInt32* rc, Single[] v) { throw new BindingsNotRewrittenException(); } } } } diff --git a/src/OpenTK/InteropHelper.cs b/src/OpenTK/InteropHelper.cs index b61bf0e1..97bdef14 100644 --- a/src/OpenTK/InteropHelper.cs +++ b/src/OpenTK/InteropHelper.cs @@ -31,152 +31,152 @@ namespace OpenTK { public static void Call(IntPtr address) { - throw new NotImplementedException(); + throw new BindingsNotRewrittenException(); } public static void Call(T0 arg0, IntPtr address) { - throw new NotImplementedException(); + throw new BindingsNotRewrittenException(); } public static void Call(T0 arg0, T1 arg1, IntPtr address) { - throw new NotImplementedException(); + throw new BindingsNotRewrittenException(); } public static void Call(T0 arg0, T1 arg1, T2 arg2, IntPtr address) { - throw new NotImplementedException(); + throw new BindingsNotRewrittenException(); } public static void Call(T0 arg0, T1 arg1, T2 arg2, T3 arg3, IntPtr address) { - throw new NotImplementedException(); + throw new BindingsNotRewrittenException(); } public static void Call(T0 arg0, T1 arg1, T2 arg2, T3 arg3, T4 arg4, IntPtr address) { - throw new NotImplementedException(); + throw new BindingsNotRewrittenException(); } public static void Call(T0 arg0, T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, IntPtr address) { - throw new NotImplementedException(); + throw new BindingsNotRewrittenException(); } public static void Call(T0 arg0, T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, IntPtr address) { - throw new NotImplementedException(); + throw new BindingsNotRewrittenException(); } public static void Call(T0 arg0, T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, T7 arg7, IntPtr address) { - throw new NotImplementedException(); + throw new BindingsNotRewrittenException(); } public static void Call(T0 arg0, T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, T7 arg7, T8 arg8, IntPtr address) { - throw new NotImplementedException(); + throw new BindingsNotRewrittenException(); } public static void Call(T0 arg0, T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, T7 arg7, T8 arg8, T9 arg9, IntPtr address) { - throw new NotImplementedException(); + throw new BindingsNotRewrittenException(); } public static void Call(T0 arg0, T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, T7 arg7, T8 arg8, T9 arg9, T10 arg10, IntPtr address) { - throw new NotImplementedException(); + throw new BindingsNotRewrittenException(); } public static void Call(T0 arg0, T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, T7 arg7, T8 arg8, T9 arg9, T10 arg10, T11 arg11, IntPtr address) { - throw new NotImplementedException(); + throw new BindingsNotRewrittenException(); } public static void Call(T0 arg0, T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, T7 arg7, T8 arg8, T9 arg9, T10 arg10, T11 arg11, T12 arg12, IntPtr address) { - throw new NotImplementedException(); + throw new BindingsNotRewrittenException(); } public static void Call(T0 arg0, T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, T7 arg7, T8 arg8, T9 arg9, T10 arg10, T11 arg11, T12 arg12, T13 arg13, IntPtr address) { - throw new NotImplementedException(); + throw new BindingsNotRewrittenException(); } public static void Call(T0 arg0, T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, T7 arg7, T8 arg8, T9 arg9, T10 arg10, T11 arg11, T12 arg12, T13 arg13, T14 arg14, IntPtr address) { - throw new NotImplementedException(); + throw new BindingsNotRewrittenException(); } public static void Call(T0 arg0, T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, T7 arg7, T8 arg8, T9 arg9, T10 arg10, T11 arg11, T12 arg12, T13 arg13, T14 arg14, T15 arg15, IntPtr address) { - throw new NotImplementedException(); + throw new BindingsNotRewrittenException(); } public static TRet CallReturn(IntPtr address) { - throw new NotImplementedException(); + throw new BindingsNotRewrittenException(); } public static TRet CallReturn(T0 arg0, IntPtr address) { - throw new NotImplementedException(); + throw new BindingsNotRewrittenException(); } public static TRet CallReturn(T0 arg0, T1 arg1, IntPtr address) { - throw new NotImplementedException(); + throw new BindingsNotRewrittenException(); } public static TRet CallReturn(T0 arg0, T1 arg1, T2 arg2, IntPtr address) { - throw new NotImplementedException(); + throw new BindingsNotRewrittenException(); } public static TRet CallReturn(T0 arg0, T1 arg1, T2 arg2, T3 arg3, IntPtr address) { - throw new NotImplementedException(); + throw new BindingsNotRewrittenException(); } public static TRet CallReturn(T0 arg0, T1 arg1, T2 arg2, T3 arg3, T4 arg4, IntPtr address) { - throw new NotImplementedException(); + throw new BindingsNotRewrittenException(); } public static TRet CallReturn(T0 arg0, T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, IntPtr address) { - throw new NotImplementedException(); + throw new BindingsNotRewrittenException(); } public static TRet CallReturn(T0 arg0, T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, IntPtr address) { - throw new NotImplementedException(); + throw new BindingsNotRewrittenException(); } public static TRet CallReturn(T0 arg0, T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, T7 arg7, IntPtr address) { - throw new NotImplementedException(); + throw new BindingsNotRewrittenException(); } public static IntPtr Pin(T[] arg) { - throw new NotImplementedException(); + throw new BindingsNotRewrittenException(); } public static IntPtr Pin(T[,] arg) { - throw new NotImplementedException(); + throw new BindingsNotRewrittenException(); } public static IntPtr Pin(T[,,] arg) { - throw new NotImplementedException(); + throw new BindingsNotRewrittenException(); } public static IntPtr Pin(ref T arg) { - throw new NotImplementedException(); + throw new BindingsNotRewrittenException(); } } } diff --git a/src/OpenTK/Platform/Windows/Bindings/Wgl.cs b/src/OpenTK/Platform/Windows/Bindings/Wgl.cs index 5cb9e10f..4d44fa8e 100644 --- a/src/OpenTK/Platform/Windows/Bindings/Wgl.cs +++ b/src/OpenTK/Platform/Windows/Bindings/Wgl.cs @@ -106,28 +106,28 @@ namespace OpenTK.Platform.Windows public static IntPtr CreateContextAttribs(IntPtr hDC, IntPtr hShareContext, int[] attribList) { - throw new NotImplementedException(); + throw new BindingsNotRewrittenException(); } [AutoGenerated(EntryPoint = "wglGetExtensionsStringARB")] public static string GetExtensionsString(IntPtr hdc) { - throw new NotImplementedException(); + throw new BindingsNotRewrittenException(); } [AutoGenerated(EntryPoint = "wglGetPixelFormatAttribivARB")] public static Boolean GetPixelFormatAttrib(IntPtr hdc, int iPixelFormat, int iLayerPlane, Int32 nAttributes, int[] piAttributes, [Out] int[] piValues) { - throw new NotImplementedException(); + throw new BindingsNotRewrittenException(); } [AutoGenerated(EntryPoint = "wglGetPixelFormatAttribivARB")] public static Boolean GetPixelFormatAttrib(IntPtr hdc, int iPixelFormat, int iLayerPlane, Int32 nAttributes, ref int piAttributes, [Out] out int piValues) { - throw new NotImplementedException(); + throw new BindingsNotRewrittenException(); } [AutoGenerated(EntryPoint = "wglGetPixelFormatAttribfvARB")] @@ -135,119 +135,119 @@ namespace OpenTK.Platform.Windows public static Boolean GetPixelFormatAttrib(IntPtr hdc, int iPixelFormat, int iLayerPlane, int nAttributes, int[] piAttributes, [Out] Single[] pfValues) { - throw new NotImplementedException(); + throw new BindingsNotRewrittenException(); } [AutoGenerated(EntryPoint = "wglGetPixelFormatAttribfvARB")] public static Boolean GetPixelFormatAttrib(IntPtr hdc, int iPixelFormat, int iLayerPlane, Int32 nAttributes, ref int piAttributes, [Out] out Single pfValues) { - throw new NotImplementedException(); + throw new BindingsNotRewrittenException(); } [AutoGenerated(EntryPoint = "wglChoosePixelFormatARB")] public static Boolean ChoosePixelFormat(IntPtr hdc, int[] piAttribIList, Single[] pfAttribFList, Int32 nMaxFormats, [Out] int[] piFormats, out int nNumFormats) { - throw new NotImplementedException(); + throw new BindingsNotRewrittenException(); } [AutoGenerated(EntryPoint = "wglChoosePixelFormatARB")] public static Boolean ChoosePixelFormat(IntPtr hdc, ref int piAttribIList, ref Single pfAttribFList, Int32 nMaxFormats, [Out] out int piFormats, [Out] out Int32 nNumFormats) { - throw new NotImplementedException(); + throw new BindingsNotRewrittenException(); } [AutoGenerated(EntryPoint = "wglMakeContextCurrentARB")] public static Boolean MakeContextCurrent(IntPtr hDrawDC, IntPtr hReadDC, IntPtr hglrc) { - throw new NotImplementedException(); + throw new BindingsNotRewrittenException(); } [AutoGenerated(EntryPoint = "wglGetCurrentReadDCARB")] public static IntPtr GetCurrentReadDC() { - throw new NotImplementedException(); + throw new BindingsNotRewrittenException(); } [AutoGenerated(EntryPoint = "wglCreatePbufferARB")] public static IntPtr CreatePbuffer(IntPtr hDC, int iPixelFormat, int iWidth, int iHeight, int[] piAttribList) { - throw new NotImplementedException(); + throw new BindingsNotRewrittenException(); } [AutoGenerated(EntryPoint = "wglCreatePbufferARB")] public static IntPtr CreatePbuffer(IntPtr hDC, int iPixelFormat, int iWidth, int iHeight, ref int piAttribList) { - throw new NotImplementedException(); + throw new BindingsNotRewrittenException(); } [AutoGenerated(EntryPoint = "wglGetPbufferDCARB")] public static IntPtr GetPbufferDC(IntPtr hPbuffer) { - throw new NotImplementedException(); + throw new BindingsNotRewrittenException(); } [AutoGenerated(EntryPoint = "wglReleasePbufferDCARB")] public static int ReleasePbufferDC(IntPtr hPbuffer, IntPtr hDC) { - throw new NotImplementedException(); + throw new BindingsNotRewrittenException(); } [AutoGenerated(EntryPoint = "wglDestroyPbufferARB")] public static Boolean DestroyPbuffer(IntPtr hPbuffer) { - throw new NotImplementedException(); + throw new BindingsNotRewrittenException(); } [AutoGenerated(EntryPoint = "wglQueryPbufferARB")] public static Boolean QueryPbuffer(IntPtr hPbuffer, int iAttribute, [Out] int[] piValue) { - throw new NotImplementedException(); + throw new BindingsNotRewrittenException(); } [AutoGenerated(EntryPoint = "wglQueryPbufferARB")] public static Boolean QueryPbuffer(IntPtr hPbuffer, int iAttribute, [Out] out int piValue) { - throw new NotImplementedException(); + throw new BindingsNotRewrittenException(); } [AutoGenerated(EntryPoint = "wglBindTexImageARB")] public static Boolean BindTexImage(IntPtr hPbuffer, int iBuffer) { - throw new NotImplementedException(); + throw new BindingsNotRewrittenException(); } [AutoGenerated(EntryPoint = "wglReleaseTexImageARB")] public static Boolean ReleaseTexImage(IntPtr hPbuffer, int iBuffer) { - throw new NotImplementedException(); + throw new BindingsNotRewrittenException(); } [AutoGenerated(EntryPoint = "wglSetPbufferAttribARB")] public static Boolean SetPbufferAttrib(IntPtr hPbuffer, int[] piAttribList) { - throw new NotImplementedException(); + throw new BindingsNotRewrittenException(); } [AutoGenerated(EntryPoint = "wglSetPbufferAttribARB")] public static Boolean SetPbufferAttrib(IntPtr hPbuffer, ref int piAttribList) { - throw new NotImplementedException(); + throw new BindingsNotRewrittenException(); } } @@ -257,21 +257,21 @@ namespace OpenTK.Platform.Windows public static string GetExtensionsString() { - throw new NotImplementedException(); + throw new BindingsNotRewrittenException(); } [AutoGenerated(EntryPoint = "wglSwapIntervalEXT")] public static Boolean SwapInterval(int interval) { - throw new NotImplementedException(); + throw new BindingsNotRewrittenException(); } [AutoGenerated(EntryPoint = "wglGetSwapIntervalEXT")] public static int GetSwapInterval() { - throw new NotImplementedException(); + throw new BindingsNotRewrittenException(); } } diff --git a/src/OpenTK/Platform/X11/Bindings/Glx.cs b/src/OpenTK/Platform/X11/Bindings/Glx.cs index 9cb3e8b3..cc185b8d 100644 --- a/src/OpenTK/Platform/X11/Bindings/Glx.cs +++ b/src/OpenTK/Platform/X11/Bindings/Glx.cs @@ -416,13 +416,13 @@ namespace OpenTK.Platform.X11 [AutoGenerated(EntryPoint = "glXCreateContextAttribsARB")] unsafe public static IntPtr CreateContextAttribs(IntPtr display, IntPtr fbconfig, IntPtr share_context, bool direct, int* attribs) { - throw new NotImplementedException(); + throw new BindingsNotRewrittenException(); } [AutoGenerated(EntryPoint = "glXCreateContextAttribsARB")] public static IntPtr CreateContextAttribs(IntPtr display, IntPtr fbconfig, IntPtr share_context, bool direct, int[] attribs) { - throw new NotImplementedException(); + throw new BindingsNotRewrittenException(); } // The linux OpenGL ABI 3.6 (1999) requires @@ -443,7 +443,7 @@ namespace OpenTK.Platform.X11 [AutoGenerated(EntryPoint = "glXSwapIntervalEXT")] public static ErrorCode SwapInterval(IntPtr display, IntPtr drawable, int interval) { - throw new NotImplementedException(); + throw new BindingsNotRewrittenException(); } } @@ -452,13 +452,13 @@ namespace OpenTK.Platform.X11 [AutoGenerated(EntryPoint = "glXSwapIntervalMESA")] public static ErrorCode SwapInterval(int interval) { - throw new NotImplementedException(); + throw new BindingsNotRewrittenException(); } [AutoGenerated(EntryPoint = "glXGetSwapIntervalMESA")] public static int GetSwapInterval() { - throw new NotImplementedException(); + throw new BindingsNotRewrittenException(); } } @@ -467,7 +467,7 @@ namespace OpenTK.Platform.X11 [AutoGenerated(EntryPoint = "glXSwapIntervalSGI")] public static ErrorCode SwapInterval(int interval) { - throw new NotImplementedException(); + throw new BindingsNotRewrittenException(); } }