summaryrefslogtreecommitdiffstats
path: root/benches/wgpu.rs
diff options
context:
space:
mode:
Diffstat (limited to 'benches/wgpu.rs')
-rw-r--r--benches/wgpu.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/benches/wgpu.rs b/benches/wgpu.rs
index 033eb46d..c920a71e 100644
--- a/benches/wgpu.rs
+++ b/benches/wgpu.rs
@@ -18,7 +18,7 @@ pub fn wgpu_benchmark(c: &mut Criterion) {
use iced_futures::futures::executor;
use iced_wgpu::wgpu;
- let instance = wgpu::Instance::new(wgpu::InstanceDescriptor {
+ let instance = wgpu::Instance::new(&wgpu::InstanceDescriptor {
backends: wgpu::Backends::all(),
..Default::default()
});