nw::lyt::AlphaTest Enumerated Type

Syntax

enum AlphaTest;

Value

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.

Description

Enumerator specifying the alpha test mode.

Revision History

2009/09/18
Initial version.

CONFIDENTIAL