X-Git-Url: http://git.hcoop.net/clinton/guile-figl.git/blobdiff_plain/13027b2dbc5b77e5906584aefc2fc9f16047e471..f37e7e3da00d7a96241aae763b8835eef0fd232c:/upstream-doc/man3/xhtml/glTexSubImage3D.xml diff --git a/upstream-doc/man3/xhtml/glTexSubImage3D.xml b/upstream-doc/man3/xhtml/glTexSubImage3D.xml index 67f2950..d0328f7 100644 --- a/upstream-doc/man3/xhtml/glTexSubImage3D.xml +++ b/upstream-doc/man3/xhtml/glTexSubImage3D.xml @@ -140,7 +140,10 @@ xoffset < - 0 + + - + b + , @@ -154,7 +157,13 @@ > - w + + + w + - + b + + , @@ -162,7 +171,10 @@ yoffset < - 0 + + - + b + , or @@ -177,7 +189,13 @@ > - h + + + h + - + b + + , or @@ -186,7 +204,10 @@ zoffset < - 0 + + - + b + , or @@ -201,17 +222,31 @@ > - d + + + d + - + b + + , where w is the GL_TEXTURE_WIDTH, h - is the GL_TEXTURE_HEIGHT, and + is the GL_TEXTURE_HEIGHT, d is the GL_TEXTURE_DEPTH - of the texture image being modified. + and + b + is the border width of the texture image being modified. + Note that + w, + h, + and + d + include twice the border width.

GL_INVALID_VALUE is generated if width, height, or depth is less than 0.