diff options
author | 2022-01-04 16:45:42 +0700 | |
---|---|---|
committer | 2022-01-04 16:45:42 +0700 | |
commit | 1a31aefab401712e44cd613fc1337ab90579d926 (patch) | |
tree | 6667582c04c3ed405c39216b403fa7087cca62a7 /examples | |
parent | 332b4b78421d48d380d9491847d7510ce92881f9 (diff) | |
parent | c19b673583c6d103b2f1f6cd51ba0b4505a5b5f4 (diff) | |
download | iced-1a31aefab401712e44cd613fc1337ab90579d926.tar.gz iced-1a31aefab401712e44cd613fc1337ab90579d926.tar.bz2 iced-1a31aefab401712e44cd613fc1337ab90579d926.zip |
Merge pull request #1164 from PolyMeilex/wgpu-update
Update wgpu 0.12
Diffstat (limited to 'examples')
-rw-r--r-- | examples/integration_wgpu/src/scene.rs | 1 |
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 |