Rectangle Texture: Difference between revisions

From OpenGL Wiki
Jump to navigation Jump to search
de-pluralizing, per Wikipedia standard.
m moved Rectangle Textures to Rectangle Texture: de-pluralizing, per Wikipedia standard.
(No difference)

Revision as of 20:41, 16 March 2010

A Rectangle Texture is a Texture that contains a single 2D image with no mipmaps. It has no power-of-two restrictions on its size. Texture coordinates for accessing this texture must be integer values, representing texels within the texture, rather than normalized texture coordinates.