Class MDLVertexAttributeData

All Implemented Interfaces:
NSObjectProtocol, ObjCProtocol

public class MDLVertexAttributeData
extends NSObject
Since:
Available in iOS 9.0 and later.
  • Constructor Details

    • MDLVertexAttributeData

      public MDLVertexAttributeData()
    • MDLVertexAttributeData

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

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

    • getMap

      public MDLMeshBufferMap getMap()
    • setMap

      public void setMap​(MDLMeshBufferMap v)
    • getDataStart

      public VoidPtr getDataStart()
    • setDataStart

      public void setDataStart​(VoidPtr v)
    • getStride

      public long getStride()
    • setStride

      public void setStride​(long v)
    • getFormat

      public MDLVertexFormat getFormat()
    • setFormat

      public void setFormat​(MDLVertexFormat v)
    • getBufferSize

      public long getBufferSize()
      Since:
      Available in iOS 11.0 and later.
    • setBufferSize

      public void setBufferSize​(long v)
      Since:
      Available in iOS 11.0 and later.