//! Cascaded directional shadows plus a spotlight and area-light shadow atlas.
/// Cascade split math and reverse-Z orthographic light projections.
/// Shadow constants and the GPU cascade, spotlight, and point-light data types.
pub use ShadowDepthPass;
pub use ;