CF_StencilOp¶
Category: graphics
GitHub: cute_graphics.h
Stencil operations. These can happen when passing/failing a stencil test.
Values¶
| Enum | Description |
|---|---|
CF_STENCIL_OP_KEEP |
Keep. |
CF_STENCIL_OP_ZERO |
Zero. |
CF_STENCIL_OP_REPLACE |
Replace. |
CF_STENCIL_OP_INCREMENT_CLAMP |
Increment clamp. |
CF_STENCIL_OP_DECREMENT_CLAMP |
Decrement clamp. |
CF_STENCIL_OP_INVERT |
Invert. |
CF_STENCIL_OP_INCREMENT_WRAP |
Increment wrap. |
CF_STENCIL_OP_DECREMENT_WRAP |
Decrement wrap. |