Class MTLStructMember

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

    public class MTLStructMember
    extends NSObject
    Since:
    Available in iOS 8.0 and later.
    • Constructor Detail

      • MTLStructMember

        public MTLStructMember()
      • MTLStructMember

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

      • getName

        public java.lang.String getName()
      • getOffset

        public long getOffset()
      • getArgumentIndex

        public long getArgumentIndex()
        Since:
        Available in iOS 11.0 and later.
      • textureReferenceType

        public MTLTextureReferenceType textureReferenceType()
        Since:
        Available in iOS 11.0 and later.
      • pointerType

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