Regenerated bindings
This commit is contained in:
parent
2add888424
commit
0b5f03c094
5 changed files with 4805 additions and 11 deletions
|
@ -765,6 +765,7 @@ namespace OpenTK.Graphics.ES11
|
|||
/// Specifies the name of a texture.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glBindTexture")]
|
||||
public static
|
||||
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.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "VERSION_ES_CM_1_0", Version = "1.0", EntryPoint = "glStencilFunc")]
|
||||
public static
|
||||
void StencilFunc(OpenTK.Graphics.ES11.All func, Int32 @ref, Int32 mask)
|
||||
|
|
|
@ -2233,6 +2233,7 @@ namespace OpenTK.Graphics.ES20
|
|||
/// The timeout, specified in nanoseconds, for which the implementation should wait for sync to become signaled.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "APPLE_sync", Version = "", EntryPoint = "glClientWaitSyncAPPLE")]
|
||||
public static
|
||||
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.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "APPLE_sync", Version = "", EntryPoint = "glWaitSyncAPPLE")]
|
||||
public static
|
||||
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.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glBindBuffer")]
|
||||
public static
|
||||
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.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glBindFramebuffer")]
|
||||
public static
|
||||
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.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glBindRenderbuffer")]
|
||||
public static
|
||||
void BindRenderbuffer(OpenTK.Graphics.ES20.All target, Int32 renderbuffer)
|
||||
|
@ -3673,6 +3678,7 @@ namespace OpenTK.Graphics.ES20
|
|||
/// Specifies the name of a texture.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glBindTexture")]
|
||||
public static
|
||||
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.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glDebugMessageControl")]
|
||||
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)
|
||||
|
@ -8124,6 +8131,7 @@ namespace OpenTK.Graphics.ES20
|
|||
/// A Boolean flag determining whether the selected messages should be enabled or disabled.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glDebugMessageControl")]
|
||||
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)
|
||||
|
@ -8177,6 +8185,7 @@ namespace OpenTK.Graphics.ES20
|
|||
/// A Boolean flag determining whether the selected messages should be enabled or disabled.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[System.CLSCompliant(false)]
|
||||
[AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glDebugMessageControl")]
|
||||
public static
|
||||
|
@ -8694,6 +8703,7 @@ namespace OpenTK.Graphics.ES20
|
|||
/// The address of a character array containing the message to insert.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glDebugMessageInsert")]
|
||||
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)
|
||||
|
@ -11104,6 +11114,7 @@ namespace OpenTK.Graphics.ES20
|
|||
/// Specifies the name of an existing renderbuffer object of type renderbuffertarget to attach.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glFramebufferRenderbuffer")]
|
||||
public static
|
||||
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>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glFramebufferTexture2D")]
|
||||
public static
|
||||
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.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetActiveAttrib")]
|
||||
public static
|
||||
void GetActiveAttrib(Int32 program, Int32 index, Int32 bufSize, [OutAttribute] out Int32 length, [OutAttribute] out Int32 size, [OutAttribute] out OpenTK.Graphics.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.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[System.CLSCompliant(false)]
|
||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetActiveAttrib")]
|
||||
public static
|
||||
|
@ -13001,6 +13015,7 @@ namespace OpenTK.Graphics.ES20
|
|||
/// Returns a null terminated string containing the name of the uniform variable.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetActiveUniform")]
|
||||
public static
|
||||
void GetActiveUniform(Int32 program, Int32 index, Int32 bufSize, [OutAttribute] out Int32 length, [OutAttribute] out Int32 size, [OutAttribute] out OpenTK.Graphics.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.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[System.CLSCompliant(false)]
|
||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetActiveUniform")]
|
||||
public static
|
||||
|
@ -14113,6 +14129,7 @@ namespace OpenTK.Graphics.ES20
|
|||
/// The address of an array of characters that will receive the messages.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetDebugMessageLog")]
|
||||
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)
|
||||
|
@ -14180,6 +14197,7 @@ namespace OpenTK.Graphics.ES20
|
|||
/// The address of an array of characters that will receive the messages.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetDebugMessageLog")]
|
||||
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)
|
||||
|
@ -14253,6 +14271,7 @@ namespace OpenTK.Graphics.ES20
|
|||
/// The address of an array of characters that will receive the messages.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[System.CLSCompliant(false)]
|
||||
[AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetDebugMessageLog")]
|
||||
public static
|
||||
|
@ -15616,6 +15635,7 @@ namespace OpenTK.Graphics.ES20
|
|||
/// The address of a string that will receive the object label.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetObjectLabel")]
|
||||
public static
|
||||
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.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetObjectLabel")]
|
||||
public static
|
||||
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.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[System.CLSCompliant(false)]
|
||||
[AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetObjectLabel")]
|
||||
public static
|
||||
|
@ -17423,6 +17445,7 @@ namespace OpenTK.Graphics.ES20
|
|||
/// Returns the requested object parameter.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetProgramiv")]
|
||||
public static
|
||||
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.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetProgramiv")]
|
||||
public static
|
||||
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.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[System.CLSCompliant(false)]
|
||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetProgramiv")]
|
||||
public static
|
||||
|
@ -18486,6 +18511,7 @@ namespace OpenTK.Graphics.ES20
|
|||
/// Returns the requested object parameter.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetShaderiv")]
|
||||
public static
|
||||
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.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetShaderiv")]
|
||||
public static
|
||||
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.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[System.CLSCompliant(false)]
|
||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetShaderiv")]
|
||||
public static
|
||||
|
@ -20583,6 +20611,7 @@ namespace OpenTK.Graphics.ES20
|
|||
/// Returns the requested data.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetVertexAttribfv")]
|
||||
public static
|
||||
void GetVertexAttrib(Int32 index, OpenTK.Graphics.ES20.All pname, [OutAttribute] Single[] @params)
|
||||
|
@ -20621,6 +20650,7 @@ namespace OpenTK.Graphics.ES20
|
|||
/// Returns the requested data.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetVertexAttribfv")]
|
||||
public static
|
||||
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.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[System.CLSCompliant(false)]
|
||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetVertexAttribfv")]
|
||||
public static
|
||||
|
@ -21030,6 +21061,7 @@ namespace OpenTK.Graphics.ES20
|
|||
/// Returns the requested data.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetVertexAttribiv")]
|
||||
public static
|
||||
void GetVertexAttrib(Int32 index, OpenTK.Graphics.ES20.All pname, [OutAttribute] Int32[] @params)
|
||||
|
@ -21068,6 +21100,7 @@ namespace OpenTK.Graphics.ES20
|
|||
/// Returns the requested data.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetVertexAttribiv")]
|
||||
public static
|
||||
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.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[System.CLSCompliant(false)]
|
||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetVertexAttribiv")]
|
||||
public static
|
||||
|
@ -21477,6 +21511,7 @@ namespace OpenTK.Graphics.ES20
|
|||
/// Returns the pointer value.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetVertexAttribPointerv")]
|
||||
public static
|
||||
void GetVertexAttribPointer(Int32 index, OpenTK.Graphics.ES20.All pname, [OutAttribute] IntPtr pointer)
|
||||
|
@ -21509,6 +21544,7 @@ namespace OpenTK.Graphics.ES20
|
|||
/// Returns the pointer value.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetVertexAttribPointerv")]
|
||||
public static
|
||||
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.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetVertexAttribPointerv")]
|
||||
public static
|
||||
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.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetVertexAttribPointerv")]
|
||||
public static
|
||||
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.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetVertexAttribPointerv")]
|
||||
public static
|
||||
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.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glObjectLabel")]
|
||||
public static
|
||||
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.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glShaderBinary")]
|
||||
public static
|
||||
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.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glShaderBinary")]
|
||||
public static
|
||||
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.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glShaderBinary")]
|
||||
public static
|
||||
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.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glShaderBinary")]
|
||||
public static
|
||||
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.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glShaderBinary")]
|
||||
public static
|
||||
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.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glShaderBinary")]
|
||||
public static
|
||||
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.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glShaderBinary")]
|
||||
public static
|
||||
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.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glShaderBinary")]
|
||||
public static
|
||||
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.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glShaderBinary")]
|
||||
public static
|
||||
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.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glShaderBinary")]
|
||||
public static
|
||||
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.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[System.CLSCompliant(false)]
|
||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glShaderBinary")]
|
||||
public static
|
||||
|
@ -25055,6 +25106,7 @@ namespace OpenTK.Graphics.ES20
|
|||
/// Specifies the length of the array whose address is given in binary.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[System.CLSCompliant(false)]
|
||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glShaderBinary")]
|
||||
public static
|
||||
|
@ -25107,6 +25159,7 @@ namespace OpenTK.Graphics.ES20
|
|||
/// Specifies the length of the array whose address is given in binary.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[System.CLSCompliant(false)]
|
||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glShaderBinary")]
|
||||
public static
|
||||
|
@ -25159,6 +25212,7 @@ namespace OpenTK.Graphics.ES20
|
|||
/// Specifies the length of the array whose address is given in binary.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[System.CLSCompliant(false)]
|
||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glShaderBinary")]
|
||||
public static
|
||||
|
@ -25211,6 +25265,7 @@ namespace OpenTK.Graphics.ES20
|
|||
/// Specifies the length of the array whose address is given in binary.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[System.CLSCompliant(false)]
|
||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glShaderBinary")]
|
||||
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.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glStencilFunc")]
|
||||
public static
|
||||
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.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glStencilFuncSeparate")]
|
||||
public static
|
||||
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.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glStencilMaskSeparate")]
|
||||
public static
|
||||
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.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttribPointer")]
|
||||
public static
|
||||
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.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttribPointer")]
|
||||
public static
|
||||
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.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttribPointer")]
|
||||
public static
|
||||
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.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttribPointer")]
|
||||
public static
|
||||
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.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttribPointer")]
|
||||
public static
|
||||
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.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "EXT_disjoint_timer_query|EXT_occlusion_query_boolean", Version = "", EntryPoint = "glBeginQueryEXT")]
|
||||
public static
|
||||
void BeginQuery(OpenTK.Graphics.ES20.All target, Int32 id)
|
||||
|
@ -37430,6 +37494,7 @@ namespace OpenTK.Graphics.ES20
|
|||
}
|
||||
|
||||
/// <summary>[requires: EXT_multiview_draw_buffers]</summary>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "EXT_multiview_draw_buffers", Version = "", EntryPoint = "glGetIntegeri_vEXT")]
|
||||
public static
|
||||
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>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "EXT_multiview_draw_buffers", Version = "", EntryPoint = "glGetIntegeri_vEXT")]
|
||||
public static
|
||||
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>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[System.CLSCompliant(false)]
|
||||
[AutoGenerated(Category = "EXT_multiview_draw_buffers", Version = "", EntryPoint = "glGetIntegeri_vEXT")]
|
||||
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.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "EXT_disjoint_timer_query", Version = "", EntryPoint = "glGetQueryObjecti64vEXT")]
|
||||
public static
|
||||
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.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "EXT_disjoint_timer_query", Version = "", EntryPoint = "glGetQueryObjecti64vEXT")]
|
||||
public static
|
||||
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.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[System.CLSCompliant(false)]
|
||||
[AutoGenerated(Category = "EXT_disjoint_timer_query", Version = "", EntryPoint = "glGetQueryObjecti64vEXT")]
|
||||
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.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "EXT_disjoint_timer_query", Version = "", EntryPoint = "glGetQueryObjectivEXT")]
|
||||
public static
|
||||
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.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "EXT_disjoint_timer_query", Version = "", EntryPoint = "glGetQueryObjectivEXT")]
|
||||
public static
|
||||
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.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[System.CLSCompliant(false)]
|
||||
[AutoGenerated(Category = "EXT_disjoint_timer_query", Version = "", EntryPoint = "glGetQueryObjectivEXT")]
|
||||
public static
|
||||
|
@ -40296,6 +40369,7 @@ namespace OpenTK.Graphics.ES20
|
|||
/// Specifies a combination of access flags indicating the desired access to the range.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "EXT_map_buffer_range", Version = "", EntryPoint = "glMapBufferRangeEXT")]
|
||||
public static
|
||||
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.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "EXT_separate_shader_objects", Version = "", EntryPoint = "glProgramParameteriEXT")]
|
||||
public static
|
||||
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.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glDebugMessageControlKHR")]
|
||||
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)
|
||||
|
@ -48867,6 +48943,7 @@ namespace OpenTK.Graphics.ES20
|
|||
/// A Boolean flag determining whether the selected messages should be enabled or disabled.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glDebugMessageControlKHR")]
|
||||
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)
|
||||
|
@ -48920,6 +48997,7 @@ namespace OpenTK.Graphics.ES20
|
|||
/// A Boolean flag determining whether the selected messages should be enabled or disabled.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[System.CLSCompliant(false)]
|
||||
[AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glDebugMessageControlKHR")]
|
||||
public static
|
||||
|
@ -49437,6 +49515,7 @@ namespace OpenTK.Graphics.ES20
|
|||
/// The address of a character array containing the message to insert.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glDebugMessageInsertKHR")]
|
||||
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)
|
||||
|
@ -49638,6 +49717,7 @@ namespace OpenTK.Graphics.ES20
|
|||
/// The address of an array of characters that will receive the messages.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetDebugMessageLogKHR")]
|
||||
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)
|
||||
|
@ -49705,6 +49785,7 @@ namespace OpenTK.Graphics.ES20
|
|||
/// The address of an array of characters that will receive the messages.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetDebugMessageLogKHR")]
|
||||
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)
|
||||
|
@ -49778,6 +49859,7 @@ namespace OpenTK.Graphics.ES20
|
|||
/// The address of an array of characters that will receive the messages.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[System.CLSCompliant(false)]
|
||||
[AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetDebugMessageLogKHR")]
|
||||
public static
|
||||
|
@ -50422,6 +50504,7 @@ namespace OpenTK.Graphics.ES20
|
|||
/// The address of a string that will receive the object label.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetObjectLabelKHR")]
|
||||
public static
|
||||
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.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetObjectLabelKHR")]
|
||||
public static
|
||||
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.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[System.CLSCompliant(false)]
|
||||
[AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetObjectLabelKHR")]
|
||||
public static
|
||||
|
@ -51832,6 +51917,7 @@ namespace OpenTK.Graphics.ES20
|
|||
/// The address of a string containing the label to assign to the object.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glObjectLabelKHR")]
|
||||
public static
|
||||
void ObjectLabel(OpenTK.Graphics.ES20.All identifier, Int32 name, Int32 length, String label)
|
||||
|
|
|
@ -2233,6 +2233,7 @@ namespace OpenTK.Graphics.ES30
|
|||
/// The timeout, specified in nanoseconds, for which the implementation should wait for sync to become signaled.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "APPLE_sync", Version = "", EntryPoint = "glClientWaitSyncAPPLE")]
|
||||
public static
|
||||
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.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "APPLE_sync", Version = "", EntryPoint = "glWaitSyncAPPLE")]
|
||||
public static
|
||||
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.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glBeginQuery")]
|
||||
public static
|
||||
void BeginQuery(OpenTK.Graphics.ES30.All target, Int32 id)
|
||||
|
@ -3496,6 +3499,7 @@ namespace OpenTK.Graphics.ES30
|
|||
/// Specifies the name of a buffer object.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glBindBuffer")]
|
||||
public static
|
||||
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.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glBindBufferBase")]
|
||||
public static
|
||||
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.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glBindBufferRange")]
|
||||
public static
|
||||
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.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glBindFramebuffer")]
|
||||
public static
|
||||
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.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glBindRenderbuffer")]
|
||||
public static
|
||||
void BindRenderbuffer(OpenTK.Graphics.ES30.All target, Int32 renderbuffer)
|
||||
|
@ -4186,6 +4194,7 @@ namespace OpenTK.Graphics.ES30
|
|||
/// Specifies the name of a texture.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glBindTexture")]
|
||||
public static
|
||||
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.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glBindTransformFeedback")]
|
||||
public static
|
||||
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.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glClientWaitSync")]
|
||||
public static
|
||||
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.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glDebugMessageControl")]
|
||||
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)
|
||||
|
@ -10567,6 +10579,7 @@ namespace OpenTK.Graphics.ES30
|
|||
/// A Boolean flag determining whether the selected messages should be enabled or disabled.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glDebugMessageControl")]
|
||||
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)
|
||||
|
@ -10620,6 +10633,7 @@ namespace OpenTK.Graphics.ES30
|
|||
/// A Boolean flag determining whether the selected messages should be enabled or disabled.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[System.CLSCompliant(false)]
|
||||
[AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glDebugMessageControl")]
|
||||
public static
|
||||
|
@ -11137,6 +11151,7 @@ namespace OpenTK.Graphics.ES30
|
|||
/// The address of a character array containing the message to insert.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glDebugMessageInsert")]
|
||||
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)
|
||||
|
@ -14970,6 +14985,7 @@ namespace OpenTK.Graphics.ES30
|
|||
/// Specifies a pointer to the location where the indices are stored.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glDrawRangeElements")]
|
||||
public static
|
||||
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.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glDrawRangeElements")]
|
||||
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)
|
||||
|
@ -15073,6 +15090,7 @@ namespace OpenTK.Graphics.ES30
|
|||
/// Specifies a pointer to the location where the indices are stored.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glDrawRangeElements")]
|
||||
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)
|
||||
|
@ -15129,6 +15147,7 @@ namespace OpenTK.Graphics.ES30
|
|||
/// Specifies a pointer to the location where the indices are stored.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glDrawRangeElements")]
|
||||
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)
|
||||
|
@ -15185,6 +15204,7 @@ namespace OpenTK.Graphics.ES30
|
|||
/// Specifies a pointer to the location where the indices are stored.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glDrawRangeElements")]
|
||||
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)
|
||||
|
@ -16363,6 +16383,7 @@ namespace OpenTK.Graphics.ES30
|
|||
/// Specifies the name of an existing renderbuffer object of type renderbuffertarget to attach.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glFramebufferRenderbuffer")]
|
||||
public static
|
||||
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>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glFramebufferTexture2D")]
|
||||
public static
|
||||
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.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glFramebufferTextureLayer")]
|
||||
public static
|
||||
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.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetActiveAttrib")]
|
||||
public static
|
||||
void GetActiveAttrib(Int32 program, Int32 index, Int32 bufSize, [OutAttribute] out Int32 length, [OutAttribute] out Int32 size, [OutAttribute] out OpenTK.Graphics.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.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[System.CLSCompliant(false)]
|
||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetActiveAttrib")]
|
||||
public static
|
||||
|
@ -19192,6 +19217,7 @@ namespace OpenTK.Graphics.ES30
|
|||
/// Returns a null terminated string containing the name of the uniform variable.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetActiveUniform")]
|
||||
public static
|
||||
void GetActiveUniform(Int32 program, Int32 index, Int32 bufSize, [OutAttribute] out Int32 length, [OutAttribute] out Int32 size, [OutAttribute] out OpenTK.Graphics.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.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[System.CLSCompliant(false)]
|
||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetActiveUniform")]
|
||||
public static
|
||||
|
@ -19707,6 +19734,7 @@ namespace OpenTK.Graphics.ES30
|
|||
/// Specifies the address of a variable to receive the result of the query.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glGetActiveUniformBlockiv")]
|
||||
public static
|
||||
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.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glGetActiveUniformBlockiv")]
|
||||
public static
|
||||
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.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[System.CLSCompliant(false)]
|
||||
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glGetActiveUniformBlockiv")]
|
||||
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.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glGetActiveUniformsiv")]
|
||||
public static
|
||||
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.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glGetActiveUniformsiv")]
|
||||
public static
|
||||
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.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[System.CLSCompliant(false)]
|
||||
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glGetActiveUniformsiv")]
|
||||
public static
|
||||
|
@ -22193,6 +22226,7 @@ namespace OpenTK.Graphics.ES30
|
|||
/// The address of an array of characters that will receive the messages.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetDebugMessageLog")]
|
||||
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)
|
||||
|
@ -22260,6 +22294,7 @@ namespace OpenTK.Graphics.ES30
|
|||
/// The address of an array of characters that will receive the messages.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetDebugMessageLog")]
|
||||
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)
|
||||
|
@ -22333,6 +22368,7 @@ namespace OpenTK.Graphics.ES30
|
|||
/// The address of an array of characters that will receive the messages.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[System.CLSCompliant(false)]
|
||||
[AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetDebugMessageLog")]
|
||||
public static
|
||||
|
@ -23432,6 +23468,7 @@ namespace OpenTK.Graphics.ES30
|
|||
}
|
||||
|
||||
/// <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")]
|
||||
public static
|
||||
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>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glGetInteger64i_v")]
|
||||
public static
|
||||
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>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[System.CLSCompliant(false)]
|
||||
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glGetInteger64i_v")]
|
||||
public static
|
||||
|
@ -23839,6 +23878,7 @@ namespace OpenTK.Graphics.ES30
|
|||
}
|
||||
|
||||
/// <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")]
|
||||
public static
|
||||
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>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glGetIntegeri_v")]
|
||||
public static
|
||||
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>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[System.CLSCompliant(false)]
|
||||
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glGetIntegeri_v")]
|
||||
public static
|
||||
|
@ -24556,6 +24598,7 @@ namespace OpenTK.Graphics.ES30
|
|||
/// The address of a string that will receive the object label.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetObjectLabel")]
|
||||
public static
|
||||
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.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetObjectLabel")]
|
||||
public static
|
||||
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.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[System.CLSCompliant(false)]
|
||||
[AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetObjectLabel")]
|
||||
public static
|
||||
|
@ -27456,6 +27501,7 @@ namespace OpenTK.Graphics.ES30
|
|||
/// Returns the requested object parameter.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetProgramiv")]
|
||||
public static
|
||||
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.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetProgramiv")]
|
||||
public static
|
||||
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.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[System.CLSCompliant(false)]
|
||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetProgramiv")]
|
||||
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.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glGetQueryObjectuiv")]
|
||||
public static
|
||||
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.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glGetQueryObjectuiv")]
|
||||
public static
|
||||
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.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[System.CLSCompliant(false)]
|
||||
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glGetQueryObjectuiv")]
|
||||
public static
|
||||
|
@ -28796,6 +28847,7 @@ namespace OpenTK.Graphics.ES30
|
|||
/// Returns the sampler parameters.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glGetSamplerParameterfv")]
|
||||
public static
|
||||
void GetSamplerParameter(Int32 sampler, OpenTK.Graphics.ES30.All pname, [OutAttribute] Single[] @params)
|
||||
|
@ -28834,6 +28886,7 @@ namespace OpenTK.Graphics.ES30
|
|||
/// Returns the sampler parameters.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glGetSamplerParameterfv")]
|
||||
public static
|
||||
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.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[System.CLSCompliant(false)]
|
||||
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glGetSamplerParameterfv")]
|
||||
public static
|
||||
|
@ -29243,6 +29297,7 @@ namespace OpenTK.Graphics.ES30
|
|||
/// Returns the sampler parameters.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glGetSamplerParameteriv")]
|
||||
public static
|
||||
void GetSamplerParameter(Int32 sampler, OpenTK.Graphics.ES30.All pname, [OutAttribute] Int32[] @params)
|
||||
|
@ -29281,6 +29336,7 @@ namespace OpenTK.Graphics.ES30
|
|||
/// Returns the sampler parameters.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glGetSamplerParameteriv")]
|
||||
public static
|
||||
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.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[System.CLSCompliant(false)]
|
||||
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glGetSamplerParameteriv")]
|
||||
public static
|
||||
|
@ -29855,6 +29912,7 @@ namespace OpenTK.Graphics.ES30
|
|||
/// Returns the requested object parameter.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetShaderiv")]
|
||||
public static
|
||||
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.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetShaderiv")]
|
||||
public static
|
||||
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.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[System.CLSCompliant(false)]
|
||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetShaderiv")]
|
||||
public static
|
||||
|
@ -30776,6 +30836,7 @@ namespace OpenTK.Graphics.ES30
|
|||
/// For glGetStringi, specifies the index of the string to return.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glGetStringi")]
|
||||
public static
|
||||
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.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glGetTransformFeedbackVarying")]
|
||||
public static
|
||||
void GetTransformFeedbackVarying(Int32 program, Int32 index, Int32 bufSize, [OutAttribute] out Int32 length, [OutAttribute] out Int32 size, [OutAttribute] out OpenTK.Graphics.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.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[System.CLSCompliant(false)]
|
||||
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glGetTransformFeedbackVarying")]
|
||||
public static
|
||||
|
@ -33015,6 +33078,7 @@ namespace OpenTK.Graphics.ES30
|
|||
/// Returns the requested data.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetVertexAttribfv")]
|
||||
public static
|
||||
void GetVertexAttrib(Int32 index, OpenTK.Graphics.ES30.All pname, [OutAttribute] Single[] @params)
|
||||
|
@ -33053,6 +33117,7 @@ namespace OpenTK.Graphics.ES30
|
|||
/// Returns the requested data.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetVertexAttribfv")]
|
||||
public static
|
||||
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.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[System.CLSCompliant(false)]
|
||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetVertexAttribfv")]
|
||||
public static
|
||||
|
@ -33578,6 +33644,7 @@ namespace OpenTK.Graphics.ES30
|
|||
/// Returns the requested data.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetVertexAttribiv")]
|
||||
public static
|
||||
void GetVertexAttrib(Int32 index, OpenTK.Graphics.ES30.All pname, [OutAttribute] Int32[] @params)
|
||||
|
@ -33616,6 +33683,7 @@ namespace OpenTK.Graphics.ES30
|
|||
/// Returns the requested data.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetVertexAttribiv")]
|
||||
public static
|
||||
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.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[System.CLSCompliant(false)]
|
||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetVertexAttribiv")]
|
||||
public static
|
||||
|
@ -34025,6 +34094,7 @@ namespace OpenTK.Graphics.ES30
|
|||
/// Returns the pointer value.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetVertexAttribPointerv")]
|
||||
public static
|
||||
void GetVertexAttribPointer(Int32 index, OpenTK.Graphics.ES30.All pname, [OutAttribute] IntPtr pointer)
|
||||
|
@ -34057,6 +34127,7 @@ namespace OpenTK.Graphics.ES30
|
|||
/// Returns the pointer value.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetVertexAttribPointerv")]
|
||||
public static
|
||||
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.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetVertexAttribPointerv")]
|
||||
public static
|
||||
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.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetVertexAttribPointerv")]
|
||||
public static
|
||||
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.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetVertexAttribPointerv")]
|
||||
public static
|
||||
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.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glObjectLabel")]
|
||||
public static
|
||||
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.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glProgramParameteri")]
|
||||
public static
|
||||
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.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glSamplerParameterf")]
|
||||
public static
|
||||
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.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glSamplerParameterfv")]
|
||||
public static
|
||||
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.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[System.CLSCompliant(false)]
|
||||
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glSamplerParameterfv")]
|
||||
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.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glSamplerParameteri")]
|
||||
public static
|
||||
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.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glSamplerParameteriv")]
|
||||
public static
|
||||
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.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[System.CLSCompliant(false)]
|
||||
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glSamplerParameteriv")]
|
||||
public static
|
||||
|
@ -38993,6 +39075,7 @@ namespace OpenTK.Graphics.ES30
|
|||
/// Specifies the length of the array whose address is given in binary.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glShaderBinary")]
|
||||
public static
|
||||
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.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glShaderBinary")]
|
||||
public static
|
||||
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.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glShaderBinary")]
|
||||
public static
|
||||
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.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glShaderBinary")]
|
||||
public static
|
||||
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.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glShaderBinary")]
|
||||
public static
|
||||
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.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glShaderBinary")]
|
||||
public static
|
||||
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.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glShaderBinary")]
|
||||
public static
|
||||
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.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glShaderBinary")]
|
||||
public static
|
||||
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.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glShaderBinary")]
|
||||
public static
|
||||
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.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glShaderBinary")]
|
||||
public static
|
||||
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.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[System.CLSCompliant(false)]
|
||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glShaderBinary")]
|
||||
public static
|
||||
|
@ -40144,6 +40237,7 @@ namespace OpenTK.Graphics.ES30
|
|||
/// Specifies the length of the array whose address is given in binary.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[System.CLSCompliant(false)]
|
||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glShaderBinary")]
|
||||
public static
|
||||
|
@ -40196,6 +40290,7 @@ namespace OpenTK.Graphics.ES30
|
|||
/// Specifies the length of the array whose address is given in binary.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[System.CLSCompliant(false)]
|
||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glShaderBinary")]
|
||||
public static
|
||||
|
@ -40248,6 +40343,7 @@ namespace OpenTK.Graphics.ES30
|
|||
/// Specifies the length of the array whose address is given in binary.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[System.CLSCompliant(false)]
|
||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glShaderBinary")]
|
||||
public static
|
||||
|
@ -40300,6 +40396,7 @@ namespace OpenTK.Graphics.ES30
|
|||
/// Specifies the length of the array whose address is given in binary.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[System.CLSCompliant(false)]
|
||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glShaderBinary")]
|
||||
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.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glStencilFunc")]
|
||||
public static
|
||||
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.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glStencilFuncSeparate")]
|
||||
public static
|
||||
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.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glStencilMaskSeparate")]
|
||||
public static
|
||||
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.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glTransformFeedbackVaryings")]
|
||||
public static
|
||||
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>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glVertexAttribIPointer")]
|
||||
public static
|
||||
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>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glVertexAttribIPointer")]
|
||||
public static
|
||||
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>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glVertexAttribIPointer")]
|
||||
public static
|
||||
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>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glVertexAttribIPointer")]
|
||||
public static
|
||||
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>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glVertexAttribIPointer")]
|
||||
public static
|
||||
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.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttribPointer")]
|
||||
public static
|
||||
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.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttribPointer")]
|
||||
public static
|
||||
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.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttribPointer")]
|
||||
public static
|
||||
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.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttribPointer")]
|
||||
public static
|
||||
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.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glVertexAttribPointer")]
|
||||
public static
|
||||
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.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glWaitSync")]
|
||||
public static
|
||||
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.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "EXT_disjoint_timer_query|EXT_occlusion_query_boolean", Version = "", EntryPoint = "glBeginQueryEXT")]
|
||||
public static
|
||||
void BeginQuery(OpenTK.Graphics.ES30.All target, Int32 id)
|
||||
|
@ -55517,6 +55630,7 @@ namespace OpenTK.Graphics.ES30
|
|||
}
|
||||
|
||||
/// <summary>[requires: EXT_multiview_draw_buffers]</summary>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "EXT_multiview_draw_buffers", Version = "", EntryPoint = "glGetIntegeri_vEXT")]
|
||||
public static
|
||||
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>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "EXT_multiview_draw_buffers", Version = "", EntryPoint = "glGetIntegeri_vEXT")]
|
||||
public static
|
||||
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>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[System.CLSCompliant(false)]
|
||||
[AutoGenerated(Category = "EXT_multiview_draw_buffers", Version = "", EntryPoint = "glGetIntegeri_vEXT")]
|
||||
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.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "EXT_disjoint_timer_query", Version = "", EntryPoint = "glGetQueryObjecti64vEXT")]
|
||||
public static
|
||||
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.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "EXT_disjoint_timer_query", Version = "", EntryPoint = "glGetQueryObjecti64vEXT")]
|
||||
public static
|
||||
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.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[System.CLSCompliant(false)]
|
||||
[AutoGenerated(Category = "EXT_disjoint_timer_query", Version = "", EntryPoint = "glGetQueryObjecti64vEXT")]
|
||||
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.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "EXT_disjoint_timer_query", Version = "", EntryPoint = "glGetQueryObjectivEXT")]
|
||||
public static
|
||||
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.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "EXT_disjoint_timer_query", Version = "", EntryPoint = "glGetQueryObjectivEXT")]
|
||||
public static
|
||||
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.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[System.CLSCompliant(false)]
|
||||
[AutoGenerated(Category = "EXT_disjoint_timer_query", Version = "", EntryPoint = "glGetQueryObjectivEXT")]
|
||||
public static
|
||||
|
@ -58383,6 +58505,7 @@ namespace OpenTK.Graphics.ES30
|
|||
/// Specifies a combination of access flags indicating the desired access to the range.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "EXT_map_buffer_range", Version = "", EntryPoint = "glMapBufferRangeEXT")]
|
||||
public static
|
||||
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.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "EXT_separate_shader_objects", Version = "", EntryPoint = "glProgramParameteriEXT")]
|
||||
public static
|
||||
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.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glDebugMessageControlKHR")]
|
||||
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)
|
||||
|
@ -66954,6 +67079,7 @@ namespace OpenTK.Graphics.ES30
|
|||
/// A Boolean flag determining whether the selected messages should be enabled or disabled.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glDebugMessageControlKHR")]
|
||||
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)
|
||||
|
@ -67007,6 +67133,7 @@ namespace OpenTK.Graphics.ES30
|
|||
/// A Boolean flag determining whether the selected messages should be enabled or disabled.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[System.CLSCompliant(false)]
|
||||
[AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glDebugMessageControlKHR")]
|
||||
public static
|
||||
|
@ -67524,6 +67651,7 @@ namespace OpenTK.Graphics.ES30
|
|||
/// The address of a character array containing the message to insert.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glDebugMessageInsertKHR")]
|
||||
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)
|
||||
|
@ -67725,6 +67853,7 @@ namespace OpenTK.Graphics.ES30
|
|||
/// The address of an array of characters that will receive the messages.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetDebugMessageLogKHR")]
|
||||
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)
|
||||
|
@ -67792,6 +67921,7 @@ namespace OpenTK.Graphics.ES30
|
|||
/// The address of an array of characters that will receive the messages.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetDebugMessageLogKHR")]
|
||||
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)
|
||||
|
@ -67865,6 +67995,7 @@ namespace OpenTK.Graphics.ES30
|
|||
/// The address of an array of characters that will receive the messages.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[System.CLSCompliant(false)]
|
||||
[AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetDebugMessageLogKHR")]
|
||||
public static
|
||||
|
@ -68509,6 +68640,7 @@ namespace OpenTK.Graphics.ES30
|
|||
/// The address of a string that will receive the object label.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetObjectLabelKHR")]
|
||||
public static
|
||||
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.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetObjectLabelKHR")]
|
||||
public static
|
||||
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.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[System.CLSCompliant(false)]
|
||||
[AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glGetObjectLabelKHR")]
|
||||
public static
|
||||
|
@ -69919,6 +70053,7 @@ namespace OpenTK.Graphics.ES30
|
|||
/// The address of a string containing the label to assign to the object.
|
||||
/// </para>
|
||||
/// </param>
|
||||
[Obsolete("Use strongly-typed overload instead")]
|
||||
[AutoGenerated(Category = "KHR_debug", Version = "", EntryPoint = "glObjectLabelKHR")]
|
||||
public static
|
||||
void ObjectLabel(OpenTK.Graphics.ES30.All identifier, Int32 name, Int32 length, String label)
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -26118,7 +26118,7 @@ namespace OpenTK.Graphics.OpenGL
|
|||
}
|
||||
|
||||
/// <summary>
|
||||
/// Not used directly.
|
||||
/// Used in GL.Arb.GetBufferParameter, GL.Arb.GetBufferPointer and 1 other function
|
||||
/// </summary>
|
||||
public enum ArbVertexBufferObject : int
|
||||
{
|
||||
|
@ -30743,7 +30743,7 @@ namespace OpenTK.Graphics.OpenGL
|
|||
}
|
||||
|
||||
/// <summary>
|
||||
/// Not used directly.
|
||||
/// Used in GL.Ext.BlendEquationSeparate
|
||||
/// </summary>
|
||||
public enum ExtBlendEquationSeparate : int
|
||||
{
|
||||
|
@ -30882,7 +30882,7 @@ namespace OpenTK.Graphics.OpenGL
|
|||
}
|
||||
|
||||
/// <summary>
|
||||
/// Not used directly.
|
||||
/// Used in GL.Ext.ConvolutionFilter1D, GL.Ext.ConvolutionFilter2D and 5 other functions
|
||||
/// </summary>
|
||||
public enum ExtConvolution : int
|
||||
{
|
||||
|
@ -31167,7 +31167,7 @@ namespace OpenTK.Graphics.OpenGL
|
|||
}
|
||||
|
||||
/// <summary>
|
||||
/// Not used directly.
|
||||
/// Used in GL.Ext.FogCoordPointer
|
||||
/// </summary>
|
||||
public enum ExtFogCoord : int
|
||||
{
|
||||
|
@ -31702,7 +31702,7 @@ namespace OpenTK.Graphics.OpenGL
|
|||
}
|
||||
|
||||
/// <summary>
|
||||
/// Not used directly.
|
||||
/// Used in GL.Ext.GetHistogram, GL.Ext.GetHistogramParameter and 6 other functions
|
||||
/// </summary>
|
||||
public enum ExtHistogram : int
|
||||
{
|
||||
|
@ -44437,7 +44437,7 @@ namespace OpenTK.Graphics.OpenGL
|
|||
}
|
||||
|
||||
/// <summary>
|
||||
/// Used in GL.NV.DrawTransformFeedback
|
||||
/// Used in GL.NV.BindTransformFeedback, GL.NV.DrawTransformFeedback
|
||||
/// </summary>
|
||||
public enum NvTransformFeedback2 : int
|
||||
{
|
||||
|
@ -48740,7 +48740,7 @@ namespace OpenTK.Graphics.OpenGL
|
|||
}
|
||||
|
||||
/// <summary>
|
||||
/// Not used directly.
|
||||
/// Used in GL.Sgi.ColorTableParameter, GL.Sgi.ColorTable and 3 other functions
|
||||
/// </summary>
|
||||
public enum SgiColorTable : int
|
||||
{
|
||||
|
@ -48884,7 +48884,7 @@ namespace OpenTK.Graphics.OpenGL
|
|||
}
|
||||
|
||||
/// <summary>
|
||||
/// Not used directly.
|
||||
/// Used in GL.Sgis.SamplePattern
|
||||
/// </summary>
|
||||
public enum SgisMultisample : int
|
||||
{
|
||||
|
@ -48955,7 +48955,7 @@ namespace OpenTK.Graphics.OpenGL
|
|||
}
|
||||
|
||||
/// <summary>
|
||||
/// Not used directly.
|
||||
/// Used in GL.Sgis.GetPixelTexGenParameter, GL.Sgis.PixelTexGenParameter
|
||||
/// </summary>
|
||||
public enum SgisPixelTexture : int
|
||||
{
|
||||
|
@ -49489,7 +49489,7 @@ namespace OpenTK.Graphics.OpenGL
|
|||
}
|
||||
|
||||
/// <summary>
|
||||
/// Used in GL.Sgix.FragmentLight, GL.Sgix.GetFragmentLight
|
||||
/// Used in GL.Sgix.FragmentLight, GL.Sgix.FragmentLightModel and 2 other functions
|
||||
/// </summary>
|
||||
public enum SgixFragmentLighting : int
|
||||
{
|
||||
|
@ -49759,7 +49759,7 @@ namespace OpenTK.Graphics.OpenGL
|
|||
}
|
||||
|
||||
/// <summary>
|
||||
/// Not used directly.
|
||||
/// Used in GL.Sgix.DeformationMap3
|
||||
/// </summary>
|
||||
public enum SgixPolynomialFfd : int
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue