Class MTLFunction

    • Constructor Detail

      • MTLFunction

        public MTLFunction()
    • Method Detail

      • getLabel

        public java.lang.String getLabel()
        Since:
        Available in iOS 10.0 and later.
      • setLabel

        public void setLabel​(java.lang.String v)
        Since:
        Available in iOS 10.0 and later.
      • getPatchType

        public MTLPatchType getPatchType()
        Since:
        Available in iOS 10.0 and later.
      • getPatchControlPointCount

        public long getPatchControlPointCount()
        Since:
        Available in iOS 10.0 and later.
      • getStageInputAttributes

        public NSArray<MTLAttribute> getStageInputAttributes()
        Since:
        Available in iOS 10.0 and later.
      • getName

        public java.lang.String getName()
      • newArgumentEncoder

        public MTLArgumentEncoder newArgumentEncoder​(long bufferIndex)
        Since:
        Available in iOS 11.0 and later.