pbrt/src/wavefront/mod.rs

4 lines
79 B
Rust

pub mod integrator;
pub mod aggregate;
pub use aggregate::WavefrontAggregate;