diff --git a/Source/OpenTK/Graphics/GL/GL.cs b/Source/OpenTK/Graphics/GL/GL.cs index bd3bab5c..f3d31405 100644 --- a/Source/OpenTK/Graphics/GL/GL.cs +++ b/Source/OpenTK/Graphics/GL/GL.cs @@ -3360,7 +3360,7 @@ namespace OpenTK.Graphics /// /// /// - /// 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. /// /// /// @@ -3387,7 +3387,7 @@ namespace OpenTK.Graphics /// /// /// - /// 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. /// /// /// @@ -3414,7 +3414,7 @@ namespace OpenTK.Graphics /// /// /// - /// 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. /// /// /// @@ -3940,7 +3940,7 @@ namespace OpenTK.Graphics /// /// /// - /// 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. /// /// [AutoGenerated(Category = "DrawingControl", Version = "1.0", EntryPoint = "glPolygonStipple")] @@ -3962,7 +3962,7 @@ namespace OpenTK.Graphics /// /// /// - /// 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. /// /// [AutoGenerated(Category = "DrawingControl", Version = "1.0", EntryPoint = "glPolygonStipple")] @@ -3984,7 +3984,7 @@ namespace OpenTK.Graphics /// /// /// - /// 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. /// /// [System.CLSCompliant(false)] @@ -4135,7 +4135,7 @@ namespace OpenTK.Graphics /// /// /// - /// 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. /// /// /// @@ -4189,7 +4189,7 @@ namespace OpenTK.Graphics /// /// /// - /// 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. /// /// /// @@ -4251,12 +4251,12 @@ namespace OpenTK.Graphics /// /// /// - /// 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. /// /// /// /// - /// 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. /// /// /// @@ -4310,12 +4310,12 @@ namespace OpenTK.Graphics /// /// /// - /// 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. /// /// /// /// - /// 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. /// /// /// @@ -5591,7 +5591,7 @@ namespace OpenTK.Graphics /// /// /// - /// 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. /// /// [AutoGenerated(Category = "PixelOp", Version = "1.0", EntryPoint = "glAlphaFunc")] @@ -5649,7 +5649,7 @@ namespace OpenTK.Graphics /// /// /// - /// 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. /// /// /// @@ -5676,7 +5676,7 @@ namespace OpenTK.Graphics /// /// /// - /// 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. /// /// /// @@ -8336,7 +8336,7 @@ namespace OpenTK.Graphics /// /// /// - /// 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. /// /// /// @@ -8377,12 +8377,12 @@ namespace OpenTK.Graphics /// /// /// - /// 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 . /// /// /// /// - /// 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 . /// /// /// @@ -11367,7 +11367,7 @@ namespace OpenTK.Graphics /// /// /// - /// 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. /// /// /// @@ -11377,17 +11377,17 @@ namespace OpenTK.Graphics /// /// /// - /// 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. /// /// /// /// - /// 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. /// /// /// /// - /// 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. /// /// /// @@ -11431,7 +11431,7 @@ namespace OpenTK.Graphics /// /// /// - /// 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. /// /// /// @@ -11441,17 +11441,17 @@ namespace OpenTK.Graphics /// /// /// - /// 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. /// /// /// /// - /// 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. /// /// /// /// - /// 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. /// /// /// @@ -12519,7 +12519,7 @@ namespace OpenTK.Graphics /// /// /// - /// 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. /// /// /// @@ -12555,17 +12555,17 @@ namespace OpenTK.Graphics /// /// /// - /// 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. /// /// /// /// - /// 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. /// /// /// /// - /// 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. /// /// /// @@ -12614,17 +12614,17 @@ namespace OpenTK.Graphics /// /// /// - /// 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. /// /// /// /// - /// 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. /// /// /// /// - /// 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. /// /// /// @@ -12681,12 +12681,12 @@ namespace OpenTK.Graphics /// /// /// - /// 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. /// /// /// /// - /// 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. /// /// /// @@ -12735,12 +12735,12 @@ namespace OpenTK.Graphics /// /// /// - /// 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. /// /// /// /// - /// 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. /// /// /// @@ -12797,7 +12797,7 @@ namespace OpenTK.Graphics /// /// /// - /// 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. /// /// /// @@ -12846,7 +12846,7 @@ namespace OpenTK.Graphics /// /// /// - /// 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. /// /// /// @@ -16233,7 +16233,7 @@ namespace OpenTK.Graphics /// /// /// - /// 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. /// /// /// @@ -16265,7 +16265,7 @@ namespace OpenTK.Graphics /// /// /// - /// 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. /// /// /// @@ -61295,4 +61295,4 @@ namespace OpenTK.Graphics } } -} \ No newline at end of file +}