bevy-aabb-instancing 0.4.1

Render millions of AABB instances in Bevy.
Documentation
1
2
3
4
5
6
7
8
9
10
11
// Original copyright: robswain, bevy-vertex-pulling, MIT OR Apache-2.0

mod buffer_cache;
mod draw;
mod extract;
mod index_buffer;
mod pipeline;
mod prepare;
mod queue;

pub mod plugin;