bevy_render 0.1.0

Provides rendering functionality for Bevy Engine
Documentation
1
2
3
4
5
6
7
8
9
// mod asset_batcher;
// mod asset_batcher2;
mod batch;
mod batcher;

// pub use asset_batcher::*;
// pub use asset_batcher2::*;
pub use batch::*;
pub use batcher::*;