render: add abstraction for async-upload storage
This commit is contained in:
parent
d99444bd3c
commit
ca134e683b
8 changed files with 149 additions and 93 deletions
|
|
@ -460,7 +460,7 @@ fn schedule_async_upload(
|
|||
}
|
||||
};
|
||||
back_tex
|
||||
.async_upload(node_ref.clone(), mem, back.damage.get())
|
||||
.async_upload(node_ref.clone(), mem.clone(), back.damage.get())
|
||||
.map_err(WlSurfaceError::PrepareAsyncUpload)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue