wgpu icon indicating copy to clipboard operation
wgpu copied to clipboard

Texture format testing

Open inner-daemons opened this issue 3 weeks ago • 0 comments

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

inner-daemons avatar Dec 04 '25 05:12 inner-daemons