Class MDLVertexAttributeData

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

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

      • MDLVertexAttributeData

        public MDLVertexAttributeData()
      • MDLVertexAttributeData

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

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

      • getDataStart

        public org.robovm.rt.bro.ptr.VoidPtr getDataStart()
      • setDataStart

        public void setDataStart​(org.robovm.rt.bro.ptr.VoidPtr v)
      • getStride

        public long getStride()
      • setStride

        public void setStride​(long 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.