Class MTLArrayType

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

    public class MTLArrayType
    extends MTLType
    Since:
    Available in iOS 8.0 and later.
    • Constructor Detail

      • MTLArrayType

        public MTLArrayType()
      • MTLArrayType

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

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