Fix integration_wgpu example

This commit is contained in:
Héctor Ramón Jiménez 2022-01-04 16:18:34 +07:00
parent 8dc7a32964
commit a7d5bf0d91
No known key found for this signature in database
GPG key ID: 140CC052C94F138E

View file

@ -93,6 +93,7 @@ fn build_pipeline(device: &wgpu::Device) -> wgpu::RenderPipeline {
mask: !0,
alpha_to_coverage_enabled: false,
},
multiview: None,
});
pipeline