//! Compositing nodes, split by node type.
//!
//! This module is the coordinator: it declares the per-node submodules and
//! re-exports the public node types so existing `nodes::composite::*` paths
//! are unchanged. The GPU pipeline helpers are re-exported `pub(crate)` so the
//! multi-layer compositor keeps importing them from `crate::nodes::composite`.
pub use ;
pub use ChromaKeyNode;
pub use ;
pub use TransformNode;
pub use ;