Fixed version number on VertexAttribP1 methods (should be 3.3, not
1.2).
This commit is contained in:
parent
18643b8f1d
commit
35b63e777a
2 changed files with 40 additions and 35 deletions
|
@ -520,6 +520,7 @@
|
|||
</function>
|
||||
|
||||
<!-- Version 3.3 -->
|
||||
|
||||
<function name="SamplerParameter" extension="Core">
|
||||
<param name="pname">
|
||||
<type>SamplerParameter</type>
|
||||
|
@ -641,24 +642,28 @@
|
|||
</function>
|
||||
|
||||
<function name="VertexAttribP1" extension="Core">
|
||||
<version>3.3</version>
|
||||
<param name="type">
|
||||
<type>PackedPointerType</type>
|
||||
</param>
|
||||
</function>
|
||||
|
||||
<function name="VertexAttribP2" extension="Core">
|
||||
<function name="VertexAttribP2" extension="Core" version="3.3">
|
||||
<version>3.3</version>
|
||||
<param name="type">
|
||||
<type>PackedPointerType</type>
|
||||
</param>
|
||||
</function>
|
||||
|
||||
<function name="VertexAttribP3" extension="Core">
|
||||
<function name="VertexAttribP3" extension="Core" version="3.3">
|
||||
<version>3.3</version>
|
||||
<param name="type">
|
||||
<type>PackedPointerType</type>
|
||||
</param>
|
||||
</function>
|
||||
|
||||
<function name="VertexAttribP4" extension="Core">
|
||||
<function name="VertexAttribP4" extension="Core" version="3.3">
|
||||
<version>3.3</version>
|
||||
<param name="type">
|
||||
<type>PackedPointerType</type>
|
||||
</param>
|
||||
|
|
|
@ -114115,8 +114115,8 @@ namespace OpenTK.Graphics.OpenGL
|
|||
#endif
|
||||
}
|
||||
|
||||
/// <summary>[requires: v1.2 and ARB_vertex_type_2_10_10_10_rev]</summary>
|
||||
[AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev", Version = "1.2", EntryPoint = "glVertexAttribP1ui")]
|
||||
/// <summary>[requires: v3.3 and ARB_vertex_type_2_10_10_10_rev]</summary>
|
||||
[AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev", Version = "3.3", EntryPoint = "glVertexAttribP1ui")]
|
||||
public static
|
||||
void VertexAttribP1(Int32 index, OpenTK.Graphics.OpenGL.PackedPointerType type, bool normalized, Int32 value)
|
||||
{
|
||||
|
@ -114130,9 +114130,9 @@ namespace OpenTK.Graphics.OpenGL
|
|||
#endif
|
||||
}
|
||||
|
||||
/// <summary>[requires: v1.2 and ARB_vertex_type_2_10_10_10_rev]</summary>
|
||||
/// <summary>[requires: v3.3 and ARB_vertex_type_2_10_10_10_rev]</summary>
|
||||
[System.CLSCompliant(false)]
|
||||
[AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev", Version = "1.2", EntryPoint = "glVertexAttribP1ui")]
|
||||
[AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev", Version = "3.3", EntryPoint = "glVertexAttribP1ui")]
|
||||
public static
|
||||
void VertexAttribP1(UInt32 index, OpenTK.Graphics.OpenGL.PackedPointerType type, bool normalized, UInt32 value)
|
||||
{
|
||||
|
@ -114146,9 +114146,9 @@ namespace OpenTK.Graphics.OpenGL
|
|||
#endif
|
||||
}
|
||||
|
||||
/// <summary>[requires: v1.2 and ARB_vertex_type_2_10_10_10_rev]</summary>
|
||||
/// <summary>[requires: v3.3 and ARB_vertex_type_2_10_10_10_rev]</summary>
|
||||
[System.CLSCompliant(false)]
|
||||
[AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev", Version = "1.2", EntryPoint = "glVertexAttribP1uiv")]
|
||||
[AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev", Version = "3.3", EntryPoint = "glVertexAttribP1uiv")]
|
||||
public static
|
||||
unsafe void VertexAttribP1(Int32 index, OpenTK.Graphics.OpenGL.PackedPointerType type, bool normalized, Int32* value)
|
||||
{
|
||||
|
@ -114162,9 +114162,9 @@ namespace OpenTK.Graphics.OpenGL
|
|||
#endif
|
||||
}
|
||||
|
||||
/// <summary>[requires: v1.2 and ARB_vertex_type_2_10_10_10_rev]</summary>
|
||||
/// <summary>[requires: v3.3 and ARB_vertex_type_2_10_10_10_rev]</summary>
|
||||
[System.CLSCompliant(false)]
|
||||
[AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev", Version = "1.2", EntryPoint = "glVertexAttribP1uiv")]
|
||||
[AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev", Version = "3.3", EntryPoint = "glVertexAttribP1uiv")]
|
||||
public static
|
||||
unsafe void VertexAttribP1(UInt32 index, OpenTK.Graphics.OpenGL.PackedPointerType type, bool normalized, UInt32* value)
|
||||
{
|
||||
|
@ -114178,8 +114178,8 @@ namespace OpenTK.Graphics.OpenGL
|
|||
#endif
|
||||
}
|
||||
|
||||
/// <summary>[requires: v1.2 and ARB_vertex_type_2_10_10_10_rev]</summary>
|
||||
[AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev", Version = "1.2", EntryPoint = "glVertexAttribP2ui")]
|
||||
/// <summary>[requires: v3.3 and ARB_vertex_type_2_10_10_10_rev]</summary>
|
||||
[AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev", Version = "3.3", EntryPoint = "glVertexAttribP2ui")]
|
||||
public static
|
||||
void VertexAttribP2(Int32 index, OpenTK.Graphics.OpenGL.PackedPointerType type, bool normalized, Int32 value)
|
||||
{
|
||||
|
@ -114193,9 +114193,9 @@ namespace OpenTK.Graphics.OpenGL
|
|||
#endif
|
||||
}
|
||||
|
||||
/// <summary>[requires: v1.2 and ARB_vertex_type_2_10_10_10_rev]</summary>
|
||||
/// <summary>[requires: v3.3 and ARB_vertex_type_2_10_10_10_rev]</summary>
|
||||
[System.CLSCompliant(false)]
|
||||
[AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev", Version = "1.2", EntryPoint = "glVertexAttribP2ui")]
|
||||
[AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev", Version = "3.3", EntryPoint = "glVertexAttribP2ui")]
|
||||
public static
|
||||
void VertexAttribP2(UInt32 index, OpenTK.Graphics.OpenGL.PackedPointerType type, bool normalized, UInt32 value)
|
||||
{
|
||||
|
@ -114209,9 +114209,9 @@ namespace OpenTK.Graphics.OpenGL
|
|||
#endif
|
||||
}
|
||||
|
||||
/// <summary>[requires: v1.2 and ARB_vertex_type_2_10_10_10_rev]</summary>
|
||||
/// <summary>[requires: v3.3 and ARB_vertex_type_2_10_10_10_rev]</summary>
|
||||
[System.CLSCompliant(false)]
|
||||
[AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev", Version = "1.2", EntryPoint = "glVertexAttribP2uiv")]
|
||||
[AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev", Version = "3.3", EntryPoint = "glVertexAttribP2uiv")]
|
||||
public static
|
||||
unsafe void VertexAttribP2(Int32 index, OpenTK.Graphics.OpenGL.PackedPointerType type, bool normalized, Int32* value)
|
||||
{
|
||||
|
@ -114225,9 +114225,9 @@ namespace OpenTK.Graphics.OpenGL
|
|||
#endif
|
||||
}
|
||||
|
||||
/// <summary>[requires: v1.2 and ARB_vertex_type_2_10_10_10_rev]</summary>
|
||||
/// <summary>[requires: v3.3 and ARB_vertex_type_2_10_10_10_rev]</summary>
|
||||
[System.CLSCompliant(false)]
|
||||
[AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev", Version = "1.2", EntryPoint = "glVertexAttribP2uiv")]
|
||||
[AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev", Version = "3.3", EntryPoint = "glVertexAttribP2uiv")]
|
||||
public static
|
||||
unsafe void VertexAttribP2(UInt32 index, OpenTK.Graphics.OpenGL.PackedPointerType type, bool normalized, UInt32* value)
|
||||
{
|
||||
|
@ -114241,8 +114241,8 @@ namespace OpenTK.Graphics.OpenGL
|
|||
#endif
|
||||
}
|
||||
|
||||
/// <summary>[requires: v1.2 and ARB_vertex_type_2_10_10_10_rev]</summary>
|
||||
[AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev", Version = "1.2", EntryPoint = "glVertexAttribP3ui")]
|
||||
/// <summary>[requires: v3.3 and ARB_vertex_type_2_10_10_10_rev]</summary>
|
||||
[AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev", Version = "3.3", EntryPoint = "glVertexAttribP3ui")]
|
||||
public static
|
||||
void VertexAttribP3(Int32 index, OpenTK.Graphics.OpenGL.PackedPointerType type, bool normalized, Int32 value)
|
||||
{
|
||||
|
@ -114256,9 +114256,9 @@ namespace OpenTK.Graphics.OpenGL
|
|||
#endif
|
||||
}
|
||||
|
||||
/// <summary>[requires: v1.2 and ARB_vertex_type_2_10_10_10_rev]</summary>
|
||||
/// <summary>[requires: v3.3 and ARB_vertex_type_2_10_10_10_rev]</summary>
|
||||
[System.CLSCompliant(false)]
|
||||
[AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev", Version = "1.2", EntryPoint = "glVertexAttribP3ui")]
|
||||
[AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev", Version = "3.3", EntryPoint = "glVertexAttribP3ui")]
|
||||
public static
|
||||
void VertexAttribP3(UInt32 index, OpenTK.Graphics.OpenGL.PackedPointerType type, bool normalized, UInt32 value)
|
||||
{
|
||||
|
@ -114272,9 +114272,9 @@ namespace OpenTK.Graphics.OpenGL
|
|||
#endif
|
||||
}
|
||||
|
||||
/// <summary>[requires: v1.2 and ARB_vertex_type_2_10_10_10_rev]</summary>
|
||||
/// <summary>[requires: v3.3 and ARB_vertex_type_2_10_10_10_rev]</summary>
|
||||
[System.CLSCompliant(false)]
|
||||
[AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev", Version = "1.2", EntryPoint = "glVertexAttribP3uiv")]
|
||||
[AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev", Version = "3.3", EntryPoint = "glVertexAttribP3uiv")]
|
||||
public static
|
||||
unsafe void VertexAttribP3(Int32 index, OpenTK.Graphics.OpenGL.PackedPointerType type, bool normalized, Int32* value)
|
||||
{
|
||||
|
@ -114288,9 +114288,9 @@ namespace OpenTK.Graphics.OpenGL
|
|||
#endif
|
||||
}
|
||||
|
||||
/// <summary>[requires: v1.2 and ARB_vertex_type_2_10_10_10_rev]</summary>
|
||||
/// <summary>[requires: v3.3 and ARB_vertex_type_2_10_10_10_rev]</summary>
|
||||
[System.CLSCompliant(false)]
|
||||
[AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev", Version = "1.2", EntryPoint = "glVertexAttribP3uiv")]
|
||||
[AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev", Version = "3.3", EntryPoint = "glVertexAttribP3uiv")]
|
||||
public static
|
||||
unsafe void VertexAttribP3(UInt32 index, OpenTK.Graphics.OpenGL.PackedPointerType type, bool normalized, UInt32* value)
|
||||
{
|
||||
|
@ -114304,8 +114304,8 @@ namespace OpenTK.Graphics.OpenGL
|
|||
#endif
|
||||
}
|
||||
|
||||
/// <summary>[requires: v1.2 and ARB_vertex_type_2_10_10_10_rev]</summary>
|
||||
[AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev", Version = "1.2", EntryPoint = "glVertexAttribP4ui")]
|
||||
/// <summary>[requires: v3.3 and ARB_vertex_type_2_10_10_10_rev]</summary>
|
||||
[AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev", Version = "3.3", EntryPoint = "glVertexAttribP4ui")]
|
||||
public static
|
||||
void VertexAttribP4(Int32 index, OpenTK.Graphics.OpenGL.PackedPointerType type, bool normalized, Int32 value)
|
||||
{
|
||||
|
@ -114319,9 +114319,9 @@ namespace OpenTK.Graphics.OpenGL
|
|||
#endif
|
||||
}
|
||||
|
||||
/// <summary>[requires: v1.2 and ARB_vertex_type_2_10_10_10_rev]</summary>
|
||||
/// <summary>[requires: v3.3 and ARB_vertex_type_2_10_10_10_rev]</summary>
|
||||
[System.CLSCompliant(false)]
|
||||
[AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev", Version = "1.2", EntryPoint = "glVertexAttribP4ui")]
|
||||
[AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev", Version = "3.3", EntryPoint = "glVertexAttribP4ui")]
|
||||
public static
|
||||
void VertexAttribP4(UInt32 index, OpenTK.Graphics.OpenGL.PackedPointerType type, bool normalized, UInt32 value)
|
||||
{
|
||||
|
@ -114335,9 +114335,9 @@ namespace OpenTK.Graphics.OpenGL
|
|||
#endif
|
||||
}
|
||||
|
||||
/// <summary>[requires: v1.2 and ARB_vertex_type_2_10_10_10_rev]</summary>
|
||||
/// <summary>[requires: v3.3 and ARB_vertex_type_2_10_10_10_rev]</summary>
|
||||
[System.CLSCompliant(false)]
|
||||
[AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev", Version = "1.2", EntryPoint = "glVertexAttribP4uiv")]
|
||||
[AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev", Version = "3.3", EntryPoint = "glVertexAttribP4uiv")]
|
||||
public static
|
||||
unsafe void VertexAttribP4(Int32 index, OpenTK.Graphics.OpenGL.PackedPointerType type, bool normalized, Int32* value)
|
||||
{
|
||||
|
@ -114351,9 +114351,9 @@ namespace OpenTK.Graphics.OpenGL
|
|||
#endif
|
||||
}
|
||||
|
||||
/// <summary>[requires: v1.2 and ARB_vertex_type_2_10_10_10_rev]</summary>
|
||||
/// <summary>[requires: v3.3 and ARB_vertex_type_2_10_10_10_rev]</summary>
|
||||
[System.CLSCompliant(false)]
|
||||
[AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev", Version = "1.2", EntryPoint = "glVertexAttribP4uiv")]
|
||||
[AutoGenerated(Category = "ARB_vertex_type_2_10_10_10_rev", Version = "3.3", EntryPoint = "glVertexAttribP4uiv")]
|
||||
public static
|
||||
unsafe void VertexAttribP4(UInt32 index, OpenTK.Graphics.OpenGL.PackedPointerType type, bool normalized, UInt32* value)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue