Class MTLAttribute

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

    public class MTLAttribute
    extends NSObject
    Since:
    Available in iOS 10.0 and later.
    • Constructor Detail

      • MTLAttribute

        public MTLAttribute()
      • MTLAttribute

        protected MTLAttribute​(NSObject.Handle h,
                               long handle)
    • Method Detail

      • getName

        public java.lang.String getName()
      • getAttributeIndex

        public long getAttributeIndex()
      • getAttributeType

        public MTLDataType getAttributeType()
      • isActive

        public boolean isActive()
      • isPatchData

        public boolean isPatchData()
        Since:
        Available in iOS 10.0 and later.
      • isPatchControlPointData

        public boolean isPatchControlPointData()
        Since:
        Available in iOS 10.0 and later.