Files
third_party_mesa3d/src/gallium/docs/source/cso/dsa.rst
Corbin Simpson c686e17e52 Add Gallium docs.
In Sphinx/ReST format.
2009-12-20 15:00:40 -08:00

24 lines
406 B
ReStructuredText

Depth, Stencil, & Alpha
=======================
These three states control the depth, stencil, and alpha tests, used to
discard fragments that have passed through the fragment shader.
Traditionally, these three tests have been clumped together in hardware, so
they are all stored in one structure.
Depth Members
-------------
XXX
Stencil Members
---------------
XXX
Alpha Members
-------------
XXX