public final class MTLMultisampleStencilResolveFilter
extends java.lang.Object
Controls the MSAA stencil resolve operation.
| Modifier and Type | Field and Description |
|---|---|
static long |
DepthResolvedSample
[@constant] MTLMultisampleStencilResolveFilterDepthResolvedSample
|
static long |
Sample0
[@constant] MTLMultisampleStencilResolveFilterSample0
|
public static final long Sample0
The stencil sample corresponding to sample 0. This is the default behavior.
public static final long DepthResolvedSample
The stencil sample corresponding to whichever depth sample is selected by the depth resolve filter. If depth resolve is not enabled, the stencil sample is chosen based on what a depth resolve filter would have selected.