Enum Compare
Specifies the comparison tests to perform in Z-Buffer and in Stencil tests
Namespace: Fusee.Engine.Common
Assembly: Fusee.Engine.Common.dll
Syntax
public enum Compare
Fields
| Name | Description |
|---|---|
| Always | |
| Equal | |
| Greater | |
| GreaterEqual | |
| Less | |
| LessEqual | |
| Never | |
| NotEqual |