Skip to content

Bring transient attachment in line with webgpu spec#9568

Open
beicause wants to merge 3 commits into
gfx-rs:trunkfrom
beicause:transient-cts
Open

Bring transient attachment in line with webgpu spec#9568
beicause wants to merge 3 commits into
gfx-rs:trunkfrom
beicause:transient-cts

Conversation

@beicause
Copy link
Copy Markdown
Contributor

@beicause beicause commented May 19, 2026

Connections
Depends on #9567 in order to enable more cts.
Fixes #9057

Description

Testing

cargo xtask cts 'webgpu:api,validation,render_pass,*'
cargo xtask cts 'webgpu:api,operation,render_pass,*'
cargo xtask cts 'webgpu:api,validation,createTexture:*'
cargo xtask cts 'webgpu:api,validation,createView:*'

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.

@beicause beicause force-pushed the transient-cts branch 3 times, most recently from c81fff8 to 912cfbf Compare May 19, 2026 08:48
@inner-daemons inner-daemons self-requested a review May 27, 2026 15:51
@andyleiserson andyleiserson self-assigned this May 28, 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.

Enable transient textures on WebGPU

3 participants