24 lines
406 B
ReStructuredText
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
|