wgpu
wgpu copied to clipboard
[spv-out] handle rayQueryTerminate correctly.
Connections fixes #8577
Description Outputs ray query terminate (and associated checking code) instead of just doing nothing, just like the other backends
Testing Snapshot test and invalid usages test.
Squash or Rebase? squash
Checklist
- [x] Run
cargo fmt. - [x] Run
cargo clippy --tests. - [x] Run
cargo xtask testto run tests. - [x] If this contains user-facing changes, add a
CHANGELOG.mdentry.