iced/wgpu/src/buffer.rs
Héctor Ramón Jiménez 99cf98971d
Rename buffers module to buffer
... and move `StaticBuffer` to nested `static` module
2022-11-03 05:00:35 +01:00

3 lines
72 B
Rust

//! Utilities for buffer operations.
pub mod dynamic;
pub mod r#static;