MTLStencilOperation Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
What to do if a stencil value passes or fails a comparison test.
public enum MTLStencilOperation
type MTLStencilOperation =
- Inheritance
-
MTLStencilOperation
Fields
Name | Value | Description |
---|---|---|
Keep | 0 | |
Zero | 1 | |
Replace | 2 | |
IncrementClamp | 3 | |
DecrementClamp | 4 | |
Invert | 5 | |
IncrementWrap | 6 | |
DecrementWrap | 7 |