Package org.robovm.apple.metal
Interface MTLSharedEvent
- All Superinterfaces:
MTLEvent,NSObjectProtocol,ObjCProtocol
- All Known Implementing Classes:
MTLSharedEventAdapter
public interface MTLSharedEvent extends MTLEvent
- Since:
- Available in iOS 12.0 and later.
-
Method Summary
Modifier and Type Method Description longgetSignaledValue()MTLSharedEventHandlenewSharedEventHandle()voidnotifyListener(MTLSharedEventListener listener, long value, VoidBlock2<MTLSharedEvent,Long> block)voidsetSignaledValue(long v)
-
Method Details
-
getSignaledValue
long getSignaledValue() -
setSignaledValue
void setSignaledValue(long v)
-