Fix integration_wgpu example
This commit is contained in:
parent
8dc7a32964
commit
a7d5bf0d91
1 changed files with 1 additions and 0 deletions
|
|
@ -93,6 +93,7 @@ fn build_pipeline(device: &wgpu::Device) -> wgpu::RenderPipeline {
|
|||
mask: !0,
|
||||
alpha_to_coverage_enabled: false,
|
||||
},
|
||||
multiview: None,
|
||||
});
|
||||
|
||||
pipeline
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue