summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2023-10-27 05:27:37 +0200
committerLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2023-10-27 05:27:37 +0200
commit1b534bda538913e0748fe544487396c48991bf3a (patch)
tree74e69cdd6adf56025503bf99986e37fb0167f3f6 /examples
parent57f9024e89256ad3f99a3ab19bdc8524c1defa54 (diff)
parent8e6f131a06e7d798c535a0a45996c62dbc1d56c0 (diff)
downloadiced-1b534bda538913e0748fe544487396c48991bf3a.tar.gz
iced-1b534bda538913e0748fe544487396c48991bf3a.tar.bz2
iced-1b534bda538913e0748fe544487396c48991bf3a.zip
Merge branch 'master' into text-editor
Diffstat (limited to 'examples')
-rw-r--r--examples/integration/src/scene.rs4
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/integration/src/scene.rs b/examples/integration/src/scene.rs
index 01808f40..e29558bf 100644
--- a/examples/integration/src/scene.rs
+++ b/examples/integration/src/scene.rs
@@ -36,10 +36,12 @@ impl Scene {
a: a as f64,
}
}),
- store: true,
+ store: wgpu::StoreOp::Store,
},
})],
depth_stencil_attachment: None,
+ timestamp_writes: None,
+ occlusion_query_set: None,
})
}