1 parent 77b2b59 commit 2dfd79dCopy full SHA for 2dfd79d
1 file changed
wgpu-core/src/ray_tracing.rs
@@ -367,7 +367,7 @@ pub(crate) enum AsAction {
367
/// A [`Tlas`] has been bound and used by any pass. The [`Blas`]es it
368
/// was built with must be validated to have not been built after the
369
/// [`Tlas`] as backends have undefined behaviour on this (it would
370
- /// cause AABBs to be incorrect, ect.)
+ /// cause AABBs to be incorrect, etc.)
371
BindTlas(Arc<Tlas>),
372
/// A [`RayTracingPipeline`] has had a `dispatch_rays` call on it.
373
/// This [`Tlas`] has been put in a bindgroup, and so the validation
0 commit comments