summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2022-01-04 16:18:34 +0700
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2022-01-04 16:18:34 +0700
commita7d5bf0d91bfabace21b8347221940399c1e7129 (patch)
tree49dfa04d94ed642335354eca28aaefb7857a6518 /examples
parent8dc7a329649a89bd29735a95457726309084cd75 (diff)
downloadiced-a7d5bf0d91bfabace21b8347221940399c1e7129.tar.gz
iced-a7d5bf0d91bfabace21b8347221940399c1e7129.tar.bz2
iced-a7d5bf0d91bfabace21b8347221940399c1e7129.zip
Fix `integration_wgpu` example
Diffstat (limited to 'examples')
-rw-r--r--examples/integration_wgpu/src/scene.rs1
1 files changed, 1 insertions, 0 deletions
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