bevy_interleave 0.9.0

bevy support for e2e packed to planar bind groups
Documentation
pub use bevy::render::render_resource::TextureFormat;
pub use bevy::image::TextureFormatPixelInfo;

pub use crate::interface::{
    GpuPlanar,
    GpuPlanarStorage,
    Planar,
    PlanarHandle,
    PlanarSync,
    PlanarTexture,
    storage::{
        PlanarStorageBindGroup,
        PlanarStorageLayouts,
        PlanarStoragePlugin,
    },
    // texture::{
    //     PlanarTextureBindGroup,
    //     PlanarTextureLayouts,
    //     PlanarTexturePlugin,
    // },
    ReflectInterleaved,
};

pub use crate::macros::{
    Planar,
    ReflectInterleaved,
    StorageBindings,
    TextureBindings,
};