![]() |
Vireo
0.0
Vireo 3D Rendering Hardware Interface
|
Depth, stencil, and sampler comparison operators.
Lua full name: vireo.CompareOp
Constants | |
| integer | NEVER |
| The test never passes. | |
| integer | LESS |
| Passes if source < destination. | |
| integer | EQUAL |
| Passes if source == destination. | |
| integer | LESS_OR_EQUAL |
| Passes if source <= destination. | |
| integer | GREATER |
| Passes if source > destination. | |
| integer | NOT_EQUAL |
| Passes if source != destination. | |
| integer | GREATER_OR_EQUAL |
| Passes if source >= destination. | |
| integer | ALWAYS |
| The test always passes. | |
| integer NEVER |
The test never passes.
| integer LESS |
Passes if source < destination.
| integer EQUAL |
Passes if source == destination.
| integer LESS_OR_EQUAL |
Passes if source <= destination.
| integer GREATER |
Passes if source > destination.
| integer NOT_EQUAL |
Passes if source != destination.
| integer GREATER_OR_EQUAL |
Passes if source >= destination.
| integer ALWAYS |
The test always passes.