pub unsafe extern "C-unwind" fn MTLRemoveDeviceObserver(
observer: &ProtocolObject<dyn NSObjectProtocol>,
)Available on crate feature
MTLDevice only.Expand description
Removes a previously installed observer for device change notifications.
ยงSafety
observer should be of the correct type.