public interface MTLEvent
| Modifier and Type | Method and Description |
|---|---|
MTLDevice |
device()
[@property] device
|
java.lang.String |
label()
[@property] label
|
void |
setLabel(java.lang.String value)
[@property] label
|
MTLDevice device()
The device this event can be used with. Will be nil when the event is shared across devices (i.e. MTLSharedEvent).
java.lang.String label()
A string to help identify this object.
void setLabel(java.lang.String value)
A string to help identify this object.