bevy_interleave 0.9.0

bevy support for e2e packed to planar bind groups
Documentation
1
2
3
4
5
6
7
8
9
pub mod prelude;

pub mod interface {
    pub use bevy_interleave_interface::*;
}

pub mod macros {
    pub use bevy_interleave_macros::*;
}