enum AlphaTest;
| Value | Description |
|---|---|
| ALPHATEST_NEVER | Never accepts a fragment. |
| ALPHATEST_LESS | Accepts when the fragment alpha is less than the reference alpha. |
| ALPHATEST_LEQUAL | Accepts when the fragment alpha is less than or equal to the reference alpha. |
| ALPHATEST_EQUAL | Accepts when the fragment alpha equals the reference alpha. |
| ALPHATEST_NEQUAL | Accepts when the fragment alpha is not equal to the reference alpha. |
| ALPHATEST_GEQUAL | Accepts when the fragment alpha is greater than or equal to the reference alpha. |
| ALPHATEST_GREATER | Accepts when the fragment alpha is greater than the reference alpha. |
| ALPHATEST_ALWAYS | Always accepts the fragment. |
| ALPHATEST_MAX | Total number of enumerators. |
Enumerator specifying the alpha test mode.
CONFIDENTIAL