Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix alpha mode misconfiguration in wgpu renderer #2231

Merged
merged 5 commits into from Feb 9, 2024

Conversation

Koranir
Copy link
Contributor

@Koranir Koranir commented Feb 3, 2024

Fixes #2087

Code pretty much copied from Wezterm.

Also adds a transparency toggle to the gradient example.

Tested on Windows 11 and Hyprland

@hecrj hecrj added bug Something isn't working rendering shell wgpu fix labels Feb 3, 2024
@hecrj hecrj added this to the 0.12 milestone Feb 3, 2024
Copy link
Member

@hecrj hecrj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Looks reasonable 🎉

@hecrj hecrj enabled auto-merge February 9, 2024 23:41
@hecrj hecrj merged commit c635290 into iced-rs:master Feb 9, 2024
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Transparent windows aren't supported in WGPU due to the misconfiguration of CompositeAlphaMode.
2 participants