1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
// devela::data::layout::buffer // //! // mod linear; // buffer_linear! mod impls; // hidden macros for buffer variants #[cfg(any(test, feature = "_docs_examples"))] mod examples; // BufferStaticExample, BufferViewExample, BufferAllocExample crate::structural_mods! { // _mods _mods { pub use super::{ linear::*, }; #[cfg(any(test, feature = "_docs_examples"))] pub use super::examples::*; } }