Regenerated the bindings using the updated generator - equations are now correctly reported.

This commit is contained in:
the_fiddler 2009-03-08 18:38:17 +00:00
parent b887f94071
commit 7a0b600ece

View file

@ -3360,7 +3360,7 @@ namespace OpenTK.Graphics
/// </summary>
/// <param name="plane">
/// <para>
/// Specifies which clipping plane is being positioned. Symbolic names of the form GL_CLIP_PLANEi, where i is an integer between 0 and GL_MAX_CLIP_PLANES , are accepted.
/// Specifies which clipping plane is being positioned. Symbolic names of the form GL_CLIP_PLANEi, where i is an integer between 0 and GL_MAX_CLIP_PLANES - 1, are accepted.
/// </para>
/// </param>
/// <param name="equation">
@ -3387,7 +3387,7 @@ namespace OpenTK.Graphics
/// </summary>
/// <param name="plane">
/// <para>
/// Specifies which clipping plane is being positioned. Symbolic names of the form GL_CLIP_PLANEi, where i is an integer between 0 and GL_MAX_CLIP_PLANES , are accepted.
/// Specifies which clipping plane is being positioned. Symbolic names of the form GL_CLIP_PLANEi, where i is an integer between 0 and GL_MAX_CLIP_PLANES - 1, are accepted.
/// </para>
/// </param>
/// <param name="equation">
@ -3414,7 +3414,7 @@ namespace OpenTK.Graphics
/// </summary>
/// <param name="plane">
/// <para>
/// Specifies which clipping plane is being positioned. Symbolic names of the form GL_CLIP_PLANEi, where i is an integer between 0 and GL_MAX_CLIP_PLANES , are accepted.
/// Specifies which clipping plane is being positioned. Symbolic names of the form GL_CLIP_PLANEi, where i is an integer between 0 and GL_MAX_CLIP_PLANES - 1, are accepted.
/// </para>
/// </param>
/// <param name="equation">
@ -3940,7 +3940,7 @@ namespace OpenTK.Graphics
/// </summary>
/// <param name="pattern">
/// <para>
/// Specifies a pointer to a stipple pattern that will be unpacked from memory in the same way that glDrawPixels unpacks pixels.
/// Specifies a pointer to a 32 times 32 stipple pattern that will be unpacked from memory in the same way that glDrawPixels unpacks pixels.
/// </para>
/// </param>
[AutoGenerated(Category = "DrawingControl", Version = "1.0", EntryPoint = "glPolygonStipple")]
@ -3962,7 +3962,7 @@ namespace OpenTK.Graphics
/// </summary>
/// <param name="pattern">
/// <para>
/// Specifies a pointer to a stipple pattern that will be unpacked from memory in the same way that glDrawPixels unpacks pixels.
/// Specifies a pointer to a 32 times 32 stipple pattern that will be unpacked from memory in the same way that glDrawPixels unpacks pixels.
/// </para>
/// </param>
[AutoGenerated(Category = "DrawingControl", Version = "1.0", EntryPoint = "glPolygonStipple")]
@ -3984,7 +3984,7 @@ namespace OpenTK.Graphics
/// </summary>
/// <param name="pattern">
/// <para>
/// Specifies a pointer to a stipple pattern that will be unpacked from memory in the same way that glDrawPixels unpacks pixels.
/// Specifies a pointer to a 32 times 32 stipple pattern that will be unpacked from memory in the same way that glDrawPixels unpacks pixels.
/// </para>
/// </param>
[System.CLSCompliant(false)]
@ -4135,7 +4135,7 @@ namespace OpenTK.Graphics
/// </param>
/// <param name="width">
/// <para>
/// Specifies the width of the texture image including the border if any. If the GL version does not support non-power-of-two sizes, this value must be for some integer . All implementations support texture images that are at least 64 texels wide. The height of the 1D texture image is 1.
/// Specifies the width of the texture image including the border if any. If the GL version does not support non-power-of-two sizes, this value must be 2 sup n + 2 ( border ) for some integer . All implementations support texture images that are at least 64 texels wide. The height of the 1D texture image is 1.
/// </para>
/// </param>
/// <param name="border">
@ -4189,7 +4189,7 @@ namespace OpenTK.Graphics
/// </param>
/// <param name="width">
/// <para>
/// Specifies the width of the texture image including the border if any. If the GL version does not support non-power-of-two sizes, this value must be for some integer . All implementations support texture images that are at least 64 texels wide. The height of the 1D texture image is 1.
/// Specifies the width of the texture image including the border if any. If the GL version does not support non-power-of-two sizes, this value must be 2 sup n + 2 ( border ) for some integer . All implementations support texture images that are at least 64 texels wide. The height of the 1D texture image is 1.
/// </para>
/// </param>
/// <param name="border">
@ -4251,12 +4251,12 @@ namespace OpenTK.Graphics
/// </param>
/// <param name="width">
/// <para>
/// Specifies the width of the texture image including the border if any. If the GL version does not support non-power-of-two sizes, this value must be for some integer . All implementations support texture images that are at least 64 texels wide.
/// Specifies the width of the texture image including the border if any. If the GL version does not support non-power-of-two sizes, this value must be 2 sup n + 2 ( border ) for some integer . All implementations support texture images that are at least 64 texels wide.
/// </para>
/// </param>
/// <param name="height">
/// <para>
/// Specifies the height of the texture image including the border if any. If the GL version does not support non-power-of-two sizes, this value must be for some integer . All implementations support texture images that are at least 64 texels high.
/// Specifies the height of the texture image including the border if any. If the GL version does not support non-power-of-two sizes, this value must be 2 sup m + 2 ( border ) for some integer . All implementations support texture images that are at least 64 texels high.
/// </para>
/// </param>
/// <param name="border">
@ -4310,12 +4310,12 @@ namespace OpenTK.Graphics
/// </param>
/// <param name="width">
/// <para>
/// Specifies the width of the texture image including the border if any. If the GL version does not support non-power-of-two sizes, this value must be for some integer . All implementations support texture images that are at least 64 texels wide.
/// Specifies the width of the texture image including the border if any. If the GL version does not support non-power-of-two sizes, this value must be 2 sup n + 2 ( border ) for some integer . All implementations support texture images that are at least 64 texels wide.
/// </para>
/// </param>
/// <param name="height">
/// <para>
/// Specifies the height of the texture image including the border if any. If the GL version does not support non-power-of-two sizes, this value must be for some integer . All implementations support texture images that are at least 64 texels high.
/// Specifies the height of the texture image including the border if any. If the GL version does not support non-power-of-two sizes, this value must be 2 sup m + 2 ( border ) for some integer . All implementations support texture images that are at least 64 texels high.
/// </para>
/// </param>
/// <param name="border">
@ -5591,7 +5591,7 @@ namespace OpenTK.Graphics
/// </param>
/// <param name="ref">
/// <para>
/// Specifies the reference value that incoming alpha values are compared to. This value is clamped to the range , where 0 represents the lowest possible alpha value and 1 the highest possible value. The initial reference value is 0.
/// Specifies the reference value that incoming alpha values are compared to. This value is clamped to the range [0,1], where 0 represents the lowest possible alpha value and 1 the highest possible value. The initial reference value is 0.
/// </para>
/// </param>
[AutoGenerated(Category = "PixelOp", Version = "1.0", EntryPoint = "glAlphaFunc")]
@ -5649,7 +5649,7 @@ namespace OpenTK.Graphics
/// </param>
/// <param name="ref">
/// <para>
/// Specifies the reference value for the stencil test. ref is clamped to the range , where is the number of bitplanes in the stencil buffer. The initial value is 0.
/// Specifies the reference value for the stencil test. ref is clamped to the range [0, 2 sup n - 1], where is the number of bitplanes in the stencil buffer. The initial value is 0.
/// </para>
/// </param>
/// <param name="mask">
@ -5676,7 +5676,7 @@ namespace OpenTK.Graphics
/// </param>
/// <param name="ref">
/// <para>
/// Specifies the reference value for the stencil test. ref is clamped to the range , where is the number of bitplanes in the stencil buffer. The initial value is 0.
/// Specifies the reference value for the stencil test. ref is clamped to the range [0, 2 sup n - 1], where is the number of bitplanes in the stencil buffer. The initial value is 0.
/// </para>
/// </param>
/// <param name="mask">
@ -8336,7 +8336,7 @@ namespace OpenTK.Graphics
/// </param>
/// <param name="width">
/// <para>
/// Specifies the width of the texture image. Must be 0 or for some integer . The height of the texture image is 1.
/// Specifies the width of the texture image. Must be 0 or 2 sup n + 2 ( border ) for some integer . The height of the texture image is 1.
/// </para>
/// </param>
/// <param name="border">
@ -8377,12 +8377,12 @@ namespace OpenTK.Graphics
/// </param>
/// <param name="width">
/// <para>
/// Specifies the width of the texture image. Must be 0 or for some integer .
/// Specifies the width of the texture image. Must be 0 or 2 sup n + 2 ( border ) for some integer .
/// </para>
/// </param>
/// <param name="height">
/// <para>
/// Specifies the height of the texture image. Must be 0 or for some integer .
/// Specifies the height of the texture image. Must be 0 or 2 sup m + 2 ( border ) for some integer .
/// </para>
/// </param>
/// <param name="border">
@ -11367,7 +11367,7 @@ namespace OpenTK.Graphics
/// </param>
/// <param name="level">
/// <para>
/// Specifies the level-of-detail number. Level 0 is the base image level. Level is the mipmap reduction image.
/// Specifies the level-of-detail number. Level 0 is the base image level. Level is the n sup th mipmap reduction image.
/// </para>
/// </param>
/// <param name="internalFormat">
@ -11377,17 +11377,17 @@ namespace OpenTK.Graphics
/// </param>
/// <param name="width">
/// <para>
/// Specifies the width of the texture image including the border if any. If the GL version does not support non-power-of-two sizes, this value must be for some integer . All implementations support 3D texture images that are at least 16 texels wide.
/// Specifies the width of the texture image including the border if any. If the GL version does not support non-power-of-two sizes, this value must be 2 sup n + 2 ( border ) for some integer . All implementations support 3D texture images that are at least 16 texels wide.
/// </para>
/// </param>
/// <param name="height">
/// <para>
/// Specifies the height of the texture image including the border if any. If the GL version does not support non-power-of-two sizes, this value must be for some integer . All implementations support 3D texture images that are at least 16 texels high.
/// Specifies the height of the texture image including the border if any. If the GL version does not support non-power-of-two sizes, this value must be 2 sup m + 2 ( border ) for some integer . All implementations support 3D texture images that are at least 16 texels high.
/// </para>
/// </param>
/// <param name="depth">
/// <para>
/// Specifies the depth of the texture image including the border if any. If the GL version does not support non-power-of-two sizes, this value must be for some integer . All implementations support 3D texture images that are at least 16 texels deep.
/// Specifies the depth of the texture image including the border if any. If the GL version does not support non-power-of-two sizes, this value must be 2 sup k + 2 ( border ) for some integer . All implementations support 3D texture images that are at least 16 texels deep.
/// </para>
/// </param>
/// <param name="border">
@ -11431,7 +11431,7 @@ namespace OpenTK.Graphics
/// </param>
/// <param name="level">
/// <para>
/// Specifies the level-of-detail number. Level 0 is the base image level. Level is the mipmap reduction image.
/// Specifies the level-of-detail number. Level 0 is the base image level. Level is the n sup th mipmap reduction image.
/// </para>
/// </param>
/// <param name="internalFormat">
@ -11441,17 +11441,17 @@ namespace OpenTK.Graphics
/// </param>
/// <param name="width">
/// <para>
/// Specifies the width of the texture image including the border if any. If the GL version does not support non-power-of-two sizes, this value must be for some integer . All implementations support 3D texture images that are at least 16 texels wide.
/// Specifies the width of the texture image including the border if any. If the GL version does not support non-power-of-two sizes, this value must be 2 sup n + 2 ( border ) for some integer . All implementations support 3D texture images that are at least 16 texels wide.
/// </para>
/// </param>
/// <param name="height">
/// <para>
/// Specifies the height of the texture image including the border if any. If the GL version does not support non-power-of-two sizes, this value must be for some integer . All implementations support 3D texture images that are at least 16 texels high.
/// Specifies the height of the texture image including the border if any. If the GL version does not support non-power-of-two sizes, this value must be 2 sup m + 2 ( border ) for some integer . All implementations support 3D texture images that are at least 16 texels high.
/// </para>
/// </param>
/// <param name="depth">
/// <para>
/// Specifies the depth of the texture image including the border if any. If the GL version does not support non-power-of-two sizes, this value must be for some integer . All implementations support 3D texture images that are at least 16 texels deep.
/// Specifies the depth of the texture image including the border if any. If the GL version does not support non-power-of-two sizes, this value must be 2 sup k + 2 ( border ) for some integer . All implementations support 3D texture images that are at least 16 texels deep.
/// </para>
/// </param>
/// <param name="border">
@ -12519,7 +12519,7 @@ namespace OpenTK.Graphics
/// </summary>
/// <param name="value">
/// <para>
/// Specify a single floating-point sample coverage value. The value is clamped to the range . The initial value is 1.0.
/// Specify a single floating-point sample coverage value. The value is clamped to the range [0 ,1]. The initial value is 1.0.
/// </para>
/// </param>
/// <param name="invert">
@ -12555,17 +12555,17 @@ namespace OpenTK.Graphics
/// </param>
/// <param name="width">
/// <para>
/// Specifies the width of the texture image including the border if any. If the GL version does not support non-power-of-two sizes, this value must be for some integer . All implementations support 3D texture images that are at least 16 texels wide.
/// Specifies the width of the texture image including the border if any. If the GL version does not support non-power-of-two sizes, this value must be 2 sup n + 2 ( border ) for some integer . All implementations support 3D texture images that are at least 16 texels wide.
/// </para>
/// </param>
/// <param name="height">
/// <para>
/// Specifies the height of the texture image including the border if any. If the GL version does not support non-power-of-two sizes, this value must be for some integer . All implementations support 3D texture images that are at least 16 texels high.
/// Specifies the height of the texture image including the border if any. If the GL version does not support non-power-of-two sizes, this value must be 2 sup n + 2 ( border ) for some integer . All implementations support 3D texture images that are at least 16 texels high.
/// </para>
/// </param>
/// <param name="depth">
/// <para>
/// Specifies the depth of the texture image including the border if any. If the GL version does not support non-power-of-two sizes, this value must be for some integer . All implementations support 3D texture images that are at least 16 texels deep.
/// Specifies the depth of the texture image including the border if any. If the GL version does not support non-power-of-two sizes, this value must be 2 sup n + 2 ( border ) for some integer . All implementations support 3D texture images that are at least 16 texels deep.
/// </para>
/// </param>
/// <param name="border">
@ -12614,17 +12614,17 @@ namespace OpenTK.Graphics
/// </param>
/// <param name="width">
/// <para>
/// Specifies the width of the texture image including the border if any. If the GL version does not support non-power-of-two sizes, this value must be for some integer . All implementations support 3D texture images that are at least 16 texels wide.
/// Specifies the width of the texture image including the border if any. If the GL version does not support non-power-of-two sizes, this value must be 2 sup n + 2 ( border ) for some integer . All implementations support 3D texture images that are at least 16 texels wide.
/// </para>
/// </param>
/// <param name="height">
/// <para>
/// Specifies the height of the texture image including the border if any. If the GL version does not support non-power-of-two sizes, this value must be for some integer . All implementations support 3D texture images that are at least 16 texels high.
/// Specifies the height of the texture image including the border if any. If the GL version does not support non-power-of-two sizes, this value must be 2 sup n + 2 ( border ) for some integer . All implementations support 3D texture images that are at least 16 texels high.
/// </para>
/// </param>
/// <param name="depth">
/// <para>
/// Specifies the depth of the texture image including the border if any. If the GL version does not support non-power-of-two sizes, this value must be for some integer . All implementations support 3D texture images that are at least 16 texels deep.
/// Specifies the depth of the texture image including the border if any. If the GL version does not support non-power-of-two sizes, this value must be 2 sup n + 2 ( border ) for some integer . All implementations support 3D texture images that are at least 16 texels deep.
/// </para>
/// </param>
/// <param name="border">
@ -12681,12 +12681,12 @@ namespace OpenTK.Graphics
/// </param>
/// <param name="width">
/// <para>
/// Specifies the width of the texture image including the border if any. If the GL version does not support non-power-of-two sizes, this value must be for some integer . All implementations support 2D texture images that are at least 64 texels wide and cube-mapped texture images that are at least 16 texels wide.
/// Specifies the width of the texture image including the border if any. If the GL version does not support non-power-of-two sizes, this value must be 2 sup n + 2 ( border ) for some integer . All implementations support 2D texture images that are at least 64 texels wide and cube-mapped texture images that are at least 16 texels wide.
/// </para>
/// </param>
/// <param name="height">
/// <para>
/// Specifies the height of the texture image including the border if any. If the GL version does not support non-power-of-two sizes, this value must be Must be for some integer . All implementations support 2D texture images that are at least 64 texels high and cube-mapped texture images that are at least 16 texels high.
/// Specifies the height of the texture image including the border if any. If the GL version does not support non-power-of-two sizes, this value must be Must be 2 sup n + 2 ( border ) for some integer . All implementations support 2D texture images that are at least 64 texels high and cube-mapped texture images that are at least 16 texels high.
/// </para>
/// </param>
/// <param name="border">
@ -12735,12 +12735,12 @@ namespace OpenTK.Graphics
/// </param>
/// <param name="width">
/// <para>
/// Specifies the width of the texture image including the border if any. If the GL version does not support non-power-of-two sizes, this value must be for some integer . All implementations support 2D texture images that are at least 64 texels wide and cube-mapped texture images that are at least 16 texels wide.
/// Specifies the width of the texture image including the border if any. If the GL version does not support non-power-of-two sizes, this value must be 2 sup n + 2 ( border ) for some integer . All implementations support 2D texture images that are at least 64 texels wide and cube-mapped texture images that are at least 16 texels wide.
/// </para>
/// </param>
/// <param name="height">
/// <para>
/// Specifies the height of the texture image including the border if any. If the GL version does not support non-power-of-two sizes, this value must be Must be for some integer . All implementations support 2D texture images that are at least 64 texels high and cube-mapped texture images that are at least 16 texels high.
/// Specifies the height of the texture image including the border if any. If the GL version does not support non-power-of-two sizes, this value must be Must be 2 sup n + 2 ( border ) for some integer . All implementations support 2D texture images that are at least 64 texels high and cube-mapped texture images that are at least 16 texels high.
/// </para>
/// </param>
/// <param name="border">
@ -12797,7 +12797,7 @@ namespace OpenTK.Graphics
/// </param>
/// <param name="width">
/// <para>
/// Specifies the width of the texture image including the border if any. If the GL version does not support non-power-of-two sizes, this value must be for some integer . All implementations support texture images that are at least 64 texels wide. The height of the 1D texture image is 1.
/// Specifies the width of the texture image including the border if any. If the GL version does not support non-power-of-two sizes, this value must be 2 sup n + 2 ( border ) for some integer . All implementations support texture images that are at least 64 texels wide. The height of the 1D texture image is 1.
/// </para>
/// </param>
/// <param name="border">
@ -12846,7 +12846,7 @@ namespace OpenTK.Graphics
/// </param>
/// <param name="width">
/// <para>
/// Specifies the width of the texture image including the border if any. If the GL version does not support non-power-of-two sizes, this value must be for some integer . All implementations support texture images that are at least 64 texels wide. The height of the 1D texture image is 1.
/// Specifies the width of the texture image including the border if any. If the GL version does not support non-power-of-two sizes, this value must be 2 sup n + 2 ( border ) for some integer . All implementations support texture images that are at least 64 texels wide. The height of the 1D texture image is 1.
/// </para>
/// </param>
/// <param name="border">
@ -16233,7 +16233,7 @@ namespace OpenTK.Graphics
/// </param>
/// <param name="ref">
/// <para>
/// Specifies the reference value for the stencil test. ref is clamped to the range , where is the number of bitplanes in the stencil buffer. The initial value is 0.
/// Specifies the reference value for the stencil test. ref is clamped to the range [0, 2 sup n - 1], where is the number of bitplanes in the stencil buffer. The initial value is 0.
/// </para>
/// </param>
/// <param name="mask">
@ -16265,7 +16265,7 @@ namespace OpenTK.Graphics
/// </param>
/// <param name="ref">
/// <para>
/// Specifies the reference value for the stencil test. ref is clamped to the range , where is the number of bitplanes in the stencil buffer. The initial value is 0.
/// Specifies the reference value for the stencil test. ref is clamped to the range [0, 2 sup n - 1], where is the number of bitplanes in the stencil buffer. The initial value is 0.
/// </para>
/// </param>
/// <param name="mask">