diff --git a/Source/Bind/CSharpSpecWriter.cs b/Source/Bind/CSharpSpecWriter.cs
index 96b90bb0..cb9ab8f9 100644
--- a/Source/Bind/CSharpSpecWriter.cs
+++ b/Source/Bind/CSharpSpecWriter.cs
@@ -252,13 +252,14 @@ namespace Bind
sw.WriteLine("[Obsolete(\"Deprecated in OpenGL {0}\")]", f.DeprecatedVersion);
}
- if (!f.CLSCompliant)
- {
- sw.WriteLine("[System.CLSCompliant(false)]");
- }
-
sw.WriteLine("[AutoGenerated(Category = \"{0}\", Version = \"{1}\", EntryPoint = \"{2}\")]",
f.Category, f.Version, Settings.FunctionPrefix + f.WrappedDelegate.EntryPoint);
+
+ if (!f.CLSCompliant)
+ {
+ sw.WriteLine("[CLSCompliant(false)]");
+ }
+
sw.WriteLine("public static {0} {{ throw new NotImplementedException(); }}", GetDeclarationString(f, Settings.Compatibility));
}
@@ -421,7 +422,6 @@ namespace Bind
}
}
- int current = 0;
foreach (Enum @enum in enums.Values)
{
if (!Settings.IsEnabled(Settings.Legacy.NoDocumentation))
diff --git a/Source/Bind/FuncProcessor.cs b/Source/Bind/FuncProcessor.cs
index 0e22710a..82a7c634 100644
--- a/Source/Bind/FuncProcessor.cs
+++ b/Source/Bind/FuncProcessor.cs
@@ -1,4 +1,4 @@
-#region License
+#region License
//
// The Open Toolkit Library License
//
@@ -1034,9 +1034,9 @@ namespace Bind
}
if (parameter.WrapperType == 0 ||
- (parameter.WrapperType & WrapperTypes.ConvenienceArrayType) != 0 ||
- (parameter.WrapperType & WrapperTypes.ConvenienceReturnType) != 0 ||
- (parameter.WrapperType & WrapperTypes.ConvenienceArrayReturnType) != 0)
+ (parameter.WrapperType & WrapperTypes.ConvenienceArrayType) != 0 ||
+ (parameter.WrapperType & WrapperTypes.ConvenienceReturnType) != 0 ||
+ (parameter.WrapperType & WrapperTypes.ConvenienceArrayReturnType) != 0)
{
// We don't need to do anything, just add this function directly
// to the list of wrappers.
@@ -1091,6 +1091,11 @@ namespace Bind
if ((parameter.WrapperType & WrapperTypes.GenericParameter) != 0)
{
generic_wrapper = generic_wrapper ?? new Function(wrapper);
+ if (arity > 0)
+ {
+ // Overloading on array arity is not CLS-compliant
+ generic_wrapper.CLSCompliant = false;
+ }
var p = generic_wrapper.Parameters[i];
p.Reference = false;
diff --git a/Source/Bind/Structures/Delegate.cs b/Source/Bind/Structures/Delegate.cs
index 5c87bfad..5c072d1e 100644
--- a/Source/Bind/Structures/Delegate.cs
+++ b/Source/Bind/Structures/Delegate.cs
@@ -53,6 +53,7 @@ namespace Bind.Structures
DeprecatedVersion = d.DeprecatedVersion;
EntryPoint = d.EntryPoint;
Obsolete = d.Obsolete;
+ CLSCompliant = d.CLSCompliant;
Slot = d.Slot;
}
diff --git a/Source/Bind/Structures/Function.cs b/Source/Bind/Structures/Function.cs
index 18d88a00..7512f7be 100644
--- a/Source/Bind/Structures/Function.cs
+++ b/Source/Bind/Structures/Function.cs
@@ -37,6 +37,7 @@ namespace Bind.Structures
ReturnType = new Type(f.ReturnType);
TrimmedName = f.TrimmedName;
Obsolete = f.Obsolete;
+ CLSCompliant = f.CLSCompliant;
Body.AddRange(f.Body);
}
diff --git a/Source/OpenTK/Audio/OpenAL/Alc/Alc.cs b/Source/OpenTK/Audio/OpenAL/Alc/Alc.cs
index ca58d089..38767a15 100644
--- a/Source/OpenTK/Audio/OpenAL/Alc/Alc.cs
+++ b/Source/OpenTK/Audio/OpenAL/Alc/Alc.cs
@@ -409,6 +409,7 @@ namespace OpenTK.Audio.OpenAL
/// a pointer to a capture device.
/// a buffer, which must be large enough to accommodate the number of samples.
/// the number of samples to be retrieved.
+ [CLSCompliant(false)]
public static void CaptureSamples(IntPtr device, T[] buffer, int samples)
where T : struct
{
@@ -419,6 +420,7 @@ namespace OpenTK.Audio.OpenAL
/// a pointer to a capture device.
/// a buffer, which must be large enough to accommodate the number of samples.
/// the number of samples to be retrieved.
+ [CLSCompliant(false)]
public static void CaptureSamples(IntPtr device, T[,] buffer, int samples)
where T : struct
{
@@ -429,6 +431,7 @@ namespace OpenTK.Audio.OpenAL
/// a pointer to a capture device.
/// a buffer, which must be large enough to accommodate the number of samples.
/// the number of samples to be retrieved.
+ [CLSCompliant(false)]
public static void CaptureSamples(IntPtr device, T[, ,] buffer, int samples)
where T : struct
{
diff --git a/Source/OpenTK/Graphics/ES11/ES11.cs b/Source/OpenTK/Graphics/ES11/ES11.cs
index 98732a52..5576db93 100644
--- a/Source/OpenTK/Graphics/ES11/ES11.cs
+++ b/Source/OpenTK/Graphics/ES11/ES11.cs
@@ -451,6 +451,7 @@ namespace OpenTK.Graphics.ES11
///
///
[AutoGenerated(Category = "APPLE_sync", Version = "", EntryPoint = "glClientWaitSyncAPPLE")]
+ [CLSCompliant(false)]
public static OpenTK.Graphics.ES11.All ClientWaitSync(IntPtr sync, Int32 flags, Int64 timeout) { throw new NotImplementedException(); }
/// [requires: APPLE_sync]
@@ -471,17 +472,18 @@ namespace OpenTK.Graphics.ES11
/// The timeout, specified in nanoseconds, for which the implementation should wait for sync to become signaled.
///
///
- [System.CLSCompliant(false)]
[AutoGenerated(Category = "APPLE_sync", Version = "", EntryPoint = "glClientWaitSyncAPPLE")]
+ [CLSCompliant(false)]
public static OpenTK.Graphics.ES11.All ClientWaitSync(IntPtr sync, UInt32 flags, UInt64 timeout) { throw new NotImplementedException(); }
/// [requires: APPLE_copy_texture_levels]
[AutoGenerated(Category = "APPLE_copy_texture_levels", Version = "", EntryPoint = "glCopyTextureLevelsAPPLE")]
+ [CLSCompliant(false)]
public static void CopyTextureLevel(Int32 destinationTexture, Int32 sourceTexture, Int32 sourceBaseLevel, Int32 sourceLevelCount) { throw new NotImplementedException(); }
/// [requires: APPLE_copy_texture_levels]
- [System.CLSCompliant(false)]
[AutoGenerated(Category = "APPLE_copy_texture_levels", Version = "", EntryPoint = "glCopyTextureLevelsAPPLE")]
+ [CLSCompliant(false)]
public static void CopyTextureLevel(UInt32 destinationTexture, UInt32 sourceTexture, Int32 sourceBaseLevel, Int32 sourceLevelCount) { throw new NotImplementedException(); }
/// [requires: APPLE_sync]
@@ -509,6 +511,7 @@ namespace OpenTK.Graphics.ES11
///
///
[AutoGenerated(Category = "APPLE_sync", Version = "", EntryPoint = "glFenceSyncAPPLE")]
+ [CLSCompliant(false)]
public static IntPtr FenceSync(OpenTK.Graphics.ES11.All condition, Int32 flags) { throw new NotImplementedException(); }
/// [requires: APPLE_sync]
@@ -524,25 +527,28 @@ namespace OpenTK.Graphics.ES11
/// Specifies a bitwise combination of flags controlling the behavior of the sync object. No flags are presently defined for this operation and flags must be zero. flags is a placeholder for anticipated future extensions of fence sync object capabilities.
///
///
- [System.CLSCompliant(false)]
[AutoGenerated(Category = "APPLE_sync", Version = "", EntryPoint = "glFenceSyncAPPLE")]
+ [CLSCompliant(false)]
public static IntPtr FenceSync(OpenTK.Graphics.ES11.All condition, UInt32 flags) { throw new NotImplementedException(); }
/// [requires: APPLE_sync]
[AutoGenerated(Category = "APPLE_sync", Version = "", EntryPoint = "glGetInteger64vAPPLE")]
+ [CLSCompliant(false)]
public static Int64 GetInteger64(OpenTK.Graphics.ES11.All pname) { throw new NotImplementedException(); }
/// [requires: APPLE_sync]
[AutoGenerated(Category = "APPLE_sync", Version = "", EntryPoint = "glGetInteger64vAPPLE")]
+ [CLSCompliant(false)]
public static void GetInteger64(OpenTK.Graphics.ES11.All pname, [OutAttribute] Int64[] @params) { throw new NotImplementedException(); }
/// [requires: APPLE_sync]
[AutoGenerated(Category = "APPLE_sync", Version = "", EntryPoint = "glGetInteger64vAPPLE")]
+ [CLSCompliant(false)]
public static void GetInteger64(OpenTK.Graphics.ES11.All pname, [OutAttribute] out Int64 @params) { throw new NotImplementedException(); }
/// [requires: APPLE_sync]
- [System.CLSCompliant(false)]
[AutoGenerated(Category = "APPLE_sync", Version = "", EntryPoint = "glGetInteger64vAPPLE")]
+ [CLSCompliant(false)]
public static unsafe void GetInteger64(OpenTK.Graphics.ES11.All pname, [OutAttribute] Int64* @params) { throw new NotImplementedException(); }
/// [requires: APPLE_sync]
@@ -574,6 +580,7 @@ namespace OpenTK.Graphics.ES11
///
///
[AutoGenerated(Category = "APPLE_sync", Version = "", EntryPoint = "glGetSyncivAPPLE")]
+ [CLSCompliant(false)]
public static void GetSync(IntPtr sync, OpenTK.Graphics.ES11.All pname, Int32 bufSize, [OutAttribute] Int32[] length, [OutAttribute] Int32[] values) { throw new NotImplementedException(); }
/// [requires: APPLE_sync]
@@ -605,6 +612,7 @@ namespace OpenTK.Graphics.ES11
///
///
[AutoGenerated(Category = "APPLE_sync", Version = "", EntryPoint = "glGetSyncivAPPLE")]
+ [CLSCompliant(false)]
public static void GetSync(IntPtr sync, OpenTK.Graphics.ES11.All pname, Int32 bufSize, [OutAttribute] out Int32 length, [OutAttribute] out Int32 values) { throw new NotImplementedException(); }
/// [requires: APPLE_sync]
@@ -635,8 +643,8 @@ namespace OpenTK.Graphics.ES11
/// Specifies the address of an array to receive the values of the queried parameter.
///
///
- [System.CLSCompliant(false)]
[AutoGenerated(Category = "APPLE_sync", Version = "", EntryPoint = "glGetSyncivAPPLE")]
+ [CLSCompliant(false)]
public static unsafe void GetSync(IntPtr sync, OpenTK.Graphics.ES11.All pname, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] Int32* values) { throw new NotImplementedException(); }
/// [requires: APPLE_sync]
@@ -704,6 +712,7 @@ namespace OpenTK.Graphics.ES11
///
///
[AutoGenerated(Category = "APPLE_sync", Version = "", EntryPoint = "glWaitSyncAPPLE")]
+ [CLSCompliant(false)]
public static void WaitSync(IntPtr sync, Int32 flags, Int64 timeout) { throw new NotImplementedException(); }
/// [requires: APPLE_sync]
@@ -724,8 +733,8 @@ namespace OpenTK.Graphics.ES11
/// Specifies the timeout that the server should wait before continuing. timeout must be GL_TIMEOUT_IGNORED.
///
///
- [System.CLSCompliant(false)]
[AutoGenerated(Category = "APPLE_sync", Version = "", EntryPoint = "glWaitSyncAPPLE")]
+ [CLSCompliant(false)]
public static void WaitSync(IntPtr sync, UInt32 flags, UInt64 timeout) { throw new NotImplementedException(); }
}
@@ -804,6 +813,7 @@ namespace OpenTK.Graphics.ES11
///
///
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glBindBuffer")]
+ [CLSCompliant(false)]
public static void BindBuffer(OpenTK.Graphics.ES11.All target, Int32 buffer) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -819,8 +829,8 @@ namespace OpenTK.Graphics.ES11
/// Specifies the name of a buffer object.
///
///
- [System.CLSCompliant(false)]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glBindBuffer")]
+ [CLSCompliant(false)]
public static void BindBuffer(OpenTK.Graphics.ES11.All target, UInt32 buffer) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -838,6 +848,7 @@ namespace OpenTK.Graphics.ES11
///
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glBindTexture")]
+ [CLSCompliant(false)]
public static void BindTexture(OpenTK.Graphics.ES11.All target, Int32 texture) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -854,8 +865,8 @@ namespace OpenTK.Graphics.ES11
///
///
[Obsolete("Use strongly-typed overload instead")]
- [System.CLSCompliant(false)]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glBindTexture")]
+ [CLSCompliant(false)]
public static void BindTexture(OpenTK.Graphics.ES11.All target, UInt32 texture) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -872,6 +883,7 @@ namespace OpenTK.Graphics.ES11
///
///
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glBindTexture")]
+ [CLSCompliant(false)]
public static void BindTexture(OpenTK.Graphics.ES11.TextureTarget target, Int32 texture) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -887,8 +899,8 @@ namespace OpenTK.Graphics.ES11
/// Specifies the name of a texture.
///
///
- [System.CLSCompliant(false)]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glBindTexture")]
+ [CLSCompliant(false)]
public static void BindTexture(OpenTK.Graphics.ES11.TextureTarget target, UInt32 texture) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -984,6 +996,7 @@ namespace OpenTK.Graphics.ES11
///
///
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glBufferData")]
+ [CLSCompliant(false)]
public static void BufferData(OpenTK.Graphics.ES11.All target, IntPtr size, [InAttribute, OutAttribute] T2[] data, OpenTK.Graphics.ES11.All usage)
where T2 : struct
{ throw new NotImplementedException(); }
@@ -1012,6 +1025,7 @@ namespace OpenTK.Graphics.ES11
///
///
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glBufferData")]
+ [CLSCompliant(false)]
public static void BufferData(OpenTK.Graphics.ES11.All target, IntPtr size, [InAttribute, OutAttribute] T2[,] data, OpenTK.Graphics.ES11.All usage)
where T2 : struct
{ throw new NotImplementedException(); }
@@ -1040,6 +1054,7 @@ namespace OpenTK.Graphics.ES11
///
///
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glBufferData")]
+ [CLSCompliant(false)]
public static void BufferData(OpenTK.Graphics.ES11.All target, IntPtr size, [InAttribute, OutAttribute] T2[,,] data, OpenTK.Graphics.ES11.All usage)
where T2 : struct
{ throw new NotImplementedException(); }
@@ -1122,6 +1137,7 @@ namespace OpenTK.Graphics.ES11
///
///
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glBufferSubData")]
+ [CLSCompliant(false)]
public static void BufferSubData(OpenTK.Graphics.ES11.All target, IntPtr offset, IntPtr size, [InAttribute, OutAttribute] T3[] data)
where T3 : struct
{ throw new NotImplementedException(); }
@@ -1150,6 +1166,7 @@ namespace OpenTK.Graphics.ES11
///
///
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glBufferSubData")]
+ [CLSCompliant(false)]
public static void BufferSubData(OpenTK.Graphics.ES11.All target, IntPtr offset, IntPtr size, [InAttribute, OutAttribute] T3[,] data)
where T3 : struct
{ throw new NotImplementedException(); }
@@ -1178,6 +1195,7 @@ namespace OpenTK.Graphics.ES11
///
///
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glBufferSubData")]
+ [CLSCompliant(false)]
public static void BufferSubData(OpenTK.Graphics.ES11.All target, IntPtr offset, IntPtr size, [InAttribute, OutAttribute] T3[,,] data)
where T3 : struct
{ throw new NotImplementedException(); }
@@ -1243,19 +1261,6 @@ namespace OpenTK.Graphics.ES11
///
[Obsolete("Use ClearMask overload instead")]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glClear")]
- public static void Clear(Int32 mask) { throw new NotImplementedException(); }
-
- /// [requires: v1.0]
- /// Clear buffers to preset values
- ///
- ///
- ///
- /// Bitwise OR of masks that indicate the buffers to be cleared. The three masks are GL_COLOR_BUFFER_BIT, GL_DEPTH_BUFFER_BIT, and GL_STENCIL_BUFFER_BIT.
- ///
- ///
- [Obsolete("Use ClearMask overload instead")]
- [System.CLSCompliant(false)]
- [AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glClear")]
public static void Clear(UInt32 mask) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -1336,6 +1341,7 @@ namespace OpenTK.Graphics.ES11
///
///
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glClipPlanef")]
+ [CLSCompliant(false)]
public static void ClipPlane(OpenTK.Graphics.ES11.All p, Single[] eqn) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -1352,6 +1358,7 @@ namespace OpenTK.Graphics.ES11
///
///
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glClipPlanef")]
+ [CLSCompliant(false)]
public static void ClipPlane(OpenTK.Graphics.ES11.All p, ref Single eqn) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -1367,21 +1374,23 @@ namespace OpenTK.Graphics.ES11
/// Specifies the address of an array of four double-precision floating-point values. These values are interpreted as a plane equation.
///
///
- [System.CLSCompliant(false)]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glClipPlanef")]
+ [CLSCompliant(false)]
public static unsafe void ClipPlane(OpenTK.Graphics.ES11.All p, Single* eqn) { throw new NotImplementedException(); }
/// [requires: v1.0]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glClipPlanex")]
+ [CLSCompliant(false)]
public static void ClipPlanex(OpenTK.Graphics.ES11.All plane, int[] equation) { throw new NotImplementedException(); }
/// [requires: v1.0]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glClipPlanex")]
+ [CLSCompliant(false)]
public static void ClipPlanex(OpenTK.Graphics.ES11.All plane, ref int equation) { throw new NotImplementedException(); }
/// [requires: v1.0]
- [System.CLSCompliant(false)]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glClipPlanex")]
+ [CLSCompliant(false)]
public static unsafe void ClipPlanex(OpenTK.Graphics.ES11.All plane, int* equation) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -1488,6 +1497,7 @@ namespace OpenTK.Graphics.ES11
///
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glColorPointer")]
+ [CLSCompliant(false)]
public static void ColorPointer(Int32 size, OpenTK.Graphics.ES11.All type, Int32 stride, [InAttribute, OutAttribute] T3[] pointer)
where T3 : struct
{ throw new NotImplementedException(); }
@@ -1517,6 +1527,7 @@ namespace OpenTK.Graphics.ES11
///
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glColorPointer")]
+ [CLSCompliant(false)]
public static void ColorPointer(Int32 size, OpenTK.Graphics.ES11.All type, Int32 stride, [InAttribute, OutAttribute] T3[,] pointer)
where T3 : struct
{ throw new NotImplementedException(); }
@@ -1546,6 +1557,7 @@ namespace OpenTK.Graphics.ES11
///
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glColorPointer")]
+ [CLSCompliant(false)]
public static void ColorPointer(Int32 size, OpenTK.Graphics.ES11.All type, Int32 stride, [InAttribute, OutAttribute] T3[,,] pointer)
where T3 : struct
{ throw new NotImplementedException(); }
@@ -1629,6 +1641,7 @@ namespace OpenTK.Graphics.ES11
///
///
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glColorPointer")]
+ [CLSCompliant(false)]
public static void ColorPointer(Int32 size, OpenTK.Graphics.ES11.ColorPointerType type, Int32 stride, [InAttribute, OutAttribute] T3[] pointer)
where T3 : struct
{ throw new NotImplementedException(); }
@@ -1657,6 +1670,7 @@ namespace OpenTK.Graphics.ES11
///
///
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glColorPointer")]
+ [CLSCompliant(false)]
public static void ColorPointer(Int32 size, OpenTK.Graphics.ES11.ColorPointerType type, Int32 stride, [InAttribute, OutAttribute] T3[,] pointer)
where T3 : struct
{ throw new NotImplementedException(); }
@@ -1685,6 +1699,7 @@ namespace OpenTK.Graphics.ES11
///
///
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glColorPointer")]
+ [CLSCompliant(false)]
public static void ColorPointer(Int32 size, OpenTK.Graphics.ES11.ColorPointerType type, Int32 stride, [InAttribute, OutAttribute] T3[,,] pointer)
where T3 : struct
{ throw new NotImplementedException(); }
@@ -1809,6 +1824,7 @@ namespace OpenTK.Graphics.ES11
///
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glCompressedTexImage2D")]
+ [CLSCompliant(false)]
public static void CompressedTexImage2D(OpenTK.Graphics.ES11.All target, Int32 level, OpenTK.Graphics.ES11.All internalformat, Int32 width, Int32 height, Int32 border, Int32 imageSize, [InAttribute, OutAttribute] T7[] data)
where T7 : struct
{ throw new NotImplementedException(); }
@@ -1858,6 +1874,7 @@ namespace OpenTK.Graphics.ES11
///
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glCompressedTexImage2D")]
+ [CLSCompliant(false)]
public static void CompressedTexImage2D(OpenTK.Graphics.ES11.All target, Int32 level, OpenTK.Graphics.ES11.All internalformat, Int32 width, Int32 height, Int32 border, Int32 imageSize, [InAttribute, OutAttribute] T7[,] data)
where T7 : struct
{ throw new NotImplementedException(); }
@@ -1907,6 +1924,7 @@ namespace OpenTK.Graphics.ES11
///
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glCompressedTexImage2D")]
+ [CLSCompliant(false)]
public static void CompressedTexImage2D(OpenTK.Graphics.ES11.All target, Int32 level, OpenTK.Graphics.ES11.All internalformat, Int32 width, Int32 height, Int32 border, Int32 imageSize, [InAttribute, OutAttribute] T7[,,] data)
where T7 : struct
{ throw new NotImplementedException(); }
@@ -2050,6 +2068,7 @@ namespace OpenTK.Graphics.ES11
///
///
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glCompressedTexImage2D")]
+ [CLSCompliant(false)]
public static void CompressedTexImage2D(OpenTK.Graphics.ES11.TextureTarget target, Int32 level, OpenTK.Graphics.ES11.All internalformat, Int32 width, Int32 height, Int32 border, Int32 imageSize, [InAttribute, OutAttribute] T7[] data)
where T7 : struct
{ throw new NotImplementedException(); }
@@ -2098,6 +2117,7 @@ namespace OpenTK.Graphics.ES11
///
///
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glCompressedTexImage2D")]
+ [CLSCompliant(false)]
public static void CompressedTexImage2D(OpenTK.Graphics.ES11.TextureTarget target, Int32 level, OpenTK.Graphics.ES11.All internalformat, Int32 width, Int32 height, Int32 border, Int32 imageSize, [InAttribute, OutAttribute] T7[,] data)
where T7 : struct
{ throw new NotImplementedException(); }
@@ -2146,6 +2166,7 @@ namespace OpenTK.Graphics.ES11
///
///
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glCompressedTexImage2D")]
+ [CLSCompliant(false)]
public static void CompressedTexImage2D(OpenTK.Graphics.ES11.TextureTarget target, Int32 level, OpenTK.Graphics.ES11.All internalformat, Int32 width, Int32 height, Int32 border, Int32 imageSize, [InAttribute, OutAttribute] T7[,,] data)
where T7 : struct
{ throw new NotImplementedException(); }
@@ -2300,6 +2321,7 @@ namespace OpenTK.Graphics.ES11
///
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glCompressedTexSubImage2D")]
+ [CLSCompliant(false)]
public static void CompressedTexSubImage2D(OpenTK.Graphics.ES11.All target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 width, Int32 height, OpenTK.Graphics.ES11.All format, Int32 imageSize, [InAttribute, OutAttribute] T8[] data)
where T8 : struct
{ throw new NotImplementedException(); }
@@ -2354,6 +2376,7 @@ namespace OpenTK.Graphics.ES11
///
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glCompressedTexSubImage2D")]
+ [CLSCompliant(false)]
public static void CompressedTexSubImage2D(OpenTK.Graphics.ES11.All target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 width, Int32 height, OpenTK.Graphics.ES11.All format, Int32 imageSize, [InAttribute, OutAttribute] T8[,] data)
where T8 : struct
{ throw new NotImplementedException(); }
@@ -2408,6 +2431,7 @@ namespace OpenTK.Graphics.ES11
///
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glCompressedTexSubImage2D")]
+ [CLSCompliant(false)]
public static void CompressedTexSubImage2D(OpenTK.Graphics.ES11.All target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 width, Int32 height, OpenTK.Graphics.ES11.All format, Int32 imageSize, [InAttribute, OutAttribute] T8[,,] data)
where T8 : struct
{ throw new NotImplementedException(); }
@@ -2566,6 +2590,7 @@ namespace OpenTK.Graphics.ES11
///
///
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glCompressedTexSubImage2D")]
+ [CLSCompliant(false)]
public static void CompressedTexSubImage2D(OpenTK.Graphics.ES11.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 width, Int32 height, OpenTK.Graphics.ES11.PixelFormat format, Int32 imageSize, [InAttribute, OutAttribute] T8[] data)
where T8 : struct
{ throw new NotImplementedException(); }
@@ -2619,6 +2644,7 @@ namespace OpenTK.Graphics.ES11
///
///
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glCompressedTexSubImage2D")]
+ [CLSCompliant(false)]
public static void CompressedTexSubImage2D(OpenTK.Graphics.ES11.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 width, Int32 height, OpenTK.Graphics.ES11.PixelFormat format, Int32 imageSize, [InAttribute, OutAttribute] T8[,] data)
where T8 : struct
{ throw new NotImplementedException(); }
@@ -2672,6 +2698,7 @@ namespace OpenTK.Graphics.ES11
///
///
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glCompressedTexSubImage2D")]
+ [CLSCompliant(false)]
public static void CompressedTexSubImage2D(OpenTK.Graphics.ES11.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 width, Int32 height, OpenTK.Graphics.ES11.PixelFormat format, Int32 imageSize, [InAttribute, OutAttribute] T8[,,] data)
where T8 : struct
{ throw new NotImplementedException(); }
@@ -2932,6 +2959,7 @@ namespace OpenTK.Graphics.ES11
///
///
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glDeleteBuffers")]
+ [CLSCompliant(false)]
public static void DeleteBuffer(Int32 buffers) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -2947,8 +2975,8 @@ namespace OpenTK.Graphics.ES11
/// Specifies an array of buffer objects to be deleted.
///
///
- [System.CLSCompliant(false)]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glDeleteBuffers")]
+ [CLSCompliant(false)]
public static void DeleteBuffer(UInt32 buffers) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -2965,6 +2993,7 @@ namespace OpenTK.Graphics.ES11
///
///
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glDeleteBuffers")]
+ [CLSCompliant(false)]
public static void DeleteBuffers(Int32 n, Int32[] buffers) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -2981,6 +3010,7 @@ namespace OpenTK.Graphics.ES11
///
///
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glDeleteBuffers")]
+ [CLSCompliant(false)]
public static void DeleteBuffers(Int32 n, ref Int32 buffers) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -2996,8 +3026,8 @@ namespace OpenTK.Graphics.ES11
/// Specifies an array of buffer objects to be deleted.
///
///
- [System.CLSCompliant(false)]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glDeleteBuffers")]
+ [CLSCompliant(false)]
public static unsafe void DeleteBuffers(Int32 n, Int32* buffers) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -3013,8 +3043,8 @@ namespace OpenTK.Graphics.ES11
/// Specifies an array of buffer objects to be deleted.
///
///
- [System.CLSCompliant(false)]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glDeleteBuffers")]
+ [CLSCompliant(false)]
public static void DeleteBuffers(Int32 n, UInt32[] buffers) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -3030,8 +3060,8 @@ namespace OpenTK.Graphics.ES11
/// Specifies an array of buffer objects to be deleted.
///
///
- [System.CLSCompliant(false)]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glDeleteBuffers")]
+ [CLSCompliant(false)]
public static void DeleteBuffers(Int32 n, ref UInt32 buffers) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -3047,8 +3077,8 @@ namespace OpenTK.Graphics.ES11
/// Specifies an array of buffer objects to be deleted.
///
///
- [System.CLSCompliant(false)]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glDeleteBuffers")]
+ [CLSCompliant(false)]
public static unsafe void DeleteBuffers(Int32 n, UInt32* buffers) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -3065,6 +3095,7 @@ namespace OpenTK.Graphics.ES11
///
///
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glDeleteTextures")]
+ [CLSCompliant(false)]
public static void DeleteTexture(Int32 textures) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -3080,8 +3111,8 @@ namespace OpenTK.Graphics.ES11
/// Specifies an array of textures to be deleted.
///
///
- [System.CLSCompliant(false)]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glDeleteTextures")]
+ [CLSCompliant(false)]
public static void DeleteTexture(UInt32 textures) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -3098,6 +3129,7 @@ namespace OpenTK.Graphics.ES11
///
///
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glDeleteTextures")]
+ [CLSCompliant(false)]
public static void DeleteTextures(Int32 n, Int32[] textures) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -3114,6 +3146,7 @@ namespace OpenTK.Graphics.ES11
///
///
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glDeleteTextures")]
+ [CLSCompliant(false)]
public static void DeleteTextures(Int32 n, ref Int32 textures) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -3129,8 +3162,8 @@ namespace OpenTK.Graphics.ES11
/// Specifies an array of textures to be deleted.
///
///
- [System.CLSCompliant(false)]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glDeleteTextures")]
+ [CLSCompliant(false)]
public static unsafe void DeleteTextures(Int32 n, Int32* textures) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -3146,8 +3179,8 @@ namespace OpenTK.Graphics.ES11
/// Specifies an array of textures to be deleted.
///
///
- [System.CLSCompliant(false)]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glDeleteTextures")]
+ [CLSCompliant(false)]
public static void DeleteTextures(Int32 n, UInt32[] textures) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -3163,8 +3196,8 @@ namespace OpenTK.Graphics.ES11
/// Specifies an array of textures to be deleted.
///
///
- [System.CLSCompliant(false)]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glDeleteTextures")]
+ [CLSCompliant(false)]
public static void DeleteTextures(Int32 n, ref UInt32 textures) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -3180,8 +3213,8 @@ namespace OpenTK.Graphics.ES11
/// Specifies an array of textures to be deleted.
///
///
- [System.CLSCompliant(false)]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glDeleteTextures")]
+ [CLSCompliant(false)]
public static unsafe void DeleteTextures(Int32 n, UInt32* textures) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -3373,6 +3406,7 @@ namespace OpenTK.Graphics.ES11
///
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glDrawElements")]
+ [CLSCompliant(false)]
public static void DrawElements(OpenTK.Graphics.ES11.All mode, Int32 count, OpenTK.Graphics.ES11.All type, [InAttribute, OutAttribute] T3[] indices)
where T3 : struct
{ throw new NotImplementedException(); }
@@ -3402,6 +3436,7 @@ namespace OpenTK.Graphics.ES11
///
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glDrawElements")]
+ [CLSCompliant(false)]
public static void DrawElements(OpenTK.Graphics.ES11.All mode, Int32 count, OpenTK.Graphics.ES11.All type, [InAttribute, OutAttribute] T3[,] indices)
where T3 : struct
{ throw new NotImplementedException(); }
@@ -3431,6 +3466,7 @@ namespace OpenTK.Graphics.ES11
///
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glDrawElements")]
+ [CLSCompliant(false)]
public static void DrawElements(OpenTK.Graphics.ES11.All mode, Int32 count, OpenTK.Graphics.ES11.All type, [InAttribute, OutAttribute] T3[,,] indices)
where T3 : struct
{ throw new NotImplementedException(); }
@@ -3516,6 +3552,7 @@ namespace OpenTK.Graphics.ES11
///
[Obsolete("Use PrimitiveType overload instead")]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glDrawElements")]
+ [CLSCompliant(false)]
public static void DrawElements(OpenTK.Graphics.ES11.BeginMode mode, Int32 count, OpenTK.Graphics.ES11.All type, [InAttribute, OutAttribute] T3[] indices)
where T3 : struct
{ throw new NotImplementedException(); }
@@ -3545,6 +3582,7 @@ namespace OpenTK.Graphics.ES11
///
[Obsolete("Use PrimitiveType overload instead")]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glDrawElements")]
+ [CLSCompliant(false)]
public static void DrawElements(OpenTK.Graphics.ES11.BeginMode mode, Int32 count, OpenTK.Graphics.ES11.All type, [InAttribute, OutAttribute] T3[,] indices)
where T3 : struct
{ throw new NotImplementedException(); }
@@ -3574,6 +3612,7 @@ namespace OpenTK.Graphics.ES11
///
[Obsolete("Use PrimitiveType overload instead")]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glDrawElements")]
+ [CLSCompliant(false)]
public static void DrawElements(OpenTK.Graphics.ES11.BeginMode mode, Int32 count, OpenTK.Graphics.ES11.All type, [InAttribute, OutAttribute] T3[,,] indices)
where T3 : struct
{ throw new NotImplementedException(); }
@@ -3657,6 +3696,7 @@ namespace OpenTK.Graphics.ES11
///
///
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glDrawElements")]
+ [CLSCompliant(false)]
public static void DrawElements(OpenTK.Graphics.ES11.PrimitiveType mode, Int32 count, OpenTK.Graphics.ES11.All type, [InAttribute, OutAttribute] T3[] indices)
where T3 : struct
{ throw new NotImplementedException(); }
@@ -3685,6 +3725,7 @@ namespace OpenTK.Graphics.ES11
///
///
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glDrawElements")]
+ [CLSCompliant(false)]
public static void DrawElements(OpenTK.Graphics.ES11.PrimitiveType mode, Int32 count, OpenTK.Graphics.ES11.All type, [InAttribute, OutAttribute] T3[,] indices)
where T3 : struct
{ throw new NotImplementedException(); }
@@ -3713,6 +3754,7 @@ namespace OpenTK.Graphics.ES11
///
///
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glDrawElements")]
+ [CLSCompliant(false)]
public static void DrawElements(OpenTK.Graphics.ES11.PrimitiveType mode, Int32 count, OpenTK.Graphics.ES11.All type, [InAttribute, OutAttribute] T3[,,] indices)
where T3 : struct
{ throw new NotImplementedException(); }
@@ -3861,6 +3903,7 @@ namespace OpenTK.Graphics.ES11
///
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glFogfv")]
+ [CLSCompliant(false)]
public static void Fog(OpenTK.Graphics.ES11.All pname, Single[] @params) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -3877,8 +3920,8 @@ namespace OpenTK.Graphics.ES11
///
///
[Obsolete("Use strongly-typed overload instead")]
- [System.CLSCompliant(false)]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glFogfv")]
+ [CLSCompliant(false)]
public static unsafe void Fog(OpenTK.Graphics.ES11.All pname, Single* @params) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -3895,6 +3938,7 @@ namespace OpenTK.Graphics.ES11
///
///
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glFogfv")]
+ [CLSCompliant(false)]
public static void Fog(OpenTK.Graphics.ES11.FogParameter pname, Single[] @params) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -3910,8 +3954,8 @@ namespace OpenTK.Graphics.ES11
/// Specifies the value that pname will be set to.
///
///
- [System.CLSCompliant(false)]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glFogfv")]
+ [CLSCompliant(false)]
public static unsafe void Fog(OpenTK.Graphics.ES11.FogParameter pname, Single* @params) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -3920,11 +3964,12 @@ namespace OpenTK.Graphics.ES11
/// [requires: v1.0]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glFogxv")]
+ [CLSCompliant(false)]
public static void Fogx(OpenTK.Graphics.ES11.All pname, int[] param) { throw new NotImplementedException(); }
/// [requires: v1.0]
- [System.CLSCompliant(false)]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glFogxv")]
+ [CLSCompliant(false)]
public static unsafe void Fogx(OpenTK.Graphics.ES11.All pname, int* param) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -3989,6 +4034,7 @@ namespace OpenTK.Graphics.ES11
///
///
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glGenBuffers")]
+ [CLSCompliant(false)]
public static Int32 GenBuffer() { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -4005,6 +4051,7 @@ namespace OpenTK.Graphics.ES11
///
///
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glGenBuffers")]
+ [CLSCompliant(false)]
public static void GenBuffers(Int32 n, [OutAttribute] Int32[] buffers) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -4021,6 +4068,7 @@ namespace OpenTK.Graphics.ES11
///
///
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glGenBuffers")]
+ [CLSCompliant(false)]
public static void GenBuffers(Int32 n, [OutAttribute] out Int32 buffers) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -4036,8 +4084,8 @@ namespace OpenTK.Graphics.ES11
/// Specifies an array in which the generated buffer object names are stored.
///
///
- [System.CLSCompliant(false)]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glGenBuffers")]
+ [CLSCompliant(false)]
public static unsafe void GenBuffers(Int32 n, [OutAttribute] Int32* buffers) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -4053,8 +4101,8 @@ namespace OpenTK.Graphics.ES11
/// Specifies an array in which the generated buffer object names are stored.
///
///
- [System.CLSCompliant(false)]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glGenBuffers")]
+ [CLSCompliant(false)]
public static void GenBuffers(Int32 n, [OutAttribute] UInt32[] buffers) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -4070,8 +4118,8 @@ namespace OpenTK.Graphics.ES11
/// Specifies an array in which the generated buffer object names are stored.
///
///
- [System.CLSCompliant(false)]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glGenBuffers")]
+ [CLSCompliant(false)]
public static void GenBuffers(Int32 n, [OutAttribute] out UInt32 buffers) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -4087,8 +4135,8 @@ namespace OpenTK.Graphics.ES11
/// Specifies an array in which the generated buffer object names are stored.
///
///
- [System.CLSCompliant(false)]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glGenBuffers")]
+ [CLSCompliant(false)]
public static unsafe void GenBuffers(Int32 n, [OutAttribute] UInt32* buffers) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -4105,6 +4153,7 @@ namespace OpenTK.Graphics.ES11
///
///
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glGenTextures")]
+ [CLSCompliant(false)]
public static Int32 GenTexture() { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -4121,6 +4170,7 @@ namespace OpenTK.Graphics.ES11
///
///
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glGenTextures")]
+ [CLSCompliant(false)]
public static void GenTextures(Int32 n, [OutAttribute] Int32[] textures) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -4137,6 +4187,7 @@ namespace OpenTK.Graphics.ES11
///
///
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glGenTextures")]
+ [CLSCompliant(false)]
public static void GenTextures(Int32 n, [OutAttribute] out Int32 textures) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -4152,8 +4203,8 @@ namespace OpenTK.Graphics.ES11
/// Specifies an array in which the generated texture names are stored.
///
///
- [System.CLSCompliant(false)]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glGenTextures")]
+ [CLSCompliant(false)]
public static unsafe void GenTextures(Int32 n, [OutAttribute] Int32* textures) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -4169,8 +4220,8 @@ namespace OpenTK.Graphics.ES11
/// Specifies an array in which the generated texture names are stored.
///
///
- [System.CLSCompliant(false)]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glGenTextures")]
+ [CLSCompliant(false)]
public static void GenTextures(Int32 n, [OutAttribute] UInt32[] textures) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -4186,8 +4237,8 @@ namespace OpenTK.Graphics.ES11
/// Specifies an array in which the generated texture names are stored.
///
///
- [System.CLSCompliant(false)]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glGenTextures")]
+ [CLSCompliant(false)]
public static void GenTextures(Int32 n, [OutAttribute] out UInt32 textures) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -4203,46 +4254,52 @@ namespace OpenTK.Graphics.ES11
/// Specifies an array in which the generated texture names are stored.
///
///
- [System.CLSCompliant(false)]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glGenTextures")]
+ [CLSCompliant(false)]
public static unsafe void GenTextures(Int32 n, [OutAttribute] UInt32* textures) { throw new NotImplementedException(); }
/// [requires: v1.0]
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glGetBooleanv")]
+ [CLSCompliant(false)]
public static bool GetBoolean(OpenTK.Graphics.ES11.All pname) { throw new NotImplementedException(); }
/// [requires: v1.0]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glGetBooleanv")]
+ [CLSCompliant(false)]
public static bool GetBoolean(OpenTK.Graphics.ES11.GetPName pname) { throw new NotImplementedException(); }
/// [requires: v1.0]
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glGetBooleanv")]
+ [CLSCompliant(false)]
public static void GetBoolean(OpenTK.Graphics.ES11.All pname, [OutAttribute] bool[] data) { throw new NotImplementedException(); }
/// [requires: v1.0]
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glGetBooleanv")]
+ [CLSCompliant(false)]
public static void GetBoolean(OpenTK.Graphics.ES11.All pname, [OutAttribute] out bool data) { throw new NotImplementedException(); }
/// [requires: v1.0]
[Obsolete("Use strongly-typed overload instead")]
- [System.CLSCompliant(false)]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glGetBooleanv")]
+ [CLSCompliant(false)]
public static unsafe void GetBoolean(OpenTK.Graphics.ES11.All pname, [OutAttribute] bool* data) { throw new NotImplementedException(); }
/// [requires: v1.0]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glGetBooleanv")]
+ [CLSCompliant(false)]
public static void GetBoolean(OpenTK.Graphics.ES11.GetPName pname, [OutAttribute] bool[] data) { throw new NotImplementedException(); }
/// [requires: v1.0]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glGetBooleanv")]
+ [CLSCompliant(false)]
public static void GetBoolean(OpenTK.Graphics.ES11.GetPName pname, [OutAttribute] out bool data) { throw new NotImplementedException(); }
/// [requires: v1.0]
- [System.CLSCompliant(false)]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glGetBooleanv")]
+ [CLSCompliant(false)]
public static unsafe void GetBoolean(OpenTK.Graphics.ES11.GetPName pname, [OutAttribute] bool* data) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -4264,6 +4321,7 @@ namespace OpenTK.Graphics.ES11
///
///
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glGetBufferParameteriv")]
+ [CLSCompliant(false)]
public static void GetBufferParameter(OpenTK.Graphics.ES11.All target, OpenTK.Graphics.ES11.All pname, [OutAttribute] Int32[] @params) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -4285,6 +4343,7 @@ namespace OpenTK.Graphics.ES11
///
///
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glGetBufferParameteriv")]
+ [CLSCompliant(false)]
public static void GetBufferParameter(OpenTK.Graphics.ES11.All target, OpenTK.Graphics.ES11.All pname, [OutAttribute] out Int32 @params) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -4305,8 +4364,8 @@ namespace OpenTK.Graphics.ES11
/// Returns the requested parameter.
///
///
- [System.CLSCompliant(false)]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glGetBufferParameteriv")]
+ [CLSCompliant(false)]
public static unsafe void GetBufferParameter(OpenTK.Graphics.ES11.All target, OpenTK.Graphics.ES11.All pname, [OutAttribute] Int32* @params) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -4323,6 +4382,7 @@ namespace OpenTK.Graphics.ES11
///
///
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glGetClipPlanef")]
+ [CLSCompliant(false)]
public static Single GetClipPlane(OpenTK.Graphics.ES11.All plane) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -4339,6 +4399,7 @@ namespace OpenTK.Graphics.ES11
///
///
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glGetClipPlanef")]
+ [CLSCompliant(false)]
public static void GetClipPlane(OpenTK.Graphics.ES11.All plane, [OutAttribute] Single[] equation) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -4355,6 +4416,7 @@ namespace OpenTK.Graphics.ES11
///
///
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glGetClipPlanef")]
+ [CLSCompliant(false)]
public static void GetClipPlane(OpenTK.Graphics.ES11.All plane, [OutAttribute] out Single equation) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -4370,25 +4432,28 @@ namespace OpenTK.Graphics.ES11
/// 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).
///
///
- [System.CLSCompliant(false)]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glGetClipPlanef")]
+ [CLSCompliant(false)]
public static unsafe void GetClipPlane(OpenTK.Graphics.ES11.All plane, [OutAttribute] Single* equation) { throw new NotImplementedException(); }
/// [requires: v1.0]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glGetClipPlanex")]
+ [CLSCompliant(false)]
public static int GetClipPlanex(OpenTK.Graphics.ES11.All plane) { throw new NotImplementedException(); }
/// [requires: v1.0]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glGetClipPlanex")]
+ [CLSCompliant(false)]
public static void GetClipPlanex(OpenTK.Graphics.ES11.All plane, [OutAttribute] int[] equation) { throw new NotImplementedException(); }
/// [requires: v1.0]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glGetClipPlanex")]
+ [CLSCompliant(false)]
public static void GetClipPlanex(OpenTK.Graphics.ES11.All plane, [OutAttribute] out int equation) { throw new NotImplementedException(); }
/// [requires: v1.0]
- [System.CLSCompliant(false)]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glGetClipPlanex")]
+ [CLSCompliant(false)]
public static unsafe void GetClipPlanex(OpenTK.Graphics.ES11.All plane, [OutAttribute] int* equation) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -4399,95 +4464,110 @@ namespace OpenTK.Graphics.ES11
/// [requires: v1.0]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glGetFixedv")]
+ [CLSCompliant(false)]
public static int GetFixed(OpenTK.Graphics.ES11.All pname) { throw new NotImplementedException(); }
/// [requires: v1.0]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glGetFixedv")]
+ [CLSCompliant(false)]
public static void GetFixed(OpenTK.Graphics.ES11.All pname, [OutAttribute] int[] @params) { throw new NotImplementedException(); }
/// [requires: v1.0]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glGetFixedv")]
+ [CLSCompliant(false)]
public static void GetFixed(OpenTK.Graphics.ES11.All pname, [OutAttribute] out int @params) { throw new NotImplementedException(); }
/// [requires: v1.0]
- [System.CLSCompliant(false)]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glGetFixedv")]
+ [CLSCompliant(false)]
public static unsafe void GetFixed(OpenTK.Graphics.ES11.All pname, [OutAttribute] int* @params) { throw new NotImplementedException(); }
/// [requires: v1.0]
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glGetFloatv")]
+ [CLSCompliant(false)]
public static Single GetFloat(OpenTK.Graphics.ES11.All pname) { throw new NotImplementedException(); }
/// [requires: v1.0]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glGetFloatv")]
+ [CLSCompliant(false)]
public static Single GetFloat(OpenTK.Graphics.ES11.GetPName pname) { throw new NotImplementedException(); }
/// [requires: v1.0]
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glGetFloatv")]
+ [CLSCompliant(false)]
public static void GetFloat(OpenTK.Graphics.ES11.All pname, [OutAttribute] Single[] data) { throw new NotImplementedException(); }
/// [requires: v1.0]
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glGetFloatv")]
+ [CLSCompliant(false)]
public static void GetFloat(OpenTK.Graphics.ES11.All pname, [OutAttribute] out Single data) { throw new NotImplementedException(); }
/// [requires: v1.0]
[Obsolete("Use strongly-typed overload instead")]
- [System.CLSCompliant(false)]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glGetFloatv")]
+ [CLSCompliant(false)]
public static unsafe void GetFloat(OpenTK.Graphics.ES11.All pname, [OutAttribute] Single* data) { throw new NotImplementedException(); }
/// [requires: v1.0]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glGetFloatv")]
+ [CLSCompliant(false)]
public static void GetFloat(OpenTK.Graphics.ES11.GetPName pname, [OutAttribute] Single[] data) { throw new NotImplementedException(); }
/// [requires: v1.0]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glGetFloatv")]
+ [CLSCompliant(false)]
public static void GetFloat(OpenTK.Graphics.ES11.GetPName pname, [OutAttribute] out Single data) { throw new NotImplementedException(); }
/// [requires: v1.0]
- [System.CLSCompliant(false)]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glGetFloatv")]
+ [CLSCompliant(false)]
public static unsafe void GetFloat(OpenTK.Graphics.ES11.GetPName pname, [OutAttribute] Single* data) { throw new NotImplementedException(); }
/// [requires: v1.0]
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glGetIntegerv")]
+ [CLSCompliant(false)]
public static Int32 GetInteger(OpenTK.Graphics.ES11.All pname) { throw new NotImplementedException(); }
/// [requires: v1.0]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glGetIntegerv")]
+ [CLSCompliant(false)]
public static Int32 GetInteger(OpenTK.Graphics.ES11.GetPName pname) { throw new NotImplementedException(); }
/// [requires: v1.0]
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glGetIntegerv")]
+ [CLSCompliant(false)]
public static void GetInteger(OpenTK.Graphics.ES11.All pname, [OutAttribute] Int32[] data) { throw new NotImplementedException(); }
/// [requires: v1.0]
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glGetIntegerv")]
+ [CLSCompliant(false)]
public static void GetInteger(OpenTK.Graphics.ES11.All pname, [OutAttribute] out Int32 data) { throw new NotImplementedException(); }
/// [requires: v1.0]
[Obsolete("Use strongly-typed overload instead")]
- [System.CLSCompliant(false)]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glGetIntegerv")]
+ [CLSCompliant(false)]
public static unsafe void GetInteger(OpenTK.Graphics.ES11.All pname, [OutAttribute] Int32* data) { throw new NotImplementedException(); }
/// [requires: v1.0]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glGetIntegerv")]
+ [CLSCompliant(false)]
public static void GetInteger(OpenTK.Graphics.ES11.GetPName pname, [OutAttribute] Int32[] data) { throw new NotImplementedException(); }
/// [requires: v1.0]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glGetIntegerv")]
+ [CLSCompliant(false)]
public static void GetInteger(OpenTK.Graphics.ES11.GetPName pname, [OutAttribute] out Int32 data) { throw new NotImplementedException(); }
/// [requires: v1.0]
- [System.CLSCompliant(false)]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glGetIntegerv")]
+ [CLSCompliant(false)]
public static unsafe void GetInteger(OpenTK.Graphics.ES11.GetPName pname, [OutAttribute] Int32* data) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -4510,6 +4590,7 @@ namespace OpenTK.Graphics.ES11
///
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glGetLightfv")]
+ [CLSCompliant(false)]
public static void GetLight(OpenTK.Graphics.ES11.All light, OpenTK.Graphics.ES11.All pname, [OutAttribute] Single[] @params) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -4532,6 +4613,7 @@ namespace OpenTK.Graphics.ES11
///
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glGetLightfv")]
+ [CLSCompliant(false)]
public static void GetLight(OpenTK.Graphics.ES11.All light, OpenTK.Graphics.ES11.All pname, [OutAttribute] out Single @params) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -4553,8 +4635,8 @@ namespace OpenTK.Graphics.ES11
///
///
[Obsolete("Use strongly-typed overload instead")]
- [System.CLSCompliant(false)]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glGetLightfv")]
+ [CLSCompliant(false)]
public static unsafe void GetLight(OpenTK.Graphics.ES11.All light, OpenTK.Graphics.ES11.All pname, [OutAttribute] Single* @params) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -4576,6 +4658,7 @@ namespace OpenTK.Graphics.ES11
///
///
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glGetLightfv")]
+ [CLSCompliant(false)]
public static void GetLight(OpenTK.Graphics.ES11.LightName light, OpenTK.Graphics.ES11.LightParameter pname, [OutAttribute] Single[] @params) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -4597,6 +4680,7 @@ namespace OpenTK.Graphics.ES11
///
///
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glGetLightfv")]
+ [CLSCompliant(false)]
public static void GetLight(OpenTK.Graphics.ES11.LightName light, OpenTK.Graphics.ES11.LightParameter pname, [OutAttribute] out Single @params) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -4617,21 +4701,23 @@ namespace OpenTK.Graphics.ES11
/// Returns the requested data.
///
///
- [System.CLSCompliant(false)]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glGetLightfv")]
+ [CLSCompliant(false)]
public static unsafe void GetLight(OpenTK.Graphics.ES11.LightName light, OpenTK.Graphics.ES11.LightParameter pname, [OutAttribute] Single* @params) { throw new NotImplementedException(); }
/// [requires: v1.0]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glGetLightxv")]
+ [CLSCompliant(false)]
public static void GetLightx(OpenTK.Graphics.ES11.All light, OpenTK.Graphics.ES11.All pname, [OutAttribute] int[] @params) { throw new NotImplementedException(); }
/// [requires: v1.0]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glGetLightxv")]
+ [CLSCompliant(false)]
public static void GetLightx(OpenTK.Graphics.ES11.All light, OpenTK.Graphics.ES11.All pname, [OutAttribute] out int @params) { throw new NotImplementedException(); }
/// [requires: v1.0]
- [System.CLSCompliant(false)]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glGetLightxv")]
+ [CLSCompliant(false)]
public static unsafe void GetLightx(OpenTK.Graphics.ES11.All light, OpenTK.Graphics.ES11.All pname, [OutAttribute] int* @params) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -4654,6 +4740,7 @@ namespace OpenTK.Graphics.ES11
///
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glGetMaterialfv")]
+ [CLSCompliant(false)]
public static void GetMaterial(OpenTK.Graphics.ES11.All face, OpenTK.Graphics.ES11.All pname, [OutAttribute] Single[] @params) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -4676,6 +4763,7 @@ namespace OpenTK.Graphics.ES11
///
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glGetMaterialfv")]
+ [CLSCompliant(false)]
public static void GetMaterial(OpenTK.Graphics.ES11.All face, OpenTK.Graphics.ES11.All pname, [OutAttribute] out Single @params) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -4697,8 +4785,8 @@ namespace OpenTK.Graphics.ES11
///
///
[Obsolete("Use strongly-typed overload instead")]
- [System.CLSCompliant(false)]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glGetMaterialfv")]
+ [CLSCompliant(false)]
public static unsafe void GetMaterial(OpenTK.Graphics.ES11.All face, OpenTK.Graphics.ES11.All pname, [OutAttribute] Single* @params) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -4720,6 +4808,7 @@ namespace OpenTK.Graphics.ES11
///
///
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glGetMaterialfv")]
+ [CLSCompliant(false)]
public static void GetMaterial(OpenTK.Graphics.ES11.MaterialFace face, OpenTK.Graphics.ES11.MaterialParameter pname, [OutAttribute] Single[] @params) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -4741,6 +4830,7 @@ namespace OpenTK.Graphics.ES11
///
///
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glGetMaterialfv")]
+ [CLSCompliant(false)]
public static void GetMaterial(OpenTK.Graphics.ES11.MaterialFace face, OpenTK.Graphics.ES11.MaterialParameter pname, [OutAttribute] out Single @params) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -4761,34 +4851,38 @@ namespace OpenTK.Graphics.ES11
/// Returns the requested data.
///
///
- [System.CLSCompliant(false)]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glGetMaterialfv")]
+ [CLSCompliant(false)]
public static unsafe void GetMaterial(OpenTK.Graphics.ES11.MaterialFace face, OpenTK.Graphics.ES11.MaterialParameter pname, [OutAttribute] Single* @params) { throw new NotImplementedException(); }
/// [requires: v1.0]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glGetMaterialxv")]
+ [CLSCompliant(false)]
public static void GetMaterialx(OpenTK.Graphics.ES11.All face, OpenTK.Graphics.ES11.All pname, [OutAttribute] int[] @params) { throw new NotImplementedException(); }
/// [requires: v1.0]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glGetMaterialxv")]
+ [CLSCompliant(false)]
public static void GetMaterialx(OpenTK.Graphics.ES11.All face, OpenTK.Graphics.ES11.All pname, [OutAttribute] out int @params) { throw new NotImplementedException(); }
/// [requires: v1.0]
- [System.CLSCompliant(false)]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glGetMaterialxv")]
+ [CLSCompliant(false)]
public static unsafe void GetMaterialx(OpenTK.Graphics.ES11.All face, OpenTK.Graphics.ES11.All pname, [OutAttribute] int* @params) { throw new NotImplementedException(); }
///
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glGetPixelMapxv")]
+ [CLSCompliant(false)]
public static void GetPixelMapx(OpenTK.Graphics.ES11.All map, Int32 size, [OutAttribute] int[] values) { throw new NotImplementedException(); }
///
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glGetPixelMapxv")]
+ [CLSCompliant(false)]
public static void GetPixelMapx(OpenTK.Graphics.ES11.All map, Int32 size, [OutAttribute] out int values) { throw new NotImplementedException(); }
///
- [System.CLSCompliant(false)]
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glGetPixelMapxv")]
+ [CLSCompliant(false)]
public static unsafe void GetPixelMapx(OpenTK.Graphics.ES11.All map, Int32 size, [OutAttribute] int* values) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -4823,6 +4917,7 @@ namespace OpenTK.Graphics.ES11
///
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glGetPointerv")]
+ [CLSCompliant(false)]
public static void GetPointer(OpenTK.Graphics.ES11.All pname, [InAttribute, OutAttribute] T1[] @params)
where T1 : struct
{ throw new NotImplementedException(); }
@@ -4842,6 +4937,7 @@ namespace OpenTK.Graphics.ES11
///
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glGetPointerv")]
+ [CLSCompliant(false)]
public static void GetPointer(OpenTK.Graphics.ES11.All pname, [InAttribute, OutAttribute] T1[,] @params)
where T1 : struct
{ throw new NotImplementedException(); }
@@ -4861,6 +4957,7 @@ namespace OpenTK.Graphics.ES11
///
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glGetPointerv")]
+ [CLSCompliant(false)]
public static void GetPointer(OpenTK.Graphics.ES11.All pname, [InAttribute, OutAttribute] T1[,,] @params)
where T1 : struct
{ throw new NotImplementedException(); }
@@ -4914,6 +5011,7 @@ namespace OpenTK.Graphics.ES11
///
///
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glGetPointerv")]
+ [CLSCompliant(false)]
public static void GetPointer(OpenTK.Graphics.ES11.GetPointervPName pname, [InAttribute, OutAttribute] T1[] @params)
where T1 : struct
{ throw new NotImplementedException(); }
@@ -4932,6 +5030,7 @@ namespace OpenTK.Graphics.ES11
///
///
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glGetPointerv")]
+ [CLSCompliant(false)]
public static void GetPointer(OpenTK.Graphics.ES11.GetPointervPName pname, [InAttribute, OutAttribute] T1[,] @params)
where T1 : struct
{ throw new NotImplementedException(); }
@@ -4950,6 +5049,7 @@ namespace OpenTK.Graphics.ES11
///
///
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glGetPointerv")]
+ [CLSCompliant(false)]
public static void GetPointer(OpenTK.Graphics.ES11.GetPointervPName pname, [InAttribute, OutAttribute] T1[,,] @params)
where T1 : struct
{ throw new NotImplementedException(); }
@@ -5025,6 +5125,7 @@ namespace OpenTK.Graphics.ES11
///
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glGetTexEnvfv")]
+ [CLSCompliant(false)]
public static void GetTexEnv(OpenTK.Graphics.ES11.All target, OpenTK.Graphics.ES11.All pname, [OutAttribute] Single[] @params) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -5047,6 +5148,7 @@ namespace OpenTK.Graphics.ES11
///
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glGetTexEnvfv")]
+ [CLSCompliant(false)]
public static void GetTexEnv(OpenTK.Graphics.ES11.All target, OpenTK.Graphics.ES11.All pname, [OutAttribute] out Single @params) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -5068,8 +5170,8 @@ namespace OpenTK.Graphics.ES11
///
///
[Obsolete("Use strongly-typed overload instead")]
- [System.CLSCompliant(false)]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glGetTexEnvfv")]
+ [CLSCompliant(false)]
public static unsafe void GetTexEnv(OpenTK.Graphics.ES11.All target, OpenTK.Graphics.ES11.All pname, [OutAttribute] Single* @params) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -5091,6 +5193,7 @@ namespace OpenTK.Graphics.ES11
///
///
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glGetTexEnvfv")]
+ [CLSCompliant(false)]
public static void GetTexEnv(OpenTK.Graphics.ES11.TextureEnvTarget target, OpenTK.Graphics.ES11.TextureEnvParameter pname, [OutAttribute] Single[] @params) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -5112,6 +5215,7 @@ namespace OpenTK.Graphics.ES11
///
///
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glGetTexEnvfv")]
+ [CLSCompliant(false)]
public static void GetTexEnv(OpenTK.Graphics.ES11.TextureEnvTarget target, OpenTK.Graphics.ES11.TextureEnvParameter pname, [OutAttribute] out Single @params) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -5132,8 +5236,8 @@ namespace OpenTK.Graphics.ES11
/// Returns the requested data.
///
///
- [System.CLSCompliant(false)]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glGetTexEnvfv")]
+ [CLSCompliant(false)]
public static unsafe void GetTexEnv(OpenTK.Graphics.ES11.TextureEnvTarget target, OpenTK.Graphics.ES11.TextureEnvParameter pname, [OutAttribute] Single* @params) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -5156,6 +5260,7 @@ namespace OpenTK.Graphics.ES11
///
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glGetTexEnviv")]
+ [CLSCompliant(false)]
public static void GetTexEnv(OpenTK.Graphics.ES11.All target, OpenTK.Graphics.ES11.All pname, [OutAttribute] Int32[] @params) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -5178,6 +5283,7 @@ namespace OpenTK.Graphics.ES11
///
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glGetTexEnviv")]
+ [CLSCompliant(false)]
public static void GetTexEnv(OpenTK.Graphics.ES11.All target, OpenTK.Graphics.ES11.All pname, [OutAttribute] out Int32 @params) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -5199,8 +5305,8 @@ namespace OpenTK.Graphics.ES11
///
///
[Obsolete("Use strongly-typed overload instead")]
- [System.CLSCompliant(false)]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glGetTexEnviv")]
+ [CLSCompliant(false)]
public static unsafe void GetTexEnv(OpenTK.Graphics.ES11.All target, OpenTK.Graphics.ES11.All pname, [OutAttribute] Int32* @params) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -5222,6 +5328,7 @@ namespace OpenTK.Graphics.ES11
///
///
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glGetTexEnviv")]
+ [CLSCompliant(false)]
public static void GetTexEnv(OpenTK.Graphics.ES11.TextureEnvTarget target, OpenTK.Graphics.ES11.TextureEnvParameter pname, [OutAttribute] Int32[] @params) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -5243,6 +5350,7 @@ namespace OpenTK.Graphics.ES11
///
///
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glGetTexEnviv")]
+ [CLSCompliant(false)]
public static void GetTexEnv(OpenTK.Graphics.ES11.TextureEnvTarget target, OpenTK.Graphics.ES11.TextureEnvParameter pname, [OutAttribute] out Int32 @params) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -5263,21 +5371,23 @@ namespace OpenTK.Graphics.ES11
/// Returns the requested data.
///
///
- [System.CLSCompliant(false)]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glGetTexEnviv")]
+ [CLSCompliant(false)]
public static unsafe void GetTexEnv(OpenTK.Graphics.ES11.TextureEnvTarget target, OpenTK.Graphics.ES11.TextureEnvParameter pname, [OutAttribute] Int32* @params) { throw new NotImplementedException(); }
/// [requires: v1.0]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glGetTexEnvxv")]
+ [CLSCompliant(false)]
public static void GetTexEnvx(OpenTK.Graphics.ES11.All target, OpenTK.Graphics.ES11.All pname, [OutAttribute] int[] @params) { throw new NotImplementedException(); }
/// [requires: v1.0]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glGetTexEnvxv")]
+ [CLSCompliant(false)]
public static void GetTexEnvx(OpenTK.Graphics.ES11.All target, OpenTK.Graphics.ES11.All pname, [OutAttribute] out int @params) { throw new NotImplementedException(); }
/// [requires: v1.0]
- [System.CLSCompliant(false)]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glGetTexEnvxv")]
+ [CLSCompliant(false)]
public static unsafe void GetTexEnvx(OpenTK.Graphics.ES11.All target, OpenTK.Graphics.ES11.All pname, [OutAttribute] int* @params) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -5300,6 +5410,7 @@ namespace OpenTK.Graphics.ES11
///
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glGetTexParameterfv")]
+ [CLSCompliant(false)]
public static void GetTexParameter(OpenTK.Graphics.ES11.All target, OpenTK.Graphics.ES11.All pname, [OutAttribute] Single[] @params) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -5322,6 +5433,7 @@ namespace OpenTK.Graphics.ES11
///
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glGetTexParameterfv")]
+ [CLSCompliant(false)]
public static void GetTexParameter(OpenTK.Graphics.ES11.All target, OpenTK.Graphics.ES11.All pname, [OutAttribute] out Single @params) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -5343,8 +5455,8 @@ namespace OpenTK.Graphics.ES11
///
///
[Obsolete("Use strongly-typed overload instead")]
- [System.CLSCompliant(false)]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glGetTexParameterfv")]
+ [CLSCompliant(false)]
public static unsafe void GetTexParameter(OpenTK.Graphics.ES11.All target, OpenTK.Graphics.ES11.All pname, [OutAttribute] Single* @params) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -5366,6 +5478,7 @@ namespace OpenTK.Graphics.ES11
///
///
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glGetTexParameterfv")]
+ [CLSCompliant(false)]
public static void GetTexParameter(OpenTK.Graphics.ES11.TextureTarget target, OpenTK.Graphics.ES11.GetTextureParameter pname, [OutAttribute] Single[] @params) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -5387,6 +5500,7 @@ namespace OpenTK.Graphics.ES11
///
///
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glGetTexParameterfv")]
+ [CLSCompliant(false)]
public static void GetTexParameter(OpenTK.Graphics.ES11.TextureTarget target, OpenTK.Graphics.ES11.GetTextureParameter pname, [OutAttribute] out Single @params) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -5407,8 +5521,8 @@ namespace OpenTK.Graphics.ES11
/// Returns the texture parameters.
///
///
- [System.CLSCompliant(false)]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glGetTexParameterfv")]
+ [CLSCompliant(false)]
public static unsafe void GetTexParameter(OpenTK.Graphics.ES11.TextureTarget target, OpenTK.Graphics.ES11.GetTextureParameter pname, [OutAttribute] Single* @params) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -5431,6 +5545,7 @@ namespace OpenTK.Graphics.ES11
///
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glGetTexParameteriv")]
+ [CLSCompliant(false)]
public static void GetTexParameter(OpenTK.Graphics.ES11.All target, OpenTK.Graphics.ES11.All pname, [OutAttribute] Int32[] @params) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -5453,6 +5568,7 @@ namespace OpenTK.Graphics.ES11
///
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glGetTexParameteriv")]
+ [CLSCompliant(false)]
public static void GetTexParameter(OpenTK.Graphics.ES11.All target, OpenTK.Graphics.ES11.All pname, [OutAttribute] out Int32 @params) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -5474,8 +5590,8 @@ namespace OpenTK.Graphics.ES11
///
///
[Obsolete("Use strongly-typed overload instead")]
- [System.CLSCompliant(false)]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glGetTexParameteriv")]
+ [CLSCompliant(false)]
public static unsafe void GetTexParameter(OpenTK.Graphics.ES11.All target, OpenTK.Graphics.ES11.All pname, [OutAttribute] Int32* @params) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -5497,6 +5613,7 @@ namespace OpenTK.Graphics.ES11
///
///
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glGetTexParameteriv")]
+ [CLSCompliant(false)]
public static void GetTexParameter(OpenTK.Graphics.ES11.TextureTarget target, OpenTK.Graphics.ES11.GetTextureParameter pname, [OutAttribute] Int32[] @params) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -5518,6 +5635,7 @@ namespace OpenTK.Graphics.ES11
///
///
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glGetTexParameteriv")]
+ [CLSCompliant(false)]
public static void GetTexParameter(OpenTK.Graphics.ES11.TextureTarget target, OpenTK.Graphics.ES11.GetTextureParameter pname, [OutAttribute] out Int32 @params) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -5538,21 +5656,23 @@ namespace OpenTK.Graphics.ES11
/// Returns the texture parameters.
///
///
- [System.CLSCompliant(false)]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glGetTexParameteriv")]
+ [CLSCompliant(false)]
public static unsafe void GetTexParameter(OpenTK.Graphics.ES11.TextureTarget target, OpenTK.Graphics.ES11.GetTextureParameter pname, [OutAttribute] Int32* @params) { throw new NotImplementedException(); }
/// [requires: v1.0]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glGetTexParameterxv")]
+ [CLSCompliant(false)]
public static void GetTexParameterx(OpenTK.Graphics.ES11.All target, OpenTK.Graphics.ES11.All pname, [OutAttribute] int[] @params) { throw new NotImplementedException(); }
/// [requires: v1.0]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glGetTexParameterxv")]
+ [CLSCompliant(false)]
public static void GetTexParameterx(OpenTK.Graphics.ES11.All target, OpenTK.Graphics.ES11.All pname, [OutAttribute] out int @params) { throw new NotImplementedException(); }
/// [requires: v1.0]
- [System.CLSCompliant(false)]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glGetTexParameterxv")]
+ [CLSCompliant(false)]
public static unsafe void GetTexParameterx(OpenTK.Graphics.ES11.All target, OpenTK.Graphics.ES11.All pname, [OutAttribute] int* @params) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -5597,6 +5717,7 @@ namespace OpenTK.Graphics.ES11
///
///
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glIsBuffer")]
+ [CLSCompliant(false)]
public static bool IsBuffer(Int32 buffer) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -5607,8 +5728,8 @@ namespace OpenTK.Graphics.ES11
/// Specifies a value that may be the name of a buffer object.
///
///
- [System.CLSCompliant(false)]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glIsBuffer")]
+ [CLSCompliant(false)]
public static bool IsBuffer(UInt32 buffer) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -5653,6 +5774,7 @@ namespace OpenTK.Graphics.ES11
///
///
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glIsTexture")]
+ [CLSCompliant(false)]
public static bool IsTexture(Int32 texture) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -5663,8 +5785,8 @@ namespace OpenTK.Graphics.ES11
/// Specifies a value that may be the name of a texture.
///
///
- [System.CLSCompliant(false)]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glIsTexture")]
+ [CLSCompliant(false)]
public static bool IsTexture(UInt32 texture) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -5730,6 +5852,7 @@ namespace OpenTK.Graphics.ES11
///
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glLightfv")]
+ [CLSCompliant(false)]
public static void Light(OpenTK.Graphics.ES11.All light, OpenTK.Graphics.ES11.All pname, Single[] @params) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -5751,8 +5874,8 @@ namespace OpenTK.Graphics.ES11
///
///
[Obsolete("Use strongly-typed overload instead")]
- [System.CLSCompliant(false)]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glLightfv")]
+ [CLSCompliant(false)]
public static unsafe void Light(OpenTK.Graphics.ES11.All light, OpenTK.Graphics.ES11.All pname, Single* @params) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -5774,6 +5897,7 @@ namespace OpenTK.Graphics.ES11
///
///
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glLightfv")]
+ [CLSCompliant(false)]
public static void Light(OpenTK.Graphics.ES11.LightName light, OpenTK.Graphics.ES11.LightParameter pname, Single[] @params) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -5794,8 +5918,8 @@ namespace OpenTK.Graphics.ES11
/// Specifies the value that parameter pname of light source light will be set to.
///
///
- [System.CLSCompliant(false)]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glLightfv")]
+ [CLSCompliant(false)]
public static unsafe void Light(OpenTK.Graphics.ES11.LightName light, OpenTK.Graphics.ES11.LightParameter pname, Single* @params) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -5846,6 +5970,7 @@ namespace OpenTK.Graphics.ES11
///
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glLightModelfv")]
+ [CLSCompliant(false)]
public static void LightModel(OpenTK.Graphics.ES11.All pname, Single[] @params) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -5862,8 +5987,8 @@ namespace OpenTK.Graphics.ES11
///
///
[Obsolete("Use strongly-typed overload instead")]
- [System.CLSCompliant(false)]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glLightModelfv")]
+ [CLSCompliant(false)]
public static unsafe void LightModel(OpenTK.Graphics.ES11.All pname, Single* @params) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -5880,6 +6005,7 @@ namespace OpenTK.Graphics.ES11
///
///
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glLightModelfv")]
+ [CLSCompliant(false)]
public static void LightModel(OpenTK.Graphics.ES11.LightModelParameter pname, Single[] @params) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -5895,8 +6021,8 @@ namespace OpenTK.Graphics.ES11
/// Specifies the value that param will be set to.
///
///
- [System.CLSCompliant(false)]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glLightModelfv")]
+ [CLSCompliant(false)]
public static unsafe void LightModel(OpenTK.Graphics.ES11.LightModelParameter pname, Single* @params) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -5905,11 +6031,12 @@ namespace OpenTK.Graphics.ES11
/// [requires: v1.0]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glLightModelxv")]
+ [CLSCompliant(false)]
public static void LightModelx(OpenTK.Graphics.ES11.All pname, int[] param) { throw new NotImplementedException(); }
/// [requires: v1.0]
- [System.CLSCompliant(false)]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glLightModelxv")]
+ [CLSCompliant(false)]
public static unsafe void LightModelx(OpenTK.Graphics.ES11.All pname, int* param) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -5918,11 +6045,12 @@ namespace OpenTK.Graphics.ES11
/// [requires: v1.0]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glLightxv")]
+ [CLSCompliant(false)]
public static void Lightx(OpenTK.Graphics.ES11.All light, OpenTK.Graphics.ES11.All pname, int[] @params) { throw new NotImplementedException(); }
/// [requires: v1.0]
- [System.CLSCompliant(false)]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glLightxv")]
+ [CLSCompliant(false)]
public static unsafe void Lightx(OpenTK.Graphics.ES11.All light, OpenTK.Graphics.ES11.All pname, int* @params) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -5955,6 +6083,7 @@ namespace OpenTK.Graphics.ES11
///
///
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glLoadMatrixf")]
+ [CLSCompliant(false)]
public static void LoadMatrix(Single[] m) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -5966,6 +6095,7 @@ namespace OpenTK.Graphics.ES11
///
///
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glLoadMatrixf")]
+ [CLSCompliant(false)]
public static void LoadMatrix(ref Single m) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -5976,21 +6106,23 @@ namespace OpenTK.Graphics.ES11
/// Specifies a pointer to 16 consecutive values, which are used as the elements of a 4 times 4 column-major matrix.
///
///
- [System.CLSCompliant(false)]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glLoadMatrixf")]
+ [CLSCompliant(false)]
public static unsafe void LoadMatrix(Single* m) { throw new NotImplementedException(); }
/// [requires: v1.0]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glLoadMatrixx")]
+ [CLSCompliant(false)]
public static void LoadMatrixx(int[] m) { throw new NotImplementedException(); }
/// [requires: v1.0]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glLoadMatrixx")]
+ [CLSCompliant(false)]
public static void LoadMatrixx(ref int m) { throw new NotImplementedException(); }
/// [requires: v1.0]
- [System.CLSCompliant(false)]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glLoadMatrixx")]
+ [CLSCompliant(false)]
public static unsafe void LoadMatrixx(int* m) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -6079,6 +6211,7 @@ namespace OpenTK.Graphics.ES11
///
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glMaterialfv")]
+ [CLSCompliant(false)]
public static void Material(OpenTK.Graphics.ES11.All face, OpenTK.Graphics.ES11.All pname, Single[] @params) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -6100,8 +6233,8 @@ namespace OpenTK.Graphics.ES11
///
///
[Obsolete("Use strongly-typed overload instead")]
- [System.CLSCompliant(false)]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glMaterialfv")]
+ [CLSCompliant(false)]
public static unsafe void Material(OpenTK.Graphics.ES11.All face, OpenTK.Graphics.ES11.All pname, Single* @params) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -6123,6 +6256,7 @@ namespace OpenTK.Graphics.ES11
///
///
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glMaterialfv")]
+ [CLSCompliant(false)]
public static void Material(OpenTK.Graphics.ES11.MaterialFace face, OpenTK.Graphics.ES11.MaterialParameter pname, Single[] @params) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -6143,8 +6277,8 @@ namespace OpenTK.Graphics.ES11
/// Specifies the value that parameter GL_SHININESS will be set to.
///
///
- [System.CLSCompliant(false)]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glMaterialfv")]
+ [CLSCompliant(false)]
public static unsafe void Material(OpenTK.Graphics.ES11.MaterialFace face, OpenTK.Graphics.ES11.MaterialParameter pname, Single* @params) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -6153,11 +6287,12 @@ namespace OpenTK.Graphics.ES11
/// [requires: v1.0]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glMaterialxv")]
+ [CLSCompliant(false)]
public static void Materialx(OpenTK.Graphics.ES11.All face, OpenTK.Graphics.ES11.All pname, int[] param) { throw new NotImplementedException(); }
/// [requires: v1.0]
- [System.CLSCompliant(false)]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glMaterialxv")]
+ [CLSCompliant(false)]
public static unsafe void Materialx(OpenTK.Graphics.ES11.All face, OpenTK.Graphics.ES11.All pname, int* param) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -6229,6 +6364,7 @@ namespace OpenTK.Graphics.ES11
///
///
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glMultMatrixf")]
+ [CLSCompliant(false)]
public static void MultMatrix(Single[] m) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -6240,6 +6376,7 @@ namespace OpenTK.Graphics.ES11
///
///
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glMultMatrixf")]
+ [CLSCompliant(false)]
public static void MultMatrix(ref Single m) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -6250,21 +6387,23 @@ namespace OpenTK.Graphics.ES11
/// Points to 16 consecutive values that are used as the elements of a 4 times 4 column-major matrix.
///
///
- [System.CLSCompliant(false)]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glMultMatrixf")]
+ [CLSCompliant(false)]
public static unsafe void MultMatrix(Single* m) { throw new NotImplementedException(); }
/// [requires: v1.0]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glMultMatrixx")]
+ [CLSCompliant(false)]
public static void MultMatrixx(int[] m) { throw new NotImplementedException(); }
/// [requires: v1.0]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glMultMatrixx")]
+ [CLSCompliant(false)]
public static void MultMatrixx(ref int m) { throw new NotImplementedException(); }
/// [requires: v1.0]
- [System.CLSCompliant(false)]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glMultMatrixx")]
+ [CLSCompliant(false)]
public static unsafe void MultMatrixx(int* m) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -6327,6 +6466,7 @@ namespace OpenTK.Graphics.ES11
///
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glNormalPointer")]
+ [CLSCompliant(false)]
public static void NormalPointer(OpenTK.Graphics.ES11.All type, Int32 stride, [InAttribute, OutAttribute] T2[] pointer)
where T2 : struct
{ throw new NotImplementedException(); }
@@ -6351,6 +6491,7 @@ namespace OpenTK.Graphics.ES11
///
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glNormalPointer")]
+ [CLSCompliant(false)]
public static void NormalPointer(OpenTK.Graphics.ES11.All type, Int32 stride, [InAttribute, OutAttribute] T2[,] pointer)
where T2 : struct
{ throw new NotImplementedException(); }
@@ -6375,6 +6516,7 @@ namespace OpenTK.Graphics.ES11
///
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glNormalPointer")]
+ [CLSCompliant(false)]
public static void NormalPointer(OpenTK.Graphics.ES11.All type, Int32 stride, [InAttribute, OutAttribute] T2[,,] pointer)
where T2 : struct
{ throw new NotImplementedException(); }
@@ -6443,6 +6585,7 @@ namespace OpenTK.Graphics.ES11
///
///
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glNormalPointer")]
+ [CLSCompliant(false)]
public static void NormalPointer(OpenTK.Graphics.ES11.NormalPointerType type, Int32 stride, [InAttribute, OutAttribute] T2[] pointer)
where T2 : struct
{ throw new NotImplementedException(); }
@@ -6466,6 +6609,7 @@ namespace OpenTK.Graphics.ES11
///
///
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glNormalPointer")]
+ [CLSCompliant(false)]
public static void NormalPointer(OpenTK.Graphics.ES11.NormalPointerType type, Int32 stride, [InAttribute, OutAttribute] T2[,] pointer)
where T2 : struct
{ throw new NotImplementedException(); }
@@ -6489,6 +6633,7 @@ namespace OpenTK.Graphics.ES11
///
///
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glNormalPointer")]
+ [CLSCompliant(false)]
public static void NormalPointer(OpenTK.Graphics.ES11.NormalPointerType type, Int32 stride, [InAttribute, OutAttribute] T2[,,] pointer)
where T2 : struct
{ throw new NotImplementedException(); }
@@ -6543,15 +6688,17 @@ namespace OpenTK.Graphics.ES11
///
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glPixelMapx")]
+ [CLSCompliant(false)]
public static void PixelMapx(OpenTK.Graphics.ES11.All map, Int32 size, int[] values) { throw new NotImplementedException(); }
///
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glPixelMapx")]
+ [CLSCompliant(false)]
public static void PixelMapx(OpenTK.Graphics.ES11.All map, Int32 size, ref int values) { throw new NotImplementedException(); }
///
- [System.CLSCompliant(false)]
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glPixelMapx")]
+ [CLSCompliant(false)]
public static unsafe void PixelMapx(OpenTK.Graphics.ES11.All map, Int32 size, int* values) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -6631,6 +6778,7 @@ namespace OpenTK.Graphics.ES11
///
///
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glPointParameterfv")]
+ [CLSCompliant(false)]
public static void PointParameter(OpenTK.Graphics.ES11.All pname, Single[] @params) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -6651,8 +6799,8 @@ namespace OpenTK.Graphics.ES11
/// For glPointParameterfv and glPointParameteriv, specifies a pointer to an array where the value or values to be assigned to pname are stored.
///
///
- [System.CLSCompliant(false)]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glPointParameterfv")]
+ [CLSCompliant(false)]
public static unsafe void PointParameter(OpenTK.Graphics.ES11.All pname, Single* @params) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -6661,11 +6809,12 @@ namespace OpenTK.Graphics.ES11
/// [requires: v1.0]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glPointParameterxv")]
+ [CLSCompliant(false)]
public static void PointParameterx(OpenTK.Graphics.ES11.All pname, int[] @params) { throw new NotImplementedException(); }
/// [requires: v1.0]
- [System.CLSCompliant(false)]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glPointParameterxv")]
+ [CLSCompliant(false)]
public static unsafe void PointParameterx(OpenTK.Graphics.ES11.All pname, int* @params) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -6775,6 +6924,7 @@ namespace OpenTK.Graphics.ES11
///
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glReadPixels")]
+ [CLSCompliant(false)]
public static void ReadPixels(Int32 x, Int32 y, Int32 width, Int32 height, OpenTK.Graphics.ES11.All format, OpenTK.Graphics.ES11.All type, [InAttribute, OutAttribute] T6[] pixels)
where T6 : struct
{ throw new NotImplementedException(); }
@@ -6809,6 +6959,7 @@ namespace OpenTK.Graphics.ES11
///
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glReadPixels")]
+ [CLSCompliant(false)]
public static void ReadPixels(Int32 x, Int32 y, Int32 width, Int32 height, OpenTK.Graphics.ES11.All format, OpenTK.Graphics.ES11.All type, [InAttribute, OutAttribute] T6[,] pixels)
where T6 : struct
{ throw new NotImplementedException(); }
@@ -6843,6 +6994,7 @@ namespace OpenTK.Graphics.ES11
///
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glReadPixels")]
+ [CLSCompliant(false)]
public static void ReadPixels(Int32 x, Int32 y, Int32 width, Int32 height, OpenTK.Graphics.ES11.All format, OpenTK.Graphics.ES11.All type, [InAttribute, OutAttribute] T6[,,] pixels)
where T6 : struct
{ throw new NotImplementedException(); }
@@ -6941,6 +7093,7 @@ namespace OpenTK.Graphics.ES11
///
///
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glReadPixels")]
+ [CLSCompliant(false)]
public static void ReadPixels(Int32 x, Int32 y, Int32 width, Int32 height, OpenTK.Graphics.ES11.PixelFormat format, OpenTK.Graphics.ES11.PixelType type, [InAttribute, OutAttribute] T6[] pixels)
where T6 : struct
{ throw new NotImplementedException(); }
@@ -6974,6 +7127,7 @@ namespace OpenTK.Graphics.ES11
///
///
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glReadPixels")]
+ [CLSCompliant(false)]
public static void ReadPixels(Int32 x, Int32 y, Int32 width, Int32 height, OpenTK.Graphics.ES11.PixelFormat format, OpenTK.Graphics.ES11.PixelType type, [InAttribute, OutAttribute] T6[,] pixels)
where T6 : struct
{ throw new NotImplementedException(); }
@@ -7007,6 +7161,7 @@ namespace OpenTK.Graphics.ES11
///
///
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glReadPixels")]
+ [CLSCompliant(false)]
public static void ReadPixels(Int32 x, Int32 y, Int32 width, Int32 height, OpenTK.Graphics.ES11.PixelFormat format, OpenTK.Graphics.ES11.PixelType type, [InAttribute, OutAttribute] T6[,,] pixels)
where T6 : struct
{ throw new NotImplementedException(); }
@@ -7158,6 +7313,7 @@ namespace OpenTK.Graphics.ES11
///
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glStencilFunc")]
+ [CLSCompliant(false)]
public static void StencilFunc(OpenTK.Graphics.ES11.All func, Int32 @ref, Int32 mask) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -7179,8 +7335,8 @@ namespace OpenTK.Graphics.ES11
///
///
[Obsolete("Use strongly-typed overload instead")]
- [System.CLSCompliant(false)]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glStencilFunc")]
+ [CLSCompliant(false)]
public static void StencilFunc(OpenTK.Graphics.ES11.All func, Int32 @ref, UInt32 mask) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -7202,6 +7358,7 @@ namespace OpenTK.Graphics.ES11
///
///
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glStencilFunc")]
+ [CLSCompliant(false)]
public static void StencilFunc(OpenTK.Graphics.ES11.StencilFunction func, Int32 @ref, Int32 mask) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -7222,8 +7379,8 @@ namespace OpenTK.Graphics.ES11
/// 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.
///
///
- [System.CLSCompliant(false)]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glStencilFunc")]
+ [CLSCompliant(false)]
public static void StencilFunc(OpenTK.Graphics.ES11.StencilFunction func, Int32 @ref, UInt32 mask) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -7235,6 +7392,7 @@ namespace OpenTK.Graphics.ES11
///
///
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glStencilMask")]
+ [CLSCompliant(false)]
public static void StencilMask(Int32 mask) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -7245,8 +7403,8 @@ namespace OpenTK.Graphics.ES11
/// Specifies a bit mask to enable and disable writing of individual bits in the stencil planes. Initially, the mask is all 1's.
///
///
- [System.CLSCompliant(false)]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glStencilMask")]
+ [CLSCompliant(false)]
public static void StencilMask(UInt32 mask) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -7344,6 +7502,7 @@ namespace OpenTK.Graphics.ES11
///
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glTexCoordPointer")]
+ [CLSCompliant(false)]
public static void TexCoordPointer(Int32 size, OpenTK.Graphics.ES11.All type, Int32 stride, [InAttribute, OutAttribute] T3[] pointer)
where T3 : struct
{ throw new NotImplementedException(); }
@@ -7373,6 +7532,7 @@ namespace OpenTK.Graphics.ES11
///
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glTexCoordPointer")]
+ [CLSCompliant(false)]
public static void TexCoordPointer(Int32 size, OpenTK.Graphics.ES11.All type, Int32 stride, [InAttribute, OutAttribute] T3[,] pointer)
where T3 : struct
{ throw new NotImplementedException(); }
@@ -7402,6 +7562,7 @@ namespace OpenTK.Graphics.ES11
///
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glTexCoordPointer")]
+ [CLSCompliant(false)]
public static void TexCoordPointer(Int32 size, OpenTK.Graphics.ES11.All type, Int32 stride, [InAttribute, OutAttribute] T3[,,] pointer)
where T3 : struct
{ throw new NotImplementedException(); }
@@ -7485,6 +7646,7 @@ namespace OpenTK.Graphics.ES11
///
///
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glTexCoordPointer")]
+ [CLSCompliant(false)]
public static void TexCoordPointer(Int32 size, OpenTK.Graphics.ES11.TexCoordPointerType type, Int32 stride, [InAttribute, OutAttribute] T3[] pointer)
where T3 : struct
{ throw new NotImplementedException(); }
@@ -7513,6 +7675,7 @@ namespace OpenTK.Graphics.ES11
///
///
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glTexCoordPointer")]
+ [CLSCompliant(false)]
public static void TexCoordPointer(Int32 size, OpenTK.Graphics.ES11.TexCoordPointerType type, Int32 stride, [InAttribute, OutAttribute] T3[,] pointer)
where T3 : struct
{ throw new NotImplementedException(); }
@@ -7541,6 +7704,7 @@ namespace OpenTK.Graphics.ES11
///
///
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glTexCoordPointer")]
+ [CLSCompliant(false)]
public static void TexCoordPointer(Int32 size, OpenTK.Graphics.ES11.TexCoordPointerType type, Int32 stride, [InAttribute, OutAttribute] T3[,,] pointer)
where T3 : struct
{ throw new NotImplementedException(); }
@@ -7636,6 +7800,7 @@ namespace OpenTK.Graphics.ES11
///
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glTexEnvfv")]
+ [CLSCompliant(false)]
public static void TexEnv(OpenTK.Graphics.ES11.All target, OpenTK.Graphics.ES11.All pname, Single[] @params) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -7657,8 +7822,8 @@ namespace OpenTK.Graphics.ES11
///
///
[Obsolete("Use strongly-typed overload instead")]
- [System.CLSCompliant(false)]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glTexEnvfv")]
+ [CLSCompliant(false)]
public static unsafe void TexEnv(OpenTK.Graphics.ES11.All target, OpenTK.Graphics.ES11.All pname, Single* @params) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -7680,6 +7845,7 @@ namespace OpenTK.Graphics.ES11
///
///
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glTexEnvfv")]
+ [CLSCompliant(false)]
public static void TexEnv(OpenTK.Graphics.ES11.TextureEnvTarget target, OpenTK.Graphics.ES11.TextureEnvParameter pname, Single[] @params) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -7700,8 +7866,8 @@ namespace OpenTK.Graphics.ES11
/// 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.
///
///
- [System.CLSCompliant(false)]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glTexEnvfv")]
+ [CLSCompliant(false)]
public static unsafe void TexEnv(OpenTK.Graphics.ES11.TextureEnvTarget target, OpenTK.Graphics.ES11.TextureEnvParameter pname, Single* @params) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -7767,6 +7933,7 @@ namespace OpenTK.Graphics.ES11
///
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glTexEnviv")]
+ [CLSCompliant(false)]
public static void TexEnv(OpenTK.Graphics.ES11.All target, OpenTK.Graphics.ES11.All pname, Int32[] @params) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -7788,8 +7955,8 @@ namespace OpenTK.Graphics.ES11
///
///
[Obsolete("Use strongly-typed overload instead")]
- [System.CLSCompliant(false)]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glTexEnviv")]
+ [CLSCompliant(false)]
public static unsafe void TexEnv(OpenTK.Graphics.ES11.All target, OpenTK.Graphics.ES11.All pname, Int32* @params) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -7811,6 +7978,7 @@ namespace OpenTK.Graphics.ES11
///
///
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glTexEnviv")]
+ [CLSCompliant(false)]
public static void TexEnv(OpenTK.Graphics.ES11.TextureEnvTarget target, OpenTK.Graphics.ES11.TextureEnvParameter pname, Int32[] @params) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -7831,8 +7999,8 @@ namespace OpenTK.Graphics.ES11
/// 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.
///
///
- [System.CLSCompliant(false)]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glTexEnviv")]
+ [CLSCompliant(false)]
public static unsafe void TexEnv(OpenTK.Graphics.ES11.TextureEnvTarget target, OpenTK.Graphics.ES11.TextureEnvParameter pname, Int32* @params) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -7841,11 +8009,12 @@ namespace OpenTK.Graphics.ES11
/// [requires: v1.0]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glTexEnvxv")]
+ [CLSCompliant(false)]
public static void TexEnvx(OpenTK.Graphics.ES11.All target, OpenTK.Graphics.ES11.All pname, int[] @params) { throw new NotImplementedException(); }
/// [requires: v1.0]
- [System.CLSCompliant(false)]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glTexEnvxv")]
+ [CLSCompliant(false)]
public static unsafe void TexEnvx(OpenTK.Graphics.ES11.All target, OpenTK.Graphics.ES11.All pname, int* @params) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -7950,6 +8119,7 @@ namespace OpenTK.Graphics.ES11
///
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glTexImage2D")]
+ [CLSCompliant(false)]
public static void TexImage2D(OpenTK.Graphics.ES11.All target, Int32 level, Int32 internalformat, Int32 width, Int32 height, Int32 border, OpenTK.Graphics.ES11.All format, OpenTK.Graphics.ES11.All type, [InAttribute, OutAttribute] T8[] pixels)
where T8 : struct
{ throw new NotImplementedException(); }
@@ -8004,6 +8174,7 @@ namespace OpenTK.Graphics.ES11
///
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glTexImage2D")]
+ [CLSCompliant(false)]
public static void TexImage2D(OpenTK.Graphics.ES11.All target, Int32 level, Int32 internalformat, Int32 width, Int32 height, Int32 border, OpenTK.Graphics.ES11.All format, OpenTK.Graphics.ES11.All type, [InAttribute, OutAttribute] T8[,] pixels)
where T8 : struct
{ throw new NotImplementedException(); }
@@ -8058,6 +8229,7 @@ namespace OpenTK.Graphics.ES11
///
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glTexImage2D")]
+ [CLSCompliant(false)]
public static void TexImage2D(OpenTK.Graphics.ES11.All target, Int32 level, Int32 internalformat, Int32 width, Int32 height, Int32 border, OpenTK.Graphics.ES11.All format, OpenTK.Graphics.ES11.All type, [InAttribute, OutAttribute] T8[,,] pixels)
where T8 : struct
{ throw new NotImplementedException(); }
@@ -8216,6 +8388,7 @@ namespace OpenTK.Graphics.ES11
///
///
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glTexImage2D")]
+ [CLSCompliant(false)]
public static void TexImage2D(OpenTK.Graphics.ES11.TextureTarget target, Int32 level, Int32 internalformat, Int32 width, Int32 height, Int32 border, OpenTK.Graphics.ES11.PixelFormat format, OpenTK.Graphics.ES11.PixelType type, [InAttribute, OutAttribute] T8[] pixels)
where T8 : struct
{ throw new NotImplementedException(); }
@@ -8269,6 +8442,7 @@ namespace OpenTK.Graphics.ES11
///
///
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glTexImage2D")]
+ [CLSCompliant(false)]
public static void TexImage2D(OpenTK.Graphics.ES11.TextureTarget target, Int32 level, Int32 internalformat, Int32 width, Int32 height, Int32 border, OpenTK.Graphics.ES11.PixelFormat format, OpenTK.Graphics.ES11.PixelType type, [InAttribute, OutAttribute] T8[,] pixels)
where T8 : struct
{ throw new NotImplementedException(); }
@@ -8322,6 +8496,7 @@ namespace OpenTK.Graphics.ES11
///
///
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glTexImage2D")]
+ [CLSCompliant(false)]
public static void TexImage2D(OpenTK.Graphics.ES11.TextureTarget target, Int32 level, Int32 internalformat, Int32 width, Int32 height, Int32 border, OpenTK.Graphics.ES11.PixelFormat format, OpenTK.Graphics.ES11.PixelType type, [InAttribute, OutAttribute] T8[,,] pixels)
where T8 : struct
{ throw new NotImplementedException(); }
@@ -8466,6 +8641,7 @@ namespace OpenTK.Graphics.ES11
///
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glTexParameterfv")]
+ [CLSCompliant(false)]
public static void TexParameter(OpenTK.Graphics.ES11.All target, OpenTK.Graphics.ES11.All pname, Single[] @params) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -8495,8 +8671,8 @@ namespace OpenTK.Graphics.ES11
///
///
[Obsolete("Use strongly-typed overload instead")]
- [System.CLSCompliant(false)]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glTexParameterfv")]
+ [CLSCompliant(false)]
public static unsafe void TexParameter(OpenTK.Graphics.ES11.All target, OpenTK.Graphics.ES11.All pname, Single* @params) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -8526,6 +8702,7 @@ namespace OpenTK.Graphics.ES11
///
///
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glTexParameterfv")]
+ [CLSCompliant(false)]
public static void TexParameter(OpenTK.Graphics.ES11.TextureTarget target, OpenTK.Graphics.ES11.TextureParameterName pname, Single[] @params) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -8554,8 +8731,8 @@ namespace OpenTK.Graphics.ES11
/// For the vector commands, specifies a pointer to an array where the value or values of pname are stored.
///
///
- [System.CLSCompliant(false)]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glTexParameterfv")]
+ [CLSCompliant(false)]
public static unsafe void TexParameter(OpenTK.Graphics.ES11.TextureTarget target, OpenTK.Graphics.ES11.TextureParameterName pname, Single* @params) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -8645,6 +8822,7 @@ namespace OpenTK.Graphics.ES11
///
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glTexParameteriv")]
+ [CLSCompliant(false)]
public static void TexParameter(OpenTK.Graphics.ES11.All target, OpenTK.Graphics.ES11.All pname, Int32[] @params) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -8674,8 +8852,8 @@ namespace OpenTK.Graphics.ES11
///
///
[Obsolete("Use strongly-typed overload instead")]
- [System.CLSCompliant(false)]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glTexParameteriv")]
+ [CLSCompliant(false)]
public static unsafe void TexParameter(OpenTK.Graphics.ES11.All target, OpenTK.Graphics.ES11.All pname, Int32* @params) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -8705,6 +8883,7 @@ namespace OpenTK.Graphics.ES11
///
///
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glTexParameteriv")]
+ [CLSCompliant(false)]
public static void TexParameter(OpenTK.Graphics.ES11.TextureTarget target, OpenTK.Graphics.ES11.TextureParameterName pname, Int32[] @params) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -8733,8 +8912,8 @@ namespace OpenTK.Graphics.ES11
/// For the vector commands, specifies a pointer to an array where the value or values of pname are stored.
///
///
- [System.CLSCompliant(false)]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glTexParameteriv")]
+ [CLSCompliant(false)]
public static unsafe void TexParameter(OpenTK.Graphics.ES11.TextureTarget target, OpenTK.Graphics.ES11.TextureParameterName pname, Int32* @params) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -8743,11 +8922,12 @@ namespace OpenTK.Graphics.ES11
/// [requires: v1.0]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glTexParameterxv")]
+ [CLSCompliant(false)]
public static void TexParameterx(OpenTK.Graphics.ES11.All target, OpenTK.Graphics.ES11.All pname, int[] @params) { throw new NotImplementedException(); }
/// [requires: v1.0]
- [System.CLSCompliant(false)]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glTexParameterxv")]
+ [CLSCompliant(false)]
public static unsafe void TexParameterx(OpenTK.Graphics.ES11.All target, OpenTK.Graphics.ES11.All pname, int* @params) { throw new NotImplementedException(); }
/// [requires: v1.0]
@@ -8852,6 +9032,7 @@ namespace OpenTK.Graphics.ES11
///
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glTexSubImage2D")]
+ [CLSCompliant(false)]
public static void TexSubImage2D(OpenTK.Graphics.ES11.All target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 width, Int32 height, OpenTK.Graphics.ES11.All format, OpenTK.Graphics.ES11.All type, [InAttribute, OutAttribute] T8[] pixels)
where T8 : struct
{ throw new NotImplementedException(); }
@@ -8906,6 +9087,7 @@ namespace OpenTK.Graphics.ES11
///
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glTexSubImage2D")]
+ [CLSCompliant(false)]
public static void TexSubImage2D(OpenTK.Graphics.ES11.All target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 width, Int32 height, OpenTK.Graphics.ES11.All format, OpenTK.Graphics.ES11.All type, [InAttribute, OutAttribute] T8[,] pixels)
where T8 : struct
{ throw new NotImplementedException(); }
@@ -8960,6 +9142,7 @@ namespace OpenTK.Graphics.ES11
///
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glTexSubImage2D")]
+ [CLSCompliant(false)]
public static void TexSubImage2D(OpenTK.Graphics.ES11.All target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 width, Int32 height, OpenTK.Graphics.ES11.All format, OpenTK.Graphics.ES11.All type, [InAttribute, OutAttribute] T8[,,] pixels)
where T8 : struct
{ throw new NotImplementedException(); }
@@ -9118,6 +9301,7 @@ namespace OpenTK.Graphics.ES11
///
///
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glTexSubImage2D")]
+ [CLSCompliant(false)]
public static void TexSubImage2D(OpenTK.Graphics.ES11.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 width, Int32 height, OpenTK.Graphics.ES11.PixelFormat format, OpenTK.Graphics.ES11.PixelType type, [InAttribute, OutAttribute] T8[] pixels)
where T8 : struct
{ throw new NotImplementedException(); }
@@ -9171,6 +9355,7 @@ namespace OpenTK.Graphics.ES11
///
///
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glTexSubImage2D")]
+ [CLSCompliant(false)]
public static void TexSubImage2D(OpenTK.Graphics.ES11.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 width, Int32 height, OpenTK.Graphics.ES11.PixelFormat format, OpenTK.Graphics.ES11.PixelType type, [InAttribute, OutAttribute] T8[,] pixels)
where T8 : struct
{ throw new NotImplementedException(); }
@@ -9224,6 +9409,7 @@ namespace OpenTK.Graphics.ES11
///
///
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glTexSubImage2D")]
+ [CLSCompliant(false)]
public static void TexSubImage2D(OpenTK.Graphics.ES11.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 width, Int32 height, OpenTK.Graphics.ES11.PixelFormat format, OpenTK.Graphics.ES11.PixelType type, [InAttribute, OutAttribute] T8[,,] pixels)
where T8 : struct
{ throw new NotImplementedException(); }
@@ -9348,6 +9534,7 @@ namespace OpenTK.Graphics.ES11
///
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glVertexPointer")]
+ [CLSCompliant(false)]
public static void VertexPointer(Int32 size, OpenTK.Graphics.ES11.All type, Int32 stride, [InAttribute, OutAttribute] T3[] pointer)
where T3 : struct
{ throw new NotImplementedException(); }
@@ -9377,6 +9564,7 @@ namespace OpenTK.Graphics.ES11
///
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glVertexPointer")]
+ [CLSCompliant(false)]
public static void VertexPointer(Int32 size, OpenTK.Graphics.ES11.All type, Int32 stride, [InAttribute, OutAttribute] T3[,] pointer)
where T3 : struct
{ throw new NotImplementedException(); }
@@ -9406,6 +9594,7 @@ namespace OpenTK.Graphics.ES11
///
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glVertexPointer")]
+ [CLSCompliant(false)]
public static void VertexPointer(Int32 size, OpenTK.Graphics.ES11.All type, Int32 stride, [InAttribute, OutAttribute] T3[,,] pointer)
where T3 : struct
{ throw new NotImplementedException(); }
@@ -9489,6 +9678,7 @@ namespace OpenTK.Graphics.ES11
///
///
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glVertexPointer")]
+ [CLSCompliant(false)]
public static void VertexPointer(Int32 size, OpenTK.Graphics.ES11.VertexPointerType type, Int32 stride, [InAttribute, OutAttribute] T3[] pointer)
where T3 : struct
{ throw new NotImplementedException(); }
@@ -9517,6 +9707,7 @@ namespace OpenTK.Graphics.ES11
///
///
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glVertexPointer")]
+ [CLSCompliant(false)]
public static void VertexPointer(Int32 size, OpenTK.Graphics.ES11.VertexPointerType type, Int32 stride, [InAttribute, OutAttribute] T3[,] pointer)
where T3 : struct
{ throw new NotImplementedException(); }
@@ -9545,6 +9736,7 @@ namespace OpenTK.Graphics.ES11
///
///
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glVertexPointer")]
+ [CLSCompliant(false)]
public static void VertexPointer(Int32 size, OpenTK.Graphics.ES11.VertexPointerType type, Int32 stride, [InAttribute, OutAttribute] T3[,,] pointer)
where T3 : struct
{ throw new NotImplementedException(); }
@@ -9630,15 +9822,17 @@ namespace OpenTK.Graphics.ES11
/// [requires: EXT_discard_framebuffer]
[AutoGenerated(Category = "EXT_discard_framebuffer", Version = "", EntryPoint = "glDiscardFramebufferEXT")]
+ [CLSCompliant(false)]
public static void DiscardFramebuffer(OpenTK.Graphics.ES11.All target, Int32 numAttachments, OpenTK.Graphics.ES11.All[] attachments) { throw new NotImplementedException(); }
/// [requires: EXT_discard_framebuffer]
[AutoGenerated(Category = "EXT_discard_framebuffer", Version = "", EntryPoint = "glDiscardFramebufferEXT")]
+ [CLSCompliant(false)]
public static void DiscardFramebuffer(OpenTK.Graphics.ES11.All target, Int32 numAttachments, ref OpenTK.Graphics.ES11.All attachments) { throw new NotImplementedException(); }
/// [requires: EXT_discard_framebuffer]
- [System.CLSCompliant(false)]
[AutoGenerated(Category = "EXT_discard_framebuffer", Version = "", EntryPoint = "glDiscardFramebufferEXT")]
+ [CLSCompliant(false)]
public static unsafe void DiscardFramebuffer(OpenTK.Graphics.ES11.All target, Int32 numAttachments, OpenTK.Graphics.ES11.All* attachments) { throw new NotImplementedException(); }
/// [requires: EXT_map_buffer_range]
@@ -9664,11 +9858,12 @@ namespace OpenTK.Graphics.ES11
/// [requires: EXT_multisampled_render_to_texture]
[AutoGenerated(Category = "EXT_multisampled_render_to_texture", Version = "", EntryPoint = "glFramebufferTexture2DMultisampleEXT")]
+ [CLSCompliant(false)]
public static void FramebufferTexture2DMultisample(OpenTK.Graphics.ES11.All target, OpenTK.Graphics.ES11.All attachment, OpenTK.Graphics.ES11.All textarget, Int32 texture, Int32 level, Int32 samples) { throw new NotImplementedException(); }
/// [requires: EXT_multisampled_render_to_texture]
- [System.CLSCompliant(false)]
[AutoGenerated(Category = "EXT_multisampled_render_to_texture", Version = "", EntryPoint = "glFramebufferTexture2DMultisampleEXT")]
+ [CLSCompliant(false)]
public static void FramebufferTexture2DMultisample(OpenTK.Graphics.ES11.All target, OpenTK.Graphics.ES11.All attachment, OpenTK.Graphics.ES11.All textarget, UInt32 texture, Int32 level, Int32 samples) { throw new NotImplementedException(); }
/// [requires: EXT_robustness]
@@ -9677,58 +9872,62 @@ namespace OpenTK.Graphics.ES11
/// [requires: EXT_robustness]
[AutoGenerated(Category = "EXT_robustness", Version = "", EntryPoint = "glGetnUniformfvEXT")]
+ [CLSCompliant(false)]
public static void GetnUniform(Int32 program, Int32 location, Int32 bufSize, [OutAttribute] Single[] @params) { throw new NotImplementedException(); }
/// [requires: EXT_robustness]
[AutoGenerated(Category = "EXT_robustness", Version = "", EntryPoint = "glGetnUniformfvEXT")]
+ [CLSCompliant(false)]
public static void GetnUniform(Int32 program, Int32 location, Int32 bufSize, [OutAttribute] out Single @params) { throw new NotImplementedException(); }
/// [requires: EXT_robustness]
- [System.CLSCompliant(false)]
[AutoGenerated(Category = "EXT_robustness", Version = "", EntryPoint = "glGetnUniformfvEXT")]
+ [CLSCompliant(false)]
public static unsafe void GetnUniform(Int32 program, Int32 location, Int32 bufSize, [OutAttribute] Single* @params) { throw new NotImplementedException(); }
/// [requires: EXT_robustness]
- [System.CLSCompliant(false)]
[AutoGenerated(Category = "EXT_robustness", Version = "", EntryPoint = "glGetnUniformfvEXT")]
+ [CLSCompliant(false)]
public static void GetnUniform(UInt32 program, Int32 location, Int32 bufSize, [OutAttribute] Single[] @params) { throw new NotImplementedException(); }
/// [requires: EXT_robustness]
- [System.CLSCompliant(false)]
[AutoGenerated(Category = "EXT_robustness", Version = "", EntryPoint = "glGetnUniformfvEXT")]
+ [CLSCompliant(false)]
public static void GetnUniform(UInt32 program, Int32 location, Int32 bufSize, [OutAttribute] out Single @params) { throw new NotImplementedException(); }
/// [requires: EXT_robustness]
- [System.CLSCompliant(false)]
[AutoGenerated(Category = "EXT_robustness", Version = "", EntryPoint = "glGetnUniformfvEXT")]
+ [CLSCompliant(false)]
public static unsafe void GetnUniform(UInt32 program, Int32 location, Int32 bufSize, [OutAttribute] Single* @params) { throw new NotImplementedException(); }
/// [requires: EXT_robustness]
[AutoGenerated(Category = "EXT_robustness", Version = "", EntryPoint = "glGetnUniformivEXT")]
+ [CLSCompliant(false)]
public static void GetnUniform(Int32 program, Int32 location, Int32 bufSize, [OutAttribute] Int32[] @params) { throw new NotImplementedException(); }
/// [requires: EXT_robustness]
[AutoGenerated(Category = "EXT_robustness", Version = "", EntryPoint = "glGetnUniformivEXT")]
+ [CLSCompliant(false)]
public static void GetnUniform(Int32 program, Int32 location, Int32 bufSize, [OutAttribute] out Int32 @params) { throw new NotImplementedException(); }
/// [requires: EXT_robustness]
- [System.CLSCompliant(false)]
[AutoGenerated(Category = "EXT_robustness", Version = "", EntryPoint = "glGetnUniformivEXT")]
+ [CLSCompliant(false)]
public static unsafe void GetnUniform(Int32 program, Int32 location, Int32 bufSize, [OutAttribute] Int32* @params) { throw new NotImplementedException(); }
/// [requires: EXT_robustness]
- [System.CLSCompliant(false)]
[AutoGenerated(Category = "EXT_robustness", Version = "", EntryPoint = "glGetnUniformivEXT")]
+ [CLSCompliant(false)]
public static void GetnUniform(UInt32 program, Int32 location, Int32 bufSize, [OutAttribute] Int32[] @params) { throw new NotImplementedException(); }
/// [requires: EXT_robustness]
- [System.CLSCompliant(false)]
[AutoGenerated(Category = "EXT_robustness", Version = "", EntryPoint = "glGetnUniformivEXT")]
+ [CLSCompliant(false)]
public static void GetnUniform(UInt32 program, Int32 location, Int32 bufSize, [OutAttribute] out Int32 @params) { throw new NotImplementedException(); }
/// [requires: EXT_robustness]
- [System.CLSCompliant(false)]
[AutoGenerated(Category = "EXT_robustness", Version = "", EntryPoint = "glGetnUniformivEXT")]
+ [CLSCompliant(false)]
public static unsafe void GetnUniform(UInt32 program, Int32 location, Int32 bufSize, [OutAttribute] Int32* @params) { throw new NotImplementedException(); }
/// [requires: EXT_map_buffer_range]
@@ -9755,6 +9954,7 @@ namespace OpenTK.Graphics.ES11
///
///
[AutoGenerated(Category = "EXT_map_buffer_range", Version = "", EntryPoint = "glMapBufferRangeEXT")]
+ [CLSCompliant(false)]
public static IntPtr MapBufferRange(OpenTK.Graphics.ES11.All target, IntPtr offset, IntPtr length, Int32 access) { throw new NotImplementedException(); }
/// [requires: EXT_map_buffer_range]
@@ -9780,8 +9980,8 @@ namespace OpenTK.Graphics.ES11
/// Specifies a combination of access flags indicating the desired access to the range.
///
///
- [System.CLSCompliant(false)]
[AutoGenerated(Category = "EXT_map_buffer_range", Version = "", EntryPoint = "glMapBufferRangeEXT")]
+ [CLSCompliant(false)]
public static IntPtr MapBufferRange(OpenTK.Graphics.ES11.All target, IntPtr offset, IntPtr length, UInt32 access) { throw new NotImplementedException(); }
/// [requires: EXT_multi_draw_arrays]
@@ -9809,6 +10009,7 @@ namespace OpenTK.Graphics.ES11
///
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "EXT_multi_draw_arrays", Version = "", EntryPoint = "glMultiDrawArraysEXT")]
+ [CLSCompliant(false)]
public static void MultiDrawArrays(OpenTK.Graphics.ES11.All mode, Int32[] first, Int32[] count, Int32 primcount) { throw new NotImplementedException(); }
/// [requires: EXT_multi_draw_arrays]
@@ -9836,6 +10037,7 @@ namespace OpenTK.Graphics.ES11
///
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "EXT_multi_draw_arrays", Version = "", EntryPoint = "glMultiDrawArraysEXT")]
+ [CLSCompliant(false)]
public static void MultiDrawArrays(OpenTK.Graphics.ES11.All mode, ref Int32 first, ref Int32 count, Int32 primcount) { throw new NotImplementedException(); }
/// [requires: EXT_multi_draw_arrays]
@@ -9862,8 +10064,8 @@ namespace OpenTK.Graphics.ES11
///
///
[Obsolete("Use strongly-typed overload instead")]
- [System.CLSCompliant(false)]
[AutoGenerated(Category = "EXT_multi_draw_arrays", Version = "", EntryPoint = "glMultiDrawArraysEXT")]
+ [CLSCompliant(false)]
public static unsafe void MultiDrawArrays(OpenTK.Graphics.ES11.All mode, Int32* first, Int32* count, Int32 primcount) { throw new NotImplementedException(); }
/// [requires: EXT_multi_draw_arrays]
@@ -9890,6 +10092,7 @@ namespace OpenTK.Graphics.ES11
///
///
[AutoGenerated(Category = "EXT_multi_draw_arrays", Version = "", EntryPoint = "glMultiDrawArraysEXT")]
+ [CLSCompliant(false)]
public static void MultiDrawArrays(OpenTK.Graphics.ES11.PrimitiveType mode, Int32[] first, Int32[] count, Int32 primcount) { throw new NotImplementedException(); }
/// [requires: EXT_multi_draw_arrays]
@@ -9916,6 +10119,7 @@ namespace OpenTK.Graphics.ES11
///
///
[AutoGenerated(Category = "EXT_multi_draw_arrays", Version = "", EntryPoint = "glMultiDrawArraysEXT")]
+ [CLSCompliant(false)]
public static void MultiDrawArrays(OpenTK.Graphics.ES11.PrimitiveType mode, ref Int32 first, ref Int32 count, Int32 primcount) { throw new NotImplementedException(); }
/// [requires: EXT_multi_draw_arrays]
@@ -9941,8 +10145,8 @@ namespace OpenTK.Graphics.ES11
/// Specifies the size of the first and count
///
///
- [System.CLSCompliant(false)]
[AutoGenerated(Category = "EXT_multi_draw_arrays", Version = "", EntryPoint = "glMultiDrawArraysEXT")]
+ [CLSCompliant(false)]
public static unsafe void MultiDrawArrays(OpenTK.Graphics.ES11.PrimitiveType mode, Int32* first, Int32* count, Int32 primcount) { throw new NotImplementedException(); }
/// [requires: EXT_multi_draw_arrays]
@@ -9975,6 +10179,7 @@ namespace OpenTK.Graphics.ES11
///
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "EXT_multi_draw_arrays", Version = "", EntryPoint = "glMultiDrawElementsEXT")]
+ [CLSCompliant(false)]
public static void MultiDrawElements(OpenTK.Graphics.ES11.All mode, Int32[] count, OpenTK.Graphics.ES11.All type, IntPtr indices, Int32 primcount) { throw new NotImplementedException(); }
/// [requires: EXT_multi_draw_arrays]
@@ -10007,6 +10212,7 @@ namespace OpenTK.Graphics.ES11
///
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "EXT_multi_draw_arrays", Version = "", EntryPoint = "glMultiDrawElementsEXT")]
+ [CLSCompliant(false)]
public static void MultiDrawElements(OpenTK.Graphics.ES11.All mode, Int32[] count, OpenTK.Graphics.ES11.All type, [InAttribute, OutAttribute] T3[] indices, Int32 primcount)
where T3 : struct
{ throw new NotImplementedException(); }
@@ -10041,6 +10247,7 @@ namespace OpenTK.Graphics.ES11
///
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "EXT_multi_draw_arrays", Version = "", EntryPoint = "glMultiDrawElementsEXT")]
+ [CLSCompliant(false)]
public static void MultiDrawElements(OpenTK.Graphics.ES11.All mode, Int32[] count, OpenTK.Graphics.ES11.All type, [InAttribute, OutAttribute] T3[,] indices, Int32 primcount)
where T3 : struct
{ throw new NotImplementedException(); }
@@ -10075,6 +10282,7 @@ namespace OpenTK.Graphics.ES11
///
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "EXT_multi_draw_arrays", Version = "", EntryPoint = "glMultiDrawElementsEXT")]
+ [CLSCompliant(false)]
public static void MultiDrawElements(OpenTK.Graphics.ES11.All mode, Int32[] count, OpenTK.Graphics.ES11.All type, [InAttribute, OutAttribute] T3[,,] indices, Int32 primcount)
where T3 : struct
{ throw new NotImplementedException(); }
@@ -10109,6 +10317,7 @@ namespace OpenTK.Graphics.ES11
///
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "EXT_multi_draw_arrays", Version = "", EntryPoint = "glMultiDrawElementsEXT")]
+ [CLSCompliant(false)]
public static void MultiDrawElements(OpenTK.Graphics.ES11.All mode, Int32[] count, OpenTK.Graphics.ES11.All type, [InAttribute, OutAttribute] ref T3 indices, Int32 primcount)
where T3 : struct
{ throw new NotImplementedException(); }
@@ -10143,6 +10352,7 @@ namespace OpenTK.Graphics.ES11
///
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "EXT_multi_draw_arrays", Version = "", EntryPoint = "glMultiDrawElementsEXT")]
+ [CLSCompliant(false)]
public static void MultiDrawElements(OpenTK.Graphics.ES11.All mode, ref Int32 count, OpenTK.Graphics.ES11.All type, IntPtr indices, Int32 primcount) { throw new NotImplementedException(); }
/// [requires: EXT_multi_draw_arrays]
@@ -10175,6 +10385,7 @@ namespace OpenTK.Graphics.ES11
///
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "EXT_multi_draw_arrays", Version = "", EntryPoint = "glMultiDrawElementsEXT")]
+ [CLSCompliant(false)]
public static void MultiDrawElements(OpenTK.Graphics.ES11.All mode, ref Int32 count, OpenTK.Graphics.ES11.All type, [InAttribute, OutAttribute] T3[] indices, Int32 primcount)
where T3 : struct
{ throw new NotImplementedException(); }
@@ -10209,6 +10420,7 @@ namespace OpenTK.Graphics.ES11
///
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "EXT_multi_draw_arrays", Version = "", EntryPoint = "glMultiDrawElementsEXT")]
+ [CLSCompliant(false)]
public static void MultiDrawElements(OpenTK.Graphics.ES11.All mode, ref Int32 count, OpenTK.Graphics.ES11.All type, [InAttribute, OutAttribute] T3[,] indices, Int32 primcount)
where T3 : struct
{ throw new NotImplementedException(); }
@@ -10243,6 +10455,7 @@ namespace OpenTK.Graphics.ES11
///
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "EXT_multi_draw_arrays", Version = "", EntryPoint = "glMultiDrawElementsEXT")]
+ [CLSCompliant(false)]
public static void MultiDrawElements(OpenTK.Graphics.ES11.All mode, ref Int32 count, OpenTK.Graphics.ES11.All type, [InAttribute, OutAttribute] T3[,,] indices, Int32 primcount)
where T3 : struct
{ throw new NotImplementedException(); }
@@ -10277,6 +10490,7 @@ namespace OpenTK.Graphics.ES11
///
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "EXT_multi_draw_arrays", Version = "", EntryPoint = "glMultiDrawElementsEXT")]
+ [CLSCompliant(false)]
public static void MultiDrawElements(OpenTK.Graphics.ES11.All mode, ref Int32 count, OpenTK.Graphics.ES11.All type, [InAttribute, OutAttribute] ref T3 indices, Int32 primcount)
where T3 : struct
{ throw new NotImplementedException(); }
@@ -10310,8 +10524,8 @@ namespace OpenTK.Graphics.ES11
///
///
[Obsolete("Use strongly-typed overload instead")]
- [System.CLSCompliant(false)]
[AutoGenerated(Category = "EXT_multi_draw_arrays", Version = "", EntryPoint = "glMultiDrawElementsEXT")]
+ [CLSCompliant(false)]
public static unsafe void MultiDrawElements(OpenTK.Graphics.ES11.All mode, Int32* count, OpenTK.Graphics.ES11.All type, IntPtr indices, Int32 primcount) { throw new NotImplementedException(); }
/// [requires: EXT_multi_draw_arrays]
@@ -10343,8 +10557,8 @@ namespace OpenTK.Graphics.ES11
///
///
[Obsolete("Use strongly-typed overload instead")]
- [System.CLSCompliant(false)]
[AutoGenerated(Category = "EXT_multi_draw_arrays", Version = "", EntryPoint = "glMultiDrawElementsEXT")]
+ [CLSCompliant(false)]
public static unsafe void MultiDrawElements(OpenTK.Graphics.ES11.All mode, Int32* count, OpenTK.Graphics.ES11.All type, [InAttribute, OutAttribute] T3[] indices, Int32 primcount)
where T3 : struct
{ throw new NotImplementedException(); }
@@ -10378,8 +10592,8 @@ namespace OpenTK.Graphics.ES11
///
///
[Obsolete("Use strongly-typed overload instead")]
- [System.CLSCompliant(false)]
[AutoGenerated(Category = "EXT_multi_draw_arrays", Version = "", EntryPoint = "glMultiDrawElementsEXT")]
+ [CLSCompliant(false)]
public static unsafe void MultiDrawElements(OpenTK.Graphics.ES11.All mode, Int32* count, OpenTK.Graphics.ES11.All type, [InAttribute, OutAttribute] T3[,] indices, Int32 primcount)
where T3 : struct
{ throw new NotImplementedException(); }
@@ -10413,8 +10627,8 @@ namespace OpenTK.Graphics.ES11
///
///
[Obsolete("Use strongly-typed overload instead")]
- [System.CLSCompliant(false)]
[AutoGenerated(Category = "EXT_multi_draw_arrays", Version = "", EntryPoint = "glMultiDrawElementsEXT")]
+ [CLSCompliant(false)]
public static unsafe void MultiDrawElements(OpenTK.Graphics.ES11.All mode, Int32* count, OpenTK.Graphics.ES11.All type, [InAttribute, OutAttribute] T3[,,] indices, Int32 primcount)
where T3 : struct
{ throw new NotImplementedException(); }
@@ -10448,8 +10662,8 @@ namespace OpenTK.Graphics.ES11
///
///
[Obsolete("Use strongly-typed overload instead")]
- [System.CLSCompliant(false)]
[AutoGenerated(Category = "EXT_multi_draw_arrays", Version = "", EntryPoint = "glMultiDrawElementsEXT")]
+ [CLSCompliant(false)]
public static unsafe void MultiDrawElements(OpenTK.Graphics.ES11.All mode, Int32* count, OpenTK.Graphics.ES11.All type, [InAttribute, OutAttribute] ref T3 indices, Int32 primcount)
where T3 : struct
{ throw new NotImplementedException(); }
@@ -10483,6 +10697,7 @@ namespace OpenTK.Graphics.ES11
///
///
[AutoGenerated(Category = "EXT_multi_draw_arrays", Version = "", EntryPoint = "glMultiDrawElementsEXT")]
+ [CLSCompliant(false)]
public static void MultiDrawElements(OpenTK.Graphics.ES11.PrimitiveType mode, Int32[] count, OpenTK.Graphics.ES11.All type, IntPtr indices, Int32 primcount) { throw new NotImplementedException(); }
/// [requires: EXT_multi_draw_arrays]
@@ -10514,6 +10729,7 @@ namespace OpenTK.Graphics.ES11
///
///
[AutoGenerated(Category = "EXT_multi_draw_arrays", Version = "", EntryPoint = "glMultiDrawElementsEXT")]
+ [CLSCompliant(false)]
public static void MultiDrawElements(OpenTK.Graphics.ES11.PrimitiveType mode, Int32[] count, OpenTK.Graphics.ES11.All type, [InAttribute, OutAttribute] T3[] indices, Int32 primcount)
where T3 : struct
{ throw new NotImplementedException(); }
@@ -10547,6 +10763,7 @@ namespace OpenTK.Graphics.ES11
///
///
[AutoGenerated(Category = "EXT_multi_draw_arrays", Version = "", EntryPoint = "glMultiDrawElementsEXT")]
+ [CLSCompliant(false)]
public static void MultiDrawElements(OpenTK.Graphics.ES11.PrimitiveType mode, Int32[] count, OpenTK.Graphics.ES11.All type, [InAttribute, OutAttribute] T3[,] indices, Int32 primcount)
where T3 : struct
{ throw new NotImplementedException(); }
@@ -10580,6 +10797,7 @@ namespace OpenTK.Graphics.ES11
///
///
[AutoGenerated(Category = "EXT_multi_draw_arrays", Version = "", EntryPoint = "glMultiDrawElementsEXT")]
+ [CLSCompliant(false)]
public static void MultiDrawElements(OpenTK.Graphics.ES11.PrimitiveType mode, Int32[] count, OpenTK.Graphics.ES11.All type, [InAttribute, OutAttribute] T3[,,] indices, Int32 primcount)
where T3 : struct
{ throw new NotImplementedException(); }
@@ -10613,6 +10831,7 @@ namespace OpenTK.Graphics.ES11
///
///
[AutoGenerated(Category = "EXT_multi_draw_arrays", Version = "", EntryPoint = "glMultiDrawElementsEXT")]
+ [CLSCompliant(false)]
public static void MultiDrawElements(OpenTK.Graphics.ES11.PrimitiveType mode, Int32[] count, OpenTK.Graphics.ES11.All type, [InAttribute, OutAttribute] ref T3 indices, Int32 primcount)
where T3 : struct
{ throw new NotImplementedException(); }
@@ -10646,6 +10865,7 @@ namespace OpenTK.Graphics.ES11
///
///
[AutoGenerated(Category = "EXT_multi_draw_arrays", Version = "", EntryPoint = "glMultiDrawElementsEXT")]
+ [CLSCompliant(false)]
public static void MultiDrawElements(OpenTK.Graphics.ES11.PrimitiveType mode, ref Int32 count, OpenTK.Graphics.ES11.All type, IntPtr indices, Int32 primcount) { throw new NotImplementedException(); }
/// [requires: EXT_multi_draw_arrays]
@@ -10677,6 +10897,7 @@ namespace OpenTK.Graphics.ES11
///
///
[AutoGenerated(Category = "EXT_multi_draw_arrays", Version = "", EntryPoint = "glMultiDrawElementsEXT")]
+ [CLSCompliant(false)]
public static void MultiDrawElements(OpenTK.Graphics.ES11.PrimitiveType mode, ref Int32 count, OpenTK.Graphics.ES11.All type, [InAttribute, OutAttribute] T3[] indices, Int32 primcount)
where T3 : struct
{ throw new NotImplementedException(); }
@@ -10710,6 +10931,7 @@ namespace OpenTK.Graphics.ES11
///
///
[AutoGenerated(Category = "EXT_multi_draw_arrays", Version = "", EntryPoint = "glMultiDrawElementsEXT")]
+ [CLSCompliant(false)]
public static void MultiDrawElements(OpenTK.Graphics.ES11.PrimitiveType mode, ref Int32 count, OpenTK.Graphics.ES11.All type, [InAttribute, OutAttribute] T3[,] indices, Int32 primcount)
where T3 : struct
{ throw new NotImplementedException(); }
@@ -10743,6 +10965,7 @@ namespace OpenTK.Graphics.ES11
///
///
[AutoGenerated(Category = "EXT_multi_draw_arrays", Version = "", EntryPoint = "glMultiDrawElementsEXT")]
+ [CLSCompliant(false)]
public static void MultiDrawElements