mod capture_destination;
mod capture_error;
mod descriptor;
mod manager;
pub use capture_destination::MTLCaptureDestination;
pub use capture_error::{MTLCaptureError, capture_error_domain};
pub use descriptor::MTLCaptureDescriptor;
pub use manager::MTLCaptureManager;