bevy_render/experimental/
mod.rs

1//! Experimental rendering features.
2//!
3//! Experimental features are features with known problems, but are included
4//! nonetheless for testing purposes.
5
6pub mod occlusion_culling;