mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-23 20:25:39 +00:00
Merge pull request #154 from opentk/glspecs_july2014
[ES][GL] Sync with July 2014 specification
This commit is contained in:
commit
de109bb714
File diff suppressed because it is too large
Load diff
|
@ -13181,9 +13181,12 @@ namespace OpenTK.Graphics.ES11
|
||||||
/// <param name="x">
|
/// <param name="x">
|
||||||
/// Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command.
|
/// Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command.
|
||||||
/// </param>
|
/// </param>
|
||||||
|
/// <param name="y">
|
||||||
|
/// Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command.
|
||||||
|
/// </param>
|
||||||
[AutoGenerated(Category = "OES_byte_coordinates", Version = "", EntryPoint = "glVertex2bOES")]
|
[AutoGenerated(Category = "OES_byte_coordinates", Version = "", EntryPoint = "glVertex2bOES")]
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static void Vertex2(Byte x) { throw new NotImplementedException(); }
|
public static void Vertex2(Byte x, Byte y) { throw new NotImplementedException(); }
|
||||||
|
|
||||||
/// <summary>[requires: OES_byte_coordinates]
|
/// <summary>[requires: OES_byte_coordinates]
|
||||||
/// Specify a vertex
|
/// Specify a vertex
|
||||||
|
@ -13191,9 +13194,12 @@ namespace OpenTK.Graphics.ES11
|
||||||
/// <param name="x">
|
/// <param name="x">
|
||||||
/// Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command.
|
/// Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command.
|
||||||
/// </param>
|
/// </param>
|
||||||
|
/// <param name="y">
|
||||||
|
/// Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command.
|
||||||
|
/// </param>
|
||||||
[AutoGenerated(Category = "OES_byte_coordinates", Version = "", EntryPoint = "glVertex2bOES")]
|
[AutoGenerated(Category = "OES_byte_coordinates", Version = "", EntryPoint = "glVertex2bOES")]
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static void Vertex2(SByte x) { throw new NotImplementedException(); }
|
public static void Vertex2(SByte x, SByte y) { throw new NotImplementedException(); }
|
||||||
|
|
||||||
/// <summary>[requires: OES_byte_coordinates]
|
/// <summary>[requires: OES_byte_coordinates]
|
||||||
/// Specify a vertex
|
/// Specify a vertex
|
||||||
|
@ -13205,6 +13211,16 @@ namespace OpenTK.Graphics.ES11
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static void Vertex2(Byte[] coords) { throw new NotImplementedException(); }
|
public static void Vertex2(Byte[] coords) { throw new NotImplementedException(); }
|
||||||
|
|
||||||
|
/// <summary>[requires: OES_byte_coordinates]
|
||||||
|
/// Specify a vertex
|
||||||
|
/// </summary>
|
||||||
|
/// <param name="coords">[length: 2]
|
||||||
|
/// Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command.
|
||||||
|
/// </param>
|
||||||
|
[AutoGenerated(Category = "OES_byte_coordinates", Version = "", EntryPoint = "glVertex2bvOES")]
|
||||||
|
[CLSCompliant(false)]
|
||||||
|
public static void Vertex2(ref Byte coords) { throw new NotImplementedException(); }
|
||||||
|
|
||||||
/// <summary>[requires: OES_byte_coordinates]
|
/// <summary>[requires: OES_byte_coordinates]
|
||||||
/// Specify a vertex
|
/// Specify a vertex
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
@ -13225,6 +13241,16 @@ namespace OpenTK.Graphics.ES11
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static void Vertex2(SByte[] coords) { throw new NotImplementedException(); }
|
public static void Vertex2(SByte[] coords) { throw new NotImplementedException(); }
|
||||||
|
|
||||||
|
/// <summary>[requires: OES_byte_coordinates]
|
||||||
|
/// Specify a vertex
|
||||||
|
/// </summary>
|
||||||
|
/// <param name="coords">[length: 2]
|
||||||
|
/// Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command.
|
||||||
|
/// </param>
|
||||||
|
[AutoGenerated(Category = "OES_byte_coordinates", Version = "", EntryPoint = "glVertex2bvOES")]
|
||||||
|
[CLSCompliant(false)]
|
||||||
|
public static void Vertex2(ref SByte coords) { throw new NotImplementedException(); }
|
||||||
|
|
||||||
/// <summary>[requires: OES_byte_coordinates]
|
/// <summary>[requires: OES_byte_coordinates]
|
||||||
/// Specify a vertex
|
/// Specify a vertex
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
@ -13261,9 +13287,12 @@ namespace OpenTK.Graphics.ES11
|
||||||
/// <param name="y">
|
/// <param name="y">
|
||||||
/// Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command.
|
/// Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command.
|
||||||
/// </param>
|
/// </param>
|
||||||
|
/// <param name="z">
|
||||||
|
/// Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command.
|
||||||
|
/// </param>
|
||||||
[AutoGenerated(Category = "OES_byte_coordinates", Version = "", EntryPoint = "glVertex3bOES")]
|
[AutoGenerated(Category = "OES_byte_coordinates", Version = "", EntryPoint = "glVertex3bOES")]
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static void Vertex3(Byte x, Byte y) { throw new NotImplementedException(); }
|
public static void Vertex3(Byte x, Byte y, Byte z) { throw new NotImplementedException(); }
|
||||||
|
|
||||||
/// <summary>[requires: OES_byte_coordinates]
|
/// <summary>[requires: OES_byte_coordinates]
|
||||||
/// Specify a vertex
|
/// Specify a vertex
|
||||||
|
@ -13274,9 +13303,12 @@ namespace OpenTK.Graphics.ES11
|
||||||
/// <param name="y">
|
/// <param name="y">
|
||||||
/// Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command.
|
/// Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command.
|
||||||
/// </param>
|
/// </param>
|
||||||
|
/// <param name="z">
|
||||||
|
/// Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command.
|
||||||
|
/// </param>
|
||||||
[AutoGenerated(Category = "OES_byte_coordinates", Version = "", EntryPoint = "glVertex3bOES")]
|
[AutoGenerated(Category = "OES_byte_coordinates", Version = "", EntryPoint = "glVertex3bOES")]
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static void Vertex3(SByte x, SByte y) { throw new NotImplementedException(); }
|
public static void Vertex3(SByte x, SByte y, SByte z) { throw new NotImplementedException(); }
|
||||||
|
|
||||||
/// <summary>[requires: OES_byte_coordinates]
|
/// <summary>[requires: OES_byte_coordinates]
|
||||||
/// Specify a vertex
|
/// Specify a vertex
|
||||||
|
@ -13374,9 +13406,12 @@ namespace OpenTK.Graphics.ES11
|
||||||
/// <param name="z">
|
/// <param name="z">
|
||||||
/// Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command.
|
/// Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command.
|
||||||
/// </param>
|
/// </param>
|
||||||
|
/// <param name="w">
|
||||||
|
/// Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command.
|
||||||
|
/// </param>
|
||||||
[AutoGenerated(Category = "OES_byte_coordinates", Version = "", EntryPoint = "glVertex4bOES")]
|
[AutoGenerated(Category = "OES_byte_coordinates", Version = "", EntryPoint = "glVertex4bOES")]
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static void Vertex4(Byte x, Byte y, Byte z) { throw new NotImplementedException(); }
|
public static void Vertex4(Byte x, Byte y, Byte z, Byte w) { throw new NotImplementedException(); }
|
||||||
|
|
||||||
/// <summary>[requires: OES_byte_coordinates]
|
/// <summary>[requires: OES_byte_coordinates]
|
||||||
/// Specify a vertex
|
/// Specify a vertex
|
||||||
|
@ -13390,9 +13425,12 @@ namespace OpenTK.Graphics.ES11
|
||||||
/// <param name="z">
|
/// <param name="z">
|
||||||
/// Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command.
|
/// Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command.
|
||||||
/// </param>
|
/// </param>
|
||||||
|
/// <param name="w">
|
||||||
|
/// Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command.
|
||||||
|
/// </param>
|
||||||
[AutoGenerated(Category = "OES_byte_coordinates", Version = "", EntryPoint = "glVertex4bOES")]
|
[AutoGenerated(Category = "OES_byte_coordinates", Version = "", EntryPoint = "glVertex4bOES")]
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static void Vertex4(SByte x, SByte y, SByte z) { throw new NotImplementedException(); }
|
public static void Vertex4(SByte x, SByte y, SByte z, SByte w) { throw new NotImplementedException(); }
|
||||||
|
|
||||||
/// <summary>[requires: OES_byte_coordinates]
|
/// <summary>[requires: OES_byte_coordinates]
|
||||||
/// Specify a vertex
|
/// Specify a vertex
|
||||||
|
@ -15410,7 +15448,7 @@ namespace OpenTK.Graphics.ES11
|
||||||
static extern byte glUnmapBufferOES(System.Int32 target);
|
static extern byte glUnmapBufferOES(System.Int32 target);
|
||||||
[Slot(368)]
|
[Slot(368)]
|
||||||
[DllImport(Library, ExactSpelling = true, CallingConvention = CallingConvention.Winapi)]
|
[DllImport(Library, ExactSpelling = true, CallingConvention = CallingConvention.Winapi)]
|
||||||
static extern void glVertex2bOES(SByte x);
|
static extern void glVertex2bOES(SByte x, SByte y);
|
||||||
[Slot(369)]
|
[Slot(369)]
|
||||||
[DllImport(Library, ExactSpelling = true, CallingConvention = CallingConvention.Winapi)]
|
[DllImport(Library, ExactSpelling = true, CallingConvention = CallingConvention.Winapi)]
|
||||||
static extern unsafe void glVertex2bvOES(SByte* coords);
|
static extern unsafe void glVertex2bvOES(SByte* coords);
|
||||||
|
@ -15422,7 +15460,7 @@ namespace OpenTK.Graphics.ES11
|
||||||
static extern unsafe void glVertex2xvOES(int* coords);
|
static extern unsafe void glVertex2xvOES(int* coords);
|
||||||
[Slot(372)]
|
[Slot(372)]
|
||||||
[DllImport(Library, ExactSpelling = true, CallingConvention = CallingConvention.Winapi)]
|
[DllImport(Library, ExactSpelling = true, CallingConvention = CallingConvention.Winapi)]
|
||||||
static extern void glVertex3bOES(SByte x, SByte y);
|
static extern void glVertex3bOES(SByte x, SByte y, SByte z);
|
||||||
[Slot(373)]
|
[Slot(373)]
|
||||||
[DllImport(Library, ExactSpelling = true, CallingConvention = CallingConvention.Winapi)]
|
[DllImport(Library, ExactSpelling = true, CallingConvention = CallingConvention.Winapi)]
|
||||||
static extern unsafe void glVertex3bvOES(SByte* coords);
|
static extern unsafe void glVertex3bvOES(SByte* coords);
|
||||||
|
@ -15434,7 +15472,7 @@ namespace OpenTK.Graphics.ES11
|
||||||
static extern unsafe void glVertex3xvOES(int* coords);
|
static extern unsafe void glVertex3xvOES(int* coords);
|
||||||
[Slot(376)]
|
[Slot(376)]
|
||||||
[DllImport(Library, ExactSpelling = true, CallingConvention = CallingConvention.Winapi)]
|
[DllImport(Library, ExactSpelling = true, CallingConvention = CallingConvention.Winapi)]
|
||||||
static extern void glVertex4bOES(SByte x, SByte y, SByte z);
|
static extern void glVertex4bOES(SByte x, SByte y, SByte z, SByte w);
|
||||||
[Slot(377)]
|
[Slot(377)]
|
||||||
[DllImport(Library, ExactSpelling = true, CallingConvention = CallingConvention.Winapi)]
|
[DllImport(Library, ExactSpelling = true, CallingConvention = CallingConvention.Winapi)]
|
||||||
static extern unsafe void glVertex4bvOES(SByte* coords);
|
static extern unsafe void glVertex4bvOES(SByte* coords);
|
||||||
|
|
|
@ -12248,6 +12248,10 @@ namespace OpenTK.Graphics.ES11
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public enum OesByteCoordinates : int
|
public enum OesByteCoordinates : int
|
||||||
{
|
{
|
||||||
|
/// <summary>
|
||||||
|
/// Original was GL_BYTE = 0x1400
|
||||||
|
/// </summary>
|
||||||
|
Byte = ((int)0x1400) ,
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|
|
@ -10103,7 +10103,7 @@ namespace OpenTK.Graphics.ES20
|
||||||
/// <param name="location">
|
/// <param name="location">
|
||||||
/// Specifies the location of the uniform variable to be queried.
|
/// Specifies the location of the uniform variable to be queried.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="@params">[length: location]
|
/// <param name="@params">[length: program, location]
|
||||||
/// Returns the value of the specified uniform variable.
|
/// Returns the value of the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetUniformfv")]
|
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetUniformfv")]
|
||||||
|
@ -10119,7 +10119,7 @@ namespace OpenTK.Graphics.ES20
|
||||||
/// <param name="location">
|
/// <param name="location">
|
||||||
/// Specifies the location of the uniform variable to be queried.
|
/// Specifies the location of the uniform variable to be queried.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="@params">[length: location]
|
/// <param name="@params">[length: program, location]
|
||||||
/// Returns the value of the specified uniform variable.
|
/// Returns the value of the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetUniformfv")]
|
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetUniformfv")]
|
||||||
|
@ -10135,7 +10135,7 @@ namespace OpenTK.Graphics.ES20
|
||||||
/// <param name="location">
|
/// <param name="location">
|
||||||
/// Specifies the location of the uniform variable to be queried.
|
/// Specifies the location of the uniform variable to be queried.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="@params">[length: location]
|
/// <param name="@params">[length: program, location]
|
||||||
/// Returns the value of the specified uniform variable.
|
/// Returns the value of the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetUniformfv")]
|
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetUniformfv")]
|
||||||
|
@ -10151,7 +10151,7 @@ namespace OpenTK.Graphics.ES20
|
||||||
/// <param name="location">
|
/// <param name="location">
|
||||||
/// Specifies the location of the uniform variable to be queried.
|
/// Specifies the location of the uniform variable to be queried.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="@params">[length: location]
|
/// <param name="@params">[length: program, location]
|
||||||
/// Returns the value of the specified uniform variable.
|
/// Returns the value of the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetUniformfv")]
|
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetUniformfv")]
|
||||||
|
@ -10167,7 +10167,7 @@ namespace OpenTK.Graphics.ES20
|
||||||
/// <param name="location">
|
/// <param name="location">
|
||||||
/// Specifies the location of the uniform variable to be queried.
|
/// Specifies the location of the uniform variable to be queried.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="@params">[length: location]
|
/// <param name="@params">[length: program, location]
|
||||||
/// Returns the value of the specified uniform variable.
|
/// Returns the value of the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetUniformfv")]
|
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetUniformfv")]
|
||||||
|
@ -10183,7 +10183,7 @@ namespace OpenTK.Graphics.ES20
|
||||||
/// <param name="location">
|
/// <param name="location">
|
||||||
/// Specifies the location of the uniform variable to be queried.
|
/// Specifies the location of the uniform variable to be queried.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="@params">[length: location]
|
/// <param name="@params">[length: program, location]
|
||||||
/// Returns the value of the specified uniform variable.
|
/// Returns the value of the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetUniformfv")]
|
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetUniformfv")]
|
||||||
|
@ -10199,7 +10199,7 @@ namespace OpenTK.Graphics.ES20
|
||||||
/// <param name="location">
|
/// <param name="location">
|
||||||
/// Specifies the location of the uniform variable to be queried.
|
/// Specifies the location of the uniform variable to be queried.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="@params">[length: location]
|
/// <param name="@params">[length: program, location]
|
||||||
/// Returns the value of the specified uniform variable.
|
/// Returns the value of the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetUniformiv")]
|
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetUniformiv")]
|
||||||
|
@ -10215,7 +10215,7 @@ namespace OpenTK.Graphics.ES20
|
||||||
/// <param name="location">
|
/// <param name="location">
|
||||||
/// Specifies the location of the uniform variable to be queried.
|
/// Specifies the location of the uniform variable to be queried.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="@params">[length: location]
|
/// <param name="@params">[length: program, location]
|
||||||
/// Returns the value of the specified uniform variable.
|
/// Returns the value of the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetUniformiv")]
|
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetUniformiv")]
|
||||||
|
@ -10231,7 +10231,7 @@ namespace OpenTK.Graphics.ES20
|
||||||
/// <param name="location">
|
/// <param name="location">
|
||||||
/// Specifies the location of the uniform variable to be queried.
|
/// Specifies the location of the uniform variable to be queried.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="@params">[length: location]
|
/// <param name="@params">[length: program, location]
|
||||||
/// Returns the value of the specified uniform variable.
|
/// Returns the value of the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetUniformiv")]
|
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetUniformiv")]
|
||||||
|
@ -10247,7 +10247,7 @@ namespace OpenTK.Graphics.ES20
|
||||||
/// <param name="location">
|
/// <param name="location">
|
||||||
/// Specifies the location of the uniform variable to be queried.
|
/// Specifies the location of the uniform variable to be queried.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="@params">[length: location]
|
/// <param name="@params">[length: program, location]
|
||||||
/// Returns the value of the specified uniform variable.
|
/// Returns the value of the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetUniformiv")]
|
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetUniformiv")]
|
||||||
|
@ -10263,7 +10263,7 @@ namespace OpenTK.Graphics.ES20
|
||||||
/// <param name="location">
|
/// <param name="location">
|
||||||
/// Specifies the location of the uniform variable to be queried.
|
/// Specifies the location of the uniform variable to be queried.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="@params">[length: location]
|
/// <param name="@params">[length: program, location]
|
||||||
/// Returns the value of the specified uniform variable.
|
/// Returns the value of the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetUniformiv")]
|
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetUniformiv")]
|
||||||
|
@ -10279,7 +10279,7 @@ namespace OpenTK.Graphics.ES20
|
||||||
/// <param name="location">
|
/// <param name="location">
|
||||||
/// Specifies the location of the uniform variable to be queried.
|
/// Specifies the location of the uniform variable to be queried.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="@params">[length: location]
|
/// <param name="@params">[length: program, location]
|
||||||
/// Returns the value of the specified uniform variable.
|
/// Returns the value of the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetUniformiv")]
|
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetUniformiv")]
|
||||||
|
@ -15102,7 +15102,7 @@ namespace OpenTK.Graphics.ES20
|
||||||
/// <param name="count">
|
/// <param name="count">
|
||||||
/// Specifies the new values to be used for the specified uniform variable.
|
/// Specifies the new values to be used for the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="value">[length: count]
|
/// <param name="value">[length: count*1]
|
||||||
/// Specifies the new values to be used for the specified uniform variable.
|
/// Specifies the new values to be used for the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glUniform1fv")]
|
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glUniform1fv")]
|
||||||
|
@ -15118,7 +15118,7 @@ namespace OpenTK.Graphics.ES20
|
||||||
/// <param name="count">
|
/// <param name="count">
|
||||||
/// Specifies the new values to be used for the specified uniform variable.
|
/// Specifies the new values to be used for the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="value">[length: count]
|
/// <param name="value">[length: count*1]
|
||||||
/// Specifies the new values to be used for the specified uniform variable.
|
/// Specifies the new values to be used for the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glUniform1fv")]
|
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glUniform1fv")]
|
||||||
|
@ -15134,7 +15134,7 @@ namespace OpenTK.Graphics.ES20
|
||||||
/// <param name="count">
|
/// <param name="count">
|
||||||
/// Specifies the new values to be used for the specified uniform variable.
|
/// Specifies the new values to be used for the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="value">[length: count]
|
/// <param name="value">[length: count*1]
|
||||||
/// Specifies the new values to be used for the specified uniform variable.
|
/// Specifies the new values to be used for the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glUniform1fv")]
|
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glUniform1fv")]
|
||||||
|
@ -15162,7 +15162,7 @@ namespace OpenTK.Graphics.ES20
|
||||||
/// <param name="count">
|
/// <param name="count">
|
||||||
/// Specifies the new values to be used for the specified uniform variable.
|
/// Specifies the new values to be used for the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="value">[length: count]
|
/// <param name="value">[length: count*1]
|
||||||
/// Specifies the new values to be used for the specified uniform variable.
|
/// Specifies the new values to be used for the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glUniform1iv")]
|
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glUniform1iv")]
|
||||||
|
@ -15178,7 +15178,7 @@ namespace OpenTK.Graphics.ES20
|
||||||
/// <param name="count">
|
/// <param name="count">
|
||||||
/// Specifies the new values to be used for the specified uniform variable.
|
/// Specifies the new values to be used for the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="value">[length: count]
|
/// <param name="value">[length: count*1]
|
||||||
/// Specifies the new values to be used for the specified uniform variable.
|
/// Specifies the new values to be used for the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glUniform1iv")]
|
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glUniform1iv")]
|
||||||
|
@ -15194,7 +15194,7 @@ namespace OpenTK.Graphics.ES20
|
||||||
/// <param name="count">
|
/// <param name="count">
|
||||||
/// Specifies the new values to be used for the specified uniform variable.
|
/// Specifies the new values to be used for the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="value">[length: count]
|
/// <param name="value">[length: count*1]
|
||||||
/// Specifies the new values to be used for the specified uniform variable.
|
/// Specifies the new values to be used for the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glUniform1iv")]
|
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glUniform1iv")]
|
||||||
|
@ -15225,7 +15225,7 @@ namespace OpenTK.Graphics.ES20
|
||||||
/// <param name="count">
|
/// <param name="count">
|
||||||
/// Specifies the new values to be used for the specified uniform variable.
|
/// Specifies the new values to be used for the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="value">[length: count]
|
/// <param name="value">[length: count*2]
|
||||||
/// Specifies the new values to be used for the specified uniform variable.
|
/// Specifies the new values to be used for the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glUniform2fv")]
|
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glUniform2fv")]
|
||||||
|
@ -15241,7 +15241,7 @@ namespace OpenTK.Graphics.ES20
|
||||||
/// <param name="count">
|
/// <param name="count">
|
||||||
/// Specifies the new values to be used for the specified uniform variable.
|
/// Specifies the new values to be used for the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="value">[length: count]
|
/// <param name="value">[length: count*2]
|
||||||
/// Specifies the new values to be used for the specified uniform variable.
|
/// Specifies the new values to be used for the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glUniform2fv")]
|
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glUniform2fv")]
|
||||||
|
@ -15257,7 +15257,7 @@ namespace OpenTK.Graphics.ES20
|
||||||
/// <param name="count">
|
/// <param name="count">
|
||||||
/// Specifies the new values to be used for the specified uniform variable.
|
/// Specifies the new values to be used for the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="value">[length: count]
|
/// <param name="value">[length: count*2]
|
||||||
/// Specifies the new values to be used for the specified uniform variable.
|
/// Specifies the new values to be used for the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glUniform2fv")]
|
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glUniform2fv")]
|
||||||
|
@ -15288,7 +15288,7 @@ namespace OpenTK.Graphics.ES20
|
||||||
/// <param name="count">
|
/// <param name="count">
|
||||||
/// Specifies the new values to be used for the specified uniform variable.
|
/// Specifies the new values to be used for the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="value">[length: count]
|
/// <param name="value">[length: count*2]
|
||||||
/// Specifies the new values to be used for the specified uniform variable.
|
/// Specifies the new values to be used for the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glUniform2iv")]
|
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glUniform2iv")]
|
||||||
|
@ -15304,7 +15304,7 @@ namespace OpenTK.Graphics.ES20
|
||||||
/// <param name="count">
|
/// <param name="count">
|
||||||
/// Specifies the new values to be used for the specified uniform variable.
|
/// Specifies the new values to be used for the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="value">[length: count]
|
/// <param name="value">[length: count*2]
|
||||||
/// Specifies the new values to be used for the specified uniform variable.
|
/// Specifies the new values to be used for the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glUniform2iv")]
|
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glUniform2iv")]
|
||||||
|
@ -15338,7 +15338,7 @@ namespace OpenTK.Graphics.ES20
|
||||||
/// <param name="count">
|
/// <param name="count">
|
||||||
/// Specifies the new values to be used for the specified uniform variable.
|
/// Specifies the new values to be used for the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="value">[length: count]
|
/// <param name="value">[length: count*3]
|
||||||
/// Specifies the new values to be used for the specified uniform variable.
|
/// Specifies the new values to be used for the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glUniform3fv")]
|
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glUniform3fv")]
|
||||||
|
@ -15354,7 +15354,7 @@ namespace OpenTK.Graphics.ES20
|
||||||
/// <param name="count">
|
/// <param name="count">
|
||||||
/// Specifies the new values to be used for the specified uniform variable.
|
/// Specifies the new values to be used for the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="value">[length: count]
|
/// <param name="value">[length: count*3]
|
||||||
/// Specifies the new values to be used for the specified uniform variable.
|
/// Specifies the new values to be used for the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glUniform3fv")]
|
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glUniform3fv")]
|
||||||
|
@ -15370,7 +15370,7 @@ namespace OpenTK.Graphics.ES20
|
||||||
/// <param name="count">
|
/// <param name="count">
|
||||||
/// Specifies the new values to be used for the specified uniform variable.
|
/// Specifies the new values to be used for the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="value">[length: count]
|
/// <param name="value">[length: count*3]
|
||||||
/// Specifies the new values to be used for the specified uniform variable.
|
/// Specifies the new values to be used for the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glUniform3fv")]
|
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glUniform3fv")]
|
||||||
|
@ -15404,7 +15404,7 @@ namespace OpenTK.Graphics.ES20
|
||||||
/// <param name="count">
|
/// <param name="count">
|
||||||
/// Specifies the new values to be used for the specified uniform variable.
|
/// Specifies the new values to be used for the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="value">[length: count]
|
/// <param name="value">[length: count*3]
|
||||||
/// Specifies the new values to be used for the specified uniform variable.
|
/// Specifies the new values to be used for the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glUniform3iv")]
|
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glUniform3iv")]
|
||||||
|
@ -15420,7 +15420,7 @@ namespace OpenTK.Graphics.ES20
|
||||||
/// <param name="count">
|
/// <param name="count">
|
||||||
/// Specifies the new values to be used for the specified uniform variable.
|
/// Specifies the new values to be used for the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="value">[length: count]
|
/// <param name="value">[length: count*3]
|
||||||
/// Specifies the new values to be used for the specified uniform variable.
|
/// Specifies the new values to be used for the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glUniform3iv")]
|
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glUniform3iv")]
|
||||||
|
@ -15436,7 +15436,7 @@ namespace OpenTK.Graphics.ES20
|
||||||
/// <param name="count">
|
/// <param name="count">
|
||||||
/// Specifies the new values to be used for the specified uniform variable.
|
/// Specifies the new values to be used for the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="value">[length: count]
|
/// <param name="value">[length: count*3]
|
||||||
/// Specifies the new values to be used for the specified uniform variable.
|
/// Specifies the new values to be used for the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glUniform3iv")]
|
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glUniform3iv")]
|
||||||
|
@ -15473,7 +15473,7 @@ namespace OpenTK.Graphics.ES20
|
||||||
/// <param name="count">
|
/// <param name="count">
|
||||||
/// Specifies the new values to be used for the specified uniform variable.
|
/// Specifies the new values to be used for the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="value">[length: count]
|
/// <param name="value">[length: count*4]
|
||||||
/// Specifies the new values to be used for the specified uniform variable.
|
/// Specifies the new values to be used for the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glUniform4fv")]
|
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glUniform4fv")]
|
||||||
|
@ -15489,7 +15489,7 @@ namespace OpenTK.Graphics.ES20
|
||||||
/// <param name="count">
|
/// <param name="count">
|
||||||
/// Specifies the new values to be used for the specified uniform variable.
|
/// Specifies the new values to be used for the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="value">[length: count]
|
/// <param name="value">[length: count*4]
|
||||||
/// Specifies the new values to be used for the specified uniform variable.
|
/// Specifies the new values to be used for the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glUniform4fv")]
|
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glUniform4fv")]
|
||||||
|
@ -15505,7 +15505,7 @@ namespace OpenTK.Graphics.ES20
|
||||||
/// <param name="count">
|
/// <param name="count">
|
||||||
/// Specifies the new values to be used for the specified uniform variable.
|
/// Specifies the new values to be used for the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="value">[length: count]
|
/// <param name="value">[length: count*4]
|
||||||
/// Specifies the new values to be used for the specified uniform variable.
|
/// Specifies the new values to be used for the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glUniform4fv")]
|
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glUniform4fv")]
|
||||||
|
@ -15542,7 +15542,7 @@ namespace OpenTK.Graphics.ES20
|
||||||
/// <param name="count">
|
/// <param name="count">
|
||||||
/// Specifies the new values to be used for the specified uniform variable.
|
/// Specifies the new values to be used for the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="value">[length: count]
|
/// <param name="value">[length: count*4]
|
||||||
/// Specifies the new values to be used for the specified uniform variable.
|
/// Specifies the new values to be used for the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glUniform4iv")]
|
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glUniform4iv")]
|
||||||
|
@ -15558,7 +15558,7 @@ namespace OpenTK.Graphics.ES20
|
||||||
/// <param name="count">
|
/// <param name="count">
|
||||||
/// Specifies the new values to be used for the specified uniform variable.
|
/// Specifies the new values to be used for the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="value">[length: count]
|
/// <param name="value">[length: count*4]
|
||||||
/// Specifies the new values to be used for the specified uniform variable.
|
/// Specifies the new values to be used for the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glUniform4iv")]
|
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glUniform4iv")]
|
||||||
|
@ -15574,7 +15574,7 @@ namespace OpenTK.Graphics.ES20
|
||||||
/// <param name="count">
|
/// <param name="count">
|
||||||
/// Specifies the new values to be used for the specified uniform variable.
|
/// Specifies the new values to be used for the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="value">[length: count]
|
/// <param name="value">[length: count*4]
|
||||||
/// Specifies the new values to be used for the specified uniform variable.
|
/// Specifies the new values to be used for the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glUniform4iv")]
|
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glUniform4iv")]
|
||||||
|
@ -15585,7 +15585,7 @@ namespace OpenTK.Graphics.ES20
|
||||||
/// <param name="location"></param>
|
/// <param name="location"></param>
|
||||||
/// <param name="count"></param>
|
/// <param name="count"></param>
|
||||||
/// <param name="transpose"></param>
|
/// <param name="transpose"></param>
|
||||||
/// <param name="value">[length: count]</param>
|
/// <param name="value">[length: count*4]</param>
|
||||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glUniformMatrix2fv")]
|
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glUniformMatrix2fv")]
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static void UniformMatrix2(Int32 location, Int32 count, bool transpose, Single[] value) { throw new NotImplementedException(); }
|
public static void UniformMatrix2(Int32 location, Int32 count, bool transpose, Single[] value) { throw new NotImplementedException(); }
|
||||||
|
@ -15594,7 +15594,7 @@ namespace OpenTK.Graphics.ES20
|
||||||
/// <param name="location"></param>
|
/// <param name="location"></param>
|
||||||
/// <param name="count"></param>
|
/// <param name="count"></param>
|
||||||
/// <param name="transpose"></param>
|
/// <param name="transpose"></param>
|
||||||
/// <param name="value">[length: count]</param>
|
/// <param name="value">[length: count*4]</param>
|
||||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glUniformMatrix2fv")]
|
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glUniformMatrix2fv")]
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static void UniformMatrix2(Int32 location, Int32 count, bool transpose, ref Single value) { throw new NotImplementedException(); }
|
public static void UniformMatrix2(Int32 location, Int32 count, bool transpose, ref Single value) { throw new NotImplementedException(); }
|
||||||
|
@ -15603,7 +15603,7 @@ namespace OpenTK.Graphics.ES20
|
||||||
/// <param name="location"></param>
|
/// <param name="location"></param>
|
||||||
/// <param name="count"></param>
|
/// <param name="count"></param>
|
||||||
/// <param name="transpose"></param>
|
/// <param name="transpose"></param>
|
||||||
/// <param name="value">[length: count]</param>
|
/// <param name="value">[length: count*4]</param>
|
||||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glUniformMatrix2fv")]
|
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glUniformMatrix2fv")]
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static unsafe void UniformMatrix2(Int32 location, Int32 count, bool transpose, Single* value) { throw new NotImplementedException(); }
|
public static unsafe void UniformMatrix2(Int32 location, Int32 count, bool transpose, Single* value) { throw new NotImplementedException(); }
|
||||||
|
@ -15612,7 +15612,7 @@ namespace OpenTK.Graphics.ES20
|
||||||
/// <param name="location"></param>
|
/// <param name="location"></param>
|
||||||
/// <param name="count"></param>
|
/// <param name="count"></param>
|
||||||
/// <param name="transpose"></param>
|
/// <param name="transpose"></param>
|
||||||
/// <param name="value">[length: count]</param>
|
/// <param name="value">[length: count*9]</param>
|
||||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glUniformMatrix3fv")]
|
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glUniformMatrix3fv")]
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static void UniformMatrix3(Int32 location, Int32 count, bool transpose, Single[] value) { throw new NotImplementedException(); }
|
public static void UniformMatrix3(Int32 location, Int32 count, bool transpose, Single[] value) { throw new NotImplementedException(); }
|
||||||
|
@ -15621,7 +15621,7 @@ namespace OpenTK.Graphics.ES20
|
||||||
/// <param name="location"></param>
|
/// <param name="location"></param>
|
||||||
/// <param name="count"></param>
|
/// <param name="count"></param>
|
||||||
/// <param name="transpose"></param>
|
/// <param name="transpose"></param>
|
||||||
/// <param name="value">[length: count]</param>
|
/// <param name="value">[length: count*9]</param>
|
||||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glUniformMatrix3fv")]
|
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glUniformMatrix3fv")]
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static void UniformMatrix3(Int32 location, Int32 count, bool transpose, ref Single value) { throw new NotImplementedException(); }
|
public static void UniformMatrix3(Int32 location, Int32 count, bool transpose, ref Single value) { throw new NotImplementedException(); }
|
||||||
|
@ -15630,7 +15630,7 @@ namespace OpenTK.Graphics.ES20
|
||||||
/// <param name="location"></param>
|
/// <param name="location"></param>
|
||||||
/// <param name="count"></param>
|
/// <param name="count"></param>
|
||||||
/// <param name="transpose"></param>
|
/// <param name="transpose"></param>
|
||||||
/// <param name="value">[length: count]</param>
|
/// <param name="value">[length: count*9]</param>
|
||||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glUniformMatrix3fv")]
|
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glUniformMatrix3fv")]
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static unsafe void UniformMatrix3(Int32 location, Int32 count, bool transpose, Single* value) { throw new NotImplementedException(); }
|
public static unsafe void UniformMatrix3(Int32 location, Int32 count, bool transpose, Single* value) { throw new NotImplementedException(); }
|
||||||
|
@ -15639,7 +15639,7 @@ namespace OpenTK.Graphics.ES20
|
||||||
/// <param name="location"></param>
|
/// <param name="location"></param>
|
||||||
/// <param name="count"></param>
|
/// <param name="count"></param>
|
||||||
/// <param name="transpose"></param>
|
/// <param name="transpose"></param>
|
||||||
/// <param name="value">[length: count]</param>
|
/// <param name="value">[length: count*16]</param>
|
||||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glUniformMatrix4fv")]
|
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glUniformMatrix4fv")]
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static void UniformMatrix4(Int32 location, Int32 count, bool transpose, Single[] value) { throw new NotImplementedException(); }
|
public static void UniformMatrix4(Int32 location, Int32 count, bool transpose, Single[] value) { throw new NotImplementedException(); }
|
||||||
|
@ -15648,7 +15648,7 @@ namespace OpenTK.Graphics.ES20
|
||||||
/// <param name="location"></param>
|
/// <param name="location"></param>
|
||||||
/// <param name="count"></param>
|
/// <param name="count"></param>
|
||||||
/// <param name="transpose"></param>
|
/// <param name="transpose"></param>
|
||||||
/// <param name="value">[length: count]</param>
|
/// <param name="value">[length: count*16]</param>
|
||||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glUniformMatrix4fv")]
|
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glUniformMatrix4fv")]
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static void UniformMatrix4(Int32 location, Int32 count, bool transpose, ref Single value) { throw new NotImplementedException(); }
|
public static void UniformMatrix4(Int32 location, Int32 count, bool transpose, ref Single value) { throw new NotImplementedException(); }
|
||||||
|
@ -15657,7 +15657,7 @@ namespace OpenTK.Graphics.ES20
|
||||||
/// <param name="location"></param>
|
/// <param name="location"></param>
|
||||||
/// <param name="count"></param>
|
/// <param name="count"></param>
|
||||||
/// <param name="transpose"></param>
|
/// <param name="transpose"></param>
|
||||||
/// <param name="value">[length: count]</param>
|
/// <param name="value">[length: count*16]</param>
|
||||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glUniformMatrix4fv")]
|
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glUniformMatrix4fv")]
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static unsafe void UniformMatrix4(Int32 location, Int32 count, bool transpose, Single* value) { throw new NotImplementedException(); }
|
public static unsafe void UniformMatrix4(Int32 location, Int32 count, bool transpose, Single* value) { throw new NotImplementedException(); }
|
||||||
|
@ -26702,7 +26702,7 @@ namespace OpenTK.Graphics.ES20
|
||||||
/// <param name="location"></param>
|
/// <param name="location"></param>
|
||||||
/// <param name="count"></param>
|
/// <param name="count"></param>
|
||||||
/// <param name="transpose"></param>
|
/// <param name="transpose"></param>
|
||||||
/// <param name="value">[length: 6]</param>
|
/// <param name="value">[length: count*6]</param>
|
||||||
[AutoGenerated(Category = "NV_non_square_matrices", Version = "", EntryPoint = "glUniformMatrix2x3fvNV")]
|
[AutoGenerated(Category = "NV_non_square_matrices", Version = "", EntryPoint = "glUniformMatrix2x3fvNV")]
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static void UniformMatrix2x3(Int32 location, Int32 count, bool transpose, Single[] value) { throw new NotImplementedException(); }
|
public static void UniformMatrix2x3(Int32 location, Int32 count, bool transpose, Single[] value) { throw new NotImplementedException(); }
|
||||||
|
@ -26711,7 +26711,7 @@ namespace OpenTK.Graphics.ES20
|
||||||
/// <param name="location"></param>
|
/// <param name="location"></param>
|
||||||
/// <param name="count"></param>
|
/// <param name="count"></param>
|
||||||
/// <param name="transpose"></param>
|
/// <param name="transpose"></param>
|
||||||
/// <param name="value">[length: 6]</param>
|
/// <param name="value">[length: count*6]</param>
|
||||||
[AutoGenerated(Category = "NV_non_square_matrices", Version = "", EntryPoint = "glUniformMatrix2x3fvNV")]
|
[AutoGenerated(Category = "NV_non_square_matrices", Version = "", EntryPoint = "glUniformMatrix2x3fvNV")]
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static void UniformMatrix2x3(Int32 location, Int32 count, bool transpose, ref Single value) { throw new NotImplementedException(); }
|
public static void UniformMatrix2x3(Int32 location, Int32 count, bool transpose, ref Single value) { throw new NotImplementedException(); }
|
||||||
|
@ -26720,7 +26720,7 @@ namespace OpenTK.Graphics.ES20
|
||||||
/// <param name="location"></param>
|
/// <param name="location"></param>
|
||||||
/// <param name="count"></param>
|
/// <param name="count"></param>
|
||||||
/// <param name="transpose"></param>
|
/// <param name="transpose"></param>
|
||||||
/// <param name="value">[length: 6]</param>
|
/// <param name="value">[length: count*6]</param>
|
||||||
[AutoGenerated(Category = "NV_non_square_matrices", Version = "", EntryPoint = "glUniformMatrix2x3fvNV")]
|
[AutoGenerated(Category = "NV_non_square_matrices", Version = "", EntryPoint = "glUniformMatrix2x3fvNV")]
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static unsafe void UniformMatrix2x3(Int32 location, Int32 count, bool transpose, Single* value) { throw new NotImplementedException(); }
|
public static unsafe void UniformMatrix2x3(Int32 location, Int32 count, bool transpose, Single* value) { throw new NotImplementedException(); }
|
||||||
|
@ -26729,7 +26729,7 @@ namespace OpenTK.Graphics.ES20
|
||||||
/// <param name="location"></param>
|
/// <param name="location"></param>
|
||||||
/// <param name="count"></param>
|
/// <param name="count"></param>
|
||||||
/// <param name="transpose"></param>
|
/// <param name="transpose"></param>
|
||||||
/// <param name="value">[length: 8]</param>
|
/// <param name="value">[length: count*8]</param>
|
||||||
[AutoGenerated(Category = "NV_non_square_matrices", Version = "", EntryPoint = "glUniformMatrix2x4fvNV")]
|
[AutoGenerated(Category = "NV_non_square_matrices", Version = "", EntryPoint = "glUniformMatrix2x4fvNV")]
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static void UniformMatrix2x4(Int32 location, Int32 count, bool transpose, Single[] value) { throw new NotImplementedException(); }
|
public static void UniformMatrix2x4(Int32 location, Int32 count, bool transpose, Single[] value) { throw new NotImplementedException(); }
|
||||||
|
@ -26738,7 +26738,7 @@ namespace OpenTK.Graphics.ES20
|
||||||
/// <param name="location"></param>
|
/// <param name="location"></param>
|
||||||
/// <param name="count"></param>
|
/// <param name="count"></param>
|
||||||
/// <param name="transpose"></param>
|
/// <param name="transpose"></param>
|
||||||
/// <param name="value">[length: 8]</param>
|
/// <param name="value">[length: count*8]</param>
|
||||||
[AutoGenerated(Category = "NV_non_square_matrices", Version = "", EntryPoint = "glUniformMatrix2x4fvNV")]
|
[AutoGenerated(Category = "NV_non_square_matrices", Version = "", EntryPoint = "glUniformMatrix2x4fvNV")]
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static void UniformMatrix2x4(Int32 location, Int32 count, bool transpose, ref Single value) { throw new NotImplementedException(); }
|
public static void UniformMatrix2x4(Int32 location, Int32 count, bool transpose, ref Single value) { throw new NotImplementedException(); }
|
||||||
|
@ -26747,7 +26747,7 @@ namespace OpenTK.Graphics.ES20
|
||||||
/// <param name="location"></param>
|
/// <param name="location"></param>
|
||||||
/// <param name="count"></param>
|
/// <param name="count"></param>
|
||||||
/// <param name="transpose"></param>
|
/// <param name="transpose"></param>
|
||||||
/// <param name="value">[length: 8]</param>
|
/// <param name="value">[length: count*8]</param>
|
||||||
[AutoGenerated(Category = "NV_non_square_matrices", Version = "", EntryPoint = "glUniformMatrix2x4fvNV")]
|
[AutoGenerated(Category = "NV_non_square_matrices", Version = "", EntryPoint = "glUniformMatrix2x4fvNV")]
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static unsafe void UniformMatrix2x4(Int32 location, Int32 count, bool transpose, Single* value) { throw new NotImplementedException(); }
|
public static unsafe void UniformMatrix2x4(Int32 location, Int32 count, bool transpose, Single* value) { throw new NotImplementedException(); }
|
||||||
|
@ -26756,7 +26756,7 @@ namespace OpenTK.Graphics.ES20
|
||||||
/// <param name="location"></param>
|
/// <param name="location"></param>
|
||||||
/// <param name="count"></param>
|
/// <param name="count"></param>
|
||||||
/// <param name="transpose"></param>
|
/// <param name="transpose"></param>
|
||||||
/// <param name="value">[length: 6]</param>
|
/// <param name="value">[length: count*6]</param>
|
||||||
[AutoGenerated(Category = "NV_non_square_matrices", Version = "", EntryPoint = "glUniformMatrix3x2fvNV")]
|
[AutoGenerated(Category = "NV_non_square_matrices", Version = "", EntryPoint = "glUniformMatrix3x2fvNV")]
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static void UniformMatrix3x2(Int32 location, Int32 count, bool transpose, Single[] value) { throw new NotImplementedException(); }
|
public static void UniformMatrix3x2(Int32 location, Int32 count, bool transpose, Single[] value) { throw new NotImplementedException(); }
|
||||||
|
@ -26765,7 +26765,7 @@ namespace OpenTK.Graphics.ES20
|
||||||
/// <param name="location"></param>
|
/// <param name="location"></param>
|
||||||
/// <param name="count"></param>
|
/// <param name="count"></param>
|
||||||
/// <param name="transpose"></param>
|
/// <param name="transpose"></param>
|
||||||
/// <param name="value">[length: 6]</param>
|
/// <param name="value">[length: count*6]</param>
|
||||||
[AutoGenerated(Category = "NV_non_square_matrices", Version = "", EntryPoint = "glUniformMatrix3x2fvNV")]
|
[AutoGenerated(Category = "NV_non_square_matrices", Version = "", EntryPoint = "glUniformMatrix3x2fvNV")]
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static void UniformMatrix3x2(Int32 location, Int32 count, bool transpose, ref Single value) { throw new NotImplementedException(); }
|
public static void UniformMatrix3x2(Int32 location, Int32 count, bool transpose, ref Single value) { throw new NotImplementedException(); }
|
||||||
|
@ -26774,7 +26774,7 @@ namespace OpenTK.Graphics.ES20
|
||||||
/// <param name="location"></param>
|
/// <param name="location"></param>
|
||||||
/// <param name="count"></param>
|
/// <param name="count"></param>
|
||||||
/// <param name="transpose"></param>
|
/// <param name="transpose"></param>
|
||||||
/// <param name="value">[length: 6]</param>
|
/// <param name="value">[length: count*6]</param>
|
||||||
[AutoGenerated(Category = "NV_non_square_matrices", Version = "", EntryPoint = "glUniformMatrix3x2fvNV")]
|
[AutoGenerated(Category = "NV_non_square_matrices", Version = "", EntryPoint = "glUniformMatrix3x2fvNV")]
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static unsafe void UniformMatrix3x2(Int32 location, Int32 count, bool transpose, Single* value) { throw new NotImplementedException(); }
|
public static unsafe void UniformMatrix3x2(Int32 location, Int32 count, bool transpose, Single* value) { throw new NotImplementedException(); }
|
||||||
|
@ -26783,7 +26783,7 @@ namespace OpenTK.Graphics.ES20
|
||||||
/// <param name="location"></param>
|
/// <param name="location"></param>
|
||||||
/// <param name="count"></param>
|
/// <param name="count"></param>
|
||||||
/// <param name="transpose"></param>
|
/// <param name="transpose"></param>
|
||||||
/// <param name="value">[length: 12]</param>
|
/// <param name="value">[length: count*12]</param>
|
||||||
[AutoGenerated(Category = "NV_non_square_matrices", Version = "", EntryPoint = "glUniformMatrix3x4fvNV")]
|
[AutoGenerated(Category = "NV_non_square_matrices", Version = "", EntryPoint = "glUniformMatrix3x4fvNV")]
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static void UniformMatrix3x4(Int32 location, Int32 count, bool transpose, Single[] value) { throw new NotImplementedException(); }
|
public static void UniformMatrix3x4(Int32 location, Int32 count, bool transpose, Single[] value) { throw new NotImplementedException(); }
|
||||||
|
@ -26792,7 +26792,7 @@ namespace OpenTK.Graphics.ES20
|
||||||
/// <param name="location"></param>
|
/// <param name="location"></param>
|
||||||
/// <param name="count"></param>
|
/// <param name="count"></param>
|
||||||
/// <param name="transpose"></param>
|
/// <param name="transpose"></param>
|
||||||
/// <param name="value">[length: 12]</param>
|
/// <param name="value">[length: count*12]</param>
|
||||||
[AutoGenerated(Category = "NV_non_square_matrices", Version = "", EntryPoint = "glUniformMatrix3x4fvNV")]
|
[AutoGenerated(Category = "NV_non_square_matrices", Version = "", EntryPoint = "glUniformMatrix3x4fvNV")]
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static void UniformMatrix3x4(Int32 location, Int32 count, bool transpose, ref Single value) { throw new NotImplementedException(); }
|
public static void UniformMatrix3x4(Int32 location, Int32 count, bool transpose, ref Single value) { throw new NotImplementedException(); }
|
||||||
|
@ -26801,7 +26801,7 @@ namespace OpenTK.Graphics.ES20
|
||||||
/// <param name="location"></param>
|
/// <param name="location"></param>
|
||||||
/// <param name="count"></param>
|
/// <param name="count"></param>
|
||||||
/// <param name="transpose"></param>
|
/// <param name="transpose"></param>
|
||||||
/// <param name="value">[length: 12]</param>
|
/// <param name="value">[length: count*12]</param>
|
||||||
[AutoGenerated(Category = "NV_non_square_matrices", Version = "", EntryPoint = "glUniformMatrix3x4fvNV")]
|
[AutoGenerated(Category = "NV_non_square_matrices", Version = "", EntryPoint = "glUniformMatrix3x4fvNV")]
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static unsafe void UniformMatrix3x4(Int32 location, Int32 count, bool transpose, Single* value) { throw new NotImplementedException(); }
|
public static unsafe void UniformMatrix3x4(Int32 location, Int32 count, bool transpose, Single* value) { throw new NotImplementedException(); }
|
||||||
|
@ -26810,7 +26810,7 @@ namespace OpenTK.Graphics.ES20
|
||||||
/// <param name="location"></param>
|
/// <param name="location"></param>
|
||||||
/// <param name="count"></param>
|
/// <param name="count"></param>
|
||||||
/// <param name="transpose"></param>
|
/// <param name="transpose"></param>
|
||||||
/// <param name="value">[length: 8]</param>
|
/// <param name="value">[length: count*8]</param>
|
||||||
[AutoGenerated(Category = "NV_non_square_matrices", Version = "", EntryPoint = "glUniformMatrix4x2fvNV")]
|
[AutoGenerated(Category = "NV_non_square_matrices", Version = "", EntryPoint = "glUniformMatrix4x2fvNV")]
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static void UniformMatrix4x2(Int32 location, Int32 count, bool transpose, Single[] value) { throw new NotImplementedException(); }
|
public static void UniformMatrix4x2(Int32 location, Int32 count, bool transpose, Single[] value) { throw new NotImplementedException(); }
|
||||||
|
@ -26819,7 +26819,7 @@ namespace OpenTK.Graphics.ES20
|
||||||
/// <param name="location"></param>
|
/// <param name="location"></param>
|
||||||
/// <param name="count"></param>
|
/// <param name="count"></param>
|
||||||
/// <param name="transpose"></param>
|
/// <param name="transpose"></param>
|
||||||
/// <param name="value">[length: 8]</param>
|
/// <param name="value">[length: count*8]</param>
|
||||||
[AutoGenerated(Category = "NV_non_square_matrices", Version = "", EntryPoint = "glUniformMatrix4x2fvNV")]
|
[AutoGenerated(Category = "NV_non_square_matrices", Version = "", EntryPoint = "glUniformMatrix4x2fvNV")]
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static void UniformMatrix4x2(Int32 location, Int32 count, bool transpose, ref Single value) { throw new NotImplementedException(); }
|
public static void UniformMatrix4x2(Int32 location, Int32 count, bool transpose, ref Single value) { throw new NotImplementedException(); }
|
||||||
|
@ -26828,7 +26828,7 @@ namespace OpenTK.Graphics.ES20
|
||||||
/// <param name="location"></param>
|
/// <param name="location"></param>
|
||||||
/// <param name="count"></param>
|
/// <param name="count"></param>
|
||||||
/// <param name="transpose"></param>
|
/// <param name="transpose"></param>
|
||||||
/// <param name="value">[length: 8]</param>
|
/// <param name="value">[length: count*8]</param>
|
||||||
[AutoGenerated(Category = "NV_non_square_matrices", Version = "", EntryPoint = "glUniformMatrix4x2fvNV")]
|
[AutoGenerated(Category = "NV_non_square_matrices", Version = "", EntryPoint = "glUniformMatrix4x2fvNV")]
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static unsafe void UniformMatrix4x2(Int32 location, Int32 count, bool transpose, Single* value) { throw new NotImplementedException(); }
|
public static unsafe void UniformMatrix4x2(Int32 location, Int32 count, bool transpose, Single* value) { throw new NotImplementedException(); }
|
||||||
|
@ -26837,7 +26837,7 @@ namespace OpenTK.Graphics.ES20
|
||||||
/// <param name="location"></param>
|
/// <param name="location"></param>
|
||||||
/// <param name="count"></param>
|
/// <param name="count"></param>
|
||||||
/// <param name="transpose"></param>
|
/// <param name="transpose"></param>
|
||||||
/// <param name="value">[length: 12]</param>
|
/// <param name="value">[length: count*12]</param>
|
||||||
[AutoGenerated(Category = "NV_non_square_matrices", Version = "", EntryPoint = "glUniformMatrix4x3fvNV")]
|
[AutoGenerated(Category = "NV_non_square_matrices", Version = "", EntryPoint = "glUniformMatrix4x3fvNV")]
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static void UniformMatrix4x3(Int32 location, Int32 count, bool transpose, Single[] value) { throw new NotImplementedException(); }
|
public static void UniformMatrix4x3(Int32 location, Int32 count, bool transpose, Single[] value) { throw new NotImplementedException(); }
|
||||||
|
@ -26846,7 +26846,7 @@ namespace OpenTK.Graphics.ES20
|
||||||
/// <param name="location"></param>
|
/// <param name="location"></param>
|
||||||
/// <param name="count"></param>
|
/// <param name="count"></param>
|
||||||
/// <param name="transpose"></param>
|
/// <param name="transpose"></param>
|
||||||
/// <param name="value">[length: 12]</param>
|
/// <param name="value">[length: count*12]</param>
|
||||||
[AutoGenerated(Category = "NV_non_square_matrices", Version = "", EntryPoint = "glUniformMatrix4x3fvNV")]
|
[AutoGenerated(Category = "NV_non_square_matrices", Version = "", EntryPoint = "glUniformMatrix4x3fvNV")]
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static void UniformMatrix4x3(Int32 location, Int32 count, bool transpose, ref Single value) { throw new NotImplementedException(); }
|
public static void UniformMatrix4x3(Int32 location, Int32 count, bool transpose, ref Single value) { throw new NotImplementedException(); }
|
||||||
|
@ -26855,7 +26855,7 @@ namespace OpenTK.Graphics.ES20
|
||||||
/// <param name="location"></param>
|
/// <param name="location"></param>
|
||||||
/// <param name="count"></param>
|
/// <param name="count"></param>
|
||||||
/// <param name="transpose"></param>
|
/// <param name="transpose"></param>
|
||||||
/// <param name="value">[length: 12]</param>
|
/// <param name="value">[length: count*12]</param>
|
||||||
[AutoGenerated(Category = "NV_non_square_matrices", Version = "", EntryPoint = "glUniformMatrix4x3fvNV")]
|
[AutoGenerated(Category = "NV_non_square_matrices", Version = "", EntryPoint = "glUniformMatrix4x3fvNV")]
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static unsafe void UniformMatrix4x3(Int32 location, Int32 count, bool transpose, Single* value) { throw new NotImplementedException(); }
|
public static unsafe void UniformMatrix4x3(Int32 location, Int32 count, bool transpose, Single* value) { throw new NotImplementedException(); }
|
||||||
|
|
|
@ -8158,6 +8158,13 @@ namespace OpenTK.Graphics.ES20
|
||||||
Z400BinaryAmd = ((int)0x8740) ,
|
Z400BinaryAmd = ((int)0x8740) ,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Not used directly.
|
||||||
|
/// </summary>
|
||||||
|
public enum AndroidExtensionPackEs31a : int
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Not used directly.
|
/// Not used directly.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
|
@ -10048,7 +10048,7 @@ namespace OpenTK.Graphics.ES30
|
||||||
/// <param name="pname">
|
/// <param name="pname">
|
||||||
/// Specifies the name of the parameter to query.
|
/// Specifies the name of the parameter to query.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="@params">[length: pname]
|
/// <param name="@params">[length: program, uniformBlockIndex, pname]
|
||||||
/// Specifies the address of a variable to receive the result of the query.
|
/// Specifies the address of a variable to receive the result of the query.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glGetActiveUniformBlockiv")]
|
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glGetActiveUniformBlockiv")]
|
||||||
|
@ -10067,7 +10067,7 @@ namespace OpenTK.Graphics.ES30
|
||||||
/// <param name="pname">
|
/// <param name="pname">
|
||||||
/// Specifies the name of the parameter to query.
|
/// Specifies the name of the parameter to query.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="@params">[length: pname]
|
/// <param name="@params">[length: program, uniformBlockIndex, pname]
|
||||||
/// Specifies the address of a variable to receive the result of the query.
|
/// Specifies the address of a variable to receive the result of the query.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glGetActiveUniformBlockiv")]
|
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glGetActiveUniformBlockiv")]
|
||||||
|
@ -10086,7 +10086,7 @@ namespace OpenTK.Graphics.ES30
|
||||||
/// <param name="pname">
|
/// <param name="pname">
|
||||||
/// Specifies the name of the parameter to query.
|
/// Specifies the name of the parameter to query.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="@params">[length: pname]
|
/// <param name="@params">[length: program, uniformBlockIndex, pname]
|
||||||
/// Specifies the address of a variable to receive the result of the query.
|
/// Specifies the address of a variable to receive the result of the query.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glGetActiveUniformBlockiv")]
|
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glGetActiveUniformBlockiv")]
|
||||||
|
@ -10105,7 +10105,7 @@ namespace OpenTK.Graphics.ES30
|
||||||
/// <param name="pname">
|
/// <param name="pname">
|
||||||
/// Specifies the name of the parameter to query.
|
/// Specifies the name of the parameter to query.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="@params">[length: pname]
|
/// <param name="@params">[length: program, uniformBlockIndex, pname]
|
||||||
/// Specifies the address of a variable to receive the result of the query.
|
/// Specifies the address of a variable to receive the result of the query.
|
||||||
/// </param>
|
/// </param>
|
||||||
[Obsolete("Use strongly-typed overload instead")]
|
[Obsolete("Use strongly-typed overload instead")]
|
||||||
|
@ -10125,7 +10125,7 @@ namespace OpenTK.Graphics.ES30
|
||||||
/// <param name="pname">
|
/// <param name="pname">
|
||||||
/// Specifies the name of the parameter to query.
|
/// Specifies the name of the parameter to query.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="@params">[length: pname]
|
/// <param name="@params">[length: program, uniformBlockIndex, pname]
|
||||||
/// Specifies the address of a variable to receive the result of the query.
|
/// Specifies the address of a variable to receive the result of the query.
|
||||||
/// </param>
|
/// </param>
|
||||||
[Obsolete("Use strongly-typed overload instead")]
|
[Obsolete("Use strongly-typed overload instead")]
|
||||||
|
@ -10145,7 +10145,7 @@ namespace OpenTK.Graphics.ES30
|
||||||
/// <param name="pname">
|
/// <param name="pname">
|
||||||
/// Specifies the name of the parameter to query.
|
/// Specifies the name of the parameter to query.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="@params">[length: pname]
|
/// <param name="@params">[length: program, uniformBlockIndex, pname]
|
||||||
/// Specifies the address of a variable to receive the result of the query.
|
/// Specifies the address of a variable to receive the result of the query.
|
||||||
/// </param>
|
/// </param>
|
||||||
[Obsolete("Use strongly-typed overload instead")]
|
[Obsolete("Use strongly-typed overload instead")]
|
||||||
|
@ -10165,7 +10165,7 @@ namespace OpenTK.Graphics.ES30
|
||||||
/// <param name="pname">
|
/// <param name="pname">
|
||||||
/// Specifies the name of the parameter to query.
|
/// Specifies the name of the parameter to query.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="@params">[length: pname]
|
/// <param name="@params">[length: program, uniformBlockIndex, pname]
|
||||||
/// Specifies the address of a variable to receive the result of the query.
|
/// Specifies the address of a variable to receive the result of the query.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glGetActiveUniformBlockiv")]
|
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glGetActiveUniformBlockiv")]
|
||||||
|
@ -10184,7 +10184,7 @@ namespace OpenTK.Graphics.ES30
|
||||||
/// <param name="pname">
|
/// <param name="pname">
|
||||||
/// Specifies the name of the parameter to query.
|
/// Specifies the name of the parameter to query.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="@params">[length: pname]
|
/// <param name="@params">[length: program, uniformBlockIndex, pname]
|
||||||
/// Specifies the address of a variable to receive the result of the query.
|
/// Specifies the address of a variable to receive the result of the query.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glGetActiveUniformBlockiv")]
|
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glGetActiveUniformBlockiv")]
|
||||||
|
@ -10203,7 +10203,7 @@ namespace OpenTK.Graphics.ES30
|
||||||
/// <param name="pname">
|
/// <param name="pname">
|
||||||
/// Specifies the name of the parameter to query.
|
/// Specifies the name of the parameter to query.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="@params">[length: pname]
|
/// <param name="@params">[length: program, uniformBlockIndex, pname]
|
||||||
/// Specifies the address of a variable to receive the result of the query.
|
/// Specifies the address of a variable to receive the result of the query.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glGetActiveUniformBlockiv")]
|
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glGetActiveUniformBlockiv")]
|
||||||
|
@ -10222,7 +10222,7 @@ namespace OpenTK.Graphics.ES30
|
||||||
/// <param name="pname">
|
/// <param name="pname">
|
||||||
/// Specifies the name of the parameter to query.
|
/// Specifies the name of the parameter to query.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="@params">[length: pname]
|
/// <param name="@params">[length: program, uniformBlockIndex, pname]
|
||||||
/// Specifies the address of a variable to receive the result of the query.
|
/// Specifies the address of a variable to receive the result of the query.
|
||||||
/// </param>
|
/// </param>
|
||||||
[Obsolete("Use strongly-typed overload instead")]
|
[Obsolete("Use strongly-typed overload instead")]
|
||||||
|
@ -10242,7 +10242,7 @@ namespace OpenTK.Graphics.ES30
|
||||||
/// <param name="pname">
|
/// <param name="pname">
|
||||||
/// Specifies the name of the parameter to query.
|
/// Specifies the name of the parameter to query.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="@params">[length: pname]
|
/// <param name="@params">[length: program, uniformBlockIndex, pname]
|
||||||
/// Specifies the address of a variable to receive the result of the query.
|
/// Specifies the address of a variable to receive the result of the query.
|
||||||
/// </param>
|
/// </param>
|
||||||
[Obsolete("Use strongly-typed overload instead")]
|
[Obsolete("Use strongly-typed overload instead")]
|
||||||
|
@ -10262,7 +10262,7 @@ namespace OpenTK.Graphics.ES30
|
||||||
/// <param name="pname">
|
/// <param name="pname">
|
||||||
/// Specifies the name of the parameter to query.
|
/// Specifies the name of the parameter to query.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="@params">[length: pname]
|
/// <param name="@params">[length: program, uniformBlockIndex, pname]
|
||||||
/// Specifies the address of a variable to receive the result of the query.
|
/// Specifies the address of a variable to receive the result of the query.
|
||||||
/// </param>
|
/// </param>
|
||||||
[Obsolete("Use strongly-typed overload instead")]
|
[Obsolete("Use strongly-typed overload instead")]
|
||||||
|
@ -10373,7 +10373,7 @@ namespace OpenTK.Graphics.ES30
|
||||||
/// <param name="pname">
|
/// <param name="pname">
|
||||||
/// Specifies the property of each uniform in uniformIndices that should be written into the corresponding element of params.
|
/// Specifies the property of each uniform in uniformIndices that should be written into the corresponding element of params.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="@params">[length: pname]
|
/// <param name="@params">[length: uniformCount, pname]
|
||||||
/// Specifies the address of an array of uniformCount integers which are to receive the value of pname for each uniform in uniformIndices.
|
/// Specifies the address of an array of uniformCount integers which are to receive the value of pname for each uniform in uniformIndices.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glGetActiveUniformsiv")]
|
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glGetActiveUniformsiv")]
|
||||||
|
@ -10395,7 +10395,7 @@ namespace OpenTK.Graphics.ES30
|
||||||
/// <param name="pname">
|
/// <param name="pname">
|
||||||
/// Specifies the property of each uniform in uniformIndices that should be written into the corresponding element of params.
|
/// Specifies the property of each uniform in uniformIndices that should be written into the corresponding element of params.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="@params">[length: pname]
|
/// <param name="@params">[length: uniformCount, pname]
|
||||||
/// Specifies the address of an array of uniformCount integers which are to receive the value of pname for each uniform in uniformIndices.
|
/// Specifies the address of an array of uniformCount integers which are to receive the value of pname for each uniform in uniformIndices.
|
||||||
/// </param>
|
/// </param>
|
||||||
[Obsolete("Use strongly-typed overload instead")]
|
[Obsolete("Use strongly-typed overload instead")]
|
||||||
|
@ -10418,7 +10418,7 @@ namespace OpenTK.Graphics.ES30
|
||||||
/// <param name="pname">
|
/// <param name="pname">
|
||||||
/// Specifies the property of each uniform in uniformIndices that should be written into the corresponding element of params.
|
/// Specifies the property of each uniform in uniformIndices that should be written into the corresponding element of params.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="@params">[length: pname]
|
/// <param name="@params">[length: uniformCount, pname]
|
||||||
/// Specifies the address of an array of uniformCount integers which are to receive the value of pname for each uniform in uniformIndices.
|
/// Specifies the address of an array of uniformCount integers which are to receive the value of pname for each uniform in uniformIndices.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glGetActiveUniformsiv")]
|
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glGetActiveUniformsiv")]
|
||||||
|
@ -10440,7 +10440,7 @@ namespace OpenTK.Graphics.ES30
|
||||||
/// <param name="pname">
|
/// <param name="pname">
|
||||||
/// Specifies the property of each uniform in uniformIndices that should be written into the corresponding element of params.
|
/// Specifies the property of each uniform in uniformIndices that should be written into the corresponding element of params.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="@params">[length: pname]
|
/// <param name="@params">[length: uniformCount, pname]
|
||||||
/// Specifies the address of an array of uniformCount integers which are to receive the value of pname for each uniform in uniformIndices.
|
/// Specifies the address of an array of uniformCount integers which are to receive the value of pname for each uniform in uniformIndices.
|
||||||
/// </param>
|
/// </param>
|
||||||
[Obsolete("Use strongly-typed overload instead")]
|
[Obsolete("Use strongly-typed overload instead")]
|
||||||
|
@ -10463,7 +10463,7 @@ namespace OpenTK.Graphics.ES30
|
||||||
/// <param name="pname">
|
/// <param name="pname">
|
||||||
/// Specifies the property of each uniform in uniformIndices that should be written into the corresponding element of params.
|
/// Specifies the property of each uniform in uniformIndices that should be written into the corresponding element of params.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="@params">[length: pname]
|
/// <param name="@params">[length: uniformCount, pname]
|
||||||
/// Specifies the address of an array of uniformCount integers which are to receive the value of pname for each uniform in uniformIndices.
|
/// Specifies the address of an array of uniformCount integers which are to receive the value of pname for each uniform in uniformIndices.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glGetActiveUniformsiv")]
|
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glGetActiveUniformsiv")]
|
||||||
|
@ -10485,7 +10485,7 @@ namespace OpenTK.Graphics.ES30
|
||||||
/// <param name="pname">
|
/// <param name="pname">
|
||||||
/// Specifies the property of each uniform in uniformIndices that should be written into the corresponding element of params.
|
/// Specifies the property of each uniform in uniformIndices that should be written into the corresponding element of params.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="@params">[length: pname]
|
/// <param name="@params">[length: uniformCount, pname]
|
||||||
/// Specifies the address of an array of uniformCount integers which are to receive the value of pname for each uniform in uniformIndices.
|
/// Specifies the address of an array of uniformCount integers which are to receive the value of pname for each uniform in uniformIndices.
|
||||||
/// </param>
|
/// </param>
|
||||||
[Obsolete("Use strongly-typed overload instead")]
|
[Obsolete("Use strongly-typed overload instead")]
|
||||||
|
@ -10508,7 +10508,7 @@ namespace OpenTK.Graphics.ES30
|
||||||
/// <param name="pname">
|
/// <param name="pname">
|
||||||
/// Specifies the property of each uniform in uniformIndices that should be written into the corresponding element of params.
|
/// Specifies the property of each uniform in uniformIndices that should be written into the corresponding element of params.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="@params">[length: pname]
|
/// <param name="@params">[length: uniformCount, pname]
|
||||||
/// Specifies the address of an array of uniformCount integers which are to receive the value of pname for each uniform in uniformIndices.
|
/// Specifies the address of an array of uniformCount integers which are to receive the value of pname for each uniform in uniformIndices.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glGetActiveUniformsiv")]
|
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glGetActiveUniformsiv")]
|
||||||
|
@ -10530,7 +10530,7 @@ namespace OpenTK.Graphics.ES30
|
||||||
/// <param name="pname">
|
/// <param name="pname">
|
||||||
/// Specifies the property of each uniform in uniformIndices that should be written into the corresponding element of params.
|
/// Specifies the property of each uniform in uniformIndices that should be written into the corresponding element of params.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="@params">[length: pname]
|
/// <param name="@params">[length: uniformCount, pname]
|
||||||
/// Specifies the address of an array of uniformCount integers which are to receive the value of pname for each uniform in uniformIndices.
|
/// Specifies the address of an array of uniformCount integers which are to receive the value of pname for each uniform in uniformIndices.
|
||||||
/// </param>
|
/// </param>
|
||||||
[Obsolete("Use strongly-typed overload instead")]
|
[Obsolete("Use strongly-typed overload instead")]
|
||||||
|
@ -10553,7 +10553,7 @@ namespace OpenTK.Graphics.ES30
|
||||||
/// <param name="pname">
|
/// <param name="pname">
|
||||||
/// Specifies the property of each uniform in uniformIndices that should be written into the corresponding element of params.
|
/// Specifies the property of each uniform in uniformIndices that should be written into the corresponding element of params.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="@params">[length: pname]
|
/// <param name="@params">[length: uniformCount, pname]
|
||||||
/// Specifies the address of an array of uniformCount integers which are to receive the value of pname for each uniform in uniformIndices.
|
/// Specifies the address of an array of uniformCount integers which are to receive the value of pname for each uniform in uniformIndices.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glGetActiveUniformsiv")]
|
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glGetActiveUniformsiv")]
|
||||||
|
@ -10575,7 +10575,7 @@ namespace OpenTK.Graphics.ES30
|
||||||
/// <param name="pname">
|
/// <param name="pname">
|
||||||
/// Specifies the property of each uniform in uniformIndices that should be written into the corresponding element of params.
|
/// Specifies the property of each uniform in uniformIndices that should be written into the corresponding element of params.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="@params">[length: pname]
|
/// <param name="@params">[length: uniformCount, pname]
|
||||||
/// Specifies the address of an array of uniformCount integers which are to receive the value of pname for each uniform in uniformIndices.
|
/// Specifies the address of an array of uniformCount integers which are to receive the value of pname for each uniform in uniformIndices.
|
||||||
/// </param>
|
/// </param>
|
||||||
[Obsolete("Use strongly-typed overload instead")]
|
[Obsolete("Use strongly-typed overload instead")]
|
||||||
|
@ -10598,7 +10598,7 @@ namespace OpenTK.Graphics.ES30
|
||||||
/// <param name="pname">
|
/// <param name="pname">
|
||||||
/// Specifies the property of each uniform in uniformIndices that should be written into the corresponding element of params.
|
/// Specifies the property of each uniform in uniformIndices that should be written into the corresponding element of params.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="@params">[length: pname]
|
/// <param name="@params">[length: uniformCount, pname]
|
||||||
/// Specifies the address of an array of uniformCount integers which are to receive the value of pname for each uniform in uniformIndices.
|
/// Specifies the address of an array of uniformCount integers which are to receive the value of pname for each uniform in uniformIndices.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glGetActiveUniformsiv")]
|
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glGetActiveUniformsiv")]
|
||||||
|
@ -10620,7 +10620,7 @@ namespace OpenTK.Graphics.ES30
|
||||||
/// <param name="pname">
|
/// <param name="pname">
|
||||||
/// Specifies the property of each uniform in uniformIndices that should be written into the corresponding element of params.
|
/// Specifies the property of each uniform in uniformIndices that should be written into the corresponding element of params.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="@params">[length: pname]
|
/// <param name="@params">[length: uniformCount, pname]
|
||||||
/// Specifies the address of an array of uniformCount integers which are to receive the value of pname for each uniform in uniformIndices.
|
/// Specifies the address of an array of uniformCount integers which are to receive the value of pname for each uniform in uniformIndices.
|
||||||
/// </param>
|
/// </param>
|
||||||
[Obsolete("Use strongly-typed overload instead")]
|
[Obsolete("Use strongly-typed overload instead")]
|
||||||
|
@ -15662,7 +15662,7 @@ namespace OpenTK.Graphics.ES30
|
||||||
/// <param name="location">
|
/// <param name="location">
|
||||||
/// Specifies the location of the uniform variable to be queried.
|
/// Specifies the location of the uniform variable to be queried.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="@params">[length: location]
|
/// <param name="@params">[length: program, location]
|
||||||
/// Returns the value of the specified uniform variable.
|
/// Returns the value of the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetUniformfv")]
|
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetUniformfv")]
|
||||||
|
@ -15678,7 +15678,7 @@ namespace OpenTK.Graphics.ES30
|
||||||
/// <param name="location">
|
/// <param name="location">
|
||||||
/// Specifies the location of the uniform variable to be queried.
|
/// Specifies the location of the uniform variable to be queried.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="@params">[length: location]
|
/// <param name="@params">[length: program, location]
|
||||||
/// Returns the value of the specified uniform variable.
|
/// Returns the value of the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetUniformfv")]
|
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetUniformfv")]
|
||||||
|
@ -15694,7 +15694,7 @@ namespace OpenTK.Graphics.ES30
|
||||||
/// <param name="location">
|
/// <param name="location">
|
||||||
/// Specifies the location of the uniform variable to be queried.
|
/// Specifies the location of the uniform variable to be queried.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="@params">[length: location]
|
/// <param name="@params">[length: program, location]
|
||||||
/// Returns the value of the specified uniform variable.
|
/// Returns the value of the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetUniformfv")]
|
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetUniformfv")]
|
||||||
|
@ -15710,7 +15710,7 @@ namespace OpenTK.Graphics.ES30
|
||||||
/// <param name="location">
|
/// <param name="location">
|
||||||
/// Specifies the location of the uniform variable to be queried.
|
/// Specifies the location of the uniform variable to be queried.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="@params">[length: location]
|
/// <param name="@params">[length: program, location]
|
||||||
/// Returns the value of the specified uniform variable.
|
/// Returns the value of the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetUniformfv")]
|
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetUniformfv")]
|
||||||
|
@ -15726,7 +15726,7 @@ namespace OpenTK.Graphics.ES30
|
||||||
/// <param name="location">
|
/// <param name="location">
|
||||||
/// Specifies the location of the uniform variable to be queried.
|
/// Specifies the location of the uniform variable to be queried.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="@params">[length: location]
|
/// <param name="@params">[length: program, location]
|
||||||
/// Returns the value of the specified uniform variable.
|
/// Returns the value of the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetUniformfv")]
|
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetUniformfv")]
|
||||||
|
@ -15742,7 +15742,7 @@ namespace OpenTK.Graphics.ES30
|
||||||
/// <param name="location">
|
/// <param name="location">
|
||||||
/// Specifies the location of the uniform variable to be queried.
|
/// Specifies the location of the uniform variable to be queried.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="@params">[length: location]
|
/// <param name="@params">[length: program, location]
|
||||||
/// Returns the value of the specified uniform variable.
|
/// Returns the value of the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetUniformfv")]
|
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetUniformfv")]
|
||||||
|
@ -15872,7 +15872,7 @@ namespace OpenTK.Graphics.ES30
|
||||||
/// <param name="location">
|
/// <param name="location">
|
||||||
/// Specifies the location of the uniform variable to be queried.
|
/// Specifies the location of the uniform variable to be queried.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="@params">[length: location]
|
/// <param name="@params">[length: program, location]
|
||||||
/// Returns the value of the specified uniform variable.
|
/// Returns the value of the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetUniformiv")]
|
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetUniformiv")]
|
||||||
|
@ -15888,7 +15888,7 @@ namespace OpenTK.Graphics.ES30
|
||||||
/// <param name="location">
|
/// <param name="location">
|
||||||
/// Specifies the location of the uniform variable to be queried.
|
/// Specifies the location of the uniform variable to be queried.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="@params">[length: location]
|
/// <param name="@params">[length: program, location]
|
||||||
/// Returns the value of the specified uniform variable.
|
/// Returns the value of the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetUniformiv")]
|
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetUniformiv")]
|
||||||
|
@ -15904,7 +15904,7 @@ namespace OpenTK.Graphics.ES30
|
||||||
/// <param name="location">
|
/// <param name="location">
|
||||||
/// Specifies the location of the uniform variable to be queried.
|
/// Specifies the location of the uniform variable to be queried.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="@params">[length: location]
|
/// <param name="@params">[length: program, location]
|
||||||
/// Returns the value of the specified uniform variable.
|
/// Returns the value of the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetUniformiv")]
|
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetUniformiv")]
|
||||||
|
@ -15920,7 +15920,7 @@ namespace OpenTK.Graphics.ES30
|
||||||
/// <param name="location">
|
/// <param name="location">
|
||||||
/// Specifies the location of the uniform variable to be queried.
|
/// Specifies the location of the uniform variable to be queried.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="@params">[length: location]
|
/// <param name="@params">[length: program, location]
|
||||||
/// Returns the value of the specified uniform variable.
|
/// Returns the value of the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetUniformiv")]
|
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetUniformiv")]
|
||||||
|
@ -15936,7 +15936,7 @@ namespace OpenTK.Graphics.ES30
|
||||||
/// <param name="location">
|
/// <param name="location">
|
||||||
/// Specifies the location of the uniform variable to be queried.
|
/// Specifies the location of the uniform variable to be queried.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="@params">[length: location]
|
/// <param name="@params">[length: program, location]
|
||||||
/// Returns the value of the specified uniform variable.
|
/// Returns the value of the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetUniformiv")]
|
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetUniformiv")]
|
||||||
|
@ -15952,7 +15952,7 @@ namespace OpenTK.Graphics.ES30
|
||||||
/// <param name="location">
|
/// <param name="location">
|
||||||
/// Specifies the location of the uniform variable to be queried.
|
/// Specifies the location of the uniform variable to be queried.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="@params">[length: location]
|
/// <param name="@params">[length: program, location]
|
||||||
/// Returns the value of the specified uniform variable.
|
/// Returns the value of the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetUniformiv")]
|
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glGetUniformiv")]
|
||||||
|
@ -22534,7 +22534,7 @@ namespace OpenTK.Graphics.ES30
|
||||||
/// <param name="count">
|
/// <param name="count">
|
||||||
/// For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices.
|
/// For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="value">[length: count]
|
/// <param name="value">[length: count*1]
|
||||||
/// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable.
|
/// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glUniform1fv")]
|
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glUniform1fv")]
|
||||||
|
@ -22550,7 +22550,7 @@ namespace OpenTK.Graphics.ES30
|
||||||
/// <param name="count">
|
/// <param name="count">
|
||||||
/// For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices.
|
/// For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="value">[length: count]
|
/// <param name="value">[length: count*1]
|
||||||
/// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable.
|
/// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glUniform1fv")]
|
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glUniform1fv")]
|
||||||
|
@ -22566,7 +22566,7 @@ namespace OpenTK.Graphics.ES30
|
||||||
/// <param name="count">
|
/// <param name="count">
|
||||||
/// For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices.
|
/// For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="value">[length: count]
|
/// <param name="value">[length: count*1]
|
||||||
/// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable.
|
/// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glUniform1fv")]
|
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glUniform1fv")]
|
||||||
|
@ -22594,7 +22594,7 @@ namespace OpenTK.Graphics.ES30
|
||||||
/// <param name="count">
|
/// <param name="count">
|
||||||
/// For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices.
|
/// For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="value">[length: count]
|
/// <param name="value">[length: count*1]
|
||||||
/// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable.
|
/// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glUniform1iv")]
|
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glUniform1iv")]
|
||||||
|
@ -22610,7 +22610,7 @@ namespace OpenTK.Graphics.ES30
|
||||||
/// <param name="count">
|
/// <param name="count">
|
||||||
/// For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices.
|
/// For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="value">[length: count]
|
/// <param name="value">[length: count*1]
|
||||||
/// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable.
|
/// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glUniform1iv")]
|
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glUniform1iv")]
|
||||||
|
@ -22626,7 +22626,7 @@ namespace OpenTK.Graphics.ES30
|
||||||
/// <param name="count">
|
/// <param name="count">
|
||||||
/// For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices.
|
/// For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="value">[length: count]
|
/// <param name="value">[length: count*1]
|
||||||
/// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable.
|
/// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glUniform1iv")]
|
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glUniform1iv")]
|
||||||
|
@ -22655,7 +22655,7 @@ namespace OpenTK.Graphics.ES30
|
||||||
/// <param name="count">
|
/// <param name="count">
|
||||||
/// For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices.
|
/// For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="value">[length: count]
|
/// <param name="value">[length: count*1]
|
||||||
/// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable.
|
/// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glUniform1uiv")]
|
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glUniform1uiv")]
|
||||||
|
@ -22671,7 +22671,7 @@ namespace OpenTK.Graphics.ES30
|
||||||
/// <param name="count">
|
/// <param name="count">
|
||||||
/// For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices.
|
/// For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="value">[length: count]
|
/// <param name="value">[length: count*1]
|
||||||
/// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable.
|
/// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glUniform1uiv")]
|
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glUniform1uiv")]
|
||||||
|
@ -22687,7 +22687,7 @@ namespace OpenTK.Graphics.ES30
|
||||||
/// <param name="count">
|
/// <param name="count">
|
||||||
/// For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices.
|
/// For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="value">[length: count]
|
/// <param name="value">[length: count*1]
|
||||||
/// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable.
|
/// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glUniform1uiv")]
|
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glUniform1uiv")]
|
||||||
|
@ -22718,7 +22718,7 @@ namespace OpenTK.Graphics.ES30
|
||||||
/// <param name="count">
|
/// <param name="count">
|
||||||
/// For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices.
|
/// For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="value">[length: count]
|
/// <param name="value">[length: count*2]
|
||||||
/// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable.
|
/// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glUniform2fv")]
|
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glUniform2fv")]
|
||||||
|
@ -22734,7 +22734,7 @@ namespace OpenTK.Graphics.ES30
|
||||||
/// <param name="count">
|
/// <param name="count">
|
||||||
/// For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices.
|
/// For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="value">[length: count]
|
/// <param name="value">[length: count*2]
|
||||||
/// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable.
|
/// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glUniform2fv")]
|
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glUniform2fv")]
|
||||||
|
@ -22750,7 +22750,7 @@ namespace OpenTK.Graphics.ES30
|
||||||
/// <param name="count">
|
/// <param name="count">
|
||||||
/// For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices.
|
/// For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="value">[length: count]
|
/// <param name="value">[length: count*2]
|
||||||
/// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable.
|
/// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glUniform2fv")]
|
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glUniform2fv")]
|
||||||
|
@ -22781,7 +22781,7 @@ namespace OpenTK.Graphics.ES30
|
||||||
/// <param name="count">
|
/// <param name="count">
|
||||||
/// For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices.
|
/// For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="value">[length: count]
|
/// <param name="value">[length: count*2]
|
||||||
/// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable.
|
/// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glUniform2iv")]
|
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glUniform2iv")]
|
||||||
|
@ -22797,7 +22797,7 @@ namespace OpenTK.Graphics.ES30
|
||||||
/// <param name="count">
|
/// <param name="count">
|
||||||
/// For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices.
|
/// For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="value">[length: count]
|
/// <param name="value">[length: count*2]
|
||||||
/// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable.
|
/// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glUniform2iv")]
|
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glUniform2iv")]
|
||||||
|
@ -22895,7 +22895,7 @@ namespace OpenTK.Graphics.ES30
|
||||||
/// <param name="count">
|
/// <param name="count">
|
||||||
/// For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices.
|
/// For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="value">[length: count]
|
/// <param name="value">[length: count*3]
|
||||||
/// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable.
|
/// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glUniform3fv")]
|
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glUniform3fv")]
|
||||||
|
@ -22911,7 +22911,7 @@ namespace OpenTK.Graphics.ES30
|
||||||
/// <param name="count">
|
/// <param name="count">
|
||||||
/// For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices.
|
/// For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="value">[length: count]
|
/// <param name="value">[length: count*3]
|
||||||
/// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable.
|
/// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glUniform3fv")]
|
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glUniform3fv")]
|
||||||
|
@ -22927,7 +22927,7 @@ namespace OpenTK.Graphics.ES30
|
||||||
/// <param name="count">
|
/// <param name="count">
|
||||||
/// For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices.
|
/// For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="value">[length: count]
|
/// <param name="value">[length: count*3]
|
||||||
/// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable.
|
/// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glUniform3fv")]
|
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glUniform3fv")]
|
||||||
|
@ -22961,7 +22961,7 @@ namespace OpenTK.Graphics.ES30
|
||||||
/// <param name="count">
|
/// <param name="count">
|
||||||
/// For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices.
|
/// For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="value">[length: count]
|
/// <param name="value">[length: count*3]
|
||||||
/// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable.
|
/// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glUniform3iv")]
|
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glUniform3iv")]
|
||||||
|
@ -22977,7 +22977,7 @@ namespace OpenTK.Graphics.ES30
|
||||||
/// <param name="count">
|
/// <param name="count">
|
||||||
/// For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices.
|
/// For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="value">[length: count]
|
/// <param name="value">[length: count*3]
|
||||||
/// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable.
|
/// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glUniform3iv")]
|
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glUniform3iv")]
|
||||||
|
@ -22993,7 +22993,7 @@ namespace OpenTK.Graphics.ES30
|
||||||
/// <param name="count">
|
/// <param name="count">
|
||||||
/// For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices.
|
/// For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="value">[length: count]
|
/// <param name="value">[length: count*3]
|
||||||
/// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable.
|
/// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glUniform3iv")]
|
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glUniform3iv")]
|
||||||
|
@ -23097,7 +23097,7 @@ namespace OpenTK.Graphics.ES30
|
||||||
/// <param name="count">
|
/// <param name="count">
|
||||||
/// For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices.
|
/// For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="value">[length: count]
|
/// <param name="value">[length: count*4]
|
||||||
/// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable.
|
/// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glUniform4fv")]
|
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glUniform4fv")]
|
||||||
|
@ -23113,7 +23113,7 @@ namespace OpenTK.Graphics.ES30
|
||||||
/// <param name="count">
|
/// <param name="count">
|
||||||
/// For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices.
|
/// For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="value">[length: count]
|
/// <param name="value">[length: count*4]
|
||||||
/// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable.
|
/// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glUniform4fv")]
|
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glUniform4fv")]
|
||||||
|
@ -23129,7 +23129,7 @@ namespace OpenTK.Graphics.ES30
|
||||||
/// <param name="count">
|
/// <param name="count">
|
||||||
/// For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices.
|
/// For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="value">[length: count]
|
/// <param name="value">[length: count*4]
|
||||||
/// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable.
|
/// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glUniform4fv")]
|
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glUniform4fv")]
|
||||||
|
@ -23166,7 +23166,7 @@ namespace OpenTK.Graphics.ES30
|
||||||
/// <param name="count">
|
/// <param name="count">
|
||||||
/// For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices.
|
/// For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="value">[length: count]
|
/// <param name="value">[length: count*4]
|
||||||
/// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable.
|
/// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glUniform4iv")]
|
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glUniform4iv")]
|
||||||
|
@ -23182,7 +23182,7 @@ namespace OpenTK.Graphics.ES30
|
||||||
/// <param name="count">
|
/// <param name="count">
|
||||||
/// For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices.
|
/// For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="value">[length: count]
|
/// <param name="value">[length: count*4]
|
||||||
/// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable.
|
/// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glUniform4iv")]
|
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glUniform4iv")]
|
||||||
|
@ -23198,7 +23198,7 @@ namespace OpenTK.Graphics.ES30
|
||||||
/// <param name="count">
|
/// <param name="count">
|
||||||
/// For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices.
|
/// For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="value">[length: count]
|
/// <param name="value">[length: count*4]
|
||||||
/// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable.
|
/// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glUniform4iv")]
|
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glUniform4iv")]
|
||||||
|
@ -23311,7 +23311,7 @@ namespace OpenTK.Graphics.ES30
|
||||||
/// <param name="location"></param>
|
/// <param name="location"></param>
|
||||||
/// <param name="count"></param>
|
/// <param name="count"></param>
|
||||||
/// <param name="transpose"></param>
|
/// <param name="transpose"></param>
|
||||||
/// <param name="value">[length: count]</param>
|
/// <param name="value">[length: count*4]</param>
|
||||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glUniformMatrix2fv")]
|
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glUniformMatrix2fv")]
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static void UniformMatrix2(Int32 location, Int32 count, bool transpose, Single[] value) { throw new NotImplementedException(); }
|
public static void UniformMatrix2(Int32 location, Int32 count, bool transpose, Single[] value) { throw new NotImplementedException(); }
|
||||||
|
@ -23320,7 +23320,7 @@ namespace OpenTK.Graphics.ES30
|
||||||
/// <param name="location"></param>
|
/// <param name="location"></param>
|
||||||
/// <param name="count"></param>
|
/// <param name="count"></param>
|
||||||
/// <param name="transpose"></param>
|
/// <param name="transpose"></param>
|
||||||
/// <param name="value">[length: count]</param>
|
/// <param name="value">[length: count*4]</param>
|
||||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glUniformMatrix2fv")]
|
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glUniformMatrix2fv")]
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static void UniformMatrix2(Int32 location, Int32 count, bool transpose, ref Single value) { throw new NotImplementedException(); }
|
public static void UniformMatrix2(Int32 location, Int32 count, bool transpose, ref Single value) { throw new NotImplementedException(); }
|
||||||
|
@ -23329,7 +23329,7 @@ namespace OpenTK.Graphics.ES30
|
||||||
/// <param name="location"></param>
|
/// <param name="location"></param>
|
||||||
/// <param name="count"></param>
|
/// <param name="count"></param>
|
||||||
/// <param name="transpose"></param>
|
/// <param name="transpose"></param>
|
||||||
/// <param name="value">[length: count]</param>
|
/// <param name="value">[length: count*4]</param>
|
||||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glUniformMatrix2fv")]
|
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glUniformMatrix2fv")]
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static unsafe void UniformMatrix2(Int32 location, Int32 count, bool transpose, Single* value) { throw new NotImplementedException(); }
|
public static unsafe void UniformMatrix2(Int32 location, Int32 count, bool transpose, Single* value) { throw new NotImplementedException(); }
|
||||||
|
@ -23338,7 +23338,7 @@ namespace OpenTK.Graphics.ES30
|
||||||
/// <param name="location"></param>
|
/// <param name="location"></param>
|
||||||
/// <param name="count"></param>
|
/// <param name="count"></param>
|
||||||
/// <param name="transpose"></param>
|
/// <param name="transpose"></param>
|
||||||
/// <param name="value">[length: 6]</param>
|
/// <param name="value">[length: count*6]</param>
|
||||||
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glUniformMatrix2x3fv")]
|
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glUniformMatrix2x3fv")]
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static void UniformMatrix2x3(Int32 location, Int32 count, bool transpose, Single[] value) { throw new NotImplementedException(); }
|
public static void UniformMatrix2x3(Int32 location, Int32 count, bool transpose, Single[] value) { throw new NotImplementedException(); }
|
||||||
|
@ -23347,7 +23347,7 @@ namespace OpenTK.Graphics.ES30
|
||||||
/// <param name="location"></param>
|
/// <param name="location"></param>
|
||||||
/// <param name="count"></param>
|
/// <param name="count"></param>
|
||||||
/// <param name="transpose"></param>
|
/// <param name="transpose"></param>
|
||||||
/// <param name="value">[length: 6]</param>
|
/// <param name="value">[length: count*6]</param>
|
||||||
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glUniformMatrix2x3fv")]
|
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glUniformMatrix2x3fv")]
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static void UniformMatrix2x3(Int32 location, Int32 count, bool transpose, ref Single value) { throw new NotImplementedException(); }
|
public static void UniformMatrix2x3(Int32 location, Int32 count, bool transpose, ref Single value) { throw new NotImplementedException(); }
|
||||||
|
@ -23356,7 +23356,7 @@ namespace OpenTK.Graphics.ES30
|
||||||
/// <param name="location"></param>
|
/// <param name="location"></param>
|
||||||
/// <param name="count"></param>
|
/// <param name="count"></param>
|
||||||
/// <param name="transpose"></param>
|
/// <param name="transpose"></param>
|
||||||
/// <param name="value">[length: 6]</param>
|
/// <param name="value">[length: count*6]</param>
|
||||||
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glUniformMatrix2x3fv")]
|
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glUniformMatrix2x3fv")]
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static unsafe void UniformMatrix2x3(Int32 location, Int32 count, bool transpose, Single* value) { throw new NotImplementedException(); }
|
public static unsafe void UniformMatrix2x3(Int32 location, Int32 count, bool transpose, Single* value) { throw new NotImplementedException(); }
|
||||||
|
@ -23365,7 +23365,7 @@ namespace OpenTK.Graphics.ES30
|
||||||
/// <param name="location"></param>
|
/// <param name="location"></param>
|
||||||
/// <param name="count"></param>
|
/// <param name="count"></param>
|
||||||
/// <param name="transpose"></param>
|
/// <param name="transpose"></param>
|
||||||
/// <param name="value">[length: 8]</param>
|
/// <param name="value">[length: count*8]</param>
|
||||||
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glUniformMatrix2x4fv")]
|
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glUniformMatrix2x4fv")]
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static void UniformMatrix2x4(Int32 location, Int32 count, bool transpose, Single[] value) { throw new NotImplementedException(); }
|
public static void UniformMatrix2x4(Int32 location, Int32 count, bool transpose, Single[] value) { throw new NotImplementedException(); }
|
||||||
|
@ -23374,7 +23374,7 @@ namespace OpenTK.Graphics.ES30
|
||||||
/// <param name="location"></param>
|
/// <param name="location"></param>
|
||||||
/// <param name="count"></param>
|
/// <param name="count"></param>
|
||||||
/// <param name="transpose"></param>
|
/// <param name="transpose"></param>
|
||||||
/// <param name="value">[length: 8]</param>
|
/// <param name="value">[length: count*8]</param>
|
||||||
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glUniformMatrix2x4fv")]
|
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glUniformMatrix2x4fv")]
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static void UniformMatrix2x4(Int32 location, Int32 count, bool transpose, ref Single value) { throw new NotImplementedException(); }
|
public static void UniformMatrix2x4(Int32 location, Int32 count, bool transpose, ref Single value) { throw new NotImplementedException(); }
|
||||||
|
@ -23383,7 +23383,7 @@ namespace OpenTK.Graphics.ES30
|
||||||
/// <param name="location"></param>
|
/// <param name="location"></param>
|
||||||
/// <param name="count"></param>
|
/// <param name="count"></param>
|
||||||
/// <param name="transpose"></param>
|
/// <param name="transpose"></param>
|
||||||
/// <param name="value">[length: 8]</param>
|
/// <param name="value">[length: count*8]</param>
|
||||||
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glUniformMatrix2x4fv")]
|
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glUniformMatrix2x4fv")]
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static unsafe void UniformMatrix2x4(Int32 location, Int32 count, bool transpose, Single* value) { throw new NotImplementedException(); }
|
public static unsafe void UniformMatrix2x4(Int32 location, Int32 count, bool transpose, Single* value) { throw new NotImplementedException(); }
|
||||||
|
@ -23392,7 +23392,7 @@ namespace OpenTK.Graphics.ES30
|
||||||
/// <param name="location"></param>
|
/// <param name="location"></param>
|
||||||
/// <param name="count"></param>
|
/// <param name="count"></param>
|
||||||
/// <param name="transpose"></param>
|
/// <param name="transpose"></param>
|
||||||
/// <param name="value">[length: count]</param>
|
/// <param name="value">[length: count*9]</param>
|
||||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glUniformMatrix3fv")]
|
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glUniformMatrix3fv")]
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static void UniformMatrix3(Int32 location, Int32 count, bool transpose, Single[] value) { throw new NotImplementedException(); }
|
public static void UniformMatrix3(Int32 location, Int32 count, bool transpose, Single[] value) { throw new NotImplementedException(); }
|
||||||
|
@ -23401,7 +23401,7 @@ namespace OpenTK.Graphics.ES30
|
||||||
/// <param name="location"></param>
|
/// <param name="location"></param>
|
||||||
/// <param name="count"></param>
|
/// <param name="count"></param>
|
||||||
/// <param name="transpose"></param>
|
/// <param name="transpose"></param>
|
||||||
/// <param name="value">[length: count]</param>
|
/// <param name="value">[length: count*9]</param>
|
||||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glUniformMatrix3fv")]
|
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glUniformMatrix3fv")]
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static void UniformMatrix3(Int32 location, Int32 count, bool transpose, ref Single value) { throw new NotImplementedException(); }
|
public static void UniformMatrix3(Int32 location, Int32 count, bool transpose, ref Single value) { throw new NotImplementedException(); }
|
||||||
|
@ -23410,7 +23410,7 @@ namespace OpenTK.Graphics.ES30
|
||||||
/// <param name="location"></param>
|
/// <param name="location"></param>
|
||||||
/// <param name="count"></param>
|
/// <param name="count"></param>
|
||||||
/// <param name="transpose"></param>
|
/// <param name="transpose"></param>
|
||||||
/// <param name="value">[length: count]</param>
|
/// <param name="value">[length: count*9]</param>
|
||||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glUniformMatrix3fv")]
|
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glUniformMatrix3fv")]
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static unsafe void UniformMatrix3(Int32 location, Int32 count, bool transpose, Single* value) { throw new NotImplementedException(); }
|
public static unsafe void UniformMatrix3(Int32 location, Int32 count, bool transpose, Single* value) { throw new NotImplementedException(); }
|
||||||
|
@ -23419,7 +23419,7 @@ namespace OpenTK.Graphics.ES30
|
||||||
/// <param name="location"></param>
|
/// <param name="location"></param>
|
||||||
/// <param name="count"></param>
|
/// <param name="count"></param>
|
||||||
/// <param name="transpose"></param>
|
/// <param name="transpose"></param>
|
||||||
/// <param name="value">[length: 6]</param>
|
/// <param name="value">[length: count*6]</param>
|
||||||
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glUniformMatrix3x2fv")]
|
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glUniformMatrix3x2fv")]
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static void UniformMatrix3x2(Int32 location, Int32 count, bool transpose, Single[] value) { throw new NotImplementedException(); }
|
public static void UniformMatrix3x2(Int32 location, Int32 count, bool transpose, Single[] value) { throw new NotImplementedException(); }
|
||||||
|
@ -23428,7 +23428,7 @@ namespace OpenTK.Graphics.ES30
|
||||||
/// <param name="location"></param>
|
/// <param name="location"></param>
|
||||||
/// <param name="count"></param>
|
/// <param name="count"></param>
|
||||||
/// <param name="transpose"></param>
|
/// <param name="transpose"></param>
|
||||||
/// <param name="value">[length: 6]</param>
|
/// <param name="value">[length: count*6]</param>
|
||||||
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glUniformMatrix3x2fv")]
|
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glUniformMatrix3x2fv")]
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static void UniformMatrix3x2(Int32 location, Int32 count, bool transpose, ref Single value) { throw new NotImplementedException(); }
|
public static void UniformMatrix3x2(Int32 location, Int32 count, bool transpose, ref Single value) { throw new NotImplementedException(); }
|
||||||
|
@ -23437,7 +23437,7 @@ namespace OpenTK.Graphics.ES30
|
||||||
/// <param name="location"></param>
|
/// <param name="location"></param>
|
||||||
/// <param name="count"></param>
|
/// <param name="count"></param>
|
||||||
/// <param name="transpose"></param>
|
/// <param name="transpose"></param>
|
||||||
/// <param name="value">[length: 6]</param>
|
/// <param name="value">[length: count*6]</param>
|
||||||
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glUniformMatrix3x2fv")]
|
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glUniformMatrix3x2fv")]
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static unsafe void UniformMatrix3x2(Int32 location, Int32 count, bool transpose, Single* value) { throw new NotImplementedException(); }
|
public static unsafe void UniformMatrix3x2(Int32 location, Int32 count, bool transpose, Single* value) { throw new NotImplementedException(); }
|
||||||
|
@ -23446,7 +23446,7 @@ namespace OpenTK.Graphics.ES30
|
||||||
/// <param name="location"></param>
|
/// <param name="location"></param>
|
||||||
/// <param name="count"></param>
|
/// <param name="count"></param>
|
||||||
/// <param name="transpose"></param>
|
/// <param name="transpose"></param>
|
||||||
/// <param name="value">[length: 12]</param>
|
/// <param name="value">[length: count*12]</param>
|
||||||
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glUniformMatrix3x4fv")]
|
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glUniformMatrix3x4fv")]
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static void UniformMatrix3x4(Int32 location, Int32 count, bool transpose, Single[] value) { throw new NotImplementedException(); }
|
public static void UniformMatrix3x4(Int32 location, Int32 count, bool transpose, Single[] value) { throw new NotImplementedException(); }
|
||||||
|
@ -23455,7 +23455,7 @@ namespace OpenTK.Graphics.ES30
|
||||||
/// <param name="location"></param>
|
/// <param name="location"></param>
|
||||||
/// <param name="count"></param>
|
/// <param name="count"></param>
|
||||||
/// <param name="transpose"></param>
|
/// <param name="transpose"></param>
|
||||||
/// <param name="value">[length: 12]</param>
|
/// <param name="value">[length: count*12]</param>
|
||||||
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glUniformMatrix3x4fv")]
|
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glUniformMatrix3x4fv")]
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static void UniformMatrix3x4(Int32 location, Int32 count, bool transpose, ref Single value) { throw new NotImplementedException(); }
|
public static void UniformMatrix3x4(Int32 location, Int32 count, bool transpose, ref Single value) { throw new NotImplementedException(); }
|
||||||
|
@ -23464,7 +23464,7 @@ namespace OpenTK.Graphics.ES30
|
||||||
/// <param name="location"></param>
|
/// <param name="location"></param>
|
||||||
/// <param name="count"></param>
|
/// <param name="count"></param>
|
||||||
/// <param name="transpose"></param>
|
/// <param name="transpose"></param>
|
||||||
/// <param name="value">[length: 12]</param>
|
/// <param name="value">[length: count*12]</param>
|
||||||
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glUniformMatrix3x4fv")]
|
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glUniformMatrix3x4fv")]
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static unsafe void UniformMatrix3x4(Int32 location, Int32 count, bool transpose, Single* value) { throw new NotImplementedException(); }
|
public static unsafe void UniformMatrix3x4(Int32 location, Int32 count, bool transpose, Single* value) { throw new NotImplementedException(); }
|
||||||
|
@ -23473,7 +23473,7 @@ namespace OpenTK.Graphics.ES30
|
||||||
/// <param name="location"></param>
|
/// <param name="location"></param>
|
||||||
/// <param name="count"></param>
|
/// <param name="count"></param>
|
||||||
/// <param name="transpose"></param>
|
/// <param name="transpose"></param>
|
||||||
/// <param name="value">[length: count]</param>
|
/// <param name="value">[length: count*16]</param>
|
||||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glUniformMatrix4fv")]
|
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glUniformMatrix4fv")]
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static void UniformMatrix4(Int32 location, Int32 count, bool transpose, Single[] value) { throw new NotImplementedException(); }
|
public static void UniformMatrix4(Int32 location, Int32 count, bool transpose, Single[] value) { throw new NotImplementedException(); }
|
||||||
|
@ -23482,7 +23482,7 @@ namespace OpenTK.Graphics.ES30
|
||||||
/// <param name="location"></param>
|
/// <param name="location"></param>
|
||||||
/// <param name="count"></param>
|
/// <param name="count"></param>
|
||||||
/// <param name="transpose"></param>
|
/// <param name="transpose"></param>
|
||||||
/// <param name="value">[length: count]</param>
|
/// <param name="value">[length: count*16]</param>
|
||||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glUniformMatrix4fv")]
|
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glUniformMatrix4fv")]
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static void UniformMatrix4(Int32 location, Int32 count, bool transpose, ref Single value) { throw new NotImplementedException(); }
|
public static void UniformMatrix4(Int32 location, Int32 count, bool transpose, ref Single value) { throw new NotImplementedException(); }
|
||||||
|
@ -23491,7 +23491,7 @@ namespace OpenTK.Graphics.ES30
|
||||||
/// <param name="location"></param>
|
/// <param name="location"></param>
|
||||||
/// <param name="count"></param>
|
/// <param name="count"></param>
|
||||||
/// <param name="transpose"></param>
|
/// <param name="transpose"></param>
|
||||||
/// <param name="value">[length: count]</param>
|
/// <param name="value">[length: count*16]</param>
|
||||||
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glUniformMatrix4fv")]
|
[AutoGenerated(Category = "ES_VERSION_2_0", Version = "2.0", EntryPoint = "glUniformMatrix4fv")]
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static unsafe void UniformMatrix4(Int32 location, Int32 count, bool transpose, Single* value) { throw new NotImplementedException(); }
|
public static unsafe void UniformMatrix4(Int32 location, Int32 count, bool transpose, Single* value) { throw new NotImplementedException(); }
|
||||||
|
@ -23500,7 +23500,7 @@ namespace OpenTK.Graphics.ES30
|
||||||
/// <param name="location"></param>
|
/// <param name="location"></param>
|
||||||
/// <param name="count"></param>
|
/// <param name="count"></param>
|
||||||
/// <param name="transpose"></param>
|
/// <param name="transpose"></param>
|
||||||
/// <param name="value">[length: 8]</param>
|
/// <param name="value">[length: count*8]</param>
|
||||||
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glUniformMatrix4x2fv")]
|
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glUniformMatrix4x2fv")]
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static void UniformMatrix4x2(Int32 location, Int32 count, bool transpose, Single[] value) { throw new NotImplementedException(); }
|
public static void UniformMatrix4x2(Int32 location, Int32 count, bool transpose, Single[] value) { throw new NotImplementedException(); }
|
||||||
|
@ -23509,7 +23509,7 @@ namespace OpenTK.Graphics.ES30
|
||||||
/// <param name="location"></param>
|
/// <param name="location"></param>
|
||||||
/// <param name="count"></param>
|
/// <param name="count"></param>
|
||||||
/// <param name="transpose"></param>
|
/// <param name="transpose"></param>
|
||||||
/// <param name="value">[length: 8]</param>
|
/// <param name="value">[length: count*8]</param>
|
||||||
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glUniformMatrix4x2fv")]
|
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glUniformMatrix4x2fv")]
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static void UniformMatrix4x2(Int32 location, Int32 count, bool transpose, ref Single value) { throw new NotImplementedException(); }
|
public static void UniformMatrix4x2(Int32 location, Int32 count, bool transpose, ref Single value) { throw new NotImplementedException(); }
|
||||||
|
@ -23518,7 +23518,7 @@ namespace OpenTK.Graphics.ES30
|
||||||
/// <param name="location"></param>
|
/// <param name="location"></param>
|
||||||
/// <param name="count"></param>
|
/// <param name="count"></param>
|
||||||
/// <param name="transpose"></param>
|
/// <param name="transpose"></param>
|
||||||
/// <param name="value">[length: 8]</param>
|
/// <param name="value">[length: count*8]</param>
|
||||||
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glUniformMatrix4x2fv")]
|
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glUniformMatrix4x2fv")]
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static unsafe void UniformMatrix4x2(Int32 location, Int32 count, bool transpose, Single* value) { throw new NotImplementedException(); }
|
public static unsafe void UniformMatrix4x2(Int32 location, Int32 count, bool transpose, Single* value) { throw new NotImplementedException(); }
|
||||||
|
@ -23527,7 +23527,7 @@ namespace OpenTK.Graphics.ES30
|
||||||
/// <param name="location"></param>
|
/// <param name="location"></param>
|
||||||
/// <param name="count"></param>
|
/// <param name="count"></param>
|
||||||
/// <param name="transpose"></param>
|
/// <param name="transpose"></param>
|
||||||
/// <param name="value">[length: 12]</param>
|
/// <param name="value">[length: count*12]</param>
|
||||||
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glUniformMatrix4x3fv")]
|
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glUniformMatrix4x3fv")]
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static void UniformMatrix4x3(Int32 location, Int32 count, bool transpose, Single[] value) { throw new NotImplementedException(); }
|
public static void UniformMatrix4x3(Int32 location, Int32 count, bool transpose, Single[] value) { throw new NotImplementedException(); }
|
||||||
|
@ -23536,7 +23536,7 @@ namespace OpenTK.Graphics.ES30
|
||||||
/// <param name="location"></param>
|
/// <param name="location"></param>
|
||||||
/// <param name="count"></param>
|
/// <param name="count"></param>
|
||||||
/// <param name="transpose"></param>
|
/// <param name="transpose"></param>
|
||||||
/// <param name="value">[length: 12]</param>
|
/// <param name="value">[length: count*12]</param>
|
||||||
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glUniformMatrix4x3fv")]
|
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glUniformMatrix4x3fv")]
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static void UniformMatrix4x3(Int32 location, Int32 count, bool transpose, ref Single value) { throw new NotImplementedException(); }
|
public static void UniformMatrix4x3(Int32 location, Int32 count, bool transpose, ref Single value) { throw new NotImplementedException(); }
|
||||||
|
@ -23545,7 +23545,7 @@ namespace OpenTK.Graphics.ES30
|
||||||
/// <param name="location"></param>
|
/// <param name="location"></param>
|
||||||
/// <param name="count"></param>
|
/// <param name="count"></param>
|
||||||
/// <param name="transpose"></param>
|
/// <param name="transpose"></param>
|
||||||
/// <param name="value">[length: 12]</param>
|
/// <param name="value">[length: count*12]</param>
|
||||||
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glUniformMatrix4x3fv")]
|
[AutoGenerated(Category = "ES_VERSION_3_0", Version = "3.0", EntryPoint = "glUniformMatrix4x3fv")]
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static unsafe void UniformMatrix4x3(Int32 location, Int32 count, bool transpose, Single* value) { throw new NotImplementedException(); }
|
public static unsafe void UniformMatrix4x3(Int32 location, Int32 count, bool transpose, Single* value) { throw new NotImplementedException(); }
|
||||||
|
@ -35006,7 +35006,7 @@ namespace OpenTK.Graphics.ES30
|
||||||
/// <param name="location"></param>
|
/// <param name="location"></param>
|
||||||
/// <param name="count"></param>
|
/// <param name="count"></param>
|
||||||
/// <param name="transpose"></param>
|
/// <param name="transpose"></param>
|
||||||
/// <param name="value">[length: 6]</param>
|
/// <param name="value">[length: count*6]</param>
|
||||||
[AutoGenerated(Category = "NV_non_square_matrices", Version = "", EntryPoint = "glUniformMatrix2x3fvNV")]
|
[AutoGenerated(Category = "NV_non_square_matrices", Version = "", EntryPoint = "glUniformMatrix2x3fvNV")]
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static void UniformMatrix2x3(Int32 location, Int32 count, bool transpose, Single[] value) { throw new NotImplementedException(); }
|
public static void UniformMatrix2x3(Int32 location, Int32 count, bool transpose, Single[] value) { throw new NotImplementedException(); }
|
||||||
|
@ -35015,7 +35015,7 @@ namespace OpenTK.Graphics.ES30
|
||||||
/// <param name="location"></param>
|
/// <param name="location"></param>
|
||||||
/// <param name="count"></param>
|
/// <param name="count"></param>
|
||||||
/// <param name="transpose"></param>
|
/// <param name="transpose"></param>
|
||||||
/// <param name="value">[length: 6]</param>
|
/// <param name="value">[length: count*6]</param>
|
||||||
[AutoGenerated(Category = "NV_non_square_matrices", Version = "", EntryPoint = "glUniformMatrix2x3fvNV")]
|
[AutoGenerated(Category = "NV_non_square_matrices", Version = "", EntryPoint = "glUniformMatrix2x3fvNV")]
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static void UniformMatrix2x3(Int32 location, Int32 count, bool transpose, ref Single value) { throw new NotImplementedException(); }
|
public static void UniformMatrix2x3(Int32 location, Int32 count, bool transpose, ref Single value) { throw new NotImplementedException(); }
|
||||||
|
@ -35024,7 +35024,7 @@ namespace OpenTK.Graphics.ES30
|
||||||
/// <param name="location"></param>
|
/// <param name="location"></param>
|
||||||
/// <param name="count"></param>
|
/// <param name="count"></param>
|
||||||
/// <param name="transpose"></param>
|
/// <param name="transpose"></param>
|
||||||
/// <param name="value">[length: 6]</param>
|
/// <param name="value">[length: count*6]</param>
|
||||||
[AutoGenerated(Category = "NV_non_square_matrices", Version = "", EntryPoint = "glUniformMatrix2x3fvNV")]
|
[AutoGenerated(Category = "NV_non_square_matrices", Version = "", EntryPoint = "glUniformMatrix2x3fvNV")]
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static unsafe void UniformMatrix2x3(Int32 location, Int32 count, bool transpose, Single* value) { throw new NotImplementedException(); }
|
public static unsafe void UniformMatrix2x3(Int32 location, Int32 count, bool transpose, Single* value) { throw new NotImplementedException(); }
|
||||||
|
@ -35033,7 +35033,7 @@ namespace OpenTK.Graphics.ES30
|
||||||
/// <param name="location"></param>
|
/// <param name="location"></param>
|
||||||
/// <param name="count"></param>
|
/// <param name="count"></param>
|
||||||
/// <param name="transpose"></param>
|
/// <param name="transpose"></param>
|
||||||
/// <param name="value">[length: 8]</param>
|
/// <param name="value">[length: count*8]</param>
|
||||||
[AutoGenerated(Category = "NV_non_square_matrices", Version = "", EntryPoint = "glUniformMatrix2x4fvNV")]
|
[AutoGenerated(Category = "NV_non_square_matrices", Version = "", EntryPoint = "glUniformMatrix2x4fvNV")]
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static void UniformMatrix2x4(Int32 location, Int32 count, bool transpose, Single[] value) { throw new NotImplementedException(); }
|
public static void UniformMatrix2x4(Int32 location, Int32 count, bool transpose, Single[] value) { throw new NotImplementedException(); }
|
||||||
|
@ -35042,7 +35042,7 @@ namespace OpenTK.Graphics.ES30
|
||||||
/// <param name="location"></param>
|
/// <param name="location"></param>
|
||||||
/// <param name="count"></param>
|
/// <param name="count"></param>
|
||||||
/// <param name="transpose"></param>
|
/// <param name="transpose"></param>
|
||||||
/// <param name="value">[length: 8]</param>
|
/// <param name="value">[length: count*8]</param>
|
||||||
[AutoGenerated(Category = "NV_non_square_matrices", Version = "", EntryPoint = "glUniformMatrix2x4fvNV")]
|
[AutoGenerated(Category = "NV_non_square_matrices", Version = "", EntryPoint = "glUniformMatrix2x4fvNV")]
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static void UniformMatrix2x4(Int32 location, Int32 count, bool transpose, ref Single value) { throw new NotImplementedException(); }
|
public static void UniformMatrix2x4(Int32 location, Int32 count, bool transpose, ref Single value) { throw new NotImplementedException(); }
|
||||||
|
@ -35051,7 +35051,7 @@ namespace OpenTK.Graphics.ES30
|
||||||
/// <param name="location"></param>
|
/// <param name="location"></param>
|
||||||
/// <param name="count"></param>
|
/// <param name="count"></param>
|
||||||
/// <param name="transpose"></param>
|
/// <param name="transpose"></param>
|
||||||
/// <param name="value">[length: 8]</param>
|
/// <param name="value">[length: count*8]</param>
|
||||||
[AutoGenerated(Category = "NV_non_square_matrices", Version = "", EntryPoint = "glUniformMatrix2x4fvNV")]
|
[AutoGenerated(Category = "NV_non_square_matrices", Version = "", EntryPoint = "glUniformMatrix2x4fvNV")]
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static unsafe void UniformMatrix2x4(Int32 location, Int32 count, bool transpose, Single* value) { throw new NotImplementedException(); }
|
public static unsafe void UniformMatrix2x4(Int32 location, Int32 count, bool transpose, Single* value) { throw new NotImplementedException(); }
|
||||||
|
@ -35060,7 +35060,7 @@ namespace OpenTK.Graphics.ES30
|
||||||
/// <param name="location"></param>
|
/// <param name="location"></param>
|
||||||
/// <param name="count"></param>
|
/// <param name="count"></param>
|
||||||
/// <param name="transpose"></param>
|
/// <param name="transpose"></param>
|
||||||
/// <param name="value">[length: 6]</param>
|
/// <param name="value">[length: count*6]</param>
|
||||||
[AutoGenerated(Category = "NV_non_square_matrices", Version = "", EntryPoint = "glUniformMatrix3x2fvNV")]
|
[AutoGenerated(Category = "NV_non_square_matrices", Version = "", EntryPoint = "glUniformMatrix3x2fvNV")]
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static void UniformMatrix3x2(Int32 location, Int32 count, bool transpose, Single[] value) { throw new NotImplementedException(); }
|
public static void UniformMatrix3x2(Int32 location, Int32 count, bool transpose, Single[] value) { throw new NotImplementedException(); }
|
||||||
|
@ -35069,7 +35069,7 @@ namespace OpenTK.Graphics.ES30
|
||||||
/// <param name="location"></param>
|
/// <param name="location"></param>
|
||||||
/// <param name="count"></param>
|
/// <param name="count"></param>
|
||||||
/// <param name="transpose"></param>
|
/// <param name="transpose"></param>
|
||||||
/// <param name="value">[length: 6]</param>
|
/// <param name="value">[length: count*6]</param>
|
||||||
[AutoGenerated(Category = "NV_non_square_matrices", Version = "", EntryPoint = "glUniformMatrix3x2fvNV")]
|
[AutoGenerated(Category = "NV_non_square_matrices", Version = "", EntryPoint = "glUniformMatrix3x2fvNV")]
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static void UniformMatrix3x2(Int32 location, Int32 count, bool transpose, ref Single value) { throw new NotImplementedException(); }
|
public static void UniformMatrix3x2(Int32 location, Int32 count, bool transpose, ref Single value) { throw new NotImplementedException(); }
|
||||||
|
@ -35078,7 +35078,7 @@ namespace OpenTK.Graphics.ES30
|
||||||
/// <param name="location"></param>
|
/// <param name="location"></param>
|
||||||
/// <param name="count"></param>
|
/// <param name="count"></param>
|
||||||
/// <param name="transpose"></param>
|
/// <param name="transpose"></param>
|
||||||
/// <param name="value">[length: 6]</param>
|
/// <param name="value">[length: count*6]</param>
|
||||||
[AutoGenerated(Category = "NV_non_square_matrices", Version = "", EntryPoint = "glUniformMatrix3x2fvNV")]
|
[AutoGenerated(Category = "NV_non_square_matrices", Version = "", EntryPoint = "glUniformMatrix3x2fvNV")]
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static unsafe void UniformMatrix3x2(Int32 location, Int32 count, bool transpose, Single* value) { throw new NotImplementedException(); }
|
public static unsafe void UniformMatrix3x2(Int32 location, Int32 count, bool transpose, Single* value) { throw new NotImplementedException(); }
|
||||||
|
@ -35087,7 +35087,7 @@ namespace OpenTK.Graphics.ES30
|
||||||
/// <param name="location"></param>
|
/// <param name="location"></param>
|
||||||
/// <param name="count"></param>
|
/// <param name="count"></param>
|
||||||
/// <param name="transpose"></param>
|
/// <param name="transpose"></param>
|
||||||
/// <param name="value">[length: 12]</param>
|
/// <param name="value">[length: count*12]</param>
|
||||||
[AutoGenerated(Category = "NV_non_square_matrices", Version = "", EntryPoint = "glUniformMatrix3x4fvNV")]
|
[AutoGenerated(Category = "NV_non_square_matrices", Version = "", EntryPoint = "glUniformMatrix3x4fvNV")]
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static void UniformMatrix3x4(Int32 location, Int32 count, bool transpose, Single[] value) { throw new NotImplementedException(); }
|
public static void UniformMatrix3x4(Int32 location, Int32 count, bool transpose, Single[] value) { throw new NotImplementedException(); }
|
||||||
|
@ -35096,7 +35096,7 @@ namespace OpenTK.Graphics.ES30
|
||||||
/// <param name="location"></param>
|
/// <param name="location"></param>
|
||||||
/// <param name="count"></param>
|
/// <param name="count"></param>
|
||||||
/// <param name="transpose"></param>
|
/// <param name="transpose"></param>
|
||||||
/// <param name="value">[length: 12]</param>
|
/// <param name="value">[length: count*12]</param>
|
||||||
[AutoGenerated(Category = "NV_non_square_matrices", Version = "", EntryPoint = "glUniformMatrix3x4fvNV")]
|
[AutoGenerated(Category = "NV_non_square_matrices", Version = "", EntryPoint = "glUniformMatrix3x4fvNV")]
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static void UniformMatrix3x4(Int32 location, Int32 count, bool transpose, ref Single value) { throw new NotImplementedException(); }
|
public static void UniformMatrix3x4(Int32 location, Int32 count, bool transpose, ref Single value) { throw new NotImplementedException(); }
|
||||||
|
@ -35105,7 +35105,7 @@ namespace OpenTK.Graphics.ES30
|
||||||
/// <param name="location"></param>
|
/// <param name="location"></param>
|
||||||
/// <param name="count"></param>
|
/// <param name="count"></param>
|
||||||
/// <param name="transpose"></param>
|
/// <param name="transpose"></param>
|
||||||
/// <param name="value">[length: 12]</param>
|
/// <param name="value">[length: count*12]</param>
|
||||||
[AutoGenerated(Category = "NV_non_square_matrices", Version = "", EntryPoint = "glUniformMatrix3x4fvNV")]
|
[AutoGenerated(Category = "NV_non_square_matrices", Version = "", EntryPoint = "glUniformMatrix3x4fvNV")]
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static unsafe void UniformMatrix3x4(Int32 location, Int32 count, bool transpose, Single* value) { throw new NotImplementedException(); }
|
public static unsafe void UniformMatrix3x4(Int32 location, Int32 count, bool transpose, Single* value) { throw new NotImplementedException(); }
|
||||||
|
@ -35114,7 +35114,7 @@ namespace OpenTK.Graphics.ES30
|
||||||
/// <param name="location"></param>
|
/// <param name="location"></param>
|
||||||
/// <param name="count"></param>
|
/// <param name="count"></param>
|
||||||
/// <param name="transpose"></param>
|
/// <param name="transpose"></param>
|
||||||
/// <param name="value">[length: 8]</param>
|
/// <param name="value">[length: count*8]</param>
|
||||||
[AutoGenerated(Category = "NV_non_square_matrices", Version = "", EntryPoint = "glUniformMatrix4x2fvNV")]
|
[AutoGenerated(Category = "NV_non_square_matrices", Version = "", EntryPoint = "glUniformMatrix4x2fvNV")]
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static void UniformMatrix4x2(Int32 location, Int32 count, bool transpose, Single[] value) { throw new NotImplementedException(); }
|
public static void UniformMatrix4x2(Int32 location, Int32 count, bool transpose, Single[] value) { throw new NotImplementedException(); }
|
||||||
|
@ -35123,7 +35123,7 @@ namespace OpenTK.Graphics.ES30
|
||||||
/// <param name="location"></param>
|
/// <param name="location"></param>
|
||||||
/// <param name="count"></param>
|
/// <param name="count"></param>
|
||||||
/// <param name="transpose"></param>
|
/// <param name="transpose"></param>
|
||||||
/// <param name="value">[length: 8]</param>
|
/// <param name="value">[length: count*8]</param>
|
||||||
[AutoGenerated(Category = "NV_non_square_matrices", Version = "", EntryPoint = "glUniformMatrix4x2fvNV")]
|
[AutoGenerated(Category = "NV_non_square_matrices", Version = "", EntryPoint = "glUniformMatrix4x2fvNV")]
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static void UniformMatrix4x2(Int32 location, Int32 count, bool transpose, ref Single value) { throw new NotImplementedException(); }
|
public static void UniformMatrix4x2(Int32 location, Int32 count, bool transpose, ref Single value) { throw new NotImplementedException(); }
|
||||||
|
@ -35132,7 +35132,7 @@ namespace OpenTK.Graphics.ES30
|
||||||
/// <param name="location"></param>
|
/// <param name="location"></param>
|
||||||
/// <param name="count"></param>
|
/// <param name="count"></param>
|
||||||
/// <param name="transpose"></param>
|
/// <param name="transpose"></param>
|
||||||
/// <param name="value">[length: 8]</param>
|
/// <param name="value">[length: count*8]</param>
|
||||||
[AutoGenerated(Category = "NV_non_square_matrices", Version = "", EntryPoint = "glUniformMatrix4x2fvNV")]
|
[AutoGenerated(Category = "NV_non_square_matrices", Version = "", EntryPoint = "glUniformMatrix4x2fvNV")]
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static unsafe void UniformMatrix4x2(Int32 location, Int32 count, bool transpose, Single* value) { throw new NotImplementedException(); }
|
public static unsafe void UniformMatrix4x2(Int32 location, Int32 count, bool transpose, Single* value) { throw new NotImplementedException(); }
|
||||||
|
@ -35141,7 +35141,7 @@ namespace OpenTK.Graphics.ES30
|
||||||
/// <param name="location"></param>
|
/// <param name="location"></param>
|
||||||
/// <param name="count"></param>
|
/// <param name="count"></param>
|
||||||
/// <param name="transpose"></param>
|
/// <param name="transpose"></param>
|
||||||
/// <param name="value">[length: 12]</param>
|
/// <param name="value">[length: count*12]</param>
|
||||||
[AutoGenerated(Category = "NV_non_square_matrices", Version = "", EntryPoint = "glUniformMatrix4x3fvNV")]
|
[AutoGenerated(Category = "NV_non_square_matrices", Version = "", EntryPoint = "glUniformMatrix4x3fvNV")]
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static void UniformMatrix4x3(Int32 location, Int32 count, bool transpose, Single[] value) { throw new NotImplementedException(); }
|
public static void UniformMatrix4x3(Int32 location, Int32 count, bool transpose, Single[] value) { throw new NotImplementedException(); }
|
||||||
|
@ -35150,7 +35150,7 @@ namespace OpenTK.Graphics.ES30
|
||||||
/// <param name="location"></param>
|
/// <param name="location"></param>
|
||||||
/// <param name="count"></param>
|
/// <param name="count"></param>
|
||||||
/// <param name="transpose"></param>
|
/// <param name="transpose"></param>
|
||||||
/// <param name="value">[length: 12]</param>
|
/// <param name="value">[length: count*12]</param>
|
||||||
[AutoGenerated(Category = "NV_non_square_matrices", Version = "", EntryPoint = "glUniformMatrix4x3fvNV")]
|
[AutoGenerated(Category = "NV_non_square_matrices", Version = "", EntryPoint = "glUniformMatrix4x3fvNV")]
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static void UniformMatrix4x3(Int32 location, Int32 count, bool transpose, ref Single value) { throw new NotImplementedException(); }
|
public static void UniformMatrix4x3(Int32 location, Int32 count, bool transpose, ref Single value) { throw new NotImplementedException(); }
|
||||||
|
@ -35159,7 +35159,7 @@ namespace OpenTK.Graphics.ES30
|
||||||
/// <param name="location"></param>
|
/// <param name="location"></param>
|
||||||
/// <param name="count"></param>
|
/// <param name="count"></param>
|
||||||
/// <param name="transpose"></param>
|
/// <param name="transpose"></param>
|
||||||
/// <param name="value">[length: 12]</param>
|
/// <param name="value">[length: count*12]</param>
|
||||||
[AutoGenerated(Category = "NV_non_square_matrices", Version = "", EntryPoint = "glUniformMatrix4x3fvNV")]
|
[AutoGenerated(Category = "NV_non_square_matrices", Version = "", EntryPoint = "glUniformMatrix4x3fvNV")]
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static unsafe void UniformMatrix4x3(Int32 location, Int32 count, bool transpose, Single* value) { throw new NotImplementedException(); }
|
public static unsafe void UniformMatrix4x3(Int32 location, Int32 count, bool transpose, Single* value) { throw new NotImplementedException(); }
|
||||||
|
|
|
@ -9448,6 +9448,13 @@ namespace OpenTK.Graphics.ES30
|
||||||
Z400BinaryAmd = ((int)0x8740) ,
|
Z400BinaryAmd = ((int)0x8740) ,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Not used directly.
|
||||||
|
/// </summary>
|
||||||
|
public enum AndroidExtensionPackEs31a : int
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Not used directly.
|
/// Not used directly.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -45704,6 +45704,10 @@ namespace OpenTK.Graphics.OpenGL
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public enum OesByteCoordinates : int
|
public enum OesByteCoordinates : int
|
||||||
{
|
{
|
||||||
|
/// <summary>
|
||||||
|
/// Original was GL_BYTE = 0x1400
|
||||||
|
/// </summary>
|
||||||
|
Byte = ((int)0x1400) ,
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|
|
@ -14008,7 +14008,7 @@ namespace OpenTK.Graphics.OpenGL4
|
||||||
/// <param name="pname">
|
/// <param name="pname">
|
||||||
/// Specifies the name of the parameter to query.
|
/// Specifies the name of the parameter to query.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="@params">[length: pname]
|
/// <param name="@params">[length: program, uniformBlockIndex, pname]
|
||||||
/// Specifies the address of a variable to receive the result of the query.
|
/// Specifies the address of a variable to receive the result of the query.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "3.1", EntryPoint = "glGetActiveUniformBlockiv")]
|
[AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "3.1", EntryPoint = "glGetActiveUniformBlockiv")]
|
||||||
|
@ -14027,7 +14027,7 @@ namespace OpenTK.Graphics.OpenGL4
|
||||||
/// <param name="pname">
|
/// <param name="pname">
|
||||||
/// Specifies the name of the parameter to query.
|
/// Specifies the name of the parameter to query.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="@params">[length: pname]
|
/// <param name="@params">[length: program, uniformBlockIndex, pname]
|
||||||
/// Specifies the address of a variable to receive the result of the query.
|
/// Specifies the address of a variable to receive the result of the query.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "3.1", EntryPoint = "glGetActiveUniformBlockiv")]
|
[AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "3.1", EntryPoint = "glGetActiveUniformBlockiv")]
|
||||||
|
@ -14046,7 +14046,7 @@ namespace OpenTK.Graphics.OpenGL4
|
||||||
/// <param name="pname">
|
/// <param name="pname">
|
||||||
/// Specifies the name of the parameter to query.
|
/// Specifies the name of the parameter to query.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="@params">[length: pname]
|
/// <param name="@params">[length: program, uniformBlockIndex, pname]
|
||||||
/// Specifies the address of a variable to receive the result of the query.
|
/// Specifies the address of a variable to receive the result of the query.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "3.1", EntryPoint = "glGetActiveUniformBlockiv")]
|
[AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "3.1", EntryPoint = "glGetActiveUniformBlockiv")]
|
||||||
|
@ -14065,7 +14065,7 @@ namespace OpenTK.Graphics.OpenGL4
|
||||||
/// <param name="pname">
|
/// <param name="pname">
|
||||||
/// Specifies the name of the parameter to query.
|
/// Specifies the name of the parameter to query.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="@params">[length: pname]
|
/// <param name="@params">[length: program, uniformBlockIndex, pname]
|
||||||
/// Specifies the address of a variable to receive the result of the query.
|
/// Specifies the address of a variable to receive the result of the query.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "3.1", EntryPoint = "glGetActiveUniformBlockiv")]
|
[AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "3.1", EntryPoint = "glGetActiveUniformBlockiv")]
|
||||||
|
@ -14084,7 +14084,7 @@ namespace OpenTK.Graphics.OpenGL4
|
||||||
/// <param name="pname">
|
/// <param name="pname">
|
||||||
/// Specifies the name of the parameter to query.
|
/// Specifies the name of the parameter to query.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="@params">[length: pname]
|
/// <param name="@params">[length: program, uniformBlockIndex, pname]
|
||||||
/// Specifies the address of a variable to receive the result of the query.
|
/// Specifies the address of a variable to receive the result of the query.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "3.1", EntryPoint = "glGetActiveUniformBlockiv")]
|
[AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "3.1", EntryPoint = "glGetActiveUniformBlockiv")]
|
||||||
|
@ -14103,7 +14103,7 @@ namespace OpenTK.Graphics.OpenGL4
|
||||||
/// <param name="pname">
|
/// <param name="pname">
|
||||||
/// Specifies the name of the parameter to query.
|
/// Specifies the name of the parameter to query.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="@params">[length: pname]
|
/// <param name="@params">[length: program, uniformBlockIndex, pname]
|
||||||
/// Specifies the address of a variable to receive the result of the query.
|
/// Specifies the address of a variable to receive the result of the query.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "3.1", EntryPoint = "glGetActiveUniformBlockiv")]
|
[AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "3.1", EntryPoint = "glGetActiveUniformBlockiv")]
|
||||||
|
@ -14301,7 +14301,7 @@ namespace OpenTK.Graphics.OpenGL4
|
||||||
/// <param name="pname">
|
/// <param name="pname">
|
||||||
/// Specifies the property of each uniform in uniformIndices that should be written into the corresponding element of params.
|
/// Specifies the property of each uniform in uniformIndices that should be written into the corresponding element of params.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="@params">[length: pname]
|
/// <param name="@params">[length: uniformCount, pname]
|
||||||
/// Specifies the address of an array of uniformCount integers which are to receive the value of pname for each uniform in uniformIndices.
|
/// Specifies the address of an array of uniformCount integers which are to receive the value of pname for each uniform in uniformIndices.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "3.1", EntryPoint = "glGetActiveUniformsiv")]
|
[AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "3.1", EntryPoint = "glGetActiveUniformsiv")]
|
||||||
|
@ -14323,7 +14323,7 @@ namespace OpenTK.Graphics.OpenGL4
|
||||||
/// <param name="pname">
|
/// <param name="pname">
|
||||||
/// Specifies the property of each uniform in uniformIndices that should be written into the corresponding element of params.
|
/// Specifies the property of each uniform in uniformIndices that should be written into the corresponding element of params.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="@params">[length: pname]
|
/// <param name="@params">[length: uniformCount, pname]
|
||||||
/// Specifies the address of an array of uniformCount integers which are to receive the value of pname for each uniform in uniformIndices.
|
/// Specifies the address of an array of uniformCount integers which are to receive the value of pname for each uniform in uniformIndices.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "3.1", EntryPoint = "glGetActiveUniformsiv")]
|
[AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "3.1", EntryPoint = "glGetActiveUniformsiv")]
|
||||||
|
@ -14345,7 +14345,7 @@ namespace OpenTK.Graphics.OpenGL4
|
||||||
/// <param name="pname">
|
/// <param name="pname">
|
||||||
/// Specifies the property of each uniform in uniformIndices that should be written into the corresponding element of params.
|
/// Specifies the property of each uniform in uniformIndices that should be written into the corresponding element of params.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="@params">[length: pname]
|
/// <param name="@params">[length: uniformCount, pname]
|
||||||
/// Specifies the address of an array of uniformCount integers which are to receive the value of pname for each uniform in uniformIndices.
|
/// Specifies the address of an array of uniformCount integers which are to receive the value of pname for each uniform in uniformIndices.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "3.1", EntryPoint = "glGetActiveUniformsiv")]
|
[AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "3.1", EntryPoint = "glGetActiveUniformsiv")]
|
||||||
|
@ -14367,7 +14367,7 @@ namespace OpenTK.Graphics.OpenGL4
|
||||||
/// <param name="pname">
|
/// <param name="pname">
|
||||||
/// Specifies the property of each uniform in uniformIndices that should be written into the corresponding element of params.
|
/// Specifies the property of each uniform in uniformIndices that should be written into the corresponding element of params.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="@params">[length: pname]
|
/// <param name="@params">[length: uniformCount, pname]
|
||||||
/// Specifies the address of an array of uniformCount integers which are to receive the value of pname for each uniform in uniformIndices.
|
/// Specifies the address of an array of uniformCount integers which are to receive the value of pname for each uniform in uniformIndices.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "3.1", EntryPoint = "glGetActiveUniformsiv")]
|
[AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "3.1", EntryPoint = "glGetActiveUniformsiv")]
|
||||||
|
@ -14389,7 +14389,7 @@ namespace OpenTK.Graphics.OpenGL4
|
||||||
/// <param name="pname">
|
/// <param name="pname">
|
||||||
/// Specifies the property of each uniform in uniformIndices that should be written into the corresponding element of params.
|
/// Specifies the property of each uniform in uniformIndices that should be written into the corresponding element of params.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="@params">[length: pname]
|
/// <param name="@params">[length: uniformCount, pname]
|
||||||
/// Specifies the address of an array of uniformCount integers which are to receive the value of pname for each uniform in uniformIndices.
|
/// Specifies the address of an array of uniformCount integers which are to receive the value of pname for each uniform in uniformIndices.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "3.1", EntryPoint = "glGetActiveUniformsiv")]
|
[AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "3.1", EntryPoint = "glGetActiveUniformsiv")]
|
||||||
|
@ -14411,7 +14411,7 @@ namespace OpenTK.Graphics.OpenGL4
|
||||||
/// <param name="pname">
|
/// <param name="pname">
|
||||||
/// Specifies the property of each uniform in uniformIndices that should be written into the corresponding element of params.
|
/// Specifies the property of each uniform in uniformIndices that should be written into the corresponding element of params.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="@params">[length: pname]
|
/// <param name="@params">[length: uniformCount, pname]
|
||||||
/// Specifies the address of an array of uniformCount integers which are to receive the value of pname for each uniform in uniformIndices.
|
/// Specifies the address of an array of uniformCount integers which are to receive the value of pname for each uniform in uniformIndices.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "3.1", EntryPoint = "glGetActiveUniformsiv")]
|
[AutoGenerated(Category = "ARB_uniform_buffer_object|VERSION_3_1", Version = "3.1", EntryPoint = "glGetActiveUniformsiv")]
|
||||||
|
@ -20538,7 +20538,7 @@ namespace OpenTK.Graphics.OpenGL4
|
||||||
/// <param name="location">
|
/// <param name="location">
|
||||||
/// Specifies the location of the uniform variable to be queried.
|
/// Specifies the location of the uniform variable to be queried.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="@params">[length: location]
|
/// <param name="@params">[length: program, location]
|
||||||
/// Returns the value of the specified uniform variable.
|
/// Returns the value of the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glGetUniformdv")]
|
[AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glGetUniformdv")]
|
||||||
|
@ -20554,7 +20554,7 @@ namespace OpenTK.Graphics.OpenGL4
|
||||||
/// <param name="location">
|
/// <param name="location">
|
||||||
/// Specifies the location of the uniform variable to be queried.
|
/// Specifies the location of the uniform variable to be queried.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="@params">[length: location]
|
/// <param name="@params">[length: program, location]
|
||||||
/// Returns the value of the specified uniform variable.
|
/// Returns the value of the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glGetUniformdv")]
|
[AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glGetUniformdv")]
|
||||||
|
@ -20570,7 +20570,7 @@ namespace OpenTK.Graphics.OpenGL4
|
||||||
/// <param name="location">
|
/// <param name="location">
|
||||||
/// Specifies the location of the uniform variable to be queried.
|
/// Specifies the location of the uniform variable to be queried.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="@params">[length: location]
|
/// <param name="@params">[length: program, location]
|
||||||
/// Returns the value of the specified uniform variable.
|
/// Returns the value of the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glGetUniformdv")]
|
[AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glGetUniformdv")]
|
||||||
|
@ -20586,7 +20586,7 @@ namespace OpenTK.Graphics.OpenGL4
|
||||||
/// <param name="location">
|
/// <param name="location">
|
||||||
/// Specifies the location of the uniform variable to be queried.
|
/// Specifies the location of the uniform variable to be queried.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="@params">[length: location]
|
/// <param name="@params">[length: program, location]
|
||||||
/// Returns the value of the specified uniform variable.
|
/// Returns the value of the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glGetUniformdv")]
|
[AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glGetUniformdv")]
|
||||||
|
@ -20602,7 +20602,7 @@ namespace OpenTK.Graphics.OpenGL4
|
||||||
/// <param name="location">
|
/// <param name="location">
|
||||||
/// Specifies the location of the uniform variable to be queried.
|
/// Specifies the location of the uniform variable to be queried.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="@params">[length: location]
|
/// <param name="@params">[length: program, location]
|
||||||
/// Returns the value of the specified uniform variable.
|
/// Returns the value of the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glGetUniformdv")]
|
[AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glGetUniformdv")]
|
||||||
|
@ -20618,7 +20618,7 @@ namespace OpenTK.Graphics.OpenGL4
|
||||||
/// <param name="location">
|
/// <param name="location">
|
||||||
/// Specifies the location of the uniform variable to be queried.
|
/// Specifies the location of the uniform variable to be queried.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="@params">[length: location]
|
/// <param name="@params">[length: program, location]
|
||||||
/// Returns the value of the specified uniform variable.
|
/// Returns the value of the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glGetUniformdv")]
|
[AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glGetUniformdv")]
|
||||||
|
@ -20634,7 +20634,7 @@ namespace OpenTK.Graphics.OpenGL4
|
||||||
/// <param name="location">
|
/// <param name="location">
|
||||||
/// Specifies the location of the uniform variable to be queried.
|
/// Specifies the location of the uniform variable to be queried.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="@params">[length: location]
|
/// <param name="@params">[length: program, location]
|
||||||
/// Returns the value of the specified uniform variable.
|
/// Returns the value of the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glGetUniformfv")]
|
[AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glGetUniformfv")]
|
||||||
|
@ -20650,7 +20650,7 @@ namespace OpenTK.Graphics.OpenGL4
|
||||||
/// <param name="location">
|
/// <param name="location">
|
||||||
/// Specifies the location of the uniform variable to be queried.
|
/// Specifies the location of the uniform variable to be queried.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="@params">[length: location]
|
/// <param name="@params">[length: program, location]
|
||||||
/// Returns the value of the specified uniform variable.
|
/// Returns the value of the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glGetUniformfv")]
|
[AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glGetUniformfv")]
|
||||||
|
@ -20666,7 +20666,7 @@ namespace OpenTK.Graphics.OpenGL4
|
||||||
/// <param name="location">
|
/// <param name="location">
|
||||||
/// Specifies the location of the uniform variable to be queried.
|
/// Specifies the location of the uniform variable to be queried.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="@params">[length: location]
|
/// <param name="@params">[length: program, location]
|
||||||
/// Returns the value of the specified uniform variable.
|
/// Returns the value of the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glGetUniformfv")]
|
[AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glGetUniformfv")]
|
||||||
|
@ -20682,7 +20682,7 @@ namespace OpenTK.Graphics.OpenGL4
|
||||||
/// <param name="location">
|
/// <param name="location">
|
||||||
/// Specifies the location of the uniform variable to be queried.
|
/// Specifies the location of the uniform variable to be queried.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="@params">[length: location]
|
/// <param name="@params">[length: program, location]
|
||||||
/// Returns the value of the specified uniform variable.
|
/// Returns the value of the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glGetUniformfv")]
|
[AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glGetUniformfv")]
|
||||||
|
@ -20698,7 +20698,7 @@ namespace OpenTK.Graphics.OpenGL4
|
||||||
/// <param name="location">
|
/// <param name="location">
|
||||||
/// Specifies the location of the uniform variable to be queried.
|
/// Specifies the location of the uniform variable to be queried.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="@params">[length: location]
|
/// <param name="@params">[length: program, location]
|
||||||
/// Returns the value of the specified uniform variable.
|
/// Returns the value of the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glGetUniformfv")]
|
[AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glGetUniformfv")]
|
||||||
|
@ -20714,7 +20714,7 @@ namespace OpenTK.Graphics.OpenGL4
|
||||||
/// <param name="location">
|
/// <param name="location">
|
||||||
/// Specifies the location of the uniform variable to be queried.
|
/// Specifies the location of the uniform variable to be queried.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="@params">[length: location]
|
/// <param name="@params">[length: program, location]
|
||||||
/// Returns the value of the specified uniform variable.
|
/// Returns the value of the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glGetUniformfv")]
|
[AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glGetUniformfv")]
|
||||||
|
@ -20844,7 +20844,7 @@ namespace OpenTK.Graphics.OpenGL4
|
||||||
/// <param name="location">
|
/// <param name="location">
|
||||||
/// Specifies the location of the uniform variable to be queried.
|
/// Specifies the location of the uniform variable to be queried.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="@params">[length: location]
|
/// <param name="@params">[length: program, location]
|
||||||
/// Returns the value of the specified uniform variable.
|
/// Returns the value of the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glGetUniformiv")]
|
[AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glGetUniformiv")]
|
||||||
|
@ -20860,7 +20860,7 @@ namespace OpenTK.Graphics.OpenGL4
|
||||||
/// <param name="location">
|
/// <param name="location">
|
||||||
/// Specifies the location of the uniform variable to be queried.
|
/// Specifies the location of the uniform variable to be queried.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="@params">[length: location]
|
/// <param name="@params">[length: program, location]
|
||||||
/// Returns the value of the specified uniform variable.
|
/// Returns the value of the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glGetUniformiv")]
|
[AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glGetUniformiv")]
|
||||||
|
@ -20876,7 +20876,7 @@ namespace OpenTK.Graphics.OpenGL4
|
||||||
/// <param name="location">
|
/// <param name="location">
|
||||||
/// Specifies the location of the uniform variable to be queried.
|
/// Specifies the location of the uniform variable to be queried.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="@params">[length: location]
|
/// <param name="@params">[length: program, location]
|
||||||
/// Returns the value of the specified uniform variable.
|
/// Returns the value of the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glGetUniformiv")]
|
[AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glGetUniformiv")]
|
||||||
|
@ -20892,7 +20892,7 @@ namespace OpenTK.Graphics.OpenGL4
|
||||||
/// <param name="location">
|
/// <param name="location">
|
||||||
/// Specifies the location of the uniform variable to be queried.
|
/// Specifies the location of the uniform variable to be queried.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="@params">[length: location]
|
/// <param name="@params">[length: program, location]
|
||||||
/// Returns the value of the specified uniform variable.
|
/// Returns the value of the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glGetUniformiv")]
|
[AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glGetUniformiv")]
|
||||||
|
@ -20908,7 +20908,7 @@ namespace OpenTK.Graphics.OpenGL4
|
||||||
/// <param name="location">
|
/// <param name="location">
|
||||||
/// Specifies the location of the uniform variable to be queried.
|
/// Specifies the location of the uniform variable to be queried.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="@params">[length: location]
|
/// <param name="@params">[length: program, location]
|
||||||
/// Returns the value of the specified uniform variable.
|
/// Returns the value of the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glGetUniformiv")]
|
[AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glGetUniformiv")]
|
||||||
|
@ -20924,7 +20924,7 @@ namespace OpenTK.Graphics.OpenGL4
|
||||||
/// <param name="location">
|
/// <param name="location">
|
||||||
/// Specifies the location of the uniform variable to be queried.
|
/// Specifies the location of the uniform variable to be queried.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="@params">[length: location]
|
/// <param name="@params">[length: program, location]
|
||||||
/// Returns the value of the specified uniform variable.
|
/// Returns the value of the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glGetUniformiv")]
|
[AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glGetUniformiv")]
|
||||||
|
@ -30839,7 +30839,7 @@ namespace OpenTK.Graphics.OpenGL4
|
||||||
/// <param name="count">
|
/// <param name="count">
|
||||||
/// For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices.
|
/// For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="value">[length: count]
|
/// <param name="value">[length: count*1]
|
||||||
/// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable.
|
/// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniform1dv")]
|
[AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniform1dv")]
|
||||||
|
@ -30855,7 +30855,7 @@ namespace OpenTK.Graphics.OpenGL4
|
||||||
/// <param name="count">
|
/// <param name="count">
|
||||||
/// For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices.
|
/// For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="value">[length: count]
|
/// <param name="value">[length: count*1]
|
||||||
/// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable.
|
/// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniform1dv")]
|
[AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniform1dv")]
|
||||||
|
@ -30871,7 +30871,7 @@ namespace OpenTK.Graphics.OpenGL4
|
||||||
/// <param name="count">
|
/// <param name="count">
|
||||||
/// For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices.
|
/// For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="value">[length: count]
|
/// <param name="value">[length: count*1]
|
||||||
/// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable.
|
/// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniform1dv")]
|
[AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniform1dv")]
|
||||||
|
@ -30899,7 +30899,7 @@ namespace OpenTK.Graphics.OpenGL4
|
||||||
/// <param name="count">
|
/// <param name="count">
|
||||||
/// For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices.
|
/// For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="value">[length: count]
|
/// <param name="value">[length: count*1]
|
||||||
/// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable.
|
/// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glUniform1fv")]
|
[AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glUniform1fv")]
|
||||||
|
@ -30915,7 +30915,7 @@ namespace OpenTK.Graphics.OpenGL4
|
||||||
/// <param name="count">
|
/// <param name="count">
|
||||||
/// For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices.
|
/// For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="value">[length: count]
|
/// <param name="value">[length: count*1]
|
||||||
/// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable.
|
/// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glUniform1fv")]
|
[AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glUniform1fv")]
|
||||||
|
@ -30931,7 +30931,7 @@ namespace OpenTK.Graphics.OpenGL4
|
||||||
/// <param name="count">
|
/// <param name="count">
|
||||||
/// For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices.
|
/// For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="value">[length: count]
|
/// <param name="value">[length: count*1]
|
||||||
/// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable.
|
/// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glUniform1fv")]
|
[AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glUniform1fv")]
|
||||||
|
@ -30959,7 +30959,7 @@ namespace OpenTK.Graphics.OpenGL4
|
||||||
/// <param name="count">
|
/// <param name="count">
|
||||||
/// For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices.
|
/// For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="value">[length: count]
|
/// <param name="value">[length: count*1]
|
||||||
/// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable.
|
/// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glUniform1iv")]
|
[AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glUniform1iv")]
|
||||||
|
@ -30975,7 +30975,7 @@ namespace OpenTK.Graphics.OpenGL4
|
||||||
/// <param name="count">
|
/// <param name="count">
|
||||||
/// For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices.
|
/// For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="value">[length: count]
|
/// <param name="value">[length: count*1]
|
||||||
/// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable.
|
/// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glUniform1iv")]
|
[AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glUniform1iv")]
|
||||||
|
@ -30991,7 +30991,7 @@ namespace OpenTK.Graphics.OpenGL4
|
||||||
/// <param name="count">
|
/// <param name="count">
|
||||||
/// For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices.
|
/// For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="value">[length: count]
|
/// <param name="value">[length: count*1]
|
||||||
/// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable.
|
/// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glUniform1iv")]
|
[AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glUniform1iv")]
|
||||||
|
@ -31020,7 +31020,7 @@ namespace OpenTK.Graphics.OpenGL4
|
||||||
/// <param name="count">
|
/// <param name="count">
|
||||||
/// For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices.
|
/// For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="value">[length: count]
|
/// <param name="value">[length: count*1]
|
||||||
/// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable.
|
/// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glUniform1uiv")]
|
[AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glUniform1uiv")]
|
||||||
|
@ -31036,7 +31036,7 @@ namespace OpenTK.Graphics.OpenGL4
|
||||||
/// <param name="count">
|
/// <param name="count">
|
||||||
/// For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices.
|
/// For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="value">[length: count]
|
/// <param name="value">[length: count*1]
|
||||||
/// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable.
|
/// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glUniform1uiv")]
|
[AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glUniform1uiv")]
|
||||||
|
@ -31052,7 +31052,7 @@ namespace OpenTK.Graphics.OpenGL4
|
||||||
/// <param name="count">
|
/// <param name="count">
|
||||||
/// For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices.
|
/// For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="value">[length: count]
|
/// <param name="value">[length: count*1]
|
||||||
/// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable.
|
/// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glUniform1uiv")]
|
[AutoGenerated(Category = "VERSION_3_0", Version = "3.0", EntryPoint = "glUniform1uiv")]
|
||||||
|
@ -31083,7 +31083,7 @@ namespace OpenTK.Graphics.OpenGL4
|
||||||
/// <param name="count">
|
/// <param name="count">
|
||||||
/// For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices.
|
/// For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="value">[length: count]
|
/// <param name="value">[length: count*2]
|
||||||
/// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable.
|
/// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniform2dv")]
|
[AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniform2dv")]
|
||||||
|
@ -31099,7 +31099,7 @@ namespace OpenTK.Graphics.OpenGL4
|
||||||
/// <param name="count">
|
/// <param name="count">
|
||||||
/// For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices.
|
/// For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="value">[length: count]
|
/// <param name="value">[length: count*2]
|
||||||
/// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable.
|
/// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniform2dv")]
|
[AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniform2dv")]
|
||||||
|
@ -31115,7 +31115,7 @@ namespace OpenTK.Graphics.OpenGL4
|
||||||
/// <param name="count">
|
/// <param name="count">
|
||||||
/// For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices.
|
/// For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="value">[length: count]
|
/// <param name="value">[length: count*2]
|
||||||
/// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable.
|
/// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniform2dv")]
|
[AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniform2dv")]
|
||||||
|
@ -31146,7 +31146,7 @@ namespace OpenTK.Graphics.OpenGL4
|
||||||
/// <param name="count">
|
/// <param name="count">
|
||||||
/// For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices.
|
/// For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="value">[length: count]
|
/// <param name="value">[length: count*2]
|
||||||
/// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable.
|
/// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glUniform2fv")]
|
[AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glUniform2fv")]
|
||||||
|
@ -31162,7 +31162,7 @@ namespace OpenTK.Graphics.OpenGL4
|
||||||
/// <param name="count">
|
/// <param name="count">
|
||||||
/// For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices.
|
/// For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="value">[length: count]
|
/// <param name="value">[length: count*2]
|
||||||
/// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable.
|
/// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glUniform2fv")]
|
[AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glUniform2fv")]
|
||||||
|
@ -31178,7 +31178,7 @@ namespace OpenTK.Graphics.OpenGL4
|
||||||
/// <param name="count">
|
/// <param name="count">
|
||||||
/// For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices.
|
/// For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="value">[length: count]
|
/// <param name="value">[length: count*2]
|
||||||
/// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable.
|
/// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glUniform2fv")]
|
[AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glUniform2fv")]
|
||||||
|
@ -31209,7 +31209,7 @@ namespace OpenTK.Graphics.OpenGL4
|
||||||
/// <param name="count">
|
/// <param name="count">
|
||||||
/// For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices.
|
/// For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="value">[length: count]
|
/// <param name="value">[length: count*2]
|
||||||
/// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable.
|
/// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glUniform2iv")]
|
[AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glUniform2iv")]
|
||||||
|
@ -31225,7 +31225,7 @@ namespace OpenTK.Graphics.OpenGL4
|
||||||
/// <param name="count">
|
/// <param name="count">
|
||||||
/// For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices.
|
/// For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="value">[length: count]
|
/// <param name="value">[length: count*2]
|
||||||
/// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable.
|
/// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glUniform2iv")]
|
[AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glUniform2iv")]
|
||||||
|
@ -31323,7 +31323,7 @@ namespace OpenTK.Graphics.OpenGL4
|
||||||
/// <param name="count">
|
/// <param name="count">
|
||||||
/// For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices.
|
/// For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="value">[length: count]
|
/// <param name="value">[length: count*3]
|
||||||
/// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable.
|
/// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniform3dv")]
|
[AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniform3dv")]
|
||||||
|
@ -31339,7 +31339,7 @@ namespace OpenTK.Graphics.OpenGL4
|
||||||
/// <param name="count">
|
/// <param name="count">
|
||||||
/// For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices.
|
/// For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="value">[length: count]
|
/// <param name="value">[length: count*3]
|
||||||
/// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable.
|
/// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniform3dv")]
|
[AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniform3dv")]
|
||||||
|
@ -31355,7 +31355,7 @@ namespace OpenTK.Graphics.OpenGL4
|
||||||
/// <param name="count">
|
/// <param name="count">
|
||||||
/// For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices.
|
/// For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="value">[length: count]
|
/// <param name="value">[length: count*3]
|
||||||
/// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable.
|
/// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniform3dv")]
|
[AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniform3dv")]
|
||||||
|
@ -31389,7 +31389,7 @@ namespace OpenTK.Graphics.OpenGL4
|
||||||
/// <param name="count">
|
/// <param name="count">
|
||||||
/// For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices.
|
/// For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="value">[length: count]
|
/// <param name="value">[length: count*3]
|
||||||
/// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable.
|
/// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glUniform3fv")]
|
[AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glUniform3fv")]
|
||||||
|
@ -31405,7 +31405,7 @@ namespace OpenTK.Graphics.OpenGL4
|
||||||
/// <param name="count">
|
/// <param name="count">
|
||||||
/// For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices.
|
/// For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="value">[length: count]
|
/// <param name="value">[length: count*3]
|
||||||
/// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable.
|
/// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glUniform3fv")]
|
[AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glUniform3fv")]
|
||||||
|
@ -31421,7 +31421,7 @@ namespace OpenTK.Graphics.OpenGL4
|
||||||
/// <param name="count">
|
/// <param name="count">
|
||||||
/// For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices.
|
/// For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="value">[length: count]
|
/// <param name="value">[length: count*3]
|
||||||
/// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable.
|
/// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glUniform3fv")]
|
[AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glUniform3fv")]
|
||||||
|
@ -31455,7 +31455,7 @@ namespace OpenTK.Graphics.OpenGL4
|
||||||
/// <param name="count">
|
/// <param name="count">
|
||||||
/// For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices.
|
/// For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="value">[length: count]
|
/// <param name="value">[length: count*3]
|
||||||
/// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable.
|
/// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glUniform3iv")]
|
[AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glUniform3iv")]
|
||||||
|
@ -31471,7 +31471,7 @@ namespace OpenTK.Graphics.OpenGL4
|
||||||
/// <param name="count">
|
/// <param name="count">
|
||||||
/// For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices.
|
/// For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="value">[length: count]
|
/// <param name="value">[length: count*3]
|
||||||
/// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable.
|
/// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glUniform3iv")]
|
[AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glUniform3iv")]
|
||||||
|
@ -31487,7 +31487,7 @@ namespace OpenTK.Graphics.OpenGL4
|
||||||
/// <param name="count">
|
/// <param name="count">
|
||||||
/// For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices.
|
/// For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="value">[length: count]
|
/// <param name="value">[length: count*3]
|
||||||
/// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable.
|
/// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glUniform3iv")]
|
[AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glUniform3iv")]
|
||||||
|
@ -31591,7 +31591,7 @@ namespace OpenTK.Graphics.OpenGL4
|
||||||
/// <param name="count">
|
/// <param name="count">
|
||||||
/// For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices.
|
/// For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="value">[length: count]
|
/// <param name="value">[length: count*4]
|
||||||
/// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable.
|
/// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniform4dv")]
|
[AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniform4dv")]
|
||||||
|
@ -31607,7 +31607,7 @@ namespace OpenTK.Graphics.OpenGL4
|
||||||
/// <param name="count">
|
/// <param name="count">
|
||||||
/// For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices.
|
/// For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="value">[length: count]
|
/// <param name="value">[length: count*4]
|
||||||
/// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable.
|
/// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniform4dv")]
|
[AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniform4dv")]
|
||||||
|
@ -31623,7 +31623,7 @@ namespace OpenTK.Graphics.OpenGL4
|
||||||
/// <param name="count">
|
/// <param name="count">
|
||||||
/// For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices.
|
/// For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="value">[length: count]
|
/// <param name="value">[length: count*4]
|
||||||
/// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable.
|
/// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniform4dv")]
|
[AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniform4dv")]
|
||||||
|
@ -31660,7 +31660,7 @@ namespace OpenTK.Graphics.OpenGL4
|
||||||
/// <param name="count">
|
/// <param name="count">
|
||||||
/// For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices.
|
/// For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="value">[length: count]
|
/// <param name="value">[length: count*4]
|
||||||
/// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable.
|
/// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glUniform4fv")]
|
[AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glUniform4fv")]
|
||||||
|
@ -31676,7 +31676,7 @@ namespace OpenTK.Graphics.OpenGL4
|
||||||
/// <param name="count">
|
/// <param name="count">
|
||||||
/// For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices.
|
/// For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="value">[length: count]
|
/// <param name="value">[length: count*4]
|
||||||
/// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable.
|
/// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glUniform4fv")]
|
[AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glUniform4fv")]
|
||||||
|
@ -31692,7 +31692,7 @@ namespace OpenTK.Graphics.OpenGL4
|
||||||
/// <param name="count">
|
/// <param name="count">
|
||||||
/// For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices.
|
/// For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="value">[length: count]
|
/// <param name="value">[length: count*4]
|
||||||
/// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable.
|
/// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glUniform4fv")]
|
[AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glUniform4fv")]
|
||||||
|
@ -31729,7 +31729,7 @@ namespace OpenTK.Graphics.OpenGL4
|
||||||
/// <param name="count">
|
/// <param name="count">
|
||||||
/// For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices.
|
/// For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="value">[length: count]
|
/// <param name="value">[length: count*4]
|
||||||
/// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable.
|
/// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glUniform4iv")]
|
[AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glUniform4iv")]
|
||||||
|
@ -31745,7 +31745,7 @@ namespace OpenTK.Graphics.OpenGL4
|
||||||
/// <param name="count">
|
/// <param name="count">
|
||||||
/// For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices.
|
/// For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="value">[length: count]
|
/// <param name="value">[length: count*4]
|
||||||
/// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable.
|
/// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glUniform4iv")]
|
[AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glUniform4iv")]
|
||||||
|
@ -31761,7 +31761,7 @@ namespace OpenTK.Graphics.OpenGL4
|
||||||
/// <param name="count">
|
/// <param name="count">
|
||||||
/// For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices.
|
/// For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="value">[length: count]
|
/// <param name="value">[length: count*4]
|
||||||
/// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable.
|
/// For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable.
|
||||||
/// </param>
|
/// </param>
|
||||||
[AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glUniform4iv")]
|
[AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glUniform4iv")]
|
||||||
|
@ -31874,7 +31874,7 @@ namespace OpenTK.Graphics.OpenGL4
|
||||||
/// <param name="location"></param>
|
/// <param name="location"></param>
|
||||||
/// <param name="count"></param>
|
/// <param name="count"></param>
|
||||||
/// <param name="transpose"></param>
|
/// <param name="transpose"></param>
|
||||||
/// <param name="value">[length: count]</param>
|
/// <param name="value">[length: count*4]</param>
|
||||||
[AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniformMatrix2dv")]
|
[AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniformMatrix2dv")]
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static void UniformMatrix2(Int32 location, Int32 count, bool transpose, Double[] value) { throw new NotImplementedException(); }
|
public static void UniformMatrix2(Int32 location, Int32 count, bool transpose, Double[] value) { throw new NotImplementedException(); }
|
||||||
|
@ -31883,7 +31883,7 @@ namespace OpenTK.Graphics.OpenGL4
|
||||||
/// <param name="location"></param>
|
/// <param name="location"></param>
|
||||||
/// <param name="count"></param>
|
/// <param name="count"></param>
|
||||||
/// <param name="transpose"></param>
|
/// <param name="transpose"></param>
|
||||||
/// <param name="value">[length: count]</param>
|
/// <param name="value">[length: count*4]</param>
|
||||||
[AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniformMatrix2dv")]
|
[AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniformMatrix2dv")]
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static void UniformMatrix2(Int32 location, Int32 count, bool transpose, ref Double value) { throw new NotImplementedException(); }
|
public static void UniformMatrix2(Int32 location, Int32 count, bool transpose, ref Double value) { throw new NotImplementedException(); }
|
||||||
|
@ -31892,7 +31892,7 @@ namespace OpenTK.Graphics.OpenGL4
|
||||||
/// <param name="location"></param>
|
/// <param name="location"></param>
|
||||||
/// <param name="count"></param>
|
/// <param name="count"></param>
|
||||||
/// <param name="transpose"></param>
|
/// <param name="transpose"></param>
|
||||||
/// <param name="value">[length: count]</param>
|
/// <param name="value">[length: count*4]</param>
|
||||||
[AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniformMatrix2dv")]
|
[AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniformMatrix2dv")]
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static unsafe void UniformMatrix2(Int32 location, Int32 count, bool transpose, Double* value) { throw new NotImplementedException(); }
|
public static unsafe void UniformMatrix2(Int32 location, Int32 count, bool transpose, Double* value) { throw new NotImplementedException(); }
|
||||||
|
@ -31901,7 +31901,7 @@ namespace OpenTK.Graphics.OpenGL4
|
||||||
/// <param name="location"></param>
|
/// <param name="location"></param>
|
||||||
/// <param name="count"></param>
|
/// <param name="count"></param>
|
||||||
/// <param name="transpose"></param>
|
/// <param name="transpose"></param>
|
||||||
/// <param name="value">[length: count]</param>
|
/// <param name="value">[length: count*4]</param>
|
||||||
[AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glUniformMatrix2fv")]
|
[AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glUniformMatrix2fv")]
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static void UniformMatrix2(Int32 location, Int32 count, bool transpose, Single[] value) { throw new NotImplementedException(); }
|
public static void UniformMatrix2(Int32 location, Int32 count, bool transpose, Single[] value) { throw new NotImplementedException(); }
|
||||||
|
@ -31910,7 +31910,7 @@ namespace OpenTK.Graphics.OpenGL4
|
||||||
/// <param name="location"></param>
|
/// <param name="location"></param>
|
||||||
/// <param name="count"></param>
|
/// <param name="count"></param>
|
||||||
/// <param name="transpose"></param>
|
/// <param name="transpose"></param>
|
||||||
/// <param name="value">[length: count]</param>
|
/// <param name="value">[length: count*4]</param>
|
||||||
[AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glUniformMatrix2fv")]
|
[AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glUniformMatrix2fv")]
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static void UniformMatrix2(Int32 location, Int32 count, bool transpose, ref Single value) { throw new NotImplementedException(); }
|
public static void UniformMatrix2(Int32 location, Int32 count, bool transpose, ref Single value) { throw new NotImplementedException(); }
|
||||||
|
@ -31919,7 +31919,7 @@ namespace OpenTK.Graphics.OpenGL4
|
||||||
/// <param name="location"></param>
|
/// <param name="location"></param>
|
||||||
/// <param name="count"></param>
|
/// <param name="count"></param>
|
||||||
/// <param name="transpose"></param>
|
/// <param name="transpose"></param>
|
||||||
/// <param name="value">[length: count]</param>
|
/// <param name="value">[length: count*4]</param>
|
||||||
[AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glUniformMatrix2fv")]
|
[AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glUniformMatrix2fv")]
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static unsafe void UniformMatrix2(Int32 location, Int32 count, bool transpose, Single* value) { throw new NotImplementedException(); }
|
public static unsafe void UniformMatrix2(Int32 location, Int32 count, bool transpose, Single* value) { throw new NotImplementedException(); }
|
||||||
|
@ -31928,7 +31928,7 @@ namespace OpenTK.Graphics.OpenGL4
|
||||||
/// <param name="location"></param>
|
/// <param name="location"></param>
|
||||||
/// <param name="count"></param>
|
/// <param name="count"></param>
|
||||||
/// <param name="transpose"></param>
|
/// <param name="transpose"></param>
|
||||||
/// <param name="value">[length: count]</param>
|
/// <param name="value">[length: count*6]</param>
|
||||||
[AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniformMatrix2x3dv")]
|
[AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniformMatrix2x3dv")]
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static void UniformMatrix2x3(Int32 location, Int32 count, bool transpose, Double[] value) { throw new NotImplementedException(); }
|
public static void UniformMatrix2x3(Int32 location, Int32 count, bool transpose, Double[] value) { throw new NotImplementedException(); }
|
||||||
|
@ -31937,7 +31937,7 @@ namespace OpenTK.Graphics.OpenGL4
|
||||||
/// <param name="location"></param>
|
/// <param name="location"></param>
|
||||||
/// <param name="count"></param>
|
/// <param name="count"></param>
|
||||||
/// <param name="transpose"></param>
|
/// <param name="transpose"></param>
|
||||||
/// <param name="value">[length: count]</param>
|
/// <param name="value">[length: count*6]</param>
|
||||||
[AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniformMatrix2x3dv")]
|
[AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniformMatrix2x3dv")]
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static void UniformMatrix2x3(Int32 location, Int32 count, bool transpose, ref Double value) { throw new NotImplementedException(); }
|
public static void UniformMatrix2x3(Int32 location, Int32 count, bool transpose, ref Double value) { throw new NotImplementedException(); }
|
||||||
|
@ -31946,7 +31946,7 @@ namespace OpenTK.Graphics.OpenGL4
|
||||||
/// <param name="location"></param>
|
/// <param name="location"></param>
|
||||||
/// <param name="count"></param>
|
/// <param name="count"></param>
|
||||||
/// <param name="transpose"></param>
|
/// <param name="transpose"></param>
|
||||||
/// <param name="value">[length: count]</param>
|
/// <param name="value">[length: count*6]</param>
|
||||||
[AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniformMatrix2x3dv")]
|
[AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniformMatrix2x3dv")]
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static unsafe void UniformMatrix2x3(Int32 location, Int32 count, bool transpose, Double* value) { throw new NotImplementedException(); }
|
public static unsafe void UniformMatrix2x3(Int32 location, Int32 count, bool transpose, Double* value) { throw new NotImplementedException(); }
|
||||||
|
@ -31955,7 +31955,7 @@ namespace OpenTK.Graphics.OpenGL4
|
||||||
/// <param name="location"></param>
|
/// <param name="location"></param>
|
||||||
/// <param name="count"></param>
|
/// <param name="count"></param>
|
||||||
/// <param name="transpose"></param>
|
/// <param name="transpose"></param>
|
||||||
/// <param name="value">[length: 6]</param>
|
/// <param name="value">[length: count*6]</param>
|
||||||
[AutoGenerated(Category = "VERSION_2_1", Version = "2.1", EntryPoint = "glUniformMatrix2x3fv")]
|
[AutoGenerated(Category = "VERSION_2_1", Version = "2.1", EntryPoint = "glUniformMatrix2x3fv")]
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static void UniformMatrix2x3(Int32 location, Int32 count, bool transpose, Single[] value) { throw new NotImplementedException(); }
|
public static void UniformMatrix2x3(Int32 location, Int32 count, bool transpose, Single[] value) { throw new NotImplementedException(); }
|
||||||
|
@ -31964,7 +31964,7 @@ namespace OpenTK.Graphics.OpenGL4
|
||||||
/// <param name="location"></param>
|
/// <param name="location"></param>
|
||||||
/// <param name="count"></param>
|
/// <param name="count"></param>
|
||||||
/// <param name="transpose"></param>
|
/// <param name="transpose"></param>
|
||||||
/// <param name="value">[length: 6]</param>
|
/// <param name="value">[length: count*6]</param>
|
||||||
[AutoGenerated(Category = "VERSION_2_1", Version = "2.1", EntryPoint = "glUniformMatrix2x3fv")]
|
[AutoGenerated(Category = "VERSION_2_1", Version = "2.1", EntryPoint = "glUniformMatrix2x3fv")]
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static void UniformMatrix2x3(Int32 location, Int32 count, bool transpose, ref Single value) { throw new NotImplementedException(); }
|
public static void UniformMatrix2x3(Int32 location, Int32 count, bool transpose, ref Single value) { throw new NotImplementedException(); }
|
||||||
|
@ -31973,7 +31973,7 @@ namespace OpenTK.Graphics.OpenGL4
|
||||||
/// <param name="location"></param>
|
/// <param name="location"></param>
|
||||||
/// <param name="count"></param>
|
/// <param name="count"></param>
|
||||||
/// <param name="transpose"></param>
|
/// <param name="transpose"></param>
|
||||||
/// <param name="value">[length: 6]</param>
|
/// <param name="value">[length: count*6]</param>
|
||||||
[AutoGenerated(Category = "VERSION_2_1", Version = "2.1", EntryPoint = "glUniformMatrix2x3fv")]
|
[AutoGenerated(Category = "VERSION_2_1", Version = "2.1", EntryPoint = "glUniformMatrix2x3fv")]
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static unsafe void UniformMatrix2x3(Int32 location, Int32 count, bool transpose, Single* value) { throw new NotImplementedException(); }
|
public static unsafe void UniformMatrix2x3(Int32 location, Int32 count, bool transpose, Single* value) { throw new NotImplementedException(); }
|
||||||
|
@ -31982,7 +31982,7 @@ namespace OpenTK.Graphics.OpenGL4
|
||||||
/// <param name="location"></param>
|
/// <param name="location"></param>
|
||||||
/// <param name="count"></param>
|
/// <param name="count"></param>
|
||||||
/// <param name="transpose"></param>
|
/// <param name="transpose"></param>
|
||||||
/// <param name="value">[length: count]</param>
|
/// <param name="value">[length: count*8]</param>
|
||||||
[AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniformMatrix2x4dv")]
|
[AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniformMatrix2x4dv")]
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static void UniformMatrix2x4(Int32 location, Int32 count, bool transpose, Double[] value) { throw new NotImplementedException(); }
|
public static void UniformMatrix2x4(Int32 location, Int32 count, bool transpose, Double[] value) { throw new NotImplementedException(); }
|
||||||
|
@ -31991,7 +31991,7 @@ namespace OpenTK.Graphics.OpenGL4
|
||||||
/// <param name="location"></param>
|
/// <param name="location"></param>
|
||||||
/// <param name="count"></param>
|
/// <param name="count"></param>
|
||||||
/// <param name="transpose"></param>
|
/// <param name="transpose"></param>
|
||||||
/// <param name="value">[length: count]</param>
|
/// <param name="value">[length: count*8]</param>
|
||||||
[AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniformMatrix2x4dv")]
|
[AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniformMatrix2x4dv")]
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static void UniformMatrix2x4(Int32 location, Int32 count, bool transpose, ref Double value) { throw new NotImplementedException(); }
|
public static void UniformMatrix2x4(Int32 location, Int32 count, bool transpose, ref Double value) { throw new NotImplementedException(); }
|
||||||
|
@ -32000,7 +32000,7 @@ namespace OpenTK.Graphics.OpenGL4
|
||||||
/// <param name="location"></param>
|
/// <param name="location"></param>
|
||||||
/// <param name="count"></param>
|
/// <param name="count"></param>
|
||||||
/// <param name="transpose"></param>
|
/// <param name="transpose"></param>
|
||||||
/// <param name="value">[length: count]</param>
|
/// <param name="value">[length: count*8]</param>
|
||||||
[AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniformMatrix2x4dv")]
|
[AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniformMatrix2x4dv")]
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static unsafe void UniformMatrix2x4(Int32 location, Int32 count, bool transpose, Double* value) { throw new NotImplementedException(); }
|
public static unsafe void UniformMatrix2x4(Int32 location, Int32 count, bool transpose, Double* value) { throw new NotImplementedException(); }
|
||||||
|
@ -32009,7 +32009,7 @@ namespace OpenTK.Graphics.OpenGL4
|
||||||
/// <param name="location"></param>
|
/// <param name="location"></param>
|
||||||
/// <param name="count"></param>
|
/// <param name="count"></param>
|
||||||
/// <param name="transpose"></param>
|
/// <param name="transpose"></param>
|
||||||
/// <param name="value">[length: 8]</param>
|
/// <param name="value">[length: count*8]</param>
|
||||||
[AutoGenerated(Category = "VERSION_2_1", Version = "2.1", EntryPoint = "glUniformMatrix2x4fv")]
|
[AutoGenerated(Category = "VERSION_2_1", Version = "2.1", EntryPoint = "glUniformMatrix2x4fv")]
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static void UniformMatrix2x4(Int32 location, Int32 count, bool transpose, Single[] value) { throw new NotImplementedException(); }
|
public static void UniformMatrix2x4(Int32 location, Int32 count, bool transpose, Single[] value) { throw new NotImplementedException(); }
|
||||||
|
@ -32018,7 +32018,7 @@ namespace OpenTK.Graphics.OpenGL4
|
||||||
/// <param name="location"></param>
|
/// <param name="location"></param>
|
||||||
/// <param name="count"></param>
|
/// <param name="count"></param>
|
||||||
/// <param name="transpose"></param>
|
/// <param name="transpose"></param>
|
||||||
/// <param name="value">[length: 8]</param>
|
/// <param name="value">[length: count*8]</param>
|
||||||
[AutoGenerated(Category = "VERSION_2_1", Version = "2.1", EntryPoint = "glUniformMatrix2x4fv")]
|
[AutoGenerated(Category = "VERSION_2_1", Version = "2.1", EntryPoint = "glUniformMatrix2x4fv")]
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static void UniformMatrix2x4(Int32 location, Int32 count, bool transpose, ref Single value) { throw new NotImplementedException(); }
|
public static void UniformMatrix2x4(Int32 location, Int32 count, bool transpose, ref Single value) { throw new NotImplementedException(); }
|
||||||
|
@ -32027,7 +32027,7 @@ namespace OpenTK.Graphics.OpenGL4
|
||||||
/// <param name="location"></param>
|
/// <param name="location"></param>
|
||||||
/// <param name="count"></param>
|
/// <param name="count"></param>
|
||||||
/// <param name="transpose"></param>
|
/// <param name="transpose"></param>
|
||||||
/// <param name="value">[length: 8]</param>
|
/// <param name="value">[length: count*8]</param>
|
||||||
[AutoGenerated(Category = "VERSION_2_1", Version = "2.1", EntryPoint = "glUniformMatrix2x4fv")]
|
[AutoGenerated(Category = "VERSION_2_1", Version = "2.1", EntryPoint = "glUniformMatrix2x4fv")]
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static unsafe void UniformMatrix2x4(Int32 location, Int32 count, bool transpose, Single* value) { throw new NotImplementedException(); }
|
public static unsafe void UniformMatrix2x4(Int32 location, Int32 count, bool transpose, Single* value) { throw new NotImplementedException(); }
|
||||||
|
@ -32036,7 +32036,7 @@ namespace OpenTK.Graphics.OpenGL4
|
||||||
/// <param name="location"></param>
|
/// <param name="location"></param>
|
||||||
/// <param name="count"></param>
|
/// <param name="count"></param>
|
||||||
/// <param name="transpose"></param>
|
/// <param name="transpose"></param>
|
||||||
/// <param name="value">[length: count]</param>
|
/// <param name="value">[length: count*9]</param>
|
||||||
[AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniformMatrix3dv")]
|
[AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniformMatrix3dv")]
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static void UniformMatrix3(Int32 location, Int32 count, bool transpose, Double[] value) { throw new NotImplementedException(); }
|
public static void UniformMatrix3(Int32 location, Int32 count, bool transpose, Double[] value) { throw new NotImplementedException(); }
|
||||||
|
@ -32045,7 +32045,7 @@ namespace OpenTK.Graphics.OpenGL4
|
||||||
/// <param name="location"></param>
|
/// <param name="location"></param>
|
||||||
/// <param name="count"></param>
|
/// <param name="count"></param>
|
||||||
/// <param name="transpose"></param>
|
/// <param name="transpose"></param>
|
||||||
/// <param name="value">[length: count]</param>
|
/// <param name="value">[length: count*9]</param>
|
||||||
[AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniformMatrix3dv")]
|
[AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniformMatrix3dv")]
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static void UniformMatrix3(Int32 location, Int32 count, bool transpose, ref Double value) { throw new NotImplementedException(); }
|
public static void UniformMatrix3(Int32 location, Int32 count, bool transpose, ref Double value) { throw new NotImplementedException(); }
|
||||||
|
@ -32054,7 +32054,7 @@ namespace OpenTK.Graphics.OpenGL4
|
||||||
/// <param name="location"></param>
|
/// <param name="location"></param>
|
||||||
/// <param name="count"></param>
|
/// <param name="count"></param>
|
||||||
/// <param name="transpose"></param>
|
/// <param name="transpose"></param>
|
||||||
/// <param name="value">[length: count]</param>
|
/// <param name="value">[length: count*9]</param>
|
||||||
[AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniformMatrix3dv")]
|
[AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniformMatrix3dv")]
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static unsafe void UniformMatrix3(Int32 location, Int32 count, bool transpose, Double* value) { throw new NotImplementedException(); }
|
public static unsafe void UniformMatrix3(Int32 location, Int32 count, bool transpose, Double* value) { throw new NotImplementedException(); }
|
||||||
|
@ -32063,7 +32063,7 @@ namespace OpenTK.Graphics.OpenGL4
|
||||||
/// <param name="location"></param>
|
/// <param name="location"></param>
|
||||||
/// <param name="count"></param>
|
/// <param name="count"></param>
|
||||||
/// <param name="transpose"></param>
|
/// <param name="transpose"></param>
|
||||||
/// <param name="value">[length: count]</param>
|
/// <param name="value">[length: count*9]</param>
|
||||||
[AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glUniformMatrix3fv")]
|
[AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glUniformMatrix3fv")]
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static void UniformMatrix3(Int32 location, Int32 count, bool transpose, Single[] value) { throw new NotImplementedException(); }
|
public static void UniformMatrix3(Int32 location, Int32 count, bool transpose, Single[] value) { throw new NotImplementedException(); }
|
||||||
|
@ -32072,7 +32072,7 @@ namespace OpenTK.Graphics.OpenGL4
|
||||||
/// <param name="location"></param>
|
/// <param name="location"></param>
|
||||||
/// <param name="count"></param>
|
/// <param name="count"></param>
|
||||||
/// <param name="transpose"></param>
|
/// <param name="transpose"></param>
|
||||||
/// <param name="value">[length: count]</param>
|
/// <param name="value">[length: count*9]</param>
|
||||||
[AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glUniformMatrix3fv")]
|
[AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glUniformMatrix3fv")]
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static void UniformMatrix3(Int32 location, Int32 count, bool transpose, ref Single value) { throw new NotImplementedException(); }
|
public static void UniformMatrix3(Int32 location, Int32 count, bool transpose, ref Single value) { throw new NotImplementedException(); }
|
||||||
|
@ -32081,7 +32081,7 @@ namespace OpenTK.Graphics.OpenGL4
|
||||||
/// <param name="location"></param>
|
/// <param name="location"></param>
|
||||||
/// <param name="count"></param>
|
/// <param name="count"></param>
|
||||||
/// <param name="transpose"></param>
|
/// <param name="transpose"></param>
|
||||||
/// <param name="value">[length: count]</param>
|
/// <param name="value">[length: count*9]</param>
|
||||||
[AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glUniformMatrix3fv")]
|
[AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glUniformMatrix3fv")]
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static unsafe void UniformMatrix3(Int32 location, Int32 count, bool transpose, Single* value) { throw new NotImplementedException(); }
|
public static unsafe void UniformMatrix3(Int32 location, Int32 count, bool transpose, Single* value) { throw new NotImplementedException(); }
|
||||||
|
@ -32090,7 +32090,7 @@ namespace OpenTK.Graphics.OpenGL4
|
||||||
/// <param name="location"></param>
|
/// <param name="location"></param>
|
||||||
/// <param name="count"></param>
|
/// <param name="count"></param>
|
||||||
/// <param name="transpose"></param>
|
/// <param name="transpose"></param>
|
||||||
/// <param name="value">[length: count]</param>
|
/// <param name="value">[length: count*6]</param>
|
||||||
[AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniformMatrix3x2dv")]
|
[AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniformMatrix3x2dv")]
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static void UniformMatrix3x2(Int32 location, Int32 count, bool transpose, Double[] value) { throw new NotImplementedException(); }
|
public static void UniformMatrix3x2(Int32 location, Int32 count, bool transpose, Double[] value) { throw new NotImplementedException(); }
|
||||||
|
@ -32099,7 +32099,7 @@ namespace OpenTK.Graphics.OpenGL4
|
||||||
/// <param name="location"></param>
|
/// <param name="location"></param>
|
||||||
/// <param name="count"></param>
|
/// <param name="count"></param>
|
||||||
/// <param name="transpose"></param>
|
/// <param name="transpose"></param>
|
||||||
/// <param name="value">[length: count]</param>
|
/// <param name="value">[length: count*6]</param>
|
||||||
[AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniformMatrix3x2dv")]
|
[AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniformMatrix3x2dv")]
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static void UniformMatrix3x2(Int32 location, Int32 count, bool transpose, ref Double value) { throw new NotImplementedException(); }
|
public static void UniformMatrix3x2(Int32 location, Int32 count, bool transpose, ref Double value) { throw new NotImplementedException(); }
|
||||||
|
@ -32108,7 +32108,7 @@ namespace OpenTK.Graphics.OpenGL4
|
||||||
/// <param name="location"></param>
|
/// <param name="location"></param>
|
||||||
/// <param name="count"></param>
|
/// <param name="count"></param>
|
||||||
/// <param name="transpose"></param>
|
/// <param name="transpose"></param>
|
||||||
/// <param name="value">[length: count]</param>
|
/// <param name="value">[length: count*6]</param>
|
||||||
[AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniformMatrix3x2dv")]
|
[AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniformMatrix3x2dv")]
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static unsafe void UniformMatrix3x2(Int32 location, Int32 count, bool transpose, Double* value) { throw new NotImplementedException(); }
|
public static unsafe void UniformMatrix3x2(Int32 location, Int32 count, bool transpose, Double* value) { throw new NotImplementedException(); }
|
||||||
|
@ -32117,7 +32117,7 @@ namespace OpenTK.Graphics.OpenGL4
|
||||||
/// <param name="location"></param>
|
/// <param name="location"></param>
|
||||||
/// <param name="count"></param>
|
/// <param name="count"></param>
|
||||||
/// <param name="transpose"></param>
|
/// <param name="transpose"></param>
|
||||||
/// <param name="value">[length: 6]</param>
|
/// <param name="value">[length: count*6]</param>
|
||||||
[AutoGenerated(Category = "VERSION_2_1", Version = "2.1", EntryPoint = "glUniformMatrix3x2fv")]
|
[AutoGenerated(Category = "VERSION_2_1", Version = "2.1", EntryPoint = "glUniformMatrix3x2fv")]
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static void UniformMatrix3x2(Int32 location, Int32 count, bool transpose, Single[] value) { throw new NotImplementedException(); }
|
public static void UniformMatrix3x2(Int32 location, Int32 count, bool transpose, Single[] value) { throw new NotImplementedException(); }
|
||||||
|
@ -32126,7 +32126,7 @@ namespace OpenTK.Graphics.OpenGL4
|
||||||
/// <param name="location"></param>
|
/// <param name="location"></param>
|
||||||
/// <param name="count"></param>
|
/// <param name="count"></param>
|
||||||
/// <param name="transpose"></param>
|
/// <param name="transpose"></param>
|
||||||
/// <param name="value">[length: 6]</param>
|
/// <param name="value">[length: count*6]</param>
|
||||||
[AutoGenerated(Category = "VERSION_2_1", Version = "2.1", EntryPoint = "glUniformMatrix3x2fv")]
|
[AutoGenerated(Category = "VERSION_2_1", Version = "2.1", EntryPoint = "glUniformMatrix3x2fv")]
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static void UniformMatrix3x2(Int32 location, Int32 count, bool transpose, ref Single value) { throw new NotImplementedException(); }
|
public static void UniformMatrix3x2(Int32 location, Int32 count, bool transpose, ref Single value) { throw new NotImplementedException(); }
|
||||||
|
@ -32135,7 +32135,7 @@ namespace OpenTK.Graphics.OpenGL4
|
||||||
/// <param name="location"></param>
|
/// <param name="location"></param>
|
||||||
/// <param name="count"></param>
|
/// <param name="count"></param>
|
||||||
/// <param name="transpose"></param>
|
/// <param name="transpose"></param>
|
||||||
/// <param name="value">[length: 6]</param>
|
/// <param name="value">[length: count*6]</param>
|
||||||
[AutoGenerated(Category = "VERSION_2_1", Version = "2.1", EntryPoint = "glUniformMatrix3x2fv")]
|
[AutoGenerated(Category = "VERSION_2_1", Version = "2.1", EntryPoint = "glUniformMatrix3x2fv")]
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static unsafe void UniformMatrix3x2(Int32 location, Int32 count, bool transpose, Single* value) { throw new NotImplementedException(); }
|
public static unsafe void UniformMatrix3x2(Int32 location, Int32 count, bool transpose, Single* value) { throw new NotImplementedException(); }
|
||||||
|
@ -32144,7 +32144,7 @@ namespace OpenTK.Graphics.OpenGL4
|
||||||
/// <param name="location"></param>
|
/// <param name="location"></param>
|
||||||
/// <param name="count"></param>
|
/// <param name="count"></param>
|
||||||
/// <param name="transpose"></param>
|
/// <param name="transpose"></param>
|
||||||
/// <param name="value">[length: count]</param>
|
/// <param name="value">[length: count*12]</param>
|
||||||
[AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniformMatrix3x4dv")]
|
[AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniformMatrix3x4dv")]
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static void UniformMatrix3x4(Int32 location, Int32 count, bool transpose, Double[] value) { throw new NotImplementedException(); }
|
public static void UniformMatrix3x4(Int32 location, Int32 count, bool transpose, Double[] value) { throw new NotImplementedException(); }
|
||||||
|
@ -32153,7 +32153,7 @@ namespace OpenTK.Graphics.OpenGL4
|
||||||
/// <param name="location"></param>
|
/// <param name="location"></param>
|
||||||
/// <param name="count"></param>
|
/// <param name="count"></param>
|
||||||
/// <param name="transpose"></param>
|
/// <param name="transpose"></param>
|
||||||
/// <param name="value">[length: count]</param>
|
/// <param name="value">[length: count*12]</param>
|
||||||
[AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniformMatrix3x4dv")]
|
[AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniformMatrix3x4dv")]
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static void UniformMatrix3x4(Int32 location, Int32 count, bool transpose, ref Double value) { throw new NotImplementedException(); }
|
public static void UniformMatrix3x4(Int32 location, Int32 count, bool transpose, ref Double value) { throw new NotImplementedException(); }
|
||||||
|
@ -32162,7 +32162,7 @@ namespace OpenTK.Graphics.OpenGL4
|
||||||
/// <param name="location"></param>
|
/// <param name="location"></param>
|
||||||
/// <param name="count"></param>
|
/// <param name="count"></param>
|
||||||
/// <param name="transpose"></param>
|
/// <param name="transpose"></param>
|
||||||
/// <param name="value">[length: count]</param>
|
/// <param name="value">[length: count*12]</param>
|
||||||
[AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniformMatrix3x4dv")]
|
[AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniformMatrix3x4dv")]
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static unsafe void UniformMatrix3x4(Int32 location, Int32 count, bool transpose, Double* value) { throw new NotImplementedException(); }
|
public static unsafe void UniformMatrix3x4(Int32 location, Int32 count, bool transpose, Double* value) { throw new NotImplementedException(); }
|
||||||
|
@ -32171,7 +32171,7 @@ namespace OpenTK.Graphics.OpenGL4
|
||||||
/// <param name="location"></param>
|
/// <param name="location"></param>
|
||||||
/// <param name="count"></param>
|
/// <param name="count"></param>
|
||||||
/// <param name="transpose"></param>
|
/// <param name="transpose"></param>
|
||||||
/// <param name="value">[length: 12]</param>
|
/// <param name="value">[length: count*12]</param>
|
||||||
[AutoGenerated(Category = "VERSION_2_1", Version = "2.1", EntryPoint = "glUniformMatrix3x4fv")]
|
[AutoGenerated(Category = "VERSION_2_1", Version = "2.1", EntryPoint = "glUniformMatrix3x4fv")]
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static void UniformMatrix3x4(Int32 location, Int32 count, bool transpose, Single[] value) { throw new NotImplementedException(); }
|
public static void UniformMatrix3x4(Int32 location, Int32 count, bool transpose, Single[] value) { throw new NotImplementedException(); }
|
||||||
|
@ -32180,7 +32180,7 @@ namespace OpenTK.Graphics.OpenGL4
|
||||||
/// <param name="location"></param>
|
/// <param name="location"></param>
|
||||||
/// <param name="count"></param>
|
/// <param name="count"></param>
|
||||||
/// <param name="transpose"></param>
|
/// <param name="transpose"></param>
|
||||||
/// <param name="value">[length: 12]</param>
|
/// <param name="value">[length: count*12]</param>
|
||||||
[AutoGenerated(Category = "VERSION_2_1", Version = "2.1", EntryPoint = "glUniformMatrix3x4fv")]
|
[AutoGenerated(Category = "VERSION_2_1", Version = "2.1", EntryPoint = "glUniformMatrix3x4fv")]
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static void UniformMatrix3x4(Int32 location, Int32 count, bool transpose, ref Single value) { throw new NotImplementedException(); }
|
public static void UniformMatrix3x4(Int32 location, Int32 count, bool transpose, ref Single value) { throw new NotImplementedException(); }
|
||||||
|
@ -32189,7 +32189,7 @@ namespace OpenTK.Graphics.OpenGL4
|
||||||
/// <param name="location"></param>
|
/// <param name="location"></param>
|
||||||
/// <param name="count"></param>
|
/// <param name="count"></param>
|
||||||
/// <param name="transpose"></param>
|
/// <param name="transpose"></param>
|
||||||
/// <param name="value">[length: 12]</param>
|
/// <param name="value">[length: count*12]</param>
|
||||||
[AutoGenerated(Category = "VERSION_2_1", Version = "2.1", EntryPoint = "glUniformMatrix3x4fv")]
|
[AutoGenerated(Category = "VERSION_2_1", Version = "2.1", EntryPoint = "glUniformMatrix3x4fv")]
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static unsafe void UniformMatrix3x4(Int32 location, Int32 count, bool transpose, Single* value) { throw new NotImplementedException(); }
|
public static unsafe void UniformMatrix3x4(Int32 location, Int32 count, bool transpose, Single* value) { throw new NotImplementedException(); }
|
||||||
|
@ -32198,7 +32198,7 @@ namespace OpenTK.Graphics.OpenGL4
|
||||||
/// <param name="location"></param>
|
/// <param name="location"></param>
|
||||||
/// <param name="count"></param>
|
/// <param name="count"></param>
|
||||||
/// <param name="transpose"></param>
|
/// <param name="transpose"></param>
|
||||||
/// <param name="value">[length: count]</param>
|
/// <param name="value">[length: count*16]</param>
|
||||||
[AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniformMatrix4dv")]
|
[AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniformMatrix4dv")]
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static void UniformMatrix4(Int32 location, Int32 count, bool transpose, Double[] value) { throw new NotImplementedException(); }
|
public static void UniformMatrix4(Int32 location, Int32 count, bool transpose, Double[] value) { throw new NotImplementedException(); }
|
||||||
|
@ -32207,7 +32207,7 @@ namespace OpenTK.Graphics.OpenGL4
|
||||||
/// <param name="location"></param>
|
/// <param name="location"></param>
|
||||||
/// <param name="count"></param>
|
/// <param name="count"></param>
|
||||||
/// <param name="transpose"></param>
|
/// <param name="transpose"></param>
|
||||||
/// <param name="value">[length: count]</param>
|
/// <param name="value">[length: count*16]</param>
|
||||||
[AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniformMatrix4dv")]
|
[AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniformMatrix4dv")]
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static void UniformMatrix4(Int32 location, Int32 count, bool transpose, ref Double value) { throw new NotImplementedException(); }
|
public static void UniformMatrix4(Int32 location, Int32 count, bool transpose, ref Double value) { throw new NotImplementedException(); }
|
||||||
|
@ -32216,7 +32216,7 @@ namespace OpenTK.Graphics.OpenGL4
|
||||||
/// <param name="location"></param>
|
/// <param name="location"></param>
|
||||||
/// <param name="count"></param>
|
/// <param name="count"></param>
|
||||||
/// <param name="transpose"></param>
|
/// <param name="transpose"></param>
|
||||||
/// <param name="value">[length: count]</param>
|
/// <param name="value">[length: count*16]</param>
|
||||||
[AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniformMatrix4dv")]
|
[AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniformMatrix4dv")]
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static unsafe void UniformMatrix4(Int32 location, Int32 count, bool transpose, Double* value) { throw new NotImplementedException(); }
|
public static unsafe void UniformMatrix4(Int32 location, Int32 count, bool transpose, Double* value) { throw new NotImplementedException(); }
|
||||||
|
@ -32225,7 +32225,7 @@ namespace OpenTK.Graphics.OpenGL4
|
||||||
/// <param name="location"></param>
|
/// <param name="location"></param>
|
||||||
/// <param name="count"></param>
|
/// <param name="count"></param>
|
||||||
/// <param name="transpose"></param>
|
/// <param name="transpose"></param>
|
||||||
/// <param name="value">[length: count]</param>
|
/// <param name="value">[length: count*16]</param>
|
||||||
[AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glUniformMatrix4fv")]
|
[AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glUniformMatrix4fv")]
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static void UniformMatrix4(Int32 location, Int32 count, bool transpose, Single[] value) { throw new NotImplementedException(); }
|
public static void UniformMatrix4(Int32 location, Int32 count, bool transpose, Single[] value) { throw new NotImplementedException(); }
|
||||||
|
@ -32234,7 +32234,7 @@ namespace OpenTK.Graphics.OpenGL4
|
||||||
/// <param name="location"></param>
|
/// <param name="location"></param>
|
||||||
/// <param name="count"></param>
|
/// <param name="count"></param>
|
||||||
/// <param name="transpose"></param>
|
/// <param name="transpose"></param>
|
||||||
/// <param name="value">[length: count]</param>
|
/// <param name="value">[length: count*16]</param>
|
||||||
[AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glUniformMatrix4fv")]
|
[AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glUniformMatrix4fv")]
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static void UniformMatrix4(Int32 location, Int32 count, bool transpose, ref Single value) { throw new NotImplementedException(); }
|
public static void UniformMatrix4(Int32 location, Int32 count, bool transpose, ref Single value) { throw new NotImplementedException(); }
|
||||||
|
@ -32243,7 +32243,7 @@ namespace OpenTK.Graphics.OpenGL4
|
||||||
/// <param name="location"></param>
|
/// <param name="location"></param>
|
||||||
/// <param name="count"></param>
|
/// <param name="count"></param>
|
||||||
/// <param name="transpose"></param>
|
/// <param name="transpose"></param>
|
||||||
/// <param name="value">[length: count]</param>
|
/// <param name="value">[length: count*16]</param>
|
||||||
[AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glUniformMatrix4fv")]
|
[AutoGenerated(Category = "VERSION_2_0", Version = "2.0", EntryPoint = "glUniformMatrix4fv")]
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static unsafe void UniformMatrix4(Int32 location, Int32 count, bool transpose, Single* value) { throw new NotImplementedException(); }
|
public static unsafe void UniformMatrix4(Int32 location, Int32 count, bool transpose, Single* value) { throw new NotImplementedException(); }
|
||||||
|
@ -32252,7 +32252,7 @@ namespace OpenTK.Graphics.OpenGL4
|
||||||
/// <param name="location"></param>
|
/// <param name="location"></param>
|
||||||
/// <param name="count"></param>
|
/// <param name="count"></param>
|
||||||
/// <param name="transpose"></param>
|
/// <param name="transpose"></param>
|
||||||
/// <param name="value">[length: count]</param>
|
/// <param name="value">[length: count*8]</param>
|
||||||
[AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniformMatrix4x2dv")]
|
[AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniformMatrix4x2dv")]
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static void UniformMatrix4x2(Int32 location, Int32 count, bool transpose, Double[] value) { throw new NotImplementedException(); }
|
public static void UniformMatrix4x2(Int32 location, Int32 count, bool transpose, Double[] value) { throw new NotImplementedException(); }
|
||||||
|
@ -32261,7 +32261,7 @@ namespace OpenTK.Graphics.OpenGL4
|
||||||
/// <param name="location"></param>
|
/// <param name="location"></param>
|
||||||
/// <param name="count"></param>
|
/// <param name="count"></param>
|
||||||
/// <param name="transpose"></param>
|
/// <param name="transpose"></param>
|
||||||
/// <param name="value">[length: count]</param>
|
/// <param name="value">[length: count*8]</param>
|
||||||
[AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniformMatrix4x2dv")]
|
[AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniformMatrix4x2dv")]
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static void UniformMatrix4x2(Int32 location, Int32 count, bool transpose, ref Double value) { throw new NotImplementedException(); }
|
public static void UniformMatrix4x2(Int32 location, Int32 count, bool transpose, ref Double value) { throw new NotImplementedException(); }
|
||||||
|
@ -32270,7 +32270,7 @@ namespace OpenTK.Graphics.OpenGL4
|
||||||
/// <param name="location"></param>
|
/// <param name="location"></param>
|
||||||
/// <param name="count"></param>
|
/// <param name="count"></param>
|
||||||
/// <param name="transpose"></param>
|
/// <param name="transpose"></param>
|
||||||
/// <param name="value">[length: count]</param>
|
/// <param name="value">[length: count*8]</param>
|
||||||
[AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniformMatrix4x2dv")]
|
[AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniformMatrix4x2dv")]
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static unsafe void UniformMatrix4x2(Int32 location, Int32 count, bool transpose, Double* value) { throw new NotImplementedException(); }
|
public static unsafe void UniformMatrix4x2(Int32 location, Int32 count, bool transpose, Double* value) { throw new NotImplementedException(); }
|
||||||
|
@ -32279,7 +32279,7 @@ namespace OpenTK.Graphics.OpenGL4
|
||||||
/// <param name="location"></param>
|
/// <param name="location"></param>
|
||||||
/// <param name="count"></param>
|
/// <param name="count"></param>
|
||||||
/// <param name="transpose"></param>
|
/// <param name="transpose"></param>
|
||||||
/// <param name="value">[length: 8]</param>
|
/// <param name="value">[length: count*8]</param>
|
||||||
[AutoGenerated(Category = "VERSION_2_1", Version = "2.1", EntryPoint = "glUniformMatrix4x2fv")]
|
[AutoGenerated(Category = "VERSION_2_1", Version = "2.1", EntryPoint = "glUniformMatrix4x2fv")]
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static void UniformMatrix4x2(Int32 location, Int32 count, bool transpose, Single[] value) { throw new NotImplementedException(); }
|
public static void UniformMatrix4x2(Int32 location, Int32 count, bool transpose, Single[] value) { throw new NotImplementedException(); }
|
||||||
|
@ -32288,7 +32288,7 @@ namespace OpenTK.Graphics.OpenGL4
|
||||||
/// <param name="location"></param>
|
/// <param name="location"></param>
|
||||||
/// <param name="count"></param>
|
/// <param name="count"></param>
|
||||||
/// <param name="transpose"></param>
|
/// <param name="transpose"></param>
|
||||||
/// <param name="value">[length: 8]</param>
|
/// <param name="value">[length: count*8]</param>
|
||||||
[AutoGenerated(Category = "VERSION_2_1", Version = "2.1", EntryPoint = "glUniformMatrix4x2fv")]
|
[AutoGenerated(Category = "VERSION_2_1", Version = "2.1", EntryPoint = "glUniformMatrix4x2fv")]
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static void UniformMatrix4x2(Int32 location, Int32 count, bool transpose, ref Single value) { throw new NotImplementedException(); }
|
public static void UniformMatrix4x2(Int32 location, Int32 count, bool transpose, ref Single value) { throw new NotImplementedException(); }
|
||||||
|
@ -32297,7 +32297,7 @@ namespace OpenTK.Graphics.OpenGL4
|
||||||
/// <param name="location"></param>
|
/// <param name="location"></param>
|
||||||
/// <param name="count"></param>
|
/// <param name="count"></param>
|
||||||
/// <param name="transpose"></param>
|
/// <param name="transpose"></param>
|
||||||
/// <param name="value">[length: 8]</param>
|
/// <param name="value">[length: count*8]</param>
|
||||||
[AutoGenerated(Category = "VERSION_2_1", Version = "2.1", EntryPoint = "glUniformMatrix4x2fv")]
|
[AutoGenerated(Category = "VERSION_2_1", Version = "2.1", EntryPoint = "glUniformMatrix4x2fv")]
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static unsafe void UniformMatrix4x2(Int32 location, Int32 count, bool transpose, Single* value) { throw new NotImplementedException(); }
|
public static unsafe void UniformMatrix4x2(Int32 location, Int32 count, bool transpose, Single* value) { throw new NotImplementedException(); }
|
||||||
|
@ -32306,7 +32306,7 @@ namespace OpenTK.Graphics.OpenGL4
|
||||||
/// <param name="location"></param>
|
/// <param name="location"></param>
|
||||||
/// <param name="count"></param>
|
/// <param name="count"></param>
|
||||||
/// <param name="transpose"></param>
|
/// <param name="transpose"></param>
|
||||||
/// <param name="value">[length: count]</param>
|
/// <param name="value">[length: count*12]</param>
|
||||||
[AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniformMatrix4x3dv")]
|
[AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniformMatrix4x3dv")]
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static void UniformMatrix4x3(Int32 location, Int32 count, bool transpose, Double[] value) { throw new NotImplementedException(); }
|
public static void UniformMatrix4x3(Int32 location, Int32 count, bool transpose, Double[] value) { throw new NotImplementedException(); }
|
||||||
|
@ -32315,7 +32315,7 @@ namespace OpenTK.Graphics.OpenGL4
|
||||||
/// <param name="location"></param>
|
/// <param name="location"></param>
|
||||||
/// <param name="count"></param>
|
/// <param name="count"></param>
|
||||||
/// <param name="transpose"></param>
|
/// <param name="transpose"></param>
|
||||||
/// <param name="value">[length: count]</param>
|
/// <param name="value">[length: count*12]</param>
|
||||||
[AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniformMatrix4x3dv")]
|
[AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniformMatrix4x3dv")]
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static void UniformMatrix4x3(Int32 location, Int32 count, bool transpose, ref Double value) { throw new NotImplementedException(); }
|
public static void UniformMatrix4x3(Int32 location, Int32 count, bool transpose, ref Double value) { throw new NotImplementedException(); }
|
||||||
|
@ -32324,7 +32324,7 @@ namespace OpenTK.Graphics.OpenGL4
|
||||||
/// <param name="location"></param>
|
/// <param name="location"></param>
|
||||||
/// <param name="count"></param>
|
/// <param name="count"></param>
|
||||||
/// <param name="transpose"></param>
|
/// <param name="transpose"></param>
|
||||||
/// <param name="value">[length: count]</param>
|
/// <param name="value">[length: count*12]</param>
|
||||||
[AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniformMatrix4x3dv")]
|
[AutoGenerated(Category = "ARB_gpu_shader_fp64|VERSION_4_0", Version = "4.0", EntryPoint = "glUniformMatrix4x3dv")]
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static unsafe void UniformMatrix4x3(Int32 location, Int32 count, bool transpose, Double* value) { throw new NotImplementedException(); }
|
public static unsafe void UniformMatrix4x3(Int32 location, Int32 count, bool transpose, Double* value) { throw new NotImplementedException(); }
|
||||||
|
@ -32333,7 +32333,7 @@ namespace OpenTK.Graphics.OpenGL4
|
||||||
/// <param name="location"></param>
|
/// <param name="location"></param>
|
||||||
/// <param name="count"></param>
|
/// <param name="count"></param>
|
||||||
/// <param name="transpose"></param>
|
/// <param name="transpose"></param>
|
||||||
/// <param name="value">[length: 12]</param>
|
/// <param name="value">[length: count*12]</param>
|
||||||
[AutoGenerated(Category = "VERSION_2_1", Version = "2.1", EntryPoint = "glUniformMatrix4x3fv")]
|
[AutoGenerated(Category = "VERSION_2_1", Version = "2.1", EntryPoint = "glUniformMatrix4x3fv")]
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static void UniformMatrix4x3(Int32 location, Int32 count, bool transpose, Single[] value) { throw new NotImplementedException(); }
|
public static void UniformMatrix4x3(Int32 location, Int32 count, bool transpose, Single[] value) { throw new NotImplementedException(); }
|
||||||
|
@ -32342,7 +32342,7 @@ namespace OpenTK.Graphics.OpenGL4
|
||||||
/// <param name="location"></param>
|
/// <param name="location"></param>
|
||||||
/// <param name="count"></param>
|
/// <param name="count"></param>
|
||||||
/// <param name="transpose"></param>
|
/// <param name="transpose"></param>
|
||||||
/// <param name="value">[length: 12]</param>
|
/// <param name="value">[length: count*12]</param>
|
||||||
[AutoGenerated(Category = "VERSION_2_1", Version = "2.1", EntryPoint = "glUniformMatrix4x3fv")]
|
[AutoGenerated(Category = "VERSION_2_1", Version = "2.1", EntryPoint = "glUniformMatrix4x3fv")]
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static void UniformMatrix4x3(Int32 location, Int32 count, bool transpose, ref Single value) { throw new NotImplementedException(); }
|
public static void UniformMatrix4x3(Int32 location, Int32 count, bool transpose, ref Single value) { throw new NotImplementedException(); }
|
||||||
|
@ -32351,7 +32351,7 @@ namespace OpenTK.Graphics.OpenGL4
|
||||||
/// <param name="location"></param>
|
/// <param name="location"></param>
|
||||||
/// <param name="count"></param>
|
/// <param name="count"></param>
|
||||||
/// <param name="transpose"></param>
|
/// <param name="transpose"></param>
|
||||||
/// <param name="value">[length: 12]</param>
|
/// <param name="value">[length: count*12]</param>
|
||||||
[AutoGenerated(Category = "VERSION_2_1", Version = "2.1", EntryPoint = "glUniformMatrix4x3fv")]
|
[AutoGenerated(Category = "VERSION_2_1", Version = "2.1", EntryPoint = "glUniformMatrix4x3fv")]
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
public static unsafe void UniformMatrix4x3(Int32 location, Int32 count, bool transpose, Single* value) { throw new NotImplementedException(); }
|
public static unsafe void UniformMatrix4x3(Int32 location, Int32 count, bool transpose, Single* value) { throw new NotImplementedException(); }
|
||||||
|
|
Loading…
Reference in a new issue