Multisample Texture: Difference between revisions

From OpenGL Wiki
Jump to navigation Jump to search
Stub page for these.
 
de-pluralizing, per Wikipedia standard.
Line 1: Line 1:
'''Multisample Textures''' are [[Textures]] that have multiple samples per pixel. This allows them to be used as [[Multisampling|multisample]] render targets, but also as source data for [[Shader|shaders]].
A '''Multisample Texture''' is a [[Texture]] that can have multiple samples per pixel. This allows them to be used as [[Multisampling|multisample]] render targets, but also as source data for [[Shader|shaders]].


{{stub}}
{{stub}}


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

Revision as of 20:38, 16 March 2010

A Multisample Texture is a Texture that can have multiple samples per pixel. This allows them to be used as multisample render targets, but also as source data for shaders.