bevy_render/experimental/
mod.rs

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

pub mod occlusion_culling;