Class MTLPointerType

All Implemented Interfaces:
NSObjectProtocol, ObjCProtocol

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

    • MTLPointerType

      public MTLPointerType()
    • MTLPointerType

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

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

    • getElementType

      public MTLDataType getElementType()
    • getAccess

      public MTLArgumentAccess getAccess()
    • 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.