Skip to content

Commit

Permalink
make getCandidateHitVertexPositions output a non-committed `Express…
Browse files Browse the repository at this point in the history
…ion::RayQueryVertexPositions`
  • Loading branch information
Vecvec committed Feb 27, 2025
1 parent 41f964d commit 7e81a98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion naga/src/front/wgsl/lower/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2732,7 +2732,7 @@ impl<'source, 'temp> Lowerer<'source, 'temp> {

crate::Expression::RayQueryVertexPositions {
query,
committed: true,
committed: false,
}
}
"rayQueryProceed" => {
Expand Down

0 comments on commit 7e81a98

Please sign in to comment.