Skip to content

Reject stuff#9703

Open
inner-daemons wants to merge 1 commit into
gfx-rs:trunkfrom
inner-daemons:disallow-full-multiplanar-texture-view
Open

Reject stuff#9703
inner-daemons wants to merge 1 commit into
gfx-rs:trunkfrom
inner-daemons:disallow-full-multiplanar-texture-view

Conversation

@inner-daemons

Copy link
Copy Markdown
Collaborator

Connections
Closes #9344

Description
Currently we allow creating texture views on multiplanar formats with TextureAspect::All, which causes all kinds of problems, the least of which is validation errors. See Andy's comment.

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.

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.

Creating texture view with TextureAspect::All on multi-planar texture causes validation errors

1 participant