Package apple.metal.protocol
Interface MTLEvent
-
- All Known Subinterfaces:
MTLSharedEvent
public interface MTLEvent
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MTLDevicedevice()[@property] device The device this event can be used with.java.lang.Stringlabel()[@property] label A string to help identify this object.voidsetLabel(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.
-
-