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 complex blending on iOS #728

Merged
merged 1 commit into from Jun 26, 2023
Merged

Conversation

MatkovIvan
Copy link
Member

@MatkovIvan MatkovIvan commented Jun 23, 2023

Skia performs complex blending via generaged shaders that require reading already drawn pixels. Setting framebufferOnly to false allows it.
Google's similar issue: https://groups.google.com/g/skia-discuss/c/FTO0NSR_09Q

Fixes (partially) JetBrains/compose-multiplatform#3222

PS Metal on desktop is still broken. Adding this flag is not enough there.

Screenshot 2023-06-23 at 15 33 51

@MatkovIvan MatkovIvan merged commit aa7e1bf into master Jun 26, 2023
5 checks passed
@MatkovIvan MatkovIvan deleted the ivan.matkov/fix-ios-blending branch June 26, 2023 09:48
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.

None yet

3 participants