Package org.robovm.apple.coreanimation
Interface CAMetalDrawable
- All Superinterfaces:
MTLDrawable,NSObjectProtocol,ObjCProtocol
- All Known Implementing Classes:
CAMetalDrawableAdapter
public interface CAMetalDrawable extends MTLDrawable
-
Method Summary
Modifier and Type Method Description CAMetalLayergetLayer()MTLTexturegetTexture()Methods inherited from interface org.robovm.apple.metal.MTLDrawable
addPresentedHandler, getDrawableID, getPresentedTime, present, presentAfterMinimumDuration, presentAtTime
-
Method Details
-
getTexture
MTLTexture getTexture() -
getLayer
CAMetalLayer getLayer()
-