X-Git-Url: https://git.hcoop.net/clinton/guile-figl.git/blobdiff_plain/250ca4b72ea7869387a62135610c52683fa14268..c7b3127165b9995561d5c7d7d6ca1184f089c797:/upstream-doc/man4/xhtml/glCopyTexImage1D.xml diff --git a/upstream-doc/man4/xhtml/glCopyTexImage1D.xml b/upstream-doc/man4/xhtml/glCopyTexImage1D.xml index 3ef2ab3..8d4d9a7 100644 --- a/upstream-doc/man4/xhtml/glCopyTexImage1D.xml +++ b/upstream-doc/man4/xhtml/glCopyTexImage1D.xml @@ -48,29 +48,9 @@ of the row of pixels to be copied.

width

Specifies the width of the texture image. - Must be 0 or - - - - 2 - n - - + - - 2 - ⁡ - - border - - - - - for some integer - n. The height of the texture image is 1.

border

- Specifies the width of the border. - Must be either 0 or 1. + Must be 0.

Description

glCopyTexImage1D defines a one-dimensional texture image with pixels from the current GL_READ_BUFFER. @@ -85,18 +65,7 @@ and with a length of - - - width - + - - 2 - ⁡ - - border - - - + width defines the texture array at the mipmap level specified by level. @@ -159,26 +128,7 @@ GL_INVALID_VALUE is generated if width is less than 0 or greater than GL_MAX_TEXTURE_SIZE.

- GL_INVALID_VALUE is generated if non-power-of-two textures are not supported and the width cannot be represented as - - - - 2 - n - - + - - 2 - ⁡ - - border - - - - - for some integer value of n. -

- GL_INVALID_VALUE is generated if border is not 0 or 1. + GL_INVALID_VALUE is generated if border is not 0.

GL_INVALID_OPERATION is generated if internalformat is GL_DEPTH_COMPONENT, GL_DEPTH_COMPONENT16, @@ -198,7 +148,9 @@ glTexParameter

Copyright

Copyright © 1991-2006 - Silicon Graphics, Inc. This document is licensed under the SGI + Silicon Graphics, Inc. + Copyright © 2012-2013 Khronos Group. + This document is licensed under the SGI Free Software B License. For details, see http://oss.sgi.com/projects/FreeB/.