Class MTLVertexAttribute

All Implemented Interfaces:
NSObjectProtocol, ObjCProtocol

public class MTLVertexAttribute
extends NSObject
  • Constructor Details

    • MTLVertexAttribute

      public MTLVertexAttribute()
    • MTLVertexAttribute

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

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

    • getName

      public 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.