Interface MTLEvent

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      MTLDevice device()
      [@property] device The device this event can be used with.
      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

      • device

        MTLDevice device()
        [@property] device The device this event can be used with. Will be nil when the event is shared across devices (i.e. MTLSharedEvent).
      • 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.