pub unsafe trait MTKViewDelegate: NSObjectProtocol + MainThreadOnly { }
Available on crate feature
MTKView
only.Expand description
Allows an object to render into the view and respond to resize events
See also Apple’s documentation