wgpu
wgpu copied to clipboard
Texture format testing
Connections Closes #8646
CI Failures mostly represent wgpu bugs, not issues with this PR
Description
Adds some testing for texture formats to make sure that what a device claims to support it actually supports
Testing Is test
Squash or Rebase? Squash
Checklist
- [ ] Run
cargo fmt. - [ ] Run
taplo format. - [ ] Run
cargo clippy --tests. If applicable, add:- [ ]
--target wasm32-unknown-unknown
- [ ]
- [ ] Run
cargo xtask testto run tests. - [ ] If this contains user-facing changes, add a
CHANGELOG.mdentry.