Update wgpu
to 0.15
This commit is contained in:
parent
b9430c39b6
commit
ddaaae295c
3 changed files with 9 additions and 7 deletions
|
@ -49,6 +49,7 @@ impl InnerAtlas {
|
|||
_ => panic!("unexpected number of channels"),
|
||||
},
|
||||
usage: TextureUsages::TEXTURE_BINDING | TextureUsages::COPY_DST,
|
||||
view_formats: &[],
|
||||
});
|
||||
|
||||
let texture_view = texture.create_view(&TextureViewDescriptor::default());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue