Uses of Interface
org.robovm.apple.metal.MTLDrawable
| Package | Description |
|---|---|
| org.robovm.apple.coreanimation | |
| org.robovm.apple.metal | |
| org.robovm.apple.metalps |
-
Uses of MTLDrawable in org.robovm.apple.coreanimation
Subinterfaces of MTLDrawable in org.robovm.apple.coreanimation Modifier and Type Interface Description interfaceCAMetalDrawableClasses in org.robovm.apple.coreanimation that implement MTLDrawable Modifier and Type Class Description classCAMetalDrawableAdapter -
Uses of MTLDrawable in org.robovm.apple.metal
Classes in org.robovm.apple.metal that implement MTLDrawable Modifier and Type Class Description classMTLDrawableAdapterMethods in org.robovm.apple.metal with parameters of type MTLDrawable Modifier and Type Method Description voidMTLCommandBuffer. presentDrawable(MTLDrawable drawable)voidMTLCommandBuffer. presentDrawableAfterMinimumDuration(MTLDrawable drawable, double duration)voidMTLCommandBuffer. presentDrawableAtTime(MTLDrawable drawable, double presentationTime)Method parameters in org.robovm.apple.metal with type arguments of type MTLDrawable Modifier and Type Method Description voidMTLDrawable. addPresentedHandler(VoidBlock1<MTLDrawable> block)voidMTLDrawableAdapter. addPresentedHandler(VoidBlock1<MTLDrawable> block) -
Uses of MTLDrawable in org.robovm.apple.metalps
Methods in org.robovm.apple.metalps with parameters of type MTLDrawable Modifier and Type Method Description voidMPSCommandBuffer. presentDrawable(MTLDrawable drawable)voidMPSCommandBuffer. presentDrawableAfterMinimumDuration(MTLDrawable drawable, double duration)voidMPSCommandBuffer. presentDrawableAtTime(MTLDrawable drawable, double presentationTime)