rend3_routine/pbr/
mod.rs

1//! Realism-focused PBR rendering routines and material.
2
3mod material;
4mod routine;
5
6pub use material::*;
7pub use routine::*;