Merge branch 'master' into text-editor

This commit is contained in:
Héctor Ramón Jiménez 2023-10-27 05:27:37 +02:00
commit 1b534bda53
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
6 changed files with 24 additions and 9 deletions

View file

@ -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,
})
}