summaryrefslogtreecommitdiffstats
path: root/wgpu/src/triangle.rs
diff options
context:
space:
mode:
Diffstat (limited to 'wgpu/src/triangle.rs')
-rw-r--r--wgpu/src/triangle.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/wgpu/src/triangle.rs b/wgpu/src/triangle.rs
index 2aaebe58..c702243b 100644
--- a/wgpu/src/triangle.rs
+++ b/wgpu/src/triangle.rs
@@ -190,6 +190,7 @@ impl Pipeline {
mask: !0,
alpha_to_coverage_enabled: false,
},
+ multiview: None,
});
Pipeline {