Class MTLVertexAttribute

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

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

      • MTLVertexAttribute

        public MTLVertexAttribute()
      • MTLVertexAttribute

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

      • getName

        public java.lang.String getName()
      • getAttributeIndex

        public long getAttributeIndex()
      • getAttributeType

        public MTLDataType getAttributeType()
        Since:
        Available in iOS 8.3 and later.
      • 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.