update synchronization, fix last errors in wgc

This commit is contained in:
Dzmitry Malyshau
2021-06-08 01:19:18 -04:00
parent 0a82c232ba
commit ff2a3e84fc
16 changed files with 253 additions and 255 deletions

View File

@@ -236,7 +236,7 @@ impl<G: GlobalIdentityHandlerFactory> Global<G> {
hal::TextureUse::COPY_DST,
)
.map_err(ClearError::InvalidTexture)?;
let dst_raw = dst_texture
let _dst_raw = dst_texture
.raw
.as_ref()
.ok_or(ClearError::InvalidTexture(dst))?;