Type Alias objc2_metal::MTLDrawablePresentedHandler

source ยท
pub type MTLDrawablePresentedHandler = *mut Block<dyn Fn(NonNull<ProtocolObject<dyn MTLDrawable>>)>;
Available on crate features MTLDrawable and block2 only.