Class MTLArrayType

All Implemented Interfaces:
NSObjectProtocol, ObjCProtocol

public class MTLArrayType
extends MTLType
  • Constructor Details

    • MTLArrayType

      public MTLArrayType()
    • MTLArrayType

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

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

    • getElementType

      public MTLDataType getElementType()
    • getArrayLength

      public long getArrayLength()
    • getStride

      public long getStride()
    • getArgumentIndexStride

      public long getArgumentIndexStride()
      Since:
      Available in iOS 11.0 and later.
    • getElementStructType

      public MTLStructType getElementStructType()
    • getElementArrayType

      public MTLArrayType getElementArrayType()
    • elementTextureReferenceType

      public MTLTextureReferenceType elementTextureReferenceType()
      Since:
      Available in iOS 11.0 and later.
    • elementPointerType

      public MTLPointerType elementPointerType()
      Since:
      Available in iOS 11.0 and later.