Class MTLVertexAttributeDescriptor

All Implemented Interfaces:
NSObjectProtocol, ObjCProtocol

public class MTLVertexAttributeDescriptor
extends NSObject
  • Constructor Details

    • MTLVertexAttributeDescriptor

      public MTLVertexAttributeDescriptor()
    • MTLVertexAttributeDescriptor

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

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

    • getFormat

      public MTLVertexFormat getFormat()
    • setFormat

      public void setFormat​(MTLVertexFormat v)
    • getOffset

      public long getOffset()
    • setOffset

      public void setOffset​(long v)
    • getBufferIndex

      public long getBufferIndex()
    • setBufferIndex

      public void setBufferIndex​(long v)