Class MTLDepthStencilDescriptor

All Implemented Interfaces:
NSObjectProtocol, ObjCProtocol

public class MTLDepthStencilDescriptor
extends NSObject
  • Constructor Details

    • MTLDepthStencilDescriptor

      public MTLDepthStencilDescriptor()
    • MTLDepthStencilDescriptor

      protected MTLDepthStencilDescriptor​(NSObject.Handle h, long handle)
    • MTLDepthStencilDescriptor

      protected MTLDepthStencilDescriptor​(NSObject.SkipInit skipInit)
  • Method Details

    • getDepthCompareFunction

      public MTLCompareFunction getDepthCompareFunction()
    • setDepthCompareFunction

      public void setDepthCompareFunction​(MTLCompareFunction v)
    • isDepthWriteEnabled

      public boolean isDepthWriteEnabled()
    • setDepthWriteEnabled

      public void setDepthWriteEnabled​(boolean v)
    • getFrontFaceStencil

      public MTLStencilDescriptor getFrontFaceStencil()
    • setFrontFaceStencil

      public void setFrontFaceStencil​(MTLStencilDescriptor v)
    • getBackFaceStencil

      public MTLStencilDescriptor getBackFaceStencil()
    • setBackFaceStencil

      public void setBackFaceStencil​(MTLStencilDescriptor v)
    • getLabel

      public String getLabel()
    • setLabel

      public void setLabel​(String v)