rafx-plugins 0.0.16

Rendering framework built on an extensible asset pipeline
Documentation
1
2
3
4
5
6
// The mesh feature requires legion
#[cfg(all(feature = "basic-pipeline", feature = "legion"))]
pub mod basic;

#[cfg(all(not(feature = "basic-pipeline"), feature = "legion"))]
pub mod modern;