DepthTest Type
Specifies the type of desired fragment depth testing.
Union cases
Union case | Description |
Full Usage:
AlwaysPassTest
|
|
Full Usage:
EqualTest
|
|
Full Usage:
GreaterThanOrEqualTest
|
|
Full Usage:
GreaterThanTest
|
|
Full Usage:
LessThanOrEqualTest
|
|
Full Usage:
LessThanTest
|
|
Full Usage:
NeverPassTest
|
Instance members
Instance member | Description |
Full Usage:
this.IsAlwaysPassTest
Returns: bool
|
|
Full Usage:
this.IsEqualTest
Returns: bool
|
|
Full Usage:
this.IsGreaterThanOrEqualTest
Returns: bool
|
|
Full Usage:
this.IsGreaterThanTest
Returns: bool
|
|
Full Usage:
this.IsLessThanOrEqualTest
Returns: bool
|
|
Full Usage:
this.IsLessThanTest
Returns: bool
|
|
Full Usage:
this.IsNeverPassTest
Returns: bool
|
|