Rename end_frame to trim in iced_wgpu
This commit is contained in:
parent
76c5306581
commit
175a53bc86
5 changed files with 8 additions and 8 deletions
|
|
@ -297,7 +297,7 @@ impl State {
|
|||
layer_count
|
||||
}
|
||||
|
||||
pub fn end_frame(&mut self) {
|
||||
pub fn trim(&mut self) {
|
||||
self.storage.trim();
|
||||
|
||||
self.prepare_layer = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue