Class MTLMultisampleStencilResolveFilter


  • public final class MTLMultisampleStencilResolveFilter
    extends java.lang.Object
    [@enum] MTLMultisampleStencilResolveFilter Controls the MSAA stencil resolve operation.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long DepthResolvedSample
      [@constant] MTLMultisampleStencilResolveFilterDepthResolvedSample The stencil sample corresponding to whichever depth sample is selected by the depth resolve filter.
      static long Sample0
      [@constant] MTLMultisampleStencilResolveFilterSample0 The stencil sample corresponding to sample 0.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • Sample0

        public static final long Sample0
        [@constant] MTLMultisampleStencilResolveFilterSample0 The stencil sample corresponding to sample 0. This is the default behavior.
        See Also:
        Constant Field Values
      • DepthResolvedSample

        public static final long DepthResolvedSample
        [@constant] MTLMultisampleStencilResolveFilterDepthResolvedSample 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.
        See Also:
        Constant Field Values