Class MTLDepthStencilDescriptor

  • All Implemented Interfaces:
    NSObjectProtocol, org.robovm.objc.ObjCProtocol

    public class MTLDepthStencilDescriptor
    extends NSObject
    Since:
    Available in iOS 8.0 and later.
    • Constructor Detail

      • MTLDepthStencilDescriptor

        public MTLDepthStencilDescriptor()
      • MTLDepthStencilDescriptor

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

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

      • isDepthWriteEnabled

        public boolean isDepthWriteEnabled()
      • setDepthWriteEnabled

        public void setDepthWriteEnabled​(boolean v)
      • getLabel

        public java.lang.String getLabel()
      • setLabel

        public void setLabel​(java.lang.String v)