Use latest wgpu releases instead of patched sources
This commit is contained in:
parent
8b7452a55d
commit
cf6af4c256
5 changed files with 31 additions and 37 deletions
|
|
@ -47,11 +47,11 @@ impl Pipeline {
|
|||
layout: &constant_layout,
|
||||
entries: &[wgpu::BindGroupEntry {
|
||||
binding: 0,
|
||||
resource: wgpu::BindingResource::Buffer {
|
||||
resource: wgpu::BindingResource::Buffer(wgpu::BufferBinding {
|
||||
buffer: &constants_buffer,
|
||||
offset: 0,
|
||||
size: None,
|
||||
},
|
||||
}),
|
||||
}],
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue