CAMetalDisplayLinkDelegate
A protocol your app implements to respond to callbacks from Core Animation for a Metal display link.
Declaration
protocol CAMetalDisplayLinkDelegateOverview
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.