CF_CompareFunction¶
Category: graphics
GitHub: cute_graphics.h
Compare operations available for depth/stencil.
Values¶
| Enum | Description |
|---|---|
CF_COMPARE_FUNCTION_ALWAYS |
Always perform the operation. |
CF_COMPARE_FUNCTION_NEVER |
Never perform the operation. |
CF_COMPARE_FUNCTION_LESS_THAN |
< |
CF_COMPARE_FUNCTION_EQUAL |
== |
CF_COMPARE_FUNCTION_NOT_EQUAL |
!= |
CF_COMPARE_FUNCTION_LESS_THAN_OR_EQUAL |
<= |
CF_COMPARE_FUNCTION_GREATER_THAN |
> |
CF_COMPARE_FUNCTION_GREATER_THAN_OR_EQUAL |
>= |