Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

Once the rasterizer has computed the output pixel value for a given pixel, the output value passes through a series of final operations. These operations include alpha testing, stencil testing, and depth testing. All of these operation can result in the output pixel being discarded, in which case processing continues on the next pixel in the primitive. These final operations also include alpha blending, which can change how the output pixel is combined with the corresponding pixel value already in the render target.

The following topics provide additional information about per-pixel operations.

See Also