Rectangle Texture: Difference between revisions

From OpenGL Wiki
Jump to navigation Jump to search
making a stub.
 
de-pluralizing, per Wikipedia standard.
Line 1: Line 1:
''Rectangle Textures'' are a special kind of unmipmapped texture that has no power-of-two size restrictions.
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.


{{stub}}
{{stub}}


[[Category:Textures]]
[[Category:Textures]]

Revision as of 20:40, 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.