apple-metal 0.8.3

Safe Rust bindings for Apple's Metal framework — devices, resources, command encoding, advanced GPU objects, and IOSurface interop on macOS, backed by a Swift bridge
Documentation
#![allow(missing_docs)]

mod advanced;
mod command;
mod core;
mod exhaustive;
mod metalfx;
mod pipeline;
mod render;
mod state;

pub use advanced::*;
pub use command::*;
pub use core::*;
pub use exhaustive::*;
pub use metalfx::*;
pub use pipeline::*;
pub use render::*;
pub use state::*;