wgpu icon indicating copy to clipboard operation
wgpu copied to clipboard

[spv-out] handle rayQueryTerminate correctly.

Open Vecvec opened this issue 1 month ago • 0 comments

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 test to run tests.
  • [x] If this contains user-facing changes, add a CHANGELOG.md entry.

Vecvec avatar Nov 27 '25 03:11 Vecvec