X-Git-Url: https://git.hcoop.net/clinton/guile-figl.git/blobdiff_plain/250ca4b72ea7869387a62135610c52683fa14268..c7b3127165b9995561d5c7d7d6ca1184f089c797:/upstream-doc/man3/glCopyTexSubImage2D.xml diff --git a/upstream-doc/man3/glCopyTexSubImage2D.xml b/upstream-doc/man3/glCopyTexSubImage2D.xml index 332b0e2..8f098c1 100644 --- a/upstream-doc/man3/glCopyTexSubImage2D.xml +++ b/upstream-doc/man3/glCopyTexSubImage2D.xml @@ -173,8 +173,8 @@ rendering context, then the values obtained for those pixels are undefined. - No change is made to the internalformat, width, - height, or border parameters of the specified texture + No change is made to the internalformat, width or + height parameters of the specified texture array or to texel values outside the specified subregion. @@ -190,8 +190,9 @@ GL_TEXTURE_CUBE_MAP_NEGATIVE_X, GL_TEXTURE_CUBE_MAP_POSITIVE_Y, GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, - GL_TEXTURE_CUBE_MAP_POSITIVE_Z, or - GL_TEXTURE_CUBE_MAP_NEGATIVE_Z. + GL_TEXTURE_CUBE_MAP_POSITIVE_Z, + GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, or + GL_TEXTURE_1D_ARRAY. GL_INVALID_OPERATION is generated if the texture array has not been @@ -229,10 +230,7 @@ xoffset < - - - - b - + 0 , @@ -246,13 +244,9 @@ > - - - w - - - b - - + + w + , @@ -260,10 +254,7 @@ yoffset < - - - - b - + 0 , or @@ -278,29 +269,15 @@ > - - - h - - - b - - + h , where w - is the GL_TEXTURE_WIDTH, + is the GL_TEXTURE_WIDTH, and h - is the GL_TEXTURE_HEIGHT, - and - b - is the GL_TEXTURE_BORDER + is the GL_TEXTURE_HEIGHT of the texture image being modified. - Note that - w - and - h - include twice the border width. Associated Gets