We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab48083 commit f6d5589Copy full SHA for f6d5589
src/observer.rs
@@ -15,6 +15,9 @@ declare_class!(
15
///
16
/// We do this by subclassing, to allow the user to just store the layer as
17
/// `Retained<CAMetalLayer>`, and still have our observers work.
18
+ ///
19
+ /// See the documentation on Key-Value Observing for details on how this works in general:
20
+ /// <https://developer.apple.com/library/archive/documentation/Cocoa/Conceptual/KeyValueObserving/KeyValueObserving.html>
21
pub(crate) struct ObserverLayer;
22
23
// SAFETY:
0 commit comments