Skip to content

Fix #9690#9699

Open
inner-daemons wants to merge 2 commits into
gfx-rs:trunkfrom
inner-daemons:fix_atomic_storage_bgl_error
Open

Fix #9690#9699
inner-daemons wants to merge 2 commits into
gfx-rs:trunkfrom
inner-daemons:fix_atomic_storage_bgl_error

Conversation

@inner-daemons

Copy link
Copy Markdown
Collaborator

Connections
Closes #9690

Description
From that issue:

BGLs which have an atomic storage texture require Features::TEXTURE_ATOMIC but the error message says to enable TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES, which is irrelevant.

Testing
Not tested

Squash or Rebase?
Squash

Checklist

  • I self-reviewed and fully understand this PR.
  • WebGPU implementations built with wgpu may be affected behaviorally.
  • Validation and feature gates are in place to confine behavioral changes.
  • Tests demonstrate the validation and altered logic works.
  • CHANGELOG.md entries for the user-facing effects of this change are present.
  • The PR is minimal, and doesn't make sense to land as multiple PRs.
  • Commits are logically scoped and individually reviewable.
  • The PR description has enough context to understand the motivation and solution implemented.

@cwfitzgerald

Copy link
Copy Markdown
Member

Please make the PR title better than this

@cwfitzgerald cwfitzgerald self-assigned this Jun 24, 2026
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.

Atomic storage texture BGL requires TEXTURE_ATOMIC but error indicates TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES

2 participants