Skip to content

Advertise PreMultipled rather than PostMultiplied alpha for metal backend - #9922

Open
nicoburns wants to merge 1 commit into
gfx-rs:trunkfrom
nicoburns:metal-alpha-mode
Open

Advertise PreMultipled rather than PostMultiplied alpha for metal backend#9922
nicoburns wants to merge 1 commit into
gfx-rs:trunkfrom
nicoburns:metal-alpha-mode

Conversation

@nicoburns

@nicoburns nicoburns commented Jul 22, 2026

Copy link
Copy Markdown
Contributor

Connections
Fixes #9896

Description
The Metal backend is advertising the wrong AlphaMode.

Testing
That is the correct alpha mode has been manually tested using the reproduction in #9897

Squash or Rebase?

Either - there is only one commit.

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.

…kend

Signed-off-by: Nico Burns <nico@nicoburns.com>
@nicoburns
nicoburns marked this pull request as ready for review July 22, 2026 02:28
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.

Why does metal backend advertise PostMultiplied rather than PreMultiplied alpha?

1 participant