7 lines
184 B
Rust
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;
|