CF_StencilOp¶
Category: graphics
GitHub: cute_graphics.h
Stencil operations. These can happen when passing/failing a stencil test.
Values¶
Enum | Description |
---|---|
STENCIL_OP_KEEP | Keep. |
STENCIL_OP_ZERO | Zero. |
STENCIL_OP_REPLACE | Replace. |
STENCIL_OP_INCREMENT_CLAMP | Increment clamp. |
STENCIL_OP_DECREMENT_CLAMP | Decrement clamp. |
STENCIL_OP_INVERT | Invert. |
STENCIL_OP_INCREMENT_WRAP | Increment wrap. |
STENCIL_OP_DECREMENT_WRAP | Decrement wrap. |