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
|
|
@ -1,4 +1,4 @@
|
|||
use crate::buffers::dynamic;
|
||||
use crate::buffer::dynamic;
|
||||
use crate::settings;
|
||||
use crate::triangle;
|
||||
use encase::ShaderType;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
use crate::buffers::dynamic;
|
||||
use crate::buffer::dynamic;
|
||||
use crate::triangle;
|
||||
use crate::{settings, Color};
|
||||
use encase::ShaderType;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue