Rectangle Texture
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.
This article is a stub. You can help the OpenGL Wiki by expanding it. |