Regenerated bindings

This commit is contained in:
Stefanos A 2013-12-08 16:20:30 +01:00
parent 2add888424
commit 0b5f03c094
5 changed files with 4805 additions and 11 deletions

View file

@ -765,6 +765,7 @@ namespace OpenTK.Graphics.ES11
/// Specifies the name of a texture. /// Specifies the name of a texture.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glBindTexture")] [AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glBindTexture")]
public static public static
void BindTexture(OpenTK.Graphics.ES11.All target, Int32 texture) void BindTexture(OpenTK.Graphics.ES11.All target, Int32 texture)
@ -12237,6 +12238,7 @@ 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. /// 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.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glStencilFunc")] [AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glStencilFunc")]
public static public static
void StencilFunc(OpenTK.Graphics.ES11.All func, Int32 @ref, Int32 mask) void StencilFunc(OpenTK.Graphics.ES11.All func, Int32 @ref, Int32 mask)

View file

@ -2233,6 +2233,7 @@ namespace OpenTK.Graphics.ES20
/// The timeout, specified in nanoseconds, for which the implementation should wait for sync to become signaled. /// The timeout, specified in nanoseconds, for which the implementation should wait for sync to become signaled.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "APPLE_sync", Version = "", EntryPoint = "glClientWaitSyncAPPLE")] [AutoGenerated(Category = "APPLE_sync", Version = "", EntryPoint = "glClientWaitSyncAPPLE")]
public static public static
OpenTK.Graphics.ES20.WaitSyncStatus ClientWaitSync(IntPtr sync, OpenTK.Graphics.ES20.All flags, Int64 timeout) OpenTK.Graphics.ES20.WaitSyncStatus ClientWaitSync(IntPtr sync, OpenTK.Graphics.ES20.All flags, Int64 timeout)
@ -3047,6 +3048,7 @@ namespace OpenTK.Graphics.ES20
/// Specifies the timeout that the server should wait before continuing. timeout must be GL_TIMEOUT_IGNORED. /// Specifies the timeout that the server should wait before continuing. timeout must be GL_TIMEOUT_IGNORED.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "APPLE_sync", Version = "", EntryPoint = "glWaitSyncAPPLE")] [AutoGenerated(Category = "APPLE_sync", Version = "", EntryPoint = "glWaitSyncAPPLE")]
public static public static
void WaitSync(IntPtr sync, OpenTK.Graphics.ES20.All flags, Int64 timeout) void WaitSync(IntPtr sync, OpenTK.Graphics.ES20.All flags, Int64 timeout)
@ -3340,6 +3342,7 @@ namespace OpenTK.Graphics.ES20
/// Specifies the name of a buffer object. /// Specifies the name of a buffer object.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glBindBuffer")] [AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glBindBuffer")]
public static public static
void BindBuffer(OpenTK.Graphics.ES20.All target, Int32 buffer) void BindBuffer(OpenTK.Graphics.ES20.All target, Int32 buffer)
@ -3451,6 +3454,7 @@ namespace OpenTK.Graphics.ES20
/// Specifies the name of the framebuffer object to bind. /// Specifies the name of the framebuffer object to bind.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glBindFramebuffer")] [AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glBindFramebuffer")]
public static public static
void BindFramebuffer(OpenTK.Graphics.ES20.All target, Int32 framebuffer) void BindFramebuffer(OpenTK.Graphics.ES20.All target, Int32 framebuffer)
@ -3562,6 +3566,7 @@ namespace OpenTK.Graphics.ES20
/// Specifies the name of the renderbuffer object to bind. /// Specifies the name of the renderbuffer object to bind.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glBindRenderbuffer")] [AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glBindRenderbuffer")]
public static public static
void BindRenderbuffer(OpenTK.Graphics.ES20.All target, Int32 renderbuffer) void BindRenderbuffer(OpenTK.Graphics.ES20.All target, Int32 renderbuffer)
@ -3673,6 +3678,7 @@ namespace OpenTK.Graphics.ES20
/// Specifies the name of a texture. /// Specifies the name of a texture.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glBindTexture")] [AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glBindTexture")]
public static public static
void BindTexture(OpenTK.Graphics.ES20.All target, Int32 texture) void BindTexture(OpenTK.Graphics.ES20.All target, Int32 texture)
@ -8071,6 +8077,7 @@ namespace OpenTK.Graphics.ES20
/// A Boolean flag determining whether the selected messages should be enabled or disabled. /// A Boolean flag determining whether the selected messages should be enabled or disabled.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glDebugMessageControl")] [AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glDebugMessageControl")]
public static public static
void DebugMessageControl(OpenTK.Graphics.ES20.All source, OpenTK.Graphics.ES20.All type, OpenTK.Graphics.ES20.All severity, Int32 count, Int32[] ids, bool enabled) void DebugMessageControl(OpenTK.Graphics.ES20.All source, OpenTK.Graphics.ES20.All type, OpenTK.Graphics.ES20.All severity, Int32 count, Int32[] ids, bool enabled)
@ -8124,6 +8131,7 @@ namespace OpenTK.Graphics.ES20
/// A Boolean flag determining whether the selected messages should be enabled or disabled. /// A Boolean flag determining whether the selected messages should be enabled or disabled.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glDebugMessageControl")] [AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glDebugMessageControl")]
public static public static
void DebugMessageControl(OpenTK.Graphics.ES20.All source, OpenTK.Graphics.ES20.All type, OpenTK.Graphics.ES20.All severity, Int32 count, ref Int32 ids, bool enabled) void DebugMessageControl(OpenTK.Graphics.ES20.All source, OpenTK.Graphics.ES20.All type, OpenTK.Graphics.ES20.All severity, Int32 count, ref Int32 ids, bool enabled)
@ -8177,6 +8185,7 @@ namespace OpenTK.Graphics.ES20
/// A Boolean flag determining whether the selected messages should be enabled or disabled. /// A Boolean flag determining whether the selected messages should be enabled or disabled.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[System.CLSCompliant(false)] [System.CLSCompliant(false)]
[AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glDebugMessageControl")] [AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glDebugMessageControl")]
public static public static
@ -8694,6 +8703,7 @@ namespace OpenTK.Graphics.ES20
/// The address of a character array containing the message to insert. /// The address of a character array containing the message to insert.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glDebugMessageInsert")] [AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glDebugMessageInsert")]
public static public static
void DebugMessageInsert(OpenTK.Graphics.ES20.All source, OpenTK.Graphics.ES20.All type, Int32 id, OpenTK.Graphics.ES20.All severity, Int32 length, String buf) void DebugMessageInsert(OpenTK.Graphics.ES20.All source, OpenTK.Graphics.ES20.All type, Int32 id, OpenTK.Graphics.ES20.All severity, Int32 length, String buf)
@ -11104,6 +11114,7 @@ namespace OpenTK.Graphics.ES20
/// Specifies the name of an existing renderbuffer object of type renderbuffertarget to attach. /// Specifies the name of an existing renderbuffer object of type renderbuffertarget to attach.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glFramebufferRenderbuffer")] [AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glFramebufferRenderbuffer")]
public static public static
void FramebufferRenderbuffer(OpenTK.Graphics.ES20.All target, OpenTK.Graphics.ES20.All attachment, OpenTK.Graphics.ES20.All renderbuffertarget, Int32 renderbuffer) void FramebufferRenderbuffer(OpenTK.Graphics.ES20.All target, OpenTK.Graphics.ES20.All attachment, OpenTK.Graphics.ES20.All renderbuffertarget, Int32 renderbuffer)
@ -11310,6 +11321,7 @@ namespace OpenTK.Graphics.ES20
} }
/// <summary>[requires: v2.0 and ES_VERSION_2_0]</summary> /// <summary>[requires: v2.0 and ES_VERSION_2_0]</summary>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glFramebufferTexture2D")] [AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glFramebufferTexture2D")]
public static public static
void FramebufferTexture2D(OpenTK.Graphics.ES20.All target, OpenTK.Graphics.ES20.All attachment, OpenTK.Graphics.ES20.All textarget, Int32 texture, Int32 level) void FramebufferTexture2D(OpenTK.Graphics.ES20.All target, OpenTK.Graphics.ES20.All attachment, OpenTK.Graphics.ES20.All textarget, Int32 texture, Int32 level)
@ -12533,6 +12545,7 @@ namespace OpenTK.Graphics.ES20
/// Returns a null terminated string containing the name of the attribute variable. /// Returns a null terminated string containing the name of the attribute variable.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetActiveAttrib")] [AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetActiveAttrib")]
public static public static
void GetActiveAttrib(Int32 program, Int32 index, Int32 bufSize, [OutAttribute] out Int32 length, [OutAttribute] out Int32 size, [OutAttribute] out OpenTK.Graphics.ES20.All type, [OutAttribute] StringBuilder name) void GetActiveAttrib(Int32 program, Int32 index, Int32 bufSize, [OutAttribute] out Int32 length, [OutAttribute] out Int32 size, [OutAttribute] out OpenTK.Graphics.ES20.All type, [OutAttribute] StringBuilder name)
@ -12649,6 +12662,7 @@ namespace OpenTK.Graphics.ES20
/// Returns a null terminated string containing the name of the attribute variable. /// Returns a null terminated string containing the name of the attribute variable.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[System.CLSCompliant(false)] [System.CLSCompliant(false)]
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetActiveAttrib")] [AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetActiveAttrib")]
public static public static
@ -13001,6 +13015,7 @@ namespace OpenTK.Graphics.ES20
/// Returns a null terminated string containing the name of the uniform variable. /// Returns a null terminated string containing the name of the uniform variable.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetActiveUniform")] [AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetActiveUniform")]
public static public static
void GetActiveUniform(Int32 program, Int32 index, Int32 bufSize, [OutAttribute] out Int32 length, [OutAttribute] out Int32 size, [OutAttribute] out OpenTK.Graphics.ES20.All type, [OutAttribute] StringBuilder name) void GetActiveUniform(Int32 program, Int32 index, Int32 bufSize, [OutAttribute] out Int32 length, [OutAttribute] out Int32 size, [OutAttribute] out OpenTK.Graphics.ES20.All type, [OutAttribute] StringBuilder name)
@ -13117,6 +13132,7 @@ namespace OpenTK.Graphics.ES20
/// Returns a null terminated string containing the name of the uniform variable. /// Returns a null terminated string containing the name of the uniform variable.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[System.CLSCompliant(false)] [System.CLSCompliant(false)]
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetActiveUniform")] [AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetActiveUniform")]
public static public static
@ -14113,6 +14129,7 @@ namespace OpenTK.Graphics.ES20
/// The address of an array of characters that will receive the messages. /// The address of an array of characters that will receive the messages.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetDebugMessageLog")] [AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetDebugMessageLog")]
public static public static
Int32 GetDebugMessageLog(Int32 count, Int32 bufSize, [OutAttribute] OpenTK.Graphics.ES20.All[] sources, [OutAttribute] OpenTK.Graphics.ES20.All[] types, [OutAttribute] Int32[] ids, [OutAttribute] OpenTK.Graphics.ES20.All[] severities, [OutAttribute] Int32[] lengths, [OutAttribute] StringBuilder messageLog) Int32 GetDebugMessageLog(Int32 count, Int32 bufSize, [OutAttribute] OpenTK.Graphics.ES20.All[] sources, [OutAttribute] OpenTK.Graphics.ES20.All[] types, [OutAttribute] Int32[] ids, [OutAttribute] OpenTK.Graphics.ES20.All[] severities, [OutAttribute] Int32[] lengths, [OutAttribute] StringBuilder messageLog)
@ -14180,6 +14197,7 @@ namespace OpenTK.Graphics.ES20
/// The address of an array of characters that will receive the messages. /// The address of an array of characters that will receive the messages.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetDebugMessageLog")] [AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetDebugMessageLog")]
public static public static
Int32 GetDebugMessageLog(Int32 count, Int32 bufSize, [OutAttribute] out OpenTK.Graphics.ES20.All sources, [OutAttribute] out OpenTK.Graphics.ES20.All types, [OutAttribute] out Int32 ids, [OutAttribute] out OpenTK.Graphics.ES20.All severities, [OutAttribute] out Int32 lengths, [OutAttribute] StringBuilder messageLog) Int32 GetDebugMessageLog(Int32 count, Int32 bufSize, [OutAttribute] out OpenTK.Graphics.ES20.All sources, [OutAttribute] out OpenTK.Graphics.ES20.All types, [OutAttribute] out Int32 ids, [OutAttribute] out OpenTK.Graphics.ES20.All severities, [OutAttribute] out Int32 lengths, [OutAttribute] StringBuilder messageLog)
@ -14253,6 +14271,7 @@ namespace OpenTK.Graphics.ES20
/// The address of an array of characters that will receive the messages. /// The address of an array of characters that will receive the messages.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[System.CLSCompliant(false)] [System.CLSCompliant(false)]
[AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetDebugMessageLog")] [AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetDebugMessageLog")]
public static public static
@ -15616,6 +15635,7 @@ namespace OpenTK.Graphics.ES20
/// The address of a string that will receive the object label. /// The address of a string that will receive the object label.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetObjectLabel")] [AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetObjectLabel")]
public static public static
void GetObjectLabel(OpenTK.Graphics.ES20.All identifier, Int32 name, Int32 bufSize, [OutAttribute] Int32[] length, [OutAttribute] StringBuilder label) void GetObjectLabel(OpenTK.Graphics.ES20.All identifier, Int32 name, Int32 bufSize, [OutAttribute] Int32[] length, [OutAttribute] StringBuilder label)
@ -15664,6 +15684,7 @@ namespace OpenTK.Graphics.ES20
/// The address of a string that will receive the object label. /// The address of a string that will receive the object label.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetObjectLabel")] [AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetObjectLabel")]
public static public static
void GetObjectLabel(OpenTK.Graphics.ES20.All identifier, Int32 name, Int32 bufSize, [OutAttribute] out Int32 length, [OutAttribute] StringBuilder label) void GetObjectLabel(OpenTK.Graphics.ES20.All identifier, Int32 name, Int32 bufSize, [OutAttribute] out Int32 length, [OutAttribute] StringBuilder label)
@ -15713,6 +15734,7 @@ namespace OpenTK.Graphics.ES20
/// The address of a string that will receive the object label. /// The address of a string that will receive the object label.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[System.CLSCompliant(false)] [System.CLSCompliant(false)]
[AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetObjectLabel")] [AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetObjectLabel")]
public static public static
@ -17423,6 +17445,7 @@ namespace OpenTK.Graphics.ES20
/// Returns the requested object parameter. /// Returns the requested object parameter.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetProgramiv")] [AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetProgramiv")]
public static public static
void GetProgram(Int32 program, OpenTK.Graphics.ES20.All pname, [OutAttribute] Int32[] @params) void GetProgram(Int32 program, OpenTK.Graphics.ES20.All pname, [OutAttribute] Int32[] @params)
@ -17461,6 +17484,7 @@ namespace OpenTK.Graphics.ES20
/// Returns the requested object parameter. /// Returns the requested object parameter.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetProgramiv")] [AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetProgramiv")]
public static public static
void GetProgram(Int32 program, OpenTK.Graphics.ES20.All pname, [OutAttribute] out Int32 @params) void GetProgram(Int32 program, OpenTK.Graphics.ES20.All pname, [OutAttribute] out Int32 @params)
@ -17500,6 +17524,7 @@ namespace OpenTK.Graphics.ES20
/// Returns the requested object parameter. /// Returns the requested object parameter.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[System.CLSCompliant(false)] [System.CLSCompliant(false)]
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetProgramiv")] [AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetProgramiv")]
public static public static
@ -18486,6 +18511,7 @@ namespace OpenTK.Graphics.ES20
/// Returns the requested object parameter. /// Returns the requested object parameter.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetShaderiv")] [AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetShaderiv")]
public static public static
void GetShader(Int32 shader, OpenTK.Graphics.ES20.All pname, [OutAttribute] Int32[] @params) void GetShader(Int32 shader, OpenTK.Graphics.ES20.All pname, [OutAttribute] Int32[] @params)
@ -18524,6 +18550,7 @@ namespace OpenTK.Graphics.ES20
/// Returns the requested object parameter. /// Returns the requested object parameter.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetShaderiv")] [AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetShaderiv")]
public static public static
void GetShader(Int32 shader, OpenTK.Graphics.ES20.All pname, [OutAttribute] out Int32 @params) void GetShader(Int32 shader, OpenTK.Graphics.ES20.All pname, [OutAttribute] out Int32 @params)
@ -18563,6 +18590,7 @@ namespace OpenTK.Graphics.ES20
/// Returns the requested object parameter. /// Returns the requested object parameter.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[System.CLSCompliant(false)] [System.CLSCompliant(false)]
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetShaderiv")] [AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetShaderiv")]
public static public static
@ -20583,6 +20611,7 @@ namespace OpenTK.Graphics.ES20
/// Returns the requested data. /// Returns the requested data.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetVertexAttribfv")] [AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetVertexAttribfv")]
public static public static
void GetVertexAttrib(Int32 index, OpenTK.Graphics.ES20.All pname, [OutAttribute] Single[] @params) void GetVertexAttrib(Int32 index, OpenTK.Graphics.ES20.All pname, [OutAttribute] Single[] @params)
@ -20621,6 +20650,7 @@ namespace OpenTK.Graphics.ES20
/// Returns the requested data. /// Returns the requested data.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetVertexAttribfv")] [AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetVertexAttribfv")]
public static public static
void GetVertexAttrib(Int32 index, OpenTK.Graphics.ES20.All pname, [OutAttribute] out Single @params) void GetVertexAttrib(Int32 index, OpenTK.Graphics.ES20.All pname, [OutAttribute] out Single @params)
@ -20660,6 +20690,7 @@ namespace OpenTK.Graphics.ES20
/// Returns the requested data. /// Returns the requested data.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[System.CLSCompliant(false)] [System.CLSCompliant(false)]
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetVertexAttribfv")] [AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetVertexAttribfv")]
public static public static
@ -21030,6 +21061,7 @@ namespace OpenTK.Graphics.ES20
/// Returns the requested data. /// Returns the requested data.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetVertexAttribiv")] [AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetVertexAttribiv")]
public static public static
void GetVertexAttrib(Int32 index, OpenTK.Graphics.ES20.All pname, [OutAttribute] Int32[] @params) void GetVertexAttrib(Int32 index, OpenTK.Graphics.ES20.All pname, [OutAttribute] Int32[] @params)
@ -21068,6 +21100,7 @@ namespace OpenTK.Graphics.ES20
/// Returns the requested data. /// Returns the requested data.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetVertexAttribiv")] [AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetVertexAttribiv")]
public static public static
void GetVertexAttrib(Int32 index, OpenTK.Graphics.ES20.All pname, [OutAttribute] out Int32 @params) void GetVertexAttrib(Int32 index, OpenTK.Graphics.ES20.All pname, [OutAttribute] out Int32 @params)
@ -21107,6 +21140,7 @@ namespace OpenTK.Graphics.ES20
/// Returns the requested data. /// Returns the requested data.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[System.CLSCompliant(false)] [System.CLSCompliant(false)]
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetVertexAttribiv")] [AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetVertexAttribiv")]
public static public static
@ -21477,6 +21511,7 @@ namespace OpenTK.Graphics.ES20
/// Returns the pointer value. /// Returns the pointer value.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetVertexAttribPointerv")] [AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetVertexAttribPointerv")]
public static public static
void GetVertexAttribPointer(Int32 index, OpenTK.Graphics.ES20.All pname, [OutAttribute] IntPtr pointer) void GetVertexAttribPointer(Int32 index, OpenTK.Graphics.ES20.All pname, [OutAttribute] IntPtr pointer)
@ -21509,6 +21544,7 @@ namespace OpenTK.Graphics.ES20
/// Returns the pointer value. /// Returns the pointer value.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetVertexAttribPointerv")] [AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetVertexAttribPointerv")]
public static public static
void GetVertexAttribPointer<T2>(Int32 index, OpenTK.Graphics.ES20.All pname, [InAttribute, OutAttribute] T2[] pointer) void GetVertexAttribPointer<T2>(Int32 index, OpenTK.Graphics.ES20.All pname, [InAttribute, OutAttribute] T2[] pointer)
@ -21550,6 +21586,7 @@ namespace OpenTK.Graphics.ES20
/// Returns the pointer value. /// Returns the pointer value.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetVertexAttribPointerv")] [AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetVertexAttribPointerv")]
public static public static
void GetVertexAttribPointer<T2>(Int32 index, OpenTK.Graphics.ES20.All pname, [InAttribute, OutAttribute] T2[,] pointer) void GetVertexAttribPointer<T2>(Int32 index, OpenTK.Graphics.ES20.All pname, [InAttribute, OutAttribute] T2[,] pointer)
@ -21591,6 +21628,7 @@ namespace OpenTK.Graphics.ES20
/// Returns the pointer value. /// Returns the pointer value.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetVertexAttribPointerv")] [AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetVertexAttribPointerv")]
public static public static
void GetVertexAttribPointer<T2>(Int32 index, OpenTK.Graphics.ES20.All pname, [InAttribute, OutAttribute] T2[,,] pointer) void GetVertexAttribPointer<T2>(Int32 index, OpenTK.Graphics.ES20.All pname, [InAttribute, OutAttribute] T2[,,] pointer)
@ -21632,6 +21670,7 @@ namespace OpenTK.Graphics.ES20
/// Returns the pointer value. /// Returns the pointer value.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetVertexAttribPointerv")] [AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetVertexAttribPointerv")]
public static public static
void GetVertexAttribPointer<T2>(Int32 index, OpenTK.Graphics.ES20.All pname, [InAttribute, OutAttribute] ref T2 pointer) void GetVertexAttribPointer<T2>(Int32 index, OpenTK.Graphics.ES20.All pname, [InAttribute, OutAttribute] ref T2 pointer)
@ -22732,6 +22771,7 @@ namespace OpenTK.Graphics.ES20
/// The address of a string containing the label to assign to the object. /// The address of a string containing the label to assign to the object.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glObjectLabel")] [AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glObjectLabel")]
public static public static
void ObjectLabel(OpenTK.Graphics.ES20.All identifier, Int32 name, Int32 length, String label) void ObjectLabel(OpenTK.Graphics.ES20.All identifier, Int32 name, Int32 length, String label)
@ -23904,6 +23944,7 @@ namespace OpenTK.Graphics.ES20
/// Specifies the length of the array whose address is given in binary. /// Specifies the length of the array whose address is given in binary.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glShaderBinary")] [AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glShaderBinary")]
public static public static
void ShaderBinary(Int32 count, Int32[] shaders, OpenTK.Graphics.ES20.All binaryformat, IntPtr binary, Int32 length) void ShaderBinary(Int32 count, Int32[] shaders, OpenTK.Graphics.ES20.All binaryformat, IntPtr binary, Int32 length)
@ -23952,6 +23993,7 @@ namespace OpenTK.Graphics.ES20
/// Specifies the length of the array whose address is given in binary. /// Specifies the length of the array whose address is given in binary.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glShaderBinary")] [AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glShaderBinary")]
public static public static
void ShaderBinary<T3>(Int32 count, Int32[] shaders, OpenTK.Graphics.ES20.All binaryformat, [InAttribute, OutAttribute] T3[] binary, Int32 length) void ShaderBinary<T3>(Int32 count, Int32[] shaders, OpenTK.Graphics.ES20.All binaryformat, [InAttribute, OutAttribute] T3[] binary, Int32 length)
@ -24009,6 +24051,7 @@ namespace OpenTK.Graphics.ES20
/// Specifies the length of the array whose address is given in binary. /// Specifies the length of the array whose address is given in binary.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glShaderBinary")] [AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glShaderBinary")]
public static public static
void ShaderBinary<T3>(Int32 count, Int32[] shaders, OpenTK.Graphics.ES20.All binaryformat, [InAttribute, OutAttribute] T3[,] binary, Int32 length) void ShaderBinary<T3>(Int32 count, Int32[] shaders, OpenTK.Graphics.ES20.All binaryformat, [InAttribute, OutAttribute] T3[,] binary, Int32 length)
@ -24066,6 +24109,7 @@ namespace OpenTK.Graphics.ES20
/// Specifies the length of the array whose address is given in binary. /// Specifies the length of the array whose address is given in binary.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glShaderBinary")] [AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glShaderBinary")]
public static public static
void ShaderBinary<T3>(Int32 count, Int32[] shaders, OpenTK.Graphics.ES20.All binaryformat, [InAttribute, OutAttribute] T3[,,] binary, Int32 length) void ShaderBinary<T3>(Int32 count, Int32[] shaders, OpenTK.Graphics.ES20.All binaryformat, [InAttribute, OutAttribute] T3[,,] binary, Int32 length)
@ -24123,6 +24167,7 @@ namespace OpenTK.Graphics.ES20
/// Specifies the length of the array whose address is given in binary. /// Specifies the length of the array whose address is given in binary.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glShaderBinary")] [AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glShaderBinary")]
public static public static
void ShaderBinary<T3>(Int32 count, Int32[] shaders, OpenTK.Graphics.ES20.All binaryformat, [InAttribute, OutAttribute] ref T3 binary, Int32 length) void ShaderBinary<T3>(Int32 count, Int32[] shaders, OpenTK.Graphics.ES20.All binaryformat, [InAttribute, OutAttribute] ref T3 binary, Int32 length)
@ -24458,6 +24503,7 @@ namespace OpenTK.Graphics.ES20
/// Specifies the length of the array whose address is given in binary. /// Specifies the length of the array whose address is given in binary.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glShaderBinary")] [AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glShaderBinary")]
public static public static
void ShaderBinary(Int32 count, ref Int32 shaders, OpenTK.Graphics.ES20.All binaryformat, IntPtr binary, Int32 length) void ShaderBinary(Int32 count, ref Int32 shaders, OpenTK.Graphics.ES20.All binaryformat, IntPtr binary, Int32 length)
@ -24506,6 +24552,7 @@ namespace OpenTK.Graphics.ES20
/// Specifies the length of the array whose address is given in binary. /// Specifies the length of the array whose address is given in binary.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glShaderBinary")] [AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glShaderBinary")]
public static public static
void ShaderBinary<T3>(Int32 count, ref Int32 shaders, OpenTK.Graphics.ES20.All binaryformat, [InAttribute, OutAttribute] T3[] binary, Int32 length) void ShaderBinary<T3>(Int32 count, ref Int32 shaders, OpenTK.Graphics.ES20.All binaryformat, [InAttribute, OutAttribute] T3[] binary, Int32 length)
@ -24563,6 +24610,7 @@ namespace OpenTK.Graphics.ES20
/// Specifies the length of the array whose address is given in binary. /// Specifies the length of the array whose address is given in binary.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glShaderBinary")] [AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glShaderBinary")]
public static public static
void ShaderBinary<T3>(Int32 count, ref Int32 shaders, OpenTK.Graphics.ES20.All binaryformat, [InAttribute, OutAttribute] T3[,] binary, Int32 length) void ShaderBinary<T3>(Int32 count, ref Int32 shaders, OpenTK.Graphics.ES20.All binaryformat, [InAttribute, OutAttribute] T3[,] binary, Int32 length)
@ -24620,6 +24668,7 @@ namespace OpenTK.Graphics.ES20
/// Specifies the length of the array whose address is given in binary. /// Specifies the length of the array whose address is given in binary.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glShaderBinary")] [AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glShaderBinary")]
public static public static
void ShaderBinary<T3>(Int32 count, ref Int32 shaders, OpenTK.Graphics.ES20.All binaryformat, [InAttribute, OutAttribute] T3[,,] binary, Int32 length) void ShaderBinary<T3>(Int32 count, ref Int32 shaders, OpenTK.Graphics.ES20.All binaryformat, [InAttribute, OutAttribute] T3[,,] binary, Int32 length)
@ -24677,6 +24726,7 @@ namespace OpenTK.Graphics.ES20
/// Specifies the length of the array whose address is given in binary. /// Specifies the length of the array whose address is given in binary.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glShaderBinary")] [AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glShaderBinary")]
public static public static
void ShaderBinary<T3>(Int32 count, ref Int32 shaders, OpenTK.Graphics.ES20.All binaryformat, [InAttribute, OutAttribute] ref T3 binary, Int32 length) void ShaderBinary<T3>(Int32 count, ref Int32 shaders, OpenTK.Graphics.ES20.All binaryformat, [InAttribute, OutAttribute] ref T3 binary, Int32 length)
@ -25012,6 +25062,7 @@ namespace OpenTK.Graphics.ES20
/// Specifies the length of the array whose address is given in binary. /// Specifies the length of the array whose address is given in binary.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[System.CLSCompliant(false)] [System.CLSCompliant(false)]
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glShaderBinary")] [AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glShaderBinary")]
public static public static
@ -25055,6 +25106,7 @@ namespace OpenTK.Graphics.ES20
/// Specifies the length of the array whose address is given in binary. /// Specifies the length of the array whose address is given in binary.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[System.CLSCompliant(false)] [System.CLSCompliant(false)]
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glShaderBinary")] [AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glShaderBinary")]
public static public static
@ -25107,6 +25159,7 @@ namespace OpenTK.Graphics.ES20
/// Specifies the length of the array whose address is given in binary. /// Specifies the length of the array whose address is given in binary.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[System.CLSCompliant(false)] [System.CLSCompliant(false)]
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glShaderBinary")] [AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glShaderBinary")]
public static public static
@ -25159,6 +25212,7 @@ namespace OpenTK.Graphics.ES20
/// Specifies the length of the array whose address is given in binary. /// Specifies the length of the array whose address is given in binary.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[System.CLSCompliant(false)] [System.CLSCompliant(false)]
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glShaderBinary")] [AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glShaderBinary")]
public static public static
@ -25211,6 +25265,7 @@ namespace OpenTK.Graphics.ES20
/// Specifies the length of the array whose address is given in binary. /// Specifies the length of the array whose address is given in binary.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[System.CLSCompliant(false)] [System.CLSCompliant(false)]
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glShaderBinary")] [AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glShaderBinary")]
public static public static
@ -27403,6 +27458,7 @@ namespace OpenTK.Graphics.ES20
/// 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. /// 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.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glStencilFunc")] [AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glStencilFunc")]
public static public static
void StencilFunc(OpenTK.Graphics.ES20.All func, Int32 @ref, Int32 mask) void StencilFunc(OpenTK.Graphics.ES20.All func, Int32 @ref, Int32 mask)
@ -27539,6 +27595,7 @@ namespace OpenTK.Graphics.ES20
/// 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. /// 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.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glStencilFuncSeparate")] [AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glStencilFuncSeparate")]
public static public static
void StencilFuncSeparate(OpenTK.Graphics.ES20.All face, OpenTK.Graphics.ES20.All func, Int32 @ref, Int32 mask) void StencilFuncSeparate(OpenTK.Graphics.ES20.All face, OpenTK.Graphics.ES20.All func, Int32 @ref, Int32 mask)
@ -27802,6 +27859,7 @@ namespace OpenTK.Graphics.ES20
/// Specifies a bit mask to enable and disable writing of individual bits in the stencil planes. Initially, the mask is all 1's. /// Specifies a bit mask to enable and disable writing of individual bits in the stencil planes. Initially, the mask is all 1's.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glStencilMaskSeparate")] [AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glStencilMaskSeparate")]
public static public static
void StencilMaskSeparate(OpenTK.Graphics.ES20.All face, Int32 mask) void StencilMaskSeparate(OpenTK.Graphics.ES20.All face, Int32 mask)
@ -34054,6 +34112,7 @@ namespace OpenTK.Graphics.ES20
/// Specifies a offset of the first component of the first generic vertex attribute in the array in the data store of the buffer currently bound to the GL_ARRAY_BUFFER target. The initial value is 0. /// Specifies a offset of the first component of the first generic vertex attribute in the array in the data store of the buffer currently bound to the GL_ARRAY_BUFFER target. The initial value is 0.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttribPointer")] [AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttribPointer")]
public static public static
void VertexAttribPointer(Int32 index, Int32 size, OpenTK.Graphics.ES20.All type, bool normalized, Int32 stride, IntPtr pointer) void VertexAttribPointer(Int32 index, Int32 size, OpenTK.Graphics.ES20.All type, bool normalized, Int32 stride, IntPtr pointer)
@ -34101,6 +34160,7 @@ namespace OpenTK.Graphics.ES20
/// Specifies a offset of the first component of the first generic vertex attribute in the array in the data store of the buffer currently bound to the GL_ARRAY_BUFFER target. The initial value is 0. /// Specifies a offset of the first component of the first generic vertex attribute in the array in the data store of the buffer currently bound to the GL_ARRAY_BUFFER target. The initial value is 0.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttribPointer")] [AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttribPointer")]
public static public static
void VertexAttribPointer<T5>(Int32 index, Int32 size, OpenTK.Graphics.ES20.All type, bool normalized, Int32 stride, [InAttribute, OutAttribute] T5[] pointer) void VertexAttribPointer<T5>(Int32 index, Int32 size, OpenTK.Graphics.ES20.All type, bool normalized, Int32 stride, [InAttribute, OutAttribute] T5[] pointer)
@ -34157,6 +34217,7 @@ namespace OpenTK.Graphics.ES20
/// Specifies a offset of the first component of the first generic vertex attribute in the array in the data store of the buffer currently bound to the GL_ARRAY_BUFFER target. The initial value is 0. /// Specifies a offset of the first component of the first generic vertex attribute in the array in the data store of the buffer currently bound to the GL_ARRAY_BUFFER target. The initial value is 0.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttribPointer")] [AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttribPointer")]
public static public static
void VertexAttribPointer<T5>(Int32 index, Int32 size, OpenTK.Graphics.ES20.All type, bool normalized, Int32 stride, [InAttribute, OutAttribute] T5[,] pointer) void VertexAttribPointer<T5>(Int32 index, Int32 size, OpenTK.Graphics.ES20.All type, bool normalized, Int32 stride, [InAttribute, OutAttribute] T5[,] pointer)
@ -34213,6 +34274,7 @@ namespace OpenTK.Graphics.ES20
/// Specifies a offset of the first component of the first generic vertex attribute in the array in the data store of the buffer currently bound to the GL_ARRAY_BUFFER target. The initial value is 0. /// Specifies a offset of the first component of the first generic vertex attribute in the array in the data store of the buffer currently bound to the GL_ARRAY_BUFFER target. The initial value is 0.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttribPointer")] [AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttribPointer")]
public static public static
void VertexAttribPointer<T5>(Int32 index, Int32 size, OpenTK.Graphics.ES20.All type, bool normalized, Int32 stride, [InAttribute, OutAttribute] T5[,,] pointer) void VertexAttribPointer<T5>(Int32 index, Int32 size, OpenTK.Graphics.ES20.All type, bool normalized, Int32 stride, [InAttribute, OutAttribute] T5[,,] pointer)
@ -34269,6 +34331,7 @@ namespace OpenTK.Graphics.ES20
/// Specifies a offset of the first component of the first generic vertex attribute in the array in the data store of the buffer currently bound to the GL_ARRAY_BUFFER target. The initial value is 0. /// Specifies a offset of the first component of the first generic vertex attribute in the array in the data store of the buffer currently bound to the GL_ARRAY_BUFFER target. The initial value is 0.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttribPointer")] [AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttribPointer")]
public static public static
void VertexAttribPointer<T5>(Int32 index, Int32 size, OpenTK.Graphics.ES20.All type, bool normalized, Int32 stride, [InAttribute, OutAttribute] ref T5 pointer) void VertexAttribPointer<T5>(Int32 index, Int32 size, OpenTK.Graphics.ES20.All type, bool normalized, Int32 stride, [InAttribute, OutAttribute] ref T5 pointer)
@ -35252,6 +35315,7 @@ namespace OpenTK.Graphics.ES20
/// Specifies the name of a query object. /// Specifies the name of a query object.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "EXT_disjoint_timer_query|EXT_occlusion_query_boolean", Version = "", EntryPoint = "glBeginQueryEXT")] [AutoGenerated(Category = "EXT_disjoint_timer_query|EXT_occlusion_query_boolean", Version = "", EntryPoint = "glBeginQueryEXT")]
public static public static
void BeginQuery(OpenTK.Graphics.ES20.All target, Int32 id) void BeginQuery(OpenTK.Graphics.ES20.All target, Int32 id)
@ -37430,6 +37494,7 @@ namespace OpenTK.Graphics.ES20
} }
/// <summary>[requires: EXT_multiview_draw_buffers]</summary> /// <summary>[requires: EXT_multiview_draw_buffers]</summary>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "EXT_multiview_draw_buffers", Version = "", EntryPoint = "glGetIntegeri_vEXT")] [AutoGenerated(Category = "EXT_multiview_draw_buffers", Version = "", EntryPoint = "glGetIntegeri_vEXT")]
public static public static
void GetInteger(OpenTK.Graphics.ES20.All target, Int32 index, [OutAttribute] Int32[] data) void GetInteger(OpenTK.Graphics.ES20.All target, Int32 index, [OutAttribute] Int32[] data)
@ -37451,6 +37516,7 @@ namespace OpenTK.Graphics.ES20
} }
/// <summary>[requires: EXT_multiview_draw_buffers]</summary> /// <summary>[requires: EXT_multiview_draw_buffers]</summary>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "EXT_multiview_draw_buffers", Version = "", EntryPoint = "glGetIntegeri_vEXT")] [AutoGenerated(Category = "EXT_multiview_draw_buffers", Version = "", EntryPoint = "glGetIntegeri_vEXT")]
public static public static
void GetInteger(OpenTK.Graphics.ES20.All target, Int32 index, [OutAttribute] out Int32 data) void GetInteger(OpenTK.Graphics.ES20.All target, Int32 index, [OutAttribute] out Int32 data)
@ -37473,6 +37539,7 @@ namespace OpenTK.Graphics.ES20
} }
/// <summary>[requires: EXT_multiview_draw_buffers]</summary> /// <summary>[requires: EXT_multiview_draw_buffers]</summary>
[Obsolete("Use strongly-typed overload instead")]
[System.CLSCompliant(false)] [System.CLSCompliant(false)]
[AutoGenerated(Category = "EXT_multiview_draw_buffers", Version = "", EntryPoint = "glGetIntegeri_vEXT")] [AutoGenerated(Category = "EXT_multiview_draw_buffers", Version = "", EntryPoint = "glGetIntegeri_vEXT")]
public static public static
@ -38807,6 +38874,7 @@ namespace OpenTK.Graphics.ES20
/// If a buffer is bound to the GL_QUERY_RESULT_BUFFER target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to GL_QUERY_RESULT_BUFFER, then params is treated as an address in client memory of a variable to receive the resulting data. /// If a buffer is bound to the GL_QUERY_RESULT_BUFFER target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to GL_QUERY_RESULT_BUFFER, then params is treated as an address in client memory of a variable to receive the resulting data.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "EXT_disjoint_timer_query", Version = "", EntryPoint = "glGetQueryObjecti64vEXT")] [AutoGenerated(Category = "EXT_disjoint_timer_query", Version = "", EntryPoint = "glGetQueryObjecti64vEXT")]
public static public static
void GetQueryObject(Int32 id, OpenTK.Graphics.ES20.All pname, [OutAttribute] Int64[] @params) void GetQueryObject(Int32 id, OpenTK.Graphics.ES20.All pname, [OutAttribute] Int64[] @params)
@ -38845,6 +38913,7 @@ namespace OpenTK.Graphics.ES20
/// If a buffer is bound to the GL_QUERY_RESULT_BUFFER target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to GL_QUERY_RESULT_BUFFER, then params is treated as an address in client memory of a variable to receive the resulting data. /// If a buffer is bound to the GL_QUERY_RESULT_BUFFER target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to GL_QUERY_RESULT_BUFFER, then params is treated as an address in client memory of a variable to receive the resulting data.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "EXT_disjoint_timer_query", Version = "", EntryPoint = "glGetQueryObjecti64vEXT")] [AutoGenerated(Category = "EXT_disjoint_timer_query", Version = "", EntryPoint = "glGetQueryObjecti64vEXT")]
public static public static
void GetQueryObject(Int32 id, OpenTK.Graphics.ES20.All pname, [OutAttribute] out Int64 @params) void GetQueryObject(Int32 id, OpenTK.Graphics.ES20.All pname, [OutAttribute] out Int64 @params)
@ -38884,6 +38953,7 @@ namespace OpenTK.Graphics.ES20
/// If a buffer is bound to the GL_QUERY_RESULT_BUFFER target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to GL_QUERY_RESULT_BUFFER, then params is treated as an address in client memory of a variable to receive the resulting data. /// If a buffer is bound to the GL_QUERY_RESULT_BUFFER target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to GL_QUERY_RESULT_BUFFER, then params is treated as an address in client memory of a variable to receive the resulting data.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[System.CLSCompliant(false)] [System.CLSCompliant(false)]
[AutoGenerated(Category = "EXT_disjoint_timer_query", Version = "", EntryPoint = "glGetQueryObjecti64vEXT")] [AutoGenerated(Category = "EXT_disjoint_timer_query", Version = "", EntryPoint = "glGetQueryObjecti64vEXT")]
public static public static
@ -39254,6 +39324,7 @@ namespace OpenTK.Graphics.ES20
/// If a buffer is bound to the GL_QUERY_RESULT_BUFFER target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to GL_QUERY_RESULT_BUFFER, then params is treated as an address in client memory of a variable to receive the resulting data. /// If a buffer is bound to the GL_QUERY_RESULT_BUFFER target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to GL_QUERY_RESULT_BUFFER, then params is treated as an address in client memory of a variable to receive the resulting data.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "EXT_disjoint_timer_query", Version = "", EntryPoint = "glGetQueryObjectivEXT")] [AutoGenerated(Category = "EXT_disjoint_timer_query", Version = "", EntryPoint = "glGetQueryObjectivEXT")]
public static public static
void GetQueryObject(Int32 id, OpenTK.Graphics.ES20.All pname, [OutAttribute] Int32[] @params) void GetQueryObject(Int32 id, OpenTK.Graphics.ES20.All pname, [OutAttribute] Int32[] @params)
@ -39292,6 +39363,7 @@ namespace OpenTK.Graphics.ES20
/// If a buffer is bound to the GL_QUERY_RESULT_BUFFER target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to GL_QUERY_RESULT_BUFFER, then params is treated as an address in client memory of a variable to receive the resulting data. /// If a buffer is bound to the GL_QUERY_RESULT_BUFFER target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to GL_QUERY_RESULT_BUFFER, then params is treated as an address in client memory of a variable to receive the resulting data.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "EXT_disjoint_timer_query", Version = "", EntryPoint = "glGetQueryObjectivEXT")] [AutoGenerated(Category = "EXT_disjoint_timer_query", Version = "", EntryPoint = "glGetQueryObjectivEXT")]
public static public static
void GetQueryObject(Int32 id, OpenTK.Graphics.ES20.All pname, [OutAttribute] out Int32 @params) void GetQueryObject(Int32 id, OpenTK.Graphics.ES20.All pname, [OutAttribute] out Int32 @params)
@ -39331,6 +39403,7 @@ namespace OpenTK.Graphics.ES20
/// If a buffer is bound to the GL_QUERY_RESULT_BUFFER target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to GL_QUERY_RESULT_BUFFER, then params is treated as an address in client memory of a variable to receive the resulting data. /// If a buffer is bound to the GL_QUERY_RESULT_BUFFER target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to GL_QUERY_RESULT_BUFFER, then params is treated as an address in client memory of a variable to receive the resulting data.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[System.CLSCompliant(false)] [System.CLSCompliant(false)]
[AutoGenerated(Category = "EXT_disjoint_timer_query", Version = "", EntryPoint = "glGetQueryObjectivEXT")] [AutoGenerated(Category = "EXT_disjoint_timer_query", Version = "", EntryPoint = "glGetQueryObjectivEXT")]
public static public static
@ -40296,6 +40369,7 @@ namespace OpenTK.Graphics.ES20
/// Specifies a combination of access flags indicating the desired access to the range. /// Specifies a combination of access flags indicating the desired access to the range.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "EXT_map_buffer_range", Version = "", EntryPoint = "glMapBufferRangeEXT")] [AutoGenerated(Category = "EXT_map_buffer_range", Version = "", EntryPoint = "glMapBufferRangeEXT")]
public static public static
IntPtr MapBufferRange(OpenTK.Graphics.ES20.All target, IntPtr offset, IntPtr length, Int32 access) IntPtr MapBufferRange(OpenTK.Graphics.ES20.All target, IntPtr offset, IntPtr length, Int32 access)
@ -42339,6 +42413,7 @@ namespace OpenTK.Graphics.ES20
/// Specifies the new value of the parameter specified by pname for program. /// Specifies the new value of the parameter specified by pname for program.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "EXT_separate_shader_objects", Version = "", EntryPoint = "glProgramParameteriEXT")] [AutoGenerated(Category = "EXT_separate_shader_objects", Version = "", EntryPoint = "glProgramParameteriEXT")]
public static public static
void ProgramParameter(Int32 program, OpenTK.Graphics.ES20.All pname, Int32 value) void ProgramParameter(Int32 program, OpenTK.Graphics.ES20.All pname, Int32 value)
@ -48814,6 +48889,7 @@ namespace OpenTK.Graphics.ES20
/// A Boolean flag determining whether the selected messages should be enabled or disabled. /// A Boolean flag determining whether the selected messages should be enabled or disabled.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glDebugMessageControlKHR")] [AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glDebugMessageControlKHR")]
public static public static
void DebugMessageControl(OpenTK.Graphics.ES20.All source, OpenTK.Graphics.ES20.All type, OpenTK.Graphics.ES20.All severity, Int32 count, Int32[] ids, bool enabled) void DebugMessageControl(OpenTK.Graphics.ES20.All source, OpenTK.Graphics.ES20.All type, OpenTK.Graphics.ES20.All severity, Int32 count, Int32[] ids, bool enabled)
@ -48867,6 +48943,7 @@ namespace OpenTK.Graphics.ES20
/// A Boolean flag determining whether the selected messages should be enabled or disabled. /// A Boolean flag determining whether the selected messages should be enabled or disabled.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glDebugMessageControlKHR")] [AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glDebugMessageControlKHR")]
public static public static
void DebugMessageControl(OpenTK.Graphics.ES20.All source, OpenTK.Graphics.ES20.All type, OpenTK.Graphics.ES20.All severity, Int32 count, ref Int32 ids, bool enabled) void DebugMessageControl(OpenTK.Graphics.ES20.All source, OpenTK.Graphics.ES20.All type, OpenTK.Graphics.ES20.All severity, Int32 count, ref Int32 ids, bool enabled)
@ -48920,6 +48997,7 @@ namespace OpenTK.Graphics.ES20
/// A Boolean flag determining whether the selected messages should be enabled or disabled. /// A Boolean flag determining whether the selected messages should be enabled or disabled.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[System.CLSCompliant(false)] [System.CLSCompliant(false)]
[AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glDebugMessageControlKHR")] [AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glDebugMessageControlKHR")]
public static public static
@ -49437,6 +49515,7 @@ namespace OpenTK.Graphics.ES20
/// The address of a character array containing the message to insert. /// The address of a character array containing the message to insert.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glDebugMessageInsertKHR")] [AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glDebugMessageInsertKHR")]
public static public static
void DebugMessageInsert(OpenTK.Graphics.ES20.All source, OpenTK.Graphics.ES20.All type, Int32 id, OpenTK.Graphics.ES20.All severity, Int32 length, String buf) void DebugMessageInsert(OpenTK.Graphics.ES20.All source, OpenTK.Graphics.ES20.All type, Int32 id, OpenTK.Graphics.ES20.All severity, Int32 length, String buf)
@ -49638,6 +49717,7 @@ namespace OpenTK.Graphics.ES20
/// The address of an array of characters that will receive the messages. /// The address of an array of characters that will receive the messages.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetDebugMessageLogKHR")] [AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetDebugMessageLogKHR")]
public static public static
Int32 GetDebugMessageLog(Int32 count, Int32 bufSize, [OutAttribute] OpenTK.Graphics.ES20.All[] sources, [OutAttribute] OpenTK.Graphics.ES20.All[] types, [OutAttribute] Int32[] ids, [OutAttribute] OpenTK.Graphics.ES20.All[] severities, [OutAttribute] Int32[] lengths, [OutAttribute] StringBuilder messageLog) Int32 GetDebugMessageLog(Int32 count, Int32 bufSize, [OutAttribute] OpenTK.Graphics.ES20.All[] sources, [OutAttribute] OpenTK.Graphics.ES20.All[] types, [OutAttribute] Int32[] ids, [OutAttribute] OpenTK.Graphics.ES20.All[] severities, [OutAttribute] Int32[] lengths, [OutAttribute] StringBuilder messageLog)
@ -49705,6 +49785,7 @@ namespace OpenTK.Graphics.ES20
/// The address of an array of characters that will receive the messages. /// The address of an array of characters that will receive the messages.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetDebugMessageLogKHR")] [AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetDebugMessageLogKHR")]
public static public static
Int32 GetDebugMessageLog(Int32 count, Int32 bufSize, [OutAttribute] out OpenTK.Graphics.ES20.All sources, [OutAttribute] out OpenTK.Graphics.ES20.All types, [OutAttribute] out Int32 ids, [OutAttribute] out OpenTK.Graphics.ES20.All severities, [OutAttribute] out Int32 lengths, [OutAttribute] StringBuilder messageLog) Int32 GetDebugMessageLog(Int32 count, Int32 bufSize, [OutAttribute] out OpenTK.Graphics.ES20.All sources, [OutAttribute] out OpenTK.Graphics.ES20.All types, [OutAttribute] out Int32 ids, [OutAttribute] out OpenTK.Graphics.ES20.All severities, [OutAttribute] out Int32 lengths, [OutAttribute] StringBuilder messageLog)
@ -49778,6 +49859,7 @@ namespace OpenTK.Graphics.ES20
/// The address of an array of characters that will receive the messages. /// The address of an array of characters that will receive the messages.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[System.CLSCompliant(false)] [System.CLSCompliant(false)]
[AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetDebugMessageLogKHR")] [AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetDebugMessageLogKHR")]
public static public static
@ -50422,6 +50504,7 @@ namespace OpenTK.Graphics.ES20
/// The address of a string that will receive the object label. /// The address of a string that will receive the object label.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetObjectLabelKHR")] [AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetObjectLabelKHR")]
public static public static
void GetObjectLabel(OpenTK.Graphics.ES20.All identifier, Int32 name, Int32 bufSize, [OutAttribute] Int32[] length, [OutAttribute] StringBuilder label) void GetObjectLabel(OpenTK.Graphics.ES20.All identifier, Int32 name, Int32 bufSize, [OutAttribute] Int32[] length, [OutAttribute] StringBuilder label)
@ -50470,6 +50553,7 @@ namespace OpenTK.Graphics.ES20
/// The address of a string that will receive the object label. /// The address of a string that will receive the object label.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetObjectLabelKHR")] [AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetObjectLabelKHR")]
public static public static
void GetObjectLabel(OpenTK.Graphics.ES20.All identifier, Int32 name, Int32 bufSize, [OutAttribute] out Int32 length, [OutAttribute] StringBuilder label) void GetObjectLabel(OpenTK.Graphics.ES20.All identifier, Int32 name, Int32 bufSize, [OutAttribute] out Int32 length, [OutAttribute] StringBuilder label)
@ -50519,6 +50603,7 @@ namespace OpenTK.Graphics.ES20
/// The address of a string that will receive the object label. /// The address of a string that will receive the object label.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[System.CLSCompliant(false)] [System.CLSCompliant(false)]
[AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetObjectLabelKHR")] [AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetObjectLabelKHR")]
public static public static
@ -51832,6 +51917,7 @@ namespace OpenTK.Graphics.ES20
/// The address of a string containing the label to assign to the object. /// The address of a string containing the label to assign to the object.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glObjectLabelKHR")] [AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glObjectLabelKHR")]
public static public static
void ObjectLabel(OpenTK.Graphics.ES20.All identifier, Int32 name, Int32 length, String label) void ObjectLabel(OpenTK.Graphics.ES20.All identifier, Int32 name, Int32 length, String label)

View file

@ -2233,6 +2233,7 @@ namespace OpenTK.Graphics.ES30
/// The timeout, specified in nanoseconds, for which the implementation should wait for sync to become signaled. /// The timeout, specified in nanoseconds, for which the implementation should wait for sync to become signaled.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "APPLE_sync", Version = "", EntryPoint = "glClientWaitSyncAPPLE")] [AutoGenerated(Category = "APPLE_sync", Version = "", EntryPoint = "glClientWaitSyncAPPLE")]
public static public static
OpenTK.Graphics.ES30.WaitSyncStatus ClientWaitSync(IntPtr sync, OpenTK.Graphics.ES30.All flags, Int64 timeout) OpenTK.Graphics.ES30.WaitSyncStatus ClientWaitSync(IntPtr sync, OpenTK.Graphics.ES30.All flags, Int64 timeout)
@ -3047,6 +3048,7 @@ namespace OpenTK.Graphics.ES30
/// Specifies the timeout that the server should wait before continuing. timeout must be GL_TIMEOUT_IGNORED. /// Specifies the timeout that the server should wait before continuing. timeout must be GL_TIMEOUT_IGNORED.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "APPLE_sync", Version = "", EntryPoint = "glWaitSyncAPPLE")] [AutoGenerated(Category = "APPLE_sync", Version = "", EntryPoint = "glWaitSyncAPPLE")]
public static public static
void WaitSync(IntPtr sync, OpenTK.Graphics.ES30.All flags, Int64 timeout) void WaitSync(IntPtr sync, OpenTK.Graphics.ES30.All flags, Int64 timeout)
@ -3275,6 +3277,7 @@ namespace OpenTK.Graphics.ES30
/// Specifies the name of a query object. /// Specifies the name of a query object.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glBeginQuery")] [AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glBeginQuery")]
public static public static
void BeginQuery(OpenTK.Graphics.ES30.All target, Int32 id) void BeginQuery(OpenTK.Graphics.ES30.All target, Int32 id)
@ -3496,6 +3499,7 @@ namespace OpenTK.Graphics.ES30
/// Specifies the name of a buffer object. /// Specifies the name of a buffer object.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glBindBuffer")] [AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glBindBuffer")]
public static public static
void BindBuffer(OpenTK.Graphics.ES30.All target, Int32 buffer) void BindBuffer(OpenTK.Graphics.ES30.All target, Int32 buffer)
@ -3612,6 +3616,7 @@ namespace OpenTK.Graphics.ES30
/// The name of a buffer object to bind to the specified binding point. /// The name of a buffer object to bind to the specified binding point.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glBindBufferBase")] [AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glBindBufferBase")]
public static public static
void BindBufferBase(OpenTK.Graphics.ES30.All target, Int32 index, Int32 buffer) void BindBufferBase(OpenTK.Graphics.ES30.All target, Int32 index, Int32 buffer)
@ -3753,6 +3758,7 @@ namespace OpenTK.Graphics.ES30
/// The amount of data in machine units that can be read from the buffet object while used as an indexed target. /// The amount of data in machine units that can be read from the buffet object while used as an indexed target.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glBindBufferRange")] [AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glBindBufferRange")]
public static public static
void BindBufferRange(OpenTK.Graphics.ES30.All target, Int32 index, Int32 buffer, IntPtr offset, IntPtr size) void BindBufferRange(OpenTK.Graphics.ES30.All target, Int32 index, Int32 buffer, IntPtr offset, IntPtr size)
@ -3909,6 +3915,7 @@ namespace OpenTK.Graphics.ES30
/// Specifies the name of the framebuffer object to bind. /// Specifies the name of the framebuffer object to bind.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glBindFramebuffer")] [AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glBindFramebuffer")]
public static public static
void BindFramebuffer(OpenTK.Graphics.ES30.All target, Int32 framebuffer) void BindFramebuffer(OpenTK.Graphics.ES30.All target, Int32 framebuffer)
@ -4020,6 +4027,7 @@ namespace OpenTK.Graphics.ES30
/// Specifies the name of the renderbuffer object to bind. /// Specifies the name of the renderbuffer object to bind.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glBindRenderbuffer")] [AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glBindRenderbuffer")]
public static public static
void BindRenderbuffer(OpenTK.Graphics.ES30.All target, Int32 renderbuffer) void BindRenderbuffer(OpenTK.Graphics.ES30.All target, Int32 renderbuffer)
@ -4186,6 +4194,7 @@ namespace OpenTK.Graphics.ES30
/// Specifies the name of a texture. /// Specifies the name of a texture.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glBindTexture")] [AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glBindTexture")]
public static public static
void BindTexture(OpenTK.Graphics.ES30.All target, Int32 texture) void BindTexture(OpenTK.Graphics.ES30.All target, Int32 texture)
@ -4297,6 +4306,7 @@ namespace OpenTK.Graphics.ES30
/// Specifies the name of a transform feedback object reserved by glGenTransformFeedbacks. /// Specifies the name of a transform feedback object reserved by glGenTransformFeedbacks.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glBindTransformFeedback")] [AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glBindTransformFeedback")]
public static public static
void BindTransformFeedback(OpenTK.Graphics.ES30.All target, Int32 id) void BindTransformFeedback(OpenTK.Graphics.ES30.All target, Int32 id)
@ -6811,6 +6821,7 @@ namespace OpenTK.Graphics.ES30
/// The timeout, specified in nanoseconds, for which the implementation should wait for sync to become signaled. /// The timeout, specified in nanoseconds, for which the implementation should wait for sync to become signaled.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glClientWaitSync")] [AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glClientWaitSync")]
public static public static
OpenTK.Graphics.ES30.WaitSyncStatus ClientWaitSync(IntPtr sync, OpenTK.Graphics.ES30.All flags, Int64 timeout) OpenTK.Graphics.ES30.WaitSyncStatus ClientWaitSync(IntPtr sync, OpenTK.Graphics.ES30.All flags, Int64 timeout)
@ -10514,6 +10525,7 @@ namespace OpenTK.Graphics.ES30
/// A Boolean flag determining whether the selected messages should be enabled or disabled. /// A Boolean flag determining whether the selected messages should be enabled or disabled.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glDebugMessageControl")] [AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glDebugMessageControl")]
public static public static
void DebugMessageControl(OpenTK.Graphics.ES30.All source, OpenTK.Graphics.ES30.All type, OpenTK.Graphics.ES30.All severity, Int32 count, Int32[] ids, bool enabled) void DebugMessageControl(OpenTK.Graphics.ES30.All source, OpenTK.Graphics.ES30.All type, OpenTK.Graphics.ES30.All severity, Int32 count, Int32[] ids, bool enabled)
@ -10567,6 +10579,7 @@ namespace OpenTK.Graphics.ES30
/// A Boolean flag determining whether the selected messages should be enabled or disabled. /// A Boolean flag determining whether the selected messages should be enabled or disabled.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glDebugMessageControl")] [AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glDebugMessageControl")]
public static public static
void DebugMessageControl(OpenTK.Graphics.ES30.All source, OpenTK.Graphics.ES30.All type, OpenTK.Graphics.ES30.All severity, Int32 count, ref Int32 ids, bool enabled) void DebugMessageControl(OpenTK.Graphics.ES30.All source, OpenTK.Graphics.ES30.All type, OpenTK.Graphics.ES30.All severity, Int32 count, ref Int32 ids, bool enabled)
@ -10620,6 +10633,7 @@ namespace OpenTK.Graphics.ES30
/// A Boolean flag determining whether the selected messages should be enabled or disabled. /// A Boolean flag determining whether the selected messages should be enabled or disabled.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[System.CLSCompliant(false)] [System.CLSCompliant(false)]
[AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glDebugMessageControl")] [AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glDebugMessageControl")]
public static public static
@ -11137,6 +11151,7 @@ namespace OpenTK.Graphics.ES30
/// The address of a character array containing the message to insert. /// The address of a character array containing the message to insert.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glDebugMessageInsert")] [AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glDebugMessageInsert")]
public static public static
void DebugMessageInsert(OpenTK.Graphics.ES30.All source, OpenTK.Graphics.ES30.All type, Int32 id, OpenTK.Graphics.ES30.All severity, Int32 length, String buf) void DebugMessageInsert(OpenTK.Graphics.ES30.All source, OpenTK.Graphics.ES30.All type, Int32 id, OpenTK.Graphics.ES30.All severity, Int32 length, String buf)
@ -14970,6 +14985,7 @@ namespace OpenTK.Graphics.ES30
/// Specifies a pointer to the location where the indices are stored. /// Specifies a pointer to the location where the indices are stored.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glDrawRangeElements")] [AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glDrawRangeElements")]
public static public static
void DrawRangeElements(OpenTK.Graphics.ES30.All mode, Int32 start, Int32 end, Int32 count, OpenTK.Graphics.ES30.All type, IntPtr indices) void DrawRangeElements(OpenTK.Graphics.ES30.All mode, Int32 start, Int32 end, Int32 count, OpenTK.Graphics.ES30.All type, IntPtr indices)
@ -15017,6 +15033,7 @@ namespace OpenTK.Graphics.ES30
/// Specifies a pointer to the location where the indices are stored. /// Specifies a pointer to the location where the indices are stored.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glDrawRangeElements")] [AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glDrawRangeElements")]
public static public static
void DrawRangeElements<T5>(OpenTK.Graphics.ES30.All mode, Int32 start, Int32 end, Int32 count, OpenTK.Graphics.ES30.All type, [InAttribute, OutAttribute] T5[] indices) void DrawRangeElements<T5>(OpenTK.Graphics.ES30.All mode, Int32 start, Int32 end, Int32 count, OpenTK.Graphics.ES30.All type, [InAttribute, OutAttribute] T5[] indices)
@ -15073,6 +15090,7 @@ namespace OpenTK.Graphics.ES30
/// Specifies a pointer to the location where the indices are stored. /// Specifies a pointer to the location where the indices are stored.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glDrawRangeElements")] [AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glDrawRangeElements")]
public static public static
void DrawRangeElements<T5>(OpenTK.Graphics.ES30.All mode, Int32 start, Int32 end, Int32 count, OpenTK.Graphics.ES30.All type, [InAttribute, OutAttribute] T5[,] indices) void DrawRangeElements<T5>(OpenTK.Graphics.ES30.All mode, Int32 start, Int32 end, Int32 count, OpenTK.Graphics.ES30.All type, [InAttribute, OutAttribute] T5[,] indices)
@ -15129,6 +15147,7 @@ namespace OpenTK.Graphics.ES30
/// Specifies a pointer to the location where the indices are stored. /// Specifies a pointer to the location where the indices are stored.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glDrawRangeElements")] [AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glDrawRangeElements")]
public static public static
void DrawRangeElements<T5>(OpenTK.Graphics.ES30.All mode, Int32 start, Int32 end, Int32 count, OpenTK.Graphics.ES30.All type, [InAttribute, OutAttribute] T5[,,] indices) void DrawRangeElements<T5>(OpenTK.Graphics.ES30.All mode, Int32 start, Int32 end, Int32 count, OpenTK.Graphics.ES30.All type, [InAttribute, OutAttribute] T5[,,] indices)
@ -15185,6 +15204,7 @@ namespace OpenTK.Graphics.ES30
/// Specifies a pointer to the location where the indices are stored. /// Specifies a pointer to the location where the indices are stored.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glDrawRangeElements")] [AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glDrawRangeElements")]
public static public static
void DrawRangeElements<T5>(OpenTK.Graphics.ES30.All mode, Int32 start, Int32 end, Int32 count, OpenTK.Graphics.ES30.All type, [InAttribute, OutAttribute] ref T5 indices) void DrawRangeElements<T5>(OpenTK.Graphics.ES30.All mode, Int32 start, Int32 end, Int32 count, OpenTK.Graphics.ES30.All type, [InAttribute, OutAttribute] ref T5 indices)
@ -16363,6 +16383,7 @@ namespace OpenTK.Graphics.ES30
/// Specifies the name of an existing renderbuffer object of type renderbuffertarget to attach. /// Specifies the name of an existing renderbuffer object of type renderbuffertarget to attach.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glFramebufferRenderbuffer")] [AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glFramebufferRenderbuffer")]
public static public static
void FramebufferRenderbuffer(OpenTK.Graphics.ES30.All target, OpenTK.Graphics.ES30.All attachment, OpenTK.Graphics.ES30.All renderbuffertarget, Int32 renderbuffer) void FramebufferRenderbuffer(OpenTK.Graphics.ES30.All target, OpenTK.Graphics.ES30.All attachment, OpenTK.Graphics.ES30.All renderbuffertarget, Int32 renderbuffer)
@ -16492,6 +16513,7 @@ namespace OpenTK.Graphics.ES30
} }
/// <summary>[requires: v2.0 and ES_VERSION_2_0]</summary> /// <summary>[requires: v2.0 and ES_VERSION_2_0]</summary>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glFramebufferTexture2D")] [AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glFramebufferTexture2D")]
public static public static
void FramebufferTexture2D(OpenTK.Graphics.ES30.All target, OpenTK.Graphics.ES30.All attachment, OpenTK.Graphics.ES30.All textarget, Int32 texture, Int32 level) void FramebufferTexture2D(OpenTK.Graphics.ES30.All target, OpenTK.Graphics.ES30.All attachment, OpenTK.Graphics.ES30.All textarget, Int32 texture, Int32 level)
@ -16582,6 +16604,7 @@ namespace OpenTK.Graphics.ES30
/// Specifies the layer of texture to attach. /// Specifies the layer of texture to attach.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glFramebufferTextureLayer")] [AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glFramebufferTextureLayer")]
public static public static
void FramebufferTextureLayer(OpenTK.Graphics.ES30.All target, OpenTK.Graphics.ES30.All attachment, Int32 texture, Int32 level, Int32 layer) void FramebufferTextureLayer(OpenTK.Graphics.ES30.All target, OpenTK.Graphics.ES30.All attachment, Int32 texture, Int32 level, Int32 layer)
@ -18724,6 +18747,7 @@ namespace OpenTK.Graphics.ES30
/// Returns a null terminated string containing the name of the attribute variable. /// Returns a null terminated string containing the name of the attribute variable.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetActiveAttrib")] [AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetActiveAttrib")]
public static public static
void GetActiveAttrib(Int32 program, Int32 index, Int32 bufSize, [OutAttribute] out Int32 length, [OutAttribute] out Int32 size, [OutAttribute] out OpenTK.Graphics.ES30.All type, [OutAttribute] StringBuilder name) void GetActiveAttrib(Int32 program, Int32 index, Int32 bufSize, [OutAttribute] out Int32 length, [OutAttribute] out Int32 size, [OutAttribute] out OpenTK.Graphics.ES30.All type, [OutAttribute] StringBuilder name)
@ -18840,6 +18864,7 @@ namespace OpenTK.Graphics.ES30
/// Returns a null terminated string containing the name of the attribute variable. /// Returns a null terminated string containing the name of the attribute variable.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[System.CLSCompliant(false)] [System.CLSCompliant(false)]
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetActiveAttrib")] [AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetActiveAttrib")]
public static public static
@ -19192,6 +19217,7 @@ namespace OpenTK.Graphics.ES30
/// Returns a null terminated string containing the name of the uniform variable. /// Returns a null terminated string containing the name of the uniform variable.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetActiveUniform")] [AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetActiveUniform")]
public static public static
void GetActiveUniform(Int32 program, Int32 index, Int32 bufSize, [OutAttribute] out Int32 length, [OutAttribute] out Int32 size, [OutAttribute] out OpenTK.Graphics.ES30.All type, [OutAttribute] StringBuilder name) void GetActiveUniform(Int32 program, Int32 index, Int32 bufSize, [OutAttribute] out Int32 length, [OutAttribute] out Int32 size, [OutAttribute] out OpenTK.Graphics.ES30.All type, [OutAttribute] StringBuilder name)
@ -19308,6 +19334,7 @@ namespace OpenTK.Graphics.ES30
/// Returns a null terminated string containing the name of the uniform variable. /// Returns a null terminated string containing the name of the uniform variable.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[System.CLSCompliant(false)] [System.CLSCompliant(false)]
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetActiveUniform")] [AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetActiveUniform")]
public static public static
@ -19707,6 +19734,7 @@ namespace OpenTK.Graphics.ES30
/// Specifies the address of a variable to receive the result of the query. /// Specifies the address of a variable to receive the result of the query.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glGetActiveUniformBlockiv")] [AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glGetActiveUniformBlockiv")]
public static public static
void GetActiveUniformBlock(Int32 program, Int32 uniformBlockIndex, OpenTK.Graphics.ES30.All pname, [OutAttribute] Int32[] @params) void GetActiveUniformBlock(Int32 program, Int32 uniformBlockIndex, OpenTK.Graphics.ES30.All pname, [OutAttribute] Int32[] @params)
@ -19750,6 +19778,7 @@ namespace OpenTK.Graphics.ES30
/// Specifies the address of a variable to receive the result of the query. /// Specifies the address of a variable to receive the result of the query.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glGetActiveUniformBlockiv")] [AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glGetActiveUniformBlockiv")]
public static public static
void GetActiveUniformBlock(Int32 program, Int32 uniformBlockIndex, OpenTK.Graphics.ES30.All pname, [OutAttribute] out Int32 @params) void GetActiveUniformBlock(Int32 program, Int32 uniformBlockIndex, OpenTK.Graphics.ES30.All pname, [OutAttribute] out Int32 @params)
@ -19794,6 +19823,7 @@ namespace OpenTK.Graphics.ES30
/// Specifies the address of a variable to receive the result of the query. /// Specifies the address of a variable to receive the result of the query.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[System.CLSCompliant(false)] [System.CLSCompliant(false)]
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glGetActiveUniformBlockiv")] [AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glGetActiveUniformBlockiv")]
public static public static
@ -20328,6 +20358,7 @@ namespace OpenTK.Graphics.ES30
/// Specifies the address of an array of uniformCount integers which are to receive the value of pname for each uniform in uniformIndices. /// Specifies the address of an array of uniformCount integers which are to receive the value of pname for each uniform in uniformIndices.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glGetActiveUniformsiv")] [AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glGetActiveUniformsiv")]
public static public static
void GetActiveUniforms(Int32 program, Int32 uniformCount, Int32[] uniformIndices, OpenTK.Graphics.ES30.All pname, [OutAttribute] Int32[] @params) void GetActiveUniforms(Int32 program, Int32 uniformCount, Int32[] uniformIndices, OpenTK.Graphics.ES30.All pname, [OutAttribute] Int32[] @params)
@ -20427,6 +20458,7 @@ namespace OpenTK.Graphics.ES30
/// Specifies the address of an array of uniformCount integers which are to receive the value of pname for each uniform in uniformIndices. /// Specifies the address of an array of uniformCount integers which are to receive the value of pname for each uniform in uniformIndices.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glGetActiveUniformsiv")] [AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glGetActiveUniformsiv")]
public static public static
void GetActiveUniforms(Int32 program, Int32 uniformCount, ref Int32 uniformIndices, OpenTK.Graphics.ES30.All pname, [OutAttribute] out Int32 @params) void GetActiveUniforms(Int32 program, Int32 uniformCount, ref Int32 uniformIndices, OpenTK.Graphics.ES30.All pname, [OutAttribute] out Int32 @params)
@ -20520,6 +20552,7 @@ namespace OpenTK.Graphics.ES30
/// Specifies the address of an array of uniformCount integers which are to receive the value of pname for each uniform in uniformIndices. /// Specifies the address of an array of uniformCount integers which are to receive the value of pname for each uniform in uniformIndices.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[System.CLSCompliant(false)] [System.CLSCompliant(false)]
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glGetActiveUniformsiv")] [AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glGetActiveUniformsiv")]
public static public static
@ -22193,6 +22226,7 @@ namespace OpenTK.Graphics.ES30
/// The address of an array of characters that will receive the messages. /// The address of an array of characters that will receive the messages.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetDebugMessageLog")] [AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetDebugMessageLog")]
public static public static
Int32 GetDebugMessageLog(Int32 count, Int32 bufSize, [OutAttribute] OpenTK.Graphics.ES30.All[] sources, [OutAttribute] OpenTK.Graphics.ES30.All[] types, [OutAttribute] Int32[] ids, [OutAttribute] OpenTK.Graphics.ES30.All[] severities, [OutAttribute] Int32[] lengths, [OutAttribute] StringBuilder messageLog) Int32 GetDebugMessageLog(Int32 count, Int32 bufSize, [OutAttribute] OpenTK.Graphics.ES30.All[] sources, [OutAttribute] OpenTK.Graphics.ES30.All[] types, [OutAttribute] Int32[] ids, [OutAttribute] OpenTK.Graphics.ES30.All[] severities, [OutAttribute] Int32[] lengths, [OutAttribute] StringBuilder messageLog)
@ -22260,6 +22294,7 @@ namespace OpenTK.Graphics.ES30
/// The address of an array of characters that will receive the messages. /// The address of an array of characters that will receive the messages.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetDebugMessageLog")] [AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetDebugMessageLog")]
public static public static
Int32 GetDebugMessageLog(Int32 count, Int32 bufSize, [OutAttribute] out OpenTK.Graphics.ES30.All sources, [OutAttribute] out OpenTK.Graphics.ES30.All types, [OutAttribute] out Int32 ids, [OutAttribute] out OpenTK.Graphics.ES30.All severities, [OutAttribute] out Int32 lengths, [OutAttribute] StringBuilder messageLog) Int32 GetDebugMessageLog(Int32 count, Int32 bufSize, [OutAttribute] out OpenTK.Graphics.ES30.All sources, [OutAttribute] out OpenTK.Graphics.ES30.All types, [OutAttribute] out Int32 ids, [OutAttribute] out OpenTK.Graphics.ES30.All severities, [OutAttribute] out Int32 lengths, [OutAttribute] StringBuilder messageLog)
@ -22333,6 +22368,7 @@ namespace OpenTK.Graphics.ES30
/// The address of an array of characters that will receive the messages. /// The address of an array of characters that will receive the messages.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[System.CLSCompliant(false)] [System.CLSCompliant(false)]
[AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetDebugMessageLog")] [AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetDebugMessageLog")]
public static public static
@ -23432,6 +23468,7 @@ namespace OpenTK.Graphics.ES30
} }
/// <summary>[requires: v3.0 and ES_VERSION_3_0]</summary> /// <summary>[requires: v3.0 and ES_VERSION_3_0]</summary>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glGetInteger64i_v")] [AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glGetInteger64i_v")]
public static public static
void GetInteger64(OpenTK.Graphics.ES30.All target, Int32 index, [OutAttribute] Int64[] data) void GetInteger64(OpenTK.Graphics.ES30.All target, Int32 index, [OutAttribute] Int64[] data)
@ -23453,6 +23490,7 @@ namespace OpenTK.Graphics.ES30
} }
/// <summary>[requires: v3.0 and ES_VERSION_3_0]</summary> /// <summary>[requires: v3.0 and ES_VERSION_3_0]</summary>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glGetInteger64i_v")] [AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glGetInteger64i_v")]
public static public static
void GetInteger64(OpenTK.Graphics.ES30.All target, Int32 index, [OutAttribute] out Int64 data) void GetInteger64(OpenTK.Graphics.ES30.All target, Int32 index, [OutAttribute] out Int64 data)
@ -23475,6 +23513,7 @@ namespace OpenTK.Graphics.ES30
} }
/// <summary>[requires: v3.0 and ES_VERSION_3_0]</summary> /// <summary>[requires: v3.0 and ES_VERSION_3_0]</summary>
[Obsolete("Use strongly-typed overload instead")]
[System.CLSCompliant(false)] [System.CLSCompliant(false)]
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glGetInteger64i_v")] [AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glGetInteger64i_v")]
public static public static
@ -23839,6 +23878,7 @@ namespace OpenTK.Graphics.ES30
} }
/// <summary>[requires: v3.0 and ES_VERSION_3_0]</summary> /// <summary>[requires: v3.0 and ES_VERSION_3_0]</summary>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glGetIntegeri_v")] [AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glGetIntegeri_v")]
public static public static
void GetInteger(OpenTK.Graphics.ES30.All target, Int32 index, [OutAttribute] Int32[] data) void GetInteger(OpenTK.Graphics.ES30.All target, Int32 index, [OutAttribute] Int32[] data)
@ -23860,6 +23900,7 @@ namespace OpenTK.Graphics.ES30
} }
/// <summary>[requires: v3.0 and ES_VERSION_3_0]</summary> /// <summary>[requires: v3.0 and ES_VERSION_3_0]</summary>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glGetIntegeri_v")] [AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glGetIntegeri_v")]
public static public static
void GetInteger(OpenTK.Graphics.ES30.All target, Int32 index, [OutAttribute] out Int32 data) void GetInteger(OpenTK.Graphics.ES30.All target, Int32 index, [OutAttribute] out Int32 data)
@ -23882,6 +23923,7 @@ namespace OpenTK.Graphics.ES30
} }
/// <summary>[requires: v3.0 and ES_VERSION_3_0]</summary> /// <summary>[requires: v3.0 and ES_VERSION_3_0]</summary>
[Obsolete("Use strongly-typed overload instead")]
[System.CLSCompliant(false)] [System.CLSCompliant(false)]
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glGetIntegeri_v")] [AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glGetIntegeri_v")]
public static public static
@ -24556,6 +24598,7 @@ namespace OpenTK.Graphics.ES30
/// The address of a string that will receive the object label. /// The address of a string that will receive the object label.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetObjectLabel")] [AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetObjectLabel")]
public static public static
void GetObjectLabel(OpenTK.Graphics.ES30.All identifier, Int32 name, Int32 bufSize, [OutAttribute] Int32[] length, [OutAttribute] StringBuilder label) void GetObjectLabel(OpenTK.Graphics.ES30.All identifier, Int32 name, Int32 bufSize, [OutAttribute] Int32[] length, [OutAttribute] StringBuilder label)
@ -24604,6 +24647,7 @@ namespace OpenTK.Graphics.ES30
/// The address of a string that will receive the object label. /// The address of a string that will receive the object label.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetObjectLabel")] [AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetObjectLabel")]
public static public static
void GetObjectLabel(OpenTK.Graphics.ES30.All identifier, Int32 name, Int32 bufSize, [OutAttribute] out Int32 length, [OutAttribute] StringBuilder label) void GetObjectLabel(OpenTK.Graphics.ES30.All identifier, Int32 name, Int32 bufSize, [OutAttribute] out Int32 length, [OutAttribute] StringBuilder label)
@ -24653,6 +24697,7 @@ namespace OpenTK.Graphics.ES30
/// The address of a string that will receive the object label. /// The address of a string that will receive the object label.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[System.CLSCompliant(false)] [System.CLSCompliant(false)]
[AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetObjectLabel")] [AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetObjectLabel")]
public static public static
@ -27456,6 +27501,7 @@ namespace OpenTK.Graphics.ES30
/// Returns the requested object parameter. /// Returns the requested object parameter.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetProgramiv")] [AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetProgramiv")]
public static public static
void GetProgram(Int32 program, OpenTK.Graphics.ES30.All pname, [OutAttribute] Int32[] @params) void GetProgram(Int32 program, OpenTK.Graphics.ES30.All pname, [OutAttribute] Int32[] @params)
@ -27494,6 +27540,7 @@ namespace OpenTK.Graphics.ES30
/// Returns the requested object parameter. /// Returns the requested object parameter.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetProgramiv")] [AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetProgramiv")]
public static public static
void GetProgram(Int32 program, OpenTK.Graphics.ES30.All pname, [OutAttribute] out Int32 @params) void GetProgram(Int32 program, OpenTK.Graphics.ES30.All pname, [OutAttribute] out Int32 @params)
@ -27533,6 +27580,7 @@ namespace OpenTK.Graphics.ES30
/// Returns the requested object parameter. /// Returns the requested object parameter.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[System.CLSCompliant(false)] [System.CLSCompliant(false)]
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetProgramiv")] [AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetProgramiv")]
public static public static
@ -28126,6 +28174,7 @@ namespace OpenTK.Graphics.ES30
/// If a buffer is bound to the GL_QUERY_RESULT_BUFFER target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to GL_QUERY_RESULT_BUFFER, then params is treated as an address in client memory of a variable to receive the resulting data. /// If a buffer is bound to the GL_QUERY_RESULT_BUFFER target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to GL_QUERY_RESULT_BUFFER, then params is treated as an address in client memory of a variable to receive the resulting data.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glGetQueryObjectuiv")] [AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glGetQueryObjectuiv")]
public static public static
void GetQueryObject(Int32 id, OpenTK.Graphics.ES30.All pname, [OutAttribute] Int32[] @params) void GetQueryObject(Int32 id, OpenTK.Graphics.ES30.All pname, [OutAttribute] Int32[] @params)
@ -28164,6 +28213,7 @@ namespace OpenTK.Graphics.ES30
/// If a buffer is bound to the GL_QUERY_RESULT_BUFFER target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to GL_QUERY_RESULT_BUFFER, then params is treated as an address in client memory of a variable to receive the resulting data. /// If a buffer is bound to the GL_QUERY_RESULT_BUFFER target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to GL_QUERY_RESULT_BUFFER, then params is treated as an address in client memory of a variable to receive the resulting data.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glGetQueryObjectuiv")] [AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glGetQueryObjectuiv")]
public static public static
void GetQueryObject(Int32 id, OpenTK.Graphics.ES30.All pname, [OutAttribute] out Int32 @params) void GetQueryObject(Int32 id, OpenTK.Graphics.ES30.All pname, [OutAttribute] out Int32 @params)
@ -28203,6 +28253,7 @@ namespace OpenTK.Graphics.ES30
/// If a buffer is bound to the GL_QUERY_RESULT_BUFFER target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to GL_QUERY_RESULT_BUFFER, then params is treated as an address in client memory of a variable to receive the resulting data. /// If a buffer is bound to the GL_QUERY_RESULT_BUFFER target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to GL_QUERY_RESULT_BUFFER, then params is treated as an address in client memory of a variable to receive the resulting data.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[System.CLSCompliant(false)] [System.CLSCompliant(false)]
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glGetQueryObjectuiv")] [AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glGetQueryObjectuiv")]
public static public static
@ -28796,6 +28847,7 @@ namespace OpenTK.Graphics.ES30
/// Returns the sampler parameters. /// Returns the sampler parameters.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glGetSamplerParameterfv")] [AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glGetSamplerParameterfv")]
public static public static
void GetSamplerParameter(Int32 sampler, OpenTK.Graphics.ES30.All pname, [OutAttribute] Single[] @params) void GetSamplerParameter(Int32 sampler, OpenTK.Graphics.ES30.All pname, [OutAttribute] Single[] @params)
@ -28834,6 +28886,7 @@ namespace OpenTK.Graphics.ES30
/// Returns the sampler parameters. /// Returns the sampler parameters.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glGetSamplerParameterfv")] [AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glGetSamplerParameterfv")]
public static public static
void GetSamplerParameter(Int32 sampler, OpenTK.Graphics.ES30.All pname, [OutAttribute] out Single @params) void GetSamplerParameter(Int32 sampler, OpenTK.Graphics.ES30.All pname, [OutAttribute] out Single @params)
@ -28873,6 +28926,7 @@ namespace OpenTK.Graphics.ES30
/// Returns the sampler parameters. /// Returns the sampler parameters.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[System.CLSCompliant(false)] [System.CLSCompliant(false)]
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glGetSamplerParameterfv")] [AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glGetSamplerParameterfv")]
public static public static
@ -29243,6 +29297,7 @@ namespace OpenTK.Graphics.ES30
/// Returns the sampler parameters. /// Returns the sampler parameters.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glGetSamplerParameteriv")] [AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glGetSamplerParameteriv")]
public static public static
void GetSamplerParameter(Int32 sampler, OpenTK.Graphics.ES30.All pname, [OutAttribute] Int32[] @params) void GetSamplerParameter(Int32 sampler, OpenTK.Graphics.ES30.All pname, [OutAttribute] Int32[] @params)
@ -29281,6 +29336,7 @@ namespace OpenTK.Graphics.ES30
/// Returns the sampler parameters. /// Returns the sampler parameters.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glGetSamplerParameteriv")] [AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glGetSamplerParameteriv")]
public static public static
void GetSamplerParameter(Int32 sampler, OpenTK.Graphics.ES30.All pname, [OutAttribute] out Int32 @params) void GetSamplerParameter(Int32 sampler, OpenTK.Graphics.ES30.All pname, [OutAttribute] out Int32 @params)
@ -29320,6 +29376,7 @@ namespace OpenTK.Graphics.ES30
/// Returns the sampler parameters. /// Returns the sampler parameters.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[System.CLSCompliant(false)] [System.CLSCompliant(false)]
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glGetSamplerParameteriv")] [AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glGetSamplerParameteriv")]
public static public static
@ -29855,6 +29912,7 @@ namespace OpenTK.Graphics.ES30
/// Returns the requested object parameter. /// Returns the requested object parameter.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetShaderiv")] [AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetShaderiv")]
public static public static
void GetShader(Int32 shader, OpenTK.Graphics.ES30.All pname, [OutAttribute] Int32[] @params) void GetShader(Int32 shader, OpenTK.Graphics.ES30.All pname, [OutAttribute] Int32[] @params)
@ -29893,6 +29951,7 @@ namespace OpenTK.Graphics.ES30
/// Returns the requested object parameter. /// Returns the requested object parameter.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetShaderiv")] [AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetShaderiv")]
public static public static
void GetShader(Int32 shader, OpenTK.Graphics.ES30.All pname, [OutAttribute] out Int32 @params) void GetShader(Int32 shader, OpenTK.Graphics.ES30.All pname, [OutAttribute] out Int32 @params)
@ -29932,6 +29991,7 @@ namespace OpenTK.Graphics.ES30
/// Returns the requested object parameter. /// Returns the requested object parameter.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[System.CLSCompliant(false)] [System.CLSCompliant(false)]
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetShaderiv")] [AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetShaderiv")]
public static public static
@ -30776,6 +30836,7 @@ namespace OpenTK.Graphics.ES30
/// For glGetStringi, specifies the index of the string to return. /// For glGetStringi, specifies the index of the string to return.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glGetStringi")] [AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glGetStringi")]
public static public static
String GetString(OpenTK.Graphics.ES30.All name, Int32 index) String GetString(OpenTK.Graphics.ES30.All name, Int32 index)
@ -31649,6 +31710,7 @@ namespace OpenTK.Graphics.ES30
/// The address of a buffer into which will be written the name of the varying. /// The address of a buffer into which will be written the name of the varying.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glGetTransformFeedbackVarying")] [AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glGetTransformFeedbackVarying")]
public static public static
void GetTransformFeedbackVarying(Int32 program, Int32 index, Int32 bufSize, [OutAttribute] out Int32 length, [OutAttribute] out Int32 size, [OutAttribute] out OpenTK.Graphics.ES30.All type, [OutAttribute] StringBuilder name) void GetTransformFeedbackVarying(Int32 program, Int32 index, Int32 bufSize, [OutAttribute] out Int32 length, [OutAttribute] out Int32 size, [OutAttribute] out OpenTK.Graphics.ES30.All type, [OutAttribute] StringBuilder name)
@ -31775,6 +31837,7 @@ namespace OpenTK.Graphics.ES30
/// The address of a buffer into which will be written the name of the varying. /// The address of a buffer into which will be written the name of the varying.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[System.CLSCompliant(false)] [System.CLSCompliant(false)]
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glGetTransformFeedbackVarying")] [AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glGetTransformFeedbackVarying")]
public static public static
@ -33015,6 +33078,7 @@ namespace OpenTK.Graphics.ES30
/// Returns the requested data. /// Returns the requested data.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetVertexAttribfv")] [AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetVertexAttribfv")]
public static public static
void GetVertexAttrib(Int32 index, OpenTK.Graphics.ES30.All pname, [OutAttribute] Single[] @params) void GetVertexAttrib(Int32 index, OpenTK.Graphics.ES30.All pname, [OutAttribute] Single[] @params)
@ -33053,6 +33117,7 @@ namespace OpenTK.Graphics.ES30
/// Returns the requested data. /// Returns the requested data.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetVertexAttribfv")] [AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetVertexAttribfv")]
public static public static
void GetVertexAttrib(Int32 index, OpenTK.Graphics.ES30.All pname, [OutAttribute] out Single @params) void GetVertexAttrib(Int32 index, OpenTK.Graphics.ES30.All pname, [OutAttribute] out Single @params)
@ -33092,6 +33157,7 @@ namespace OpenTK.Graphics.ES30
/// Returns the requested data. /// Returns the requested data.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[System.CLSCompliant(false)] [System.CLSCompliant(false)]
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetVertexAttribfv")] [AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetVertexAttribfv")]
public static public static
@ -33578,6 +33644,7 @@ namespace OpenTK.Graphics.ES30
/// Returns the requested data. /// Returns the requested data.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetVertexAttribiv")] [AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetVertexAttribiv")]
public static public static
void GetVertexAttrib(Int32 index, OpenTK.Graphics.ES30.All pname, [OutAttribute] Int32[] @params) void GetVertexAttrib(Int32 index, OpenTK.Graphics.ES30.All pname, [OutAttribute] Int32[] @params)
@ -33616,6 +33683,7 @@ namespace OpenTK.Graphics.ES30
/// Returns the requested data. /// Returns the requested data.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetVertexAttribiv")] [AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetVertexAttribiv")]
public static public static
void GetVertexAttrib(Int32 index, OpenTK.Graphics.ES30.All pname, [OutAttribute] out Int32 @params) void GetVertexAttrib(Int32 index, OpenTK.Graphics.ES30.All pname, [OutAttribute] out Int32 @params)
@ -33655,6 +33723,7 @@ namespace OpenTK.Graphics.ES30
/// Returns the requested data. /// Returns the requested data.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[System.CLSCompliant(false)] [System.CLSCompliant(false)]
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetVertexAttribiv")] [AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetVertexAttribiv")]
public static public static
@ -34025,6 +34094,7 @@ namespace OpenTK.Graphics.ES30
/// Returns the pointer value. /// Returns the pointer value.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetVertexAttribPointerv")] [AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetVertexAttribPointerv")]
public static public static
void GetVertexAttribPointer(Int32 index, OpenTK.Graphics.ES30.All pname, [OutAttribute] IntPtr pointer) void GetVertexAttribPointer(Int32 index, OpenTK.Graphics.ES30.All pname, [OutAttribute] IntPtr pointer)
@ -34057,6 +34127,7 @@ namespace OpenTK.Graphics.ES30
/// Returns the pointer value. /// Returns the pointer value.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetVertexAttribPointerv")] [AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetVertexAttribPointerv")]
public static public static
void GetVertexAttribPointer<T2>(Int32 index, OpenTK.Graphics.ES30.All pname, [InAttribute, OutAttribute] T2[] pointer) void GetVertexAttribPointer<T2>(Int32 index, OpenTK.Graphics.ES30.All pname, [InAttribute, OutAttribute] T2[] pointer)
@ -34098,6 +34169,7 @@ namespace OpenTK.Graphics.ES30
/// Returns the pointer value. /// Returns the pointer value.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetVertexAttribPointerv")] [AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetVertexAttribPointerv")]
public static public static
void GetVertexAttribPointer<T2>(Int32 index, OpenTK.Graphics.ES30.All pname, [InAttribute, OutAttribute] T2[,] pointer) void GetVertexAttribPointer<T2>(Int32 index, OpenTK.Graphics.ES30.All pname, [InAttribute, OutAttribute] T2[,] pointer)
@ -34139,6 +34211,7 @@ namespace OpenTK.Graphics.ES30
/// Returns the pointer value. /// Returns the pointer value.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetVertexAttribPointerv")] [AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetVertexAttribPointerv")]
public static public static
void GetVertexAttribPointer<T2>(Int32 index, OpenTK.Graphics.ES30.All pname, [InAttribute, OutAttribute] T2[,,] pointer) void GetVertexAttribPointer<T2>(Int32 index, OpenTK.Graphics.ES30.All pname, [InAttribute, OutAttribute] T2[,,] pointer)
@ -34180,6 +34253,7 @@ namespace OpenTK.Graphics.ES30
/// Returns the pointer value. /// Returns the pointer value.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetVertexAttribPointerv")] [AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetVertexAttribPointerv")]
public static public static
void GetVertexAttribPointer<T2>(Int32 index, OpenTK.Graphics.ES30.All pname, [InAttribute, OutAttribute] ref T2 pointer) void GetVertexAttribPointer<T2>(Int32 index, OpenTK.Graphics.ES30.All pname, [InAttribute, OutAttribute] ref T2 pointer)
@ -36119,6 +36193,7 @@ namespace OpenTK.Graphics.ES30
/// The address of a string containing the label to assign to the object. /// The address of a string containing the label to assign to the object.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glObjectLabel")] [AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glObjectLabel")]
public static public static
void ObjectLabel(OpenTK.Graphics.ES30.All identifier, Int32 name, Int32 length, String label) void ObjectLabel(OpenTK.Graphics.ES30.All identifier, Int32 name, Int32 length, String label)
@ -37027,6 +37102,7 @@ namespace OpenTK.Graphics.ES30
/// Specifies the new value of the parameter specified by pname for program. /// Specifies the new value of the parameter specified by pname for program.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glProgramParameteri")] [AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glProgramParameteri")]
public static public static
void ProgramParameter(Int32 program, OpenTK.Graphics.ES30.All pname, Int32 value) void ProgramParameter(Int32 program, OpenTK.Graphics.ES30.All pname, Int32 value)
@ -38003,6 +38079,7 @@ namespace OpenTK.Graphics.ES30
/// For the vector commands (glSamplerParameter*v), specifies a pointer to an array where the value or values of pname are stored. /// For the vector commands (glSamplerParameter*v), specifies a pointer to an array where the value or values of pname are stored.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glSamplerParameterf")] [AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glSamplerParameterf")]
public static public static
void SamplerParameter(Int32 sampler, OpenTK.Graphics.ES30.All pname, Single param) void SamplerParameter(Int32 sampler, OpenTK.Graphics.ES30.All pname, Single param)
@ -38154,6 +38231,7 @@ namespace OpenTK.Graphics.ES30
/// For the vector commands (glSamplerParameter*v), specifies a pointer to an array where the value or values of pname are stored. /// For the vector commands (glSamplerParameter*v), specifies a pointer to an array where the value or values of pname are stored.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glSamplerParameterfv")] [AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glSamplerParameterfv")]
public static public static
void SamplerParameter(Int32 sampler, OpenTK.Graphics.ES30.All pname, Single[] param) void SamplerParameter(Int32 sampler, OpenTK.Graphics.ES30.All pname, Single[] param)
@ -38197,6 +38275,7 @@ namespace OpenTK.Graphics.ES30
/// For the vector commands (glSamplerParameter*v), specifies a pointer to an array where the value or values of pname are stored. /// For the vector commands (glSamplerParameter*v), specifies a pointer to an array where the value or values of pname are stored.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[System.CLSCompliant(false)] [System.CLSCompliant(false)]
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glSamplerParameterfv")] [AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glSamplerParameterfv")]
public static public static
@ -38482,6 +38561,7 @@ namespace OpenTK.Graphics.ES30
/// For the vector commands (glSamplerParameter*v), specifies a pointer to an array where the value or values of pname are stored. /// For the vector commands (glSamplerParameter*v), specifies a pointer to an array where the value or values of pname are stored.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glSamplerParameteri")] [AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glSamplerParameteri")]
public static public static
void SamplerParameter(Int32 sampler, OpenTK.Graphics.ES30.All pname, Int32 param) void SamplerParameter(Int32 sampler, OpenTK.Graphics.ES30.All pname, Int32 param)
@ -38633,6 +38713,7 @@ namespace OpenTK.Graphics.ES30
/// For the vector commands (glSamplerParameter*v), specifies a pointer to an array where the value or values of pname are stored. /// For the vector commands (glSamplerParameter*v), specifies a pointer to an array where the value or values of pname are stored.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glSamplerParameteriv")] [AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glSamplerParameteriv")]
public static public static
void SamplerParameter(Int32 sampler, OpenTK.Graphics.ES30.All pname, Int32[] param) void SamplerParameter(Int32 sampler, OpenTK.Graphics.ES30.All pname, Int32[] param)
@ -38676,6 +38757,7 @@ namespace OpenTK.Graphics.ES30
/// For the vector commands (glSamplerParameter*v), specifies a pointer to an array where the value or values of pname are stored. /// For the vector commands (glSamplerParameter*v), specifies a pointer to an array where the value or values of pname are stored.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[System.CLSCompliant(false)] [System.CLSCompliant(false)]
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glSamplerParameteriv")] [AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glSamplerParameteriv")]
public static public static
@ -38993,6 +39075,7 @@ namespace OpenTK.Graphics.ES30
/// Specifies the length of the array whose address is given in binary. /// Specifies the length of the array whose address is given in binary.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glShaderBinary")] [AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glShaderBinary")]
public static public static
void ShaderBinary(Int32 count, Int32[] shaders, OpenTK.Graphics.ES30.All binaryformat, IntPtr binary, Int32 length) void ShaderBinary(Int32 count, Int32[] shaders, OpenTK.Graphics.ES30.All binaryformat, IntPtr binary, Int32 length)
@ -39041,6 +39124,7 @@ namespace OpenTK.Graphics.ES30
/// Specifies the length of the array whose address is given in binary. /// Specifies the length of the array whose address is given in binary.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glShaderBinary")] [AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glShaderBinary")]
public static public static
void ShaderBinary<T3>(Int32 count, Int32[] shaders, OpenTK.Graphics.ES30.All binaryformat, [InAttribute, OutAttribute] T3[] binary, Int32 length) void ShaderBinary<T3>(Int32 count, Int32[] shaders, OpenTK.Graphics.ES30.All binaryformat, [InAttribute, OutAttribute] T3[] binary, Int32 length)
@ -39098,6 +39182,7 @@ namespace OpenTK.Graphics.ES30
/// Specifies the length of the array whose address is given in binary. /// Specifies the length of the array whose address is given in binary.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glShaderBinary")] [AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glShaderBinary")]
public static public static
void ShaderBinary<T3>(Int32 count, Int32[] shaders, OpenTK.Graphics.ES30.All binaryformat, [InAttribute, OutAttribute] T3[,] binary, Int32 length) void ShaderBinary<T3>(Int32 count, Int32[] shaders, OpenTK.Graphics.ES30.All binaryformat, [InAttribute, OutAttribute] T3[,] binary, Int32 length)
@ -39155,6 +39240,7 @@ namespace OpenTK.Graphics.ES30
/// Specifies the length of the array whose address is given in binary. /// Specifies the length of the array whose address is given in binary.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glShaderBinary")] [AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glShaderBinary")]
public static public static
void ShaderBinary<T3>(Int32 count, Int32[] shaders, OpenTK.Graphics.ES30.All binaryformat, [InAttribute, OutAttribute] T3[,,] binary, Int32 length) void ShaderBinary<T3>(Int32 count, Int32[] shaders, OpenTK.Graphics.ES30.All binaryformat, [InAttribute, OutAttribute] T3[,,] binary, Int32 length)
@ -39212,6 +39298,7 @@ namespace OpenTK.Graphics.ES30
/// Specifies the length of the array whose address is given in binary. /// Specifies the length of the array whose address is given in binary.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glShaderBinary")] [AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glShaderBinary")]
public static public static
void ShaderBinary<T3>(Int32 count, Int32[] shaders, OpenTK.Graphics.ES30.All binaryformat, [InAttribute, OutAttribute] ref T3 binary, Int32 length) void ShaderBinary<T3>(Int32 count, Int32[] shaders, OpenTK.Graphics.ES30.All binaryformat, [InAttribute, OutAttribute] ref T3 binary, Int32 length)
@ -39547,6 +39634,7 @@ namespace OpenTK.Graphics.ES30
/// Specifies the length of the array whose address is given in binary. /// Specifies the length of the array whose address is given in binary.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glShaderBinary")] [AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glShaderBinary")]
public static public static
void ShaderBinary(Int32 count, ref Int32 shaders, OpenTK.Graphics.ES30.All binaryformat, IntPtr binary, Int32 length) void ShaderBinary(Int32 count, ref Int32 shaders, OpenTK.Graphics.ES30.All binaryformat, IntPtr binary, Int32 length)
@ -39595,6 +39683,7 @@ namespace OpenTK.Graphics.ES30
/// Specifies the length of the array whose address is given in binary. /// Specifies the length of the array whose address is given in binary.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glShaderBinary")] [AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glShaderBinary")]
public static public static
void ShaderBinary<T3>(Int32 count, ref Int32 shaders, OpenTK.Graphics.ES30.All binaryformat, [InAttribute, OutAttribute] T3[] binary, Int32 length) void ShaderBinary<T3>(Int32 count, ref Int32 shaders, OpenTK.Graphics.ES30.All binaryformat, [InAttribute, OutAttribute] T3[] binary, Int32 length)
@ -39652,6 +39741,7 @@ namespace OpenTK.Graphics.ES30
/// Specifies the length of the array whose address is given in binary. /// Specifies the length of the array whose address is given in binary.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glShaderBinary")] [AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glShaderBinary")]
public static public static
void ShaderBinary<T3>(Int32 count, ref Int32 shaders, OpenTK.Graphics.ES30.All binaryformat, [InAttribute, OutAttribute] T3[,] binary, Int32 length) void ShaderBinary<T3>(Int32 count, ref Int32 shaders, OpenTK.Graphics.ES30.All binaryformat, [InAttribute, OutAttribute] T3[,] binary, Int32 length)
@ -39709,6 +39799,7 @@ namespace OpenTK.Graphics.ES30
/// Specifies the length of the array whose address is given in binary. /// Specifies the length of the array whose address is given in binary.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glShaderBinary")] [AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glShaderBinary")]
public static public static
void ShaderBinary<T3>(Int32 count, ref Int32 shaders, OpenTK.Graphics.ES30.All binaryformat, [InAttribute, OutAttribute] T3[,,] binary, Int32 length) void ShaderBinary<T3>(Int32 count, ref Int32 shaders, OpenTK.Graphics.ES30.All binaryformat, [InAttribute, OutAttribute] T3[,,] binary, Int32 length)
@ -39766,6 +39857,7 @@ namespace OpenTK.Graphics.ES30
/// Specifies the length of the array whose address is given in binary. /// Specifies the length of the array whose address is given in binary.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glShaderBinary")] [AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glShaderBinary")]
public static public static
void ShaderBinary<T3>(Int32 count, ref Int32 shaders, OpenTK.Graphics.ES30.All binaryformat, [InAttribute, OutAttribute] ref T3 binary, Int32 length) void ShaderBinary<T3>(Int32 count, ref Int32 shaders, OpenTK.Graphics.ES30.All binaryformat, [InAttribute, OutAttribute] ref T3 binary, Int32 length)
@ -40101,6 +40193,7 @@ namespace OpenTK.Graphics.ES30
/// Specifies the length of the array whose address is given in binary. /// Specifies the length of the array whose address is given in binary.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[System.CLSCompliant(false)] [System.CLSCompliant(false)]
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glShaderBinary")] [AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glShaderBinary")]
public static public static
@ -40144,6 +40237,7 @@ namespace OpenTK.Graphics.ES30
/// Specifies the length of the array whose address is given in binary. /// Specifies the length of the array whose address is given in binary.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[System.CLSCompliant(false)] [System.CLSCompliant(false)]
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glShaderBinary")] [AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glShaderBinary")]
public static public static
@ -40196,6 +40290,7 @@ namespace OpenTK.Graphics.ES30
/// Specifies the length of the array whose address is given in binary. /// Specifies the length of the array whose address is given in binary.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[System.CLSCompliant(false)] [System.CLSCompliant(false)]
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glShaderBinary")] [AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glShaderBinary")]
public static public static
@ -40248,6 +40343,7 @@ namespace OpenTK.Graphics.ES30
/// Specifies the length of the array whose address is given in binary. /// Specifies the length of the array whose address is given in binary.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[System.CLSCompliant(false)] [System.CLSCompliant(false)]
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glShaderBinary")] [AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glShaderBinary")]
public static public static
@ -40300,6 +40396,7 @@ namespace OpenTK.Graphics.ES30
/// Specifies the length of the array whose address is given in binary. /// Specifies the length of the array whose address is given in binary.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[System.CLSCompliant(false)] [System.CLSCompliant(false)]
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glShaderBinary")] [AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glShaderBinary")]
public static public static
@ -42492,6 +42589,7 @@ namespace OpenTK.Graphics.ES30
/// 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. /// 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.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glStencilFunc")] [AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glStencilFunc")]
public static public static
void StencilFunc(OpenTK.Graphics.ES30.All func, Int32 @ref, Int32 mask) void StencilFunc(OpenTK.Graphics.ES30.All func, Int32 @ref, Int32 mask)
@ -42628,6 +42726,7 @@ namespace OpenTK.Graphics.ES30
/// 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. /// 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.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glStencilFuncSeparate")] [AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glStencilFuncSeparate")]
public static public static
void StencilFuncSeparate(OpenTK.Graphics.ES30.All face, OpenTK.Graphics.ES30.All func, Int32 @ref, Int32 mask) void StencilFuncSeparate(OpenTK.Graphics.ES30.All face, OpenTK.Graphics.ES30.All func, Int32 @ref, Int32 mask)
@ -42814,6 +42913,7 @@ namespace OpenTK.Graphics.ES30
/// Specifies a bit mask to enable and disable writing of individual bits in the stencil planes. Initially, the mask is all 1's. /// Specifies a bit mask to enable and disable writing of individual bits in the stencil planes. Initially, the mask is all 1's.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glStencilMaskSeparate")] [AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glStencilMaskSeparate")]
public static public static
void StencilMaskSeparate(OpenTK.Graphics.ES30.All face, Int32 mask) void StencilMaskSeparate(OpenTK.Graphics.ES30.All face, Int32 mask)
@ -46715,6 +46815,7 @@ namespace OpenTK.Graphics.ES30
/// Identifies the mode used to capture the varying variables when transform feedback is active. bufferMode must be GL_INTERLEAVED_ATTRIBS or GL_SEPARATE_ATTRIBS. /// Identifies the mode used to capture the varying variables when transform feedback is active. bufferMode must be GL_INTERLEAVED_ATTRIBS or GL_SEPARATE_ATTRIBS.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glTransformFeedbackVaryings")] [AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glTransformFeedbackVaryings")]
public static public static
void TransformFeedbackVaryings(Int32 program, Int32 count, String[] varyings, OpenTK.Graphics.ES30.All bufferMode) void TransformFeedbackVaryings(Int32 program, Int32 count, String[] varyings, OpenTK.Graphics.ES30.All bufferMode)
@ -51515,6 +51616,7 @@ namespace OpenTK.Graphics.ES30
} }
/// <summary>[requires: v3.0 and ES_VERSION_3_0]</summary> /// <summary>[requires: v3.0 and ES_VERSION_3_0]</summary>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glVertexAttribIPointer")] [AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glVertexAttribIPointer")]
public static public static
void VertexAttribIPointer(Int32 index, Int32 size, OpenTK.Graphics.ES30.All type, Int32 stride, IntPtr pointer) void VertexAttribIPointer(Int32 index, Int32 size, OpenTK.Graphics.ES30.All type, Int32 stride, IntPtr pointer)
@ -51530,6 +51632,7 @@ namespace OpenTK.Graphics.ES30
} }
/// <summary>[requires: v3.0 and ES_VERSION_3_0]</summary> /// <summary>[requires: v3.0 and ES_VERSION_3_0]</summary>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glVertexAttribIPointer")] [AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glVertexAttribIPointer")]
public static public static
void VertexAttribIPointer<T4>(Int32 index, Int32 size, OpenTK.Graphics.ES30.All type, Int32 stride, [InAttribute, OutAttribute] T4[] pointer) void VertexAttribIPointer<T4>(Int32 index, Int32 size, OpenTK.Graphics.ES30.All type, Int32 stride, [InAttribute, OutAttribute] T4[] pointer)
@ -51554,6 +51657,7 @@ namespace OpenTK.Graphics.ES30
} }
/// <summary>[requires: v3.0 and ES_VERSION_3_0]</summary> /// <summary>[requires: v3.0 and ES_VERSION_3_0]</summary>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glVertexAttribIPointer")] [AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glVertexAttribIPointer")]
public static public static
void VertexAttribIPointer<T4>(Int32 index, Int32 size, OpenTK.Graphics.ES30.All type, Int32 stride, [InAttribute, OutAttribute] T4[,] pointer) void VertexAttribIPointer<T4>(Int32 index, Int32 size, OpenTK.Graphics.ES30.All type, Int32 stride, [InAttribute, OutAttribute] T4[,] pointer)
@ -51578,6 +51682,7 @@ namespace OpenTK.Graphics.ES30
} }
/// <summary>[requires: v3.0 and ES_VERSION_3_0]</summary> /// <summary>[requires: v3.0 and ES_VERSION_3_0]</summary>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glVertexAttribIPointer")] [AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glVertexAttribIPointer")]
public static public static
void VertexAttribIPointer<T4>(Int32 index, Int32 size, OpenTK.Graphics.ES30.All type, Int32 stride, [InAttribute, OutAttribute] T4[,,] pointer) void VertexAttribIPointer<T4>(Int32 index, Int32 size, OpenTK.Graphics.ES30.All type, Int32 stride, [InAttribute, OutAttribute] T4[,,] pointer)
@ -51602,6 +51707,7 @@ namespace OpenTK.Graphics.ES30
} }
/// <summary>[requires: v3.0 and ES_VERSION_3_0]</summary> /// <summary>[requires: v3.0 and ES_VERSION_3_0]</summary>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glVertexAttribIPointer")] [AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glVertexAttribIPointer")]
public static public static
void VertexAttribIPointer<T4>(Int32 index, Int32 size, OpenTK.Graphics.ES30.All type, Int32 stride, [InAttribute, OutAttribute] ref T4 pointer) void VertexAttribIPointer<T4>(Int32 index, Int32 size, OpenTK.Graphics.ES30.All type, Int32 stride, [InAttribute, OutAttribute] ref T4 pointer)
@ -52010,6 +52116,7 @@ namespace OpenTK.Graphics.ES30
/// Specifies a offset of the first component of the first generic vertex attribute in the array in the data store of the buffer currently bound to the GL_ARRAY_BUFFER target. The initial value is 0. /// Specifies a offset of the first component of the first generic vertex attribute in the array in the data store of the buffer currently bound to the GL_ARRAY_BUFFER target. The initial value is 0.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttribPointer")] [AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttribPointer")]
public static public static
void VertexAttribPointer(Int32 index, Int32 size, OpenTK.Graphics.ES30.All type, bool normalized, Int32 stride, IntPtr pointer) void VertexAttribPointer(Int32 index, Int32 size, OpenTK.Graphics.ES30.All type, bool normalized, Int32 stride, IntPtr pointer)
@ -52057,6 +52164,7 @@ namespace OpenTK.Graphics.ES30
/// Specifies a offset of the first component of the first generic vertex attribute in the array in the data store of the buffer currently bound to the GL_ARRAY_BUFFER target. The initial value is 0. /// Specifies a offset of the first component of the first generic vertex attribute in the array in the data store of the buffer currently bound to the GL_ARRAY_BUFFER target. The initial value is 0.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttribPointer")] [AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttribPointer")]
public static public static
void VertexAttribPointer<T5>(Int32 index, Int32 size, OpenTK.Graphics.ES30.All type, bool normalized, Int32 stride, [InAttribute, OutAttribute] T5[] pointer) void VertexAttribPointer<T5>(Int32 index, Int32 size, OpenTK.Graphics.ES30.All type, bool normalized, Int32 stride, [InAttribute, OutAttribute] T5[] pointer)
@ -52113,6 +52221,7 @@ namespace OpenTK.Graphics.ES30
/// Specifies a offset of the first component of the first generic vertex attribute in the array in the data store of the buffer currently bound to the GL_ARRAY_BUFFER target. The initial value is 0. /// Specifies a offset of the first component of the first generic vertex attribute in the array in the data store of the buffer currently bound to the GL_ARRAY_BUFFER target. The initial value is 0.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttribPointer")] [AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttribPointer")]
public static public static
void VertexAttribPointer<T5>(Int32 index, Int32 size, OpenTK.Graphics.ES30.All type, bool normalized, Int32 stride, [InAttribute, OutAttribute] T5[,] pointer) void VertexAttribPointer<T5>(Int32 index, Int32 size, OpenTK.Graphics.ES30.All type, bool normalized, Int32 stride, [InAttribute, OutAttribute] T5[,] pointer)
@ -52169,6 +52278,7 @@ namespace OpenTK.Graphics.ES30
/// Specifies a offset of the first component of the first generic vertex attribute in the array in the data store of the buffer currently bound to the GL_ARRAY_BUFFER target. The initial value is 0. /// Specifies a offset of the first component of the first generic vertex attribute in the array in the data store of the buffer currently bound to the GL_ARRAY_BUFFER target. The initial value is 0.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttribPointer")] [AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttribPointer")]
public static public static
void VertexAttribPointer<T5>(Int32 index, Int32 size, OpenTK.Graphics.ES30.All type, bool normalized, Int32 stride, [InAttribute, OutAttribute] T5[,,] pointer) void VertexAttribPointer<T5>(Int32 index, Int32 size, OpenTK.Graphics.ES30.All type, bool normalized, Int32 stride, [InAttribute, OutAttribute] T5[,,] pointer)
@ -52225,6 +52335,7 @@ namespace OpenTK.Graphics.ES30
/// Specifies a offset of the first component of the first generic vertex attribute in the array in the data store of the buffer currently bound to the GL_ARRAY_BUFFER target. The initial value is 0. /// Specifies a offset of the first component of the first generic vertex attribute in the array in the data store of the buffer currently bound to the GL_ARRAY_BUFFER target. The initial value is 0.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttribPointer")] [AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttribPointer")]
public static public static
void VertexAttribPointer<T5>(Int32 index, Int32 size, OpenTK.Graphics.ES30.All type, bool normalized, Int32 stride, [InAttribute, OutAttribute] ref T5 pointer) void VertexAttribPointer<T5>(Int32 index, Int32 size, OpenTK.Graphics.ES30.All type, bool normalized, Int32 stride, [InAttribute, OutAttribute] ref T5 pointer)
@ -53125,6 +53236,7 @@ namespace OpenTK.Graphics.ES30
/// Specifies the timeout that the server should wait before continuing. timeout must be GL_TIMEOUT_IGNORED. /// Specifies the timeout that the server should wait before continuing. timeout must be GL_TIMEOUT_IGNORED.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glWaitSync")] [AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glWaitSync")]
public static public static
void WaitSync(IntPtr sync, OpenTK.Graphics.ES30.All flags, Int64 timeout) void WaitSync(IntPtr sync, OpenTK.Graphics.ES30.All flags, Int64 timeout)
@ -53339,6 +53451,7 @@ namespace OpenTK.Graphics.ES30
/// Specifies the name of a query object. /// Specifies the name of a query object.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "EXT_disjoint_timer_query|EXT_occlusion_query_boolean", Version = "", EntryPoint = "glBeginQueryEXT")] [AutoGenerated(Category = "EXT_disjoint_timer_query|EXT_occlusion_query_boolean", Version = "", EntryPoint = "glBeginQueryEXT")]
public static public static
void BeginQuery(OpenTK.Graphics.ES30.All target, Int32 id) void BeginQuery(OpenTK.Graphics.ES30.All target, Int32 id)
@ -55517,6 +55630,7 @@ namespace OpenTK.Graphics.ES30
} }
/// <summary>[requires: EXT_multiview_draw_buffers]</summary> /// <summary>[requires: EXT_multiview_draw_buffers]</summary>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "EXT_multiview_draw_buffers", Version = "", EntryPoint = "glGetIntegeri_vEXT")] [AutoGenerated(Category = "EXT_multiview_draw_buffers", Version = "", EntryPoint = "glGetIntegeri_vEXT")]
public static public static
void GetInteger(OpenTK.Graphics.ES30.All target, Int32 index, [OutAttribute] Int32[] data) void GetInteger(OpenTK.Graphics.ES30.All target, Int32 index, [OutAttribute] Int32[] data)
@ -55538,6 +55652,7 @@ namespace OpenTK.Graphics.ES30
} }
/// <summary>[requires: EXT_multiview_draw_buffers]</summary> /// <summary>[requires: EXT_multiview_draw_buffers]</summary>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "EXT_multiview_draw_buffers", Version = "", EntryPoint = "glGetIntegeri_vEXT")] [AutoGenerated(Category = "EXT_multiview_draw_buffers", Version = "", EntryPoint = "glGetIntegeri_vEXT")]
public static public static
void GetInteger(OpenTK.Graphics.ES30.All target, Int32 index, [OutAttribute] out Int32 data) void GetInteger(OpenTK.Graphics.ES30.All target, Int32 index, [OutAttribute] out Int32 data)
@ -55560,6 +55675,7 @@ namespace OpenTK.Graphics.ES30
} }
/// <summary>[requires: EXT_multiview_draw_buffers]</summary> /// <summary>[requires: EXT_multiview_draw_buffers]</summary>
[Obsolete("Use strongly-typed overload instead")]
[System.CLSCompliant(false)] [System.CLSCompliant(false)]
[AutoGenerated(Category = "EXT_multiview_draw_buffers", Version = "", EntryPoint = "glGetIntegeri_vEXT")] [AutoGenerated(Category = "EXT_multiview_draw_buffers", Version = "", EntryPoint = "glGetIntegeri_vEXT")]
public static public static
@ -56894,6 +57010,7 @@ namespace OpenTK.Graphics.ES30
/// If a buffer is bound to the GL_QUERY_RESULT_BUFFER target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to GL_QUERY_RESULT_BUFFER, then params is treated as an address in client memory of a variable to receive the resulting data. /// If a buffer is bound to the GL_QUERY_RESULT_BUFFER target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to GL_QUERY_RESULT_BUFFER, then params is treated as an address in client memory of a variable to receive the resulting data.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "EXT_disjoint_timer_query", Version = "", EntryPoint = "glGetQueryObjecti64vEXT")] [AutoGenerated(Category = "EXT_disjoint_timer_query", Version = "", EntryPoint = "glGetQueryObjecti64vEXT")]
public static public static
void GetQueryObject(Int32 id, OpenTK.Graphics.ES30.All pname, [OutAttribute] Int64[] @params) void GetQueryObject(Int32 id, OpenTK.Graphics.ES30.All pname, [OutAttribute] Int64[] @params)
@ -56932,6 +57049,7 @@ namespace OpenTK.Graphics.ES30
/// If a buffer is bound to the GL_QUERY_RESULT_BUFFER target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to GL_QUERY_RESULT_BUFFER, then params is treated as an address in client memory of a variable to receive the resulting data. /// If a buffer is bound to the GL_QUERY_RESULT_BUFFER target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to GL_QUERY_RESULT_BUFFER, then params is treated as an address in client memory of a variable to receive the resulting data.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "EXT_disjoint_timer_query", Version = "", EntryPoint = "glGetQueryObjecti64vEXT")] [AutoGenerated(Category = "EXT_disjoint_timer_query", Version = "", EntryPoint = "glGetQueryObjecti64vEXT")]
public static public static
void GetQueryObject(Int32 id, OpenTK.Graphics.ES30.All pname, [OutAttribute] out Int64 @params) void GetQueryObject(Int32 id, OpenTK.Graphics.ES30.All pname, [OutAttribute] out Int64 @params)
@ -56971,6 +57089,7 @@ namespace OpenTK.Graphics.ES30
/// If a buffer is bound to the GL_QUERY_RESULT_BUFFER target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to GL_QUERY_RESULT_BUFFER, then params is treated as an address in client memory of a variable to receive the resulting data. /// If a buffer is bound to the GL_QUERY_RESULT_BUFFER target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to GL_QUERY_RESULT_BUFFER, then params is treated as an address in client memory of a variable to receive the resulting data.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[System.CLSCompliant(false)] [System.CLSCompliant(false)]
[AutoGenerated(Category = "EXT_disjoint_timer_query", Version = "", EntryPoint = "glGetQueryObjecti64vEXT")] [AutoGenerated(Category = "EXT_disjoint_timer_query", Version = "", EntryPoint = "glGetQueryObjecti64vEXT")]
public static public static
@ -57341,6 +57460,7 @@ namespace OpenTK.Graphics.ES30
/// If a buffer is bound to the GL_QUERY_RESULT_BUFFER target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to GL_QUERY_RESULT_BUFFER, then params is treated as an address in client memory of a variable to receive the resulting data. /// If a buffer is bound to the GL_QUERY_RESULT_BUFFER target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to GL_QUERY_RESULT_BUFFER, then params is treated as an address in client memory of a variable to receive the resulting data.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "EXT_disjoint_timer_query", Version = "", EntryPoint = "glGetQueryObjectivEXT")] [AutoGenerated(Category = "EXT_disjoint_timer_query", Version = "", EntryPoint = "glGetQueryObjectivEXT")]
public static public static
void GetQueryObject(Int32 id, OpenTK.Graphics.ES30.All pname, [OutAttribute] Int32[] @params) void GetQueryObject(Int32 id, OpenTK.Graphics.ES30.All pname, [OutAttribute] Int32[] @params)
@ -57379,6 +57499,7 @@ namespace OpenTK.Graphics.ES30
/// If a buffer is bound to the GL_QUERY_RESULT_BUFFER target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to GL_QUERY_RESULT_BUFFER, then params is treated as an address in client memory of a variable to receive the resulting data. /// If a buffer is bound to the GL_QUERY_RESULT_BUFFER target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to GL_QUERY_RESULT_BUFFER, then params is treated as an address in client memory of a variable to receive the resulting data.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "EXT_disjoint_timer_query", Version = "", EntryPoint = "glGetQueryObjectivEXT")] [AutoGenerated(Category = "EXT_disjoint_timer_query", Version = "", EntryPoint = "glGetQueryObjectivEXT")]
public static public static
void GetQueryObject(Int32 id, OpenTK.Graphics.ES30.All pname, [OutAttribute] out Int32 @params) void GetQueryObject(Int32 id, OpenTK.Graphics.ES30.All pname, [OutAttribute] out Int32 @params)
@ -57418,6 +57539,7 @@ namespace OpenTK.Graphics.ES30
/// If a buffer is bound to the GL_QUERY_RESULT_BUFFER target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to GL_QUERY_RESULT_BUFFER, then params is treated as an address in client memory of a variable to receive the resulting data. /// If a buffer is bound to the GL_QUERY_RESULT_BUFFER target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to GL_QUERY_RESULT_BUFFER, then params is treated as an address in client memory of a variable to receive the resulting data.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[System.CLSCompliant(false)] [System.CLSCompliant(false)]
[AutoGenerated(Category = "EXT_disjoint_timer_query", Version = "", EntryPoint = "glGetQueryObjectivEXT")] [AutoGenerated(Category = "EXT_disjoint_timer_query", Version = "", EntryPoint = "glGetQueryObjectivEXT")]
public static public static
@ -58383,6 +58505,7 @@ namespace OpenTK.Graphics.ES30
/// Specifies a combination of access flags indicating the desired access to the range. /// Specifies a combination of access flags indicating the desired access to the range.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "EXT_map_buffer_range", Version = "", EntryPoint = "glMapBufferRangeEXT")] [AutoGenerated(Category = "EXT_map_buffer_range", Version = "", EntryPoint = "glMapBufferRangeEXT")]
public static public static
IntPtr MapBufferRange(OpenTK.Graphics.ES30.All target, IntPtr offset, IntPtr length, Int32 access) IntPtr MapBufferRange(OpenTK.Graphics.ES30.All target, IntPtr offset, IntPtr length, Int32 access)
@ -60426,6 +60549,7 @@ namespace OpenTK.Graphics.ES30
/// Specifies the new value of the parameter specified by pname for program. /// Specifies the new value of the parameter specified by pname for program.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "EXT_separate_shader_objects", Version = "", EntryPoint = "glProgramParameteriEXT")] [AutoGenerated(Category = "EXT_separate_shader_objects", Version = "", EntryPoint = "glProgramParameteriEXT")]
public static public static
void ProgramParameter(Int32 program, OpenTK.Graphics.ES30.All pname, Int32 value) void ProgramParameter(Int32 program, OpenTK.Graphics.ES30.All pname, Int32 value)
@ -66901,6 +67025,7 @@ namespace OpenTK.Graphics.ES30
/// A Boolean flag determining whether the selected messages should be enabled or disabled. /// A Boolean flag determining whether the selected messages should be enabled or disabled.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glDebugMessageControlKHR")] [AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glDebugMessageControlKHR")]
public static public static
void DebugMessageControl(OpenTK.Graphics.ES30.All source, OpenTK.Graphics.ES30.All type, OpenTK.Graphics.ES30.All severity, Int32 count, Int32[] ids, bool enabled) void DebugMessageControl(OpenTK.Graphics.ES30.All source, OpenTK.Graphics.ES30.All type, OpenTK.Graphics.ES30.All severity, Int32 count, Int32[] ids, bool enabled)
@ -66954,6 +67079,7 @@ namespace OpenTK.Graphics.ES30
/// A Boolean flag determining whether the selected messages should be enabled or disabled. /// A Boolean flag determining whether the selected messages should be enabled or disabled.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glDebugMessageControlKHR")] [AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glDebugMessageControlKHR")]
public static public static
void DebugMessageControl(OpenTK.Graphics.ES30.All source, OpenTK.Graphics.ES30.All type, OpenTK.Graphics.ES30.All severity, Int32 count, ref Int32 ids, bool enabled) void DebugMessageControl(OpenTK.Graphics.ES30.All source, OpenTK.Graphics.ES30.All type, OpenTK.Graphics.ES30.All severity, Int32 count, ref Int32 ids, bool enabled)
@ -67007,6 +67133,7 @@ namespace OpenTK.Graphics.ES30
/// A Boolean flag determining whether the selected messages should be enabled or disabled. /// A Boolean flag determining whether the selected messages should be enabled or disabled.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[System.CLSCompliant(false)] [System.CLSCompliant(false)]
[AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glDebugMessageControlKHR")] [AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glDebugMessageControlKHR")]
public static public static
@ -67524,6 +67651,7 @@ namespace OpenTK.Graphics.ES30
/// The address of a character array containing the message to insert. /// The address of a character array containing the message to insert.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glDebugMessageInsertKHR")] [AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glDebugMessageInsertKHR")]
public static public static
void DebugMessageInsert(OpenTK.Graphics.ES30.All source, OpenTK.Graphics.ES30.All type, Int32 id, OpenTK.Graphics.ES30.All severity, Int32 length, String buf) void DebugMessageInsert(OpenTK.Graphics.ES30.All source, OpenTK.Graphics.ES30.All type, Int32 id, OpenTK.Graphics.ES30.All severity, Int32 length, String buf)
@ -67725,6 +67853,7 @@ namespace OpenTK.Graphics.ES30
/// The address of an array of characters that will receive the messages. /// The address of an array of characters that will receive the messages.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetDebugMessageLogKHR")] [AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetDebugMessageLogKHR")]
public static public static
Int32 GetDebugMessageLog(Int32 count, Int32 bufSize, [OutAttribute] OpenTK.Graphics.ES30.All[] sources, [OutAttribute] OpenTK.Graphics.ES30.All[] types, [OutAttribute] Int32[] ids, [OutAttribute] OpenTK.Graphics.ES30.All[] severities, [OutAttribute] Int32[] lengths, [OutAttribute] StringBuilder messageLog) Int32 GetDebugMessageLog(Int32 count, Int32 bufSize, [OutAttribute] OpenTK.Graphics.ES30.All[] sources, [OutAttribute] OpenTK.Graphics.ES30.All[] types, [OutAttribute] Int32[] ids, [OutAttribute] OpenTK.Graphics.ES30.All[] severities, [OutAttribute] Int32[] lengths, [OutAttribute] StringBuilder messageLog)
@ -67792,6 +67921,7 @@ namespace OpenTK.Graphics.ES30
/// The address of an array of characters that will receive the messages. /// The address of an array of characters that will receive the messages.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetDebugMessageLogKHR")] [AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetDebugMessageLogKHR")]
public static public static
Int32 GetDebugMessageLog(Int32 count, Int32 bufSize, [OutAttribute] out OpenTK.Graphics.ES30.All sources, [OutAttribute] out OpenTK.Graphics.ES30.All types, [OutAttribute] out Int32 ids, [OutAttribute] out OpenTK.Graphics.ES30.All severities, [OutAttribute] out Int32 lengths, [OutAttribute] StringBuilder messageLog) Int32 GetDebugMessageLog(Int32 count, Int32 bufSize, [OutAttribute] out OpenTK.Graphics.ES30.All sources, [OutAttribute] out OpenTK.Graphics.ES30.All types, [OutAttribute] out Int32 ids, [OutAttribute] out OpenTK.Graphics.ES30.All severities, [OutAttribute] out Int32 lengths, [OutAttribute] StringBuilder messageLog)
@ -67865,6 +67995,7 @@ namespace OpenTK.Graphics.ES30
/// The address of an array of characters that will receive the messages. /// The address of an array of characters that will receive the messages.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[System.CLSCompliant(false)] [System.CLSCompliant(false)]
[AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetDebugMessageLogKHR")] [AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetDebugMessageLogKHR")]
public static public static
@ -68509,6 +68640,7 @@ namespace OpenTK.Graphics.ES30
/// The address of a string that will receive the object label. /// The address of a string that will receive the object label.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetObjectLabelKHR")] [AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetObjectLabelKHR")]
public static public static
void GetObjectLabel(OpenTK.Graphics.ES30.All identifier, Int32 name, Int32 bufSize, [OutAttribute] Int32[] length, [OutAttribute] StringBuilder label) void GetObjectLabel(OpenTK.Graphics.ES30.All identifier, Int32 name, Int32 bufSize, [OutAttribute] Int32[] length, [OutAttribute] StringBuilder label)
@ -68557,6 +68689,7 @@ namespace OpenTK.Graphics.ES30
/// The address of a string that will receive the object label. /// The address of a string that will receive the object label.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetObjectLabelKHR")] [AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetObjectLabelKHR")]
public static public static
void GetObjectLabel(OpenTK.Graphics.ES30.All identifier, Int32 name, Int32 bufSize, [OutAttribute] out Int32 length, [OutAttribute] StringBuilder label) void GetObjectLabel(OpenTK.Graphics.ES30.All identifier, Int32 name, Int32 bufSize, [OutAttribute] out Int32 length, [OutAttribute] StringBuilder label)
@ -68606,6 +68739,7 @@ namespace OpenTK.Graphics.ES30
/// The address of a string that will receive the object label. /// The address of a string that will receive the object label.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[System.CLSCompliant(false)] [System.CLSCompliant(false)]
[AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetObjectLabelKHR")] [AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetObjectLabelKHR")]
public static public static
@ -69919,6 +70053,7 @@ namespace OpenTK.Graphics.ES30
/// The address of a string containing the label to assign to the object. /// The address of a string containing the label to assign to the object.
/// </para> /// </para>
/// </param> /// </param>
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glObjectLabelKHR")] [AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glObjectLabelKHR")]
public static public static
void ObjectLabel(OpenTK.Graphics.ES30.All identifier, Int32 name, Int32 length, String label) void ObjectLabel(OpenTK.Graphics.ES30.All identifier, Int32 name, Int32 length, String label)

File diff suppressed because it is too large Load diff

View file

@ -26118,7 +26118,7 @@ namespace OpenTK.Graphics.OpenGL
} }
/// <summary> /// <summary>
/// Not used directly. /// Used in GL.Arb.GetBufferParameter, GL.Arb.GetBufferPointer and 1 other function
/// </summary> /// </summary>
public enum ArbVertexBufferObject : int public enum ArbVertexBufferObject : int
{ {
@ -30743,7 +30743,7 @@ namespace OpenTK.Graphics.OpenGL
} }
/// <summary> /// <summary>
/// Not used directly. /// Used in GL.Ext.BlendEquationSeparate
/// </summary> /// </summary>
public enum ExtBlendEquationSeparate : int public enum ExtBlendEquationSeparate : int
{ {
@ -30882,7 +30882,7 @@ namespace OpenTK.Graphics.OpenGL
} }
/// <summary> /// <summary>
/// Not used directly. /// Used in GL.Ext.ConvolutionFilter1D, GL.Ext.ConvolutionFilter2D and 5 other functions
/// </summary> /// </summary>
public enum ExtConvolution : int public enum ExtConvolution : int
{ {
@ -31167,7 +31167,7 @@ namespace OpenTK.Graphics.OpenGL
} }
/// <summary> /// <summary>
/// Not used directly. /// Used in GL.Ext.FogCoordPointer
/// </summary> /// </summary>
public enum ExtFogCoord : int public enum ExtFogCoord : int
{ {
@ -31702,7 +31702,7 @@ namespace OpenTK.Graphics.OpenGL
} }
/// <summary> /// <summary>
/// Not used directly. /// Used in GL.Ext.GetHistogram, GL.Ext.GetHistogramParameter and 6 other functions
/// </summary> /// </summary>
public enum ExtHistogram : int public enum ExtHistogram : int
{ {
@ -44437,7 +44437,7 @@ namespace OpenTK.Graphics.OpenGL
} }
/// <summary> /// <summary>
/// Used in GL.NV.DrawTransformFeedback /// Used in GL.NV.BindTransformFeedback, GL.NV.DrawTransformFeedback
/// </summary> /// </summary>
public enum NvTransformFeedback2 : int public enum NvTransformFeedback2 : int
{ {
@ -48740,7 +48740,7 @@ namespace OpenTK.Graphics.OpenGL
} }
/// <summary> /// <summary>
/// Not used directly. /// Used in GL.Sgi.ColorTableParameter, GL.Sgi.ColorTable and 3 other functions
/// </summary> /// </summary>
public enum SgiColorTable : int public enum SgiColorTable : int
{ {
@ -48884,7 +48884,7 @@ namespace OpenTK.Graphics.OpenGL
} }
/// <summary> /// <summary>
/// Not used directly. /// Used in GL.Sgis.SamplePattern
/// </summary> /// </summary>
public enum SgisMultisample : int public enum SgisMultisample : int
{ {
@ -48955,7 +48955,7 @@ namespace OpenTK.Graphics.OpenGL
} }
/// <summary> /// <summary>
/// Not used directly. /// Used in GL.Sgis.GetPixelTexGenParameter, GL.Sgis.PixelTexGenParameter
/// </summary> /// </summary>
public enum SgisPixelTexture : int public enum SgisPixelTexture : int
{ {
@ -49489,7 +49489,7 @@ namespace OpenTK.Graphics.OpenGL
} }
/// <summary> /// <summary>
/// Used in GL.Sgix.FragmentLight, GL.Sgix.GetFragmentLight /// Used in GL.Sgix.FragmentLight, GL.Sgix.FragmentLightModel and 2 other functions
/// </summary> /// </summary>
public enum SgixFragmentLighting : int public enum SgixFragmentLighting : int
{ {
@ -49759,7 +49759,7 @@ namespace OpenTK.Graphics.OpenGL
} }
/// <summary> /// <summary>
/// Not used directly. /// Used in GL.Sgix.DeformationMap3
/// </summary> /// </summary>
public enum SgixPolynomialFfd : int public enum SgixPolynomialFfd : int
{ {