Add documentation to Backend::recall in iced_wgpu
This commit is contained in:
parent
2bb53ad6e7
commit
0a97b9e37a
1 changed files with 3 additions and 0 deletions
|
|
@ -131,7 +131,10 @@ impl Backend {
|
||||||
self.image_pipeline.end_frame();
|
self.image_pipeline.end_frame();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// Recalls staging memory for future uploads.
|
||||||
///
|
///
|
||||||
|
/// This method should be called after the command encoder
|
||||||
|
/// has been submitted.
|
||||||
pub fn recall(&mut self) {
|
pub fn recall(&mut self) {
|
||||||
self.staging_belt.recall();
|
self.staging_belt.recall();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue