Rename buffers module to buffer
... and move `StaticBuffer` to nested `static` module
This commit is contained in:
parent
7e22e2d452
commit
99cf98971d
7 changed files with 66 additions and 66 deletions
3
wgpu/src/buffer.rs
Normal file
3
wgpu/src/buffer.rs
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
//! Utilities for buffer operations.
|
||||
pub mod dynamic;
|
||||
pub mod r#static;
|
||||
Loading…
Add table
Add a link
Reference in a new issue