Interface MTLFence


  • public interface MTLFence
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      MTLDevice device()  
      java.lang.String label()
      [@property] label A string to help identify this object.
      void setLabel​(java.lang.String value)
      [@property] label A string to help identify this object.
    • Method Detail

      • label

        java.lang.String label()
        [@property] label A string to help identify this object.
      • setLabel

        void setLabel​(java.lang.String value)
        [@property] label A string to help identify this object.