-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[Merged by Bors] - Transparent window on macos #7617
Conversation
relevant bevy issue: #6330 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving based on confirmation of this working from others on Discord. Deferring final approval to another maintainer that can verify this works.
892a362
to
4f4801a
Compare
This works for me. (M1, MacOS 13.1) Am I right that this is baking the current workaround into the example, and that there's still some wgpu issue affecting this? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested. Works.
bors r+
# Objective - Example `transparent_window` doesn't display a transparent window on macOS - Fixes #6330 ## Solution - Set the `composite_alpha_mode` of the window to the correct value - Update docs
Pull request successfully merged into main. Build succeeded:
|
# Objective - Example `transparent_window` doesn't display a transparent window on macOS - Fixes bevyengine#6330 ## Solution - Set the `composite_alpha_mode` of the window to the correct value - Update docs
Objective
transparent_window
doesn't display a transparent window on macOSSolution
composite_alpha_mode
of the window to the correct value