Update wgpu 0.12
This commit is contained in:
parent
332b4b7842
commit
23ef0143ed
8 changed files with 9 additions and 14 deletions
|
|
@ -74,11 +74,8 @@ impl Pipeline {
|
|||
wgpu::BindGroupLayoutEntry {
|
||||
binding: 1,
|
||||
visibility: wgpu::ShaderStages::FRAGMENT,
|
||||
ty: wgpu::BindingType::Sampler {
|
||||
comparison: false,
|
||||
filtering: true,
|
||||
},
|
||||
count: None,
|
||||
ty: wgpu::BindingType::Sampler(wgpu::SamplerBindingType::Filtering),
|
||||
count: None,
|
||||
},
|
||||
],
|
||||
});
|
||||
|
|
@ -205,6 +202,7 @@ impl Pipeline {
|
|||
mask: !0,
|
||||
alpha_to_coverage_enabled: false,
|
||||
},
|
||||
multiview: None,
|
||||
});
|
||||
|
||||
let vertices =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue