Blacksite/third_party/bevy_render/src/experimental/mod.rs
Rbanh 3e053a81ab
Some checks are pending
CI / Format, lint, test, build (push) Waiting to run
Expand asset browser subasset workflow
2026-06-06 01:38:27 -04:00

7 lines
184 B
Rust

//! Experimental rendering features.
//!
//! Experimental features are features with known problems, but are included
//! nonetheless for testing purposes.
pub mod occlusion_culling;