iced-yoda/wgpu/src/buffer.rs

4 lines
72 B
Rust
Raw Normal View History

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