Contents

CAMetalDisplayLinkDelegate

A protocol your app implements to respond to callbacks from Core Animation for a Metal display link.

Declaration

protocol CAMetalDisplayLinkDelegate

Overview

Your app responds to the system on behalf of a CAMetalDisplayLink with this protocol. Implement a type that adopts the protocol and assign an instance of it to a display link’s delegate property.

Topics

Receiving Display Updates

See Also

Animation Timing