Definitions for "Multisampling"
A technique for hardware antialiasing generally available only on expensive 3D graphics hardware []. Each pixel is composed of a number of samples (each containing color and depth information). The samples are averaged to determine the displayed pixel color value. Multisampling is supported as an extension to OpenGL.