Comparison functions for alpha and stencil testing.
| Enumerator |
|---|
| MFComparisonFunc_Unknown |
Unknown comparison function.
|
| MFComparisonFunc_Never |
Never pass the comparison.
|
| MFComparisonFunc_Less |
If the source data is less than the destination data, the comparison passes.
|
| MFComparisonFunc_Equal |
If the source data is equal to the destination data, the comparison passes.
|
| MFComparisonFunc_LessEqual |
If the source data is less than or equal to the destination data, the comparison passes.
|
| MFComparisonFunc_Greater |
If the source data is greater than the destination data, the comparison passes.
|
| MFComparisonFunc_NotEqual |
If the source data is not equal to the destination data, the comparison passes.
|
| MFComparisonFunc_GreaterEqual |
If the source data is greater than or equal to the destination data, the comparison passes.
|
| MFComparisonFunc_Always |
Always pass the comparison.
|
| MFComparisonFunc_Max |
Maximum comparison function.
|
| MFComparisonFunc_ForceInt |
Force MFComparisonFunc to an int type.
|