From a7d5bf0d91bfabace21b8347221940399c1e7129 Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Tue, 4 Jan 2022 16:18:34 +0700 Subject: Fix `integration_wgpu` example --- examples/integration_wgpu/src/scene.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'examples') diff --git a/examples/integration_wgpu/src/scene.rs b/examples/integration_wgpu/src/scene.rs index 0b2b1fcd..910d8d8c 100644 --- a/examples/integration_wgpu/src/scene.rs +++ b/examples/integration_wgpu/src/scene.rs @@ -93,6 +93,7 @@ fn build_pipeline(device: &wgpu::Device) -> wgpu::RenderPipeline { mask: !0, alpha_to_coverage_enabled: false, }, + multiview: None, }); pipeline -- cgit