Cleaned up namespaces re: PR comments.
This commit is contained in:
parent
bb8d46a3fd
commit
c4565759e4
13 changed files with 158 additions and 161 deletions
|
|
@ -56,7 +56,7 @@ impl<T: Pod + Zeroable> StaticBuffer<T> {
|
|||
|
||||
/// Returns whether or not the buffer needs to be recreated. This can happen whenever mesh data
|
||||
/// changes & a redraw is requested.
|
||||
pub fn recreate_if_needed(
|
||||
pub fn resize(
|
||||
&mut self,
|
||||
device: &wgpu::Device,
|
||||
new_count: usize,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue