Module bevy_render::batching
source · Structs
- Add this component to mesh entities to disable automatic batching
Traits
- A trait to support getting data used for batching draw commands via phase items.
Functions
- Batch the items in a render phase. This means comparing metadata needed to draw each phase item and trying to combine the draws into a batch.