Contents

wasRemoved

A notification that Metal sends to observers when the system removes a GPU device.

Declaration

static let wasRemoved: MTLDeviceNotificationName

Mentioned in

Discussion

This notification tells your app that an MTLDevice instance and its methods are no longer valid to avoid runtime failures.

See Also

Creating a notification name