Skip to content

Conversation

@Vecvec
Copy link
Contributor

@Vecvec Vecvec commented Nov 18, 2025

Connections
As discussed on matrix

Description
Adds an enable extension for ray tracing (wgpu_ray_query), because ray queries came in before wgpu supported enable extensions.

Testing
adds enable to the ray tracing tests

Squash or Rebase?
squash

Checklist

  • Run cargo fmt.
  • Run cargo clippy --tests.
  • Run cargo xtask test to run tests.
  • If this contains user-facing changes, add a CHANGELOG.md entry.

Copy link
Member

@cwfitzgerald cwfitzgerald left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you add some tests for this in wgsl_errors.rs

@cwfitzgerald cwfitzgerald merged commit 7ba1a0e into gfx-rs:trunk Nov 18, 2025
42 checks passed

#### General

- Require new enable extensions when using ray queries and position fetch (`wgpu_ray_query`, `wgpu_ray_query_vertex_return`). By @Vecvec in [#8545](https://github.com/gfx-rs/wgpu/pull/8545).
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thought: Would a BREAKING callout be helpful?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, probably.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants