Class MTLPointerType

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

    public class MTLPointerType
    extends MTLType
    Since:
    Available in iOS 11.0 and later.
    • Constructor Detail

      • MTLPointerType

        public MTLPointerType()
      • MTLPointerType

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

      • getAlignment

        public long getAlignment()
      • getDataSize

        public long getDataSize()
      • isElementIsArgumentBuffer

        public boolean isElementIsArgumentBuffer()
        Since:
        Available in iOS 11.0 and later.
      • elementStructType

        public MTLStructType elementStructType()
        Since:
        Available in iOS 11.0 and later.
      • elementArrayType

        public MTLArrayType elementArrayType()
        Since:
        Available in iOS 11.0 and later.