Uses of Interface
org.robovm.apple.metal.MTLEvent
| Package | Description |
|---|---|
| org.robovm.apple.metal | |
| org.robovm.apple.metalps |
-
Uses of MTLEvent in org.robovm.apple.metal
Subinterfaces of MTLEvent in org.robovm.apple.metal Modifier and Type Interface Description interfaceMTLSharedEventClasses in org.robovm.apple.metal that implement MTLEvent Modifier and Type Class Description classMTLEventAdapterclassMTLSharedEventAdapterMethods in org.robovm.apple.metal that return MTLEvent Modifier and Type Method Description MTLEventMTLDevice. newEvent()Methods in org.robovm.apple.metal with parameters of type MTLEvent Modifier and Type Method Description voidMTLCommandBuffer. encodeSignalEvent(MTLEvent event, long value)voidMTLCommandBuffer. encodeWaitForEvent(MTLEvent event, long value) -
Uses of MTLEvent in org.robovm.apple.metalps
Methods in org.robovm.apple.metalps with parameters of type MTLEvent Modifier and Type Method Description voidMPSCommandBuffer. encodeSignalEvent(MTLEvent event, long value)voidMPSCommandBuffer. encodeWaitForEvent(MTLEvent event, long value)