//! Safe interfaces corresponding to Apple's QuartzCore framework.
//!
//! `CAMetalLayer` and drawable ownership are represented by RAII wrappers.
pub use ;
/// Canonical Metal-CPP-compatible name for a safe drawable.
pub type MetalDrawable = Drawable;
/// Canonical Metal-CPP-compatible name for a safe Metal layer.
pub type MetalLayer = Layer;