Function MTLRemoveDeviceObserver
Source pub unsafe extern "C" fn MTLRemoveDeviceObserver(
observer: DeviceObserver,
)
Expand description
Remove a device observer.
Stops receiving device hot-plug notifications.
§C++ Equivalent
void MTL::RemoveDeviceObserver(const NS::Object* pObserver);
§Arguments
observer - The observer to remove