Package org.robovm.apple.metal
Interface MTLEvent
-
- All Superinterfaces:
NSObjectProtocol
,org.robovm.objc.ObjCProtocol
- All Known Subinterfaces:
MTLSharedEvent
- All Known Implementing Classes:
MTLEventAdapter
,MTLSharedEventAdapter
public interface MTLEvent extends NSObjectProtocol
- Since:
- Available in iOS 12.0 and later.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MTLDevice
getDevice()
java.lang.String
getLabel()
void
setLabel(java.lang.String v)
-
-
-
Method Detail
-
getDevice
MTLDevice getDevice()
-
getLabel
java.lang.String getLabel()
-
setLabel
void setLabel(java.lang.String v)
-
-