wgpu
wgpu copied to clipboard
New mesh shader limits
Connections Depends on #8370 Works towards #7197 Closes #8003
Description Add new limits and validation for mesh shaders
Testing Same old, same old
Squash or Rebase? Squash
Checklist
- [x] Run
cargo fmt. - [x] Run
taplo format. - [x] Run
cargo clippy --tests. If applicable, add:- [x]
--target wasm32-unknown-unknown
- [x]
- [x] Run
cargo xtask testto run tests. - [x] If this contains user-facing changes, add a
CHANGELOG.mdentry.