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

IGraphicsSkia::GetLayerBitmapData() crashes in iOS AUv3 #1089

Open
olilarkin opened this issue Apr 21, 2024 · 1 comment
Open

IGraphicsSkia::GetLayerBitmapData() crashes in iOS AUv3 #1089

olilarkin opened this issue Apr 21, 2024 · 1 comment
Labels
igraphics Issue relates to igraphics SKIA

Comments

@olilarkin
Copy link
Member

seems SkSurface::readPixels() fails in app extensions

@olilarkin olilarkin added igraphics Issue relates to igraphics SKIA labels Apr 21, 2024
@AlexHarker
Copy link
Collaborator

unfortunately, I'm also seeing issues with text rendering when in app extensions - this occurs when the call to flush() happens under skia (the drop shadow can be done without SkSurface ::readPixels() as shown here:

https://github.com/iPlug2/iPlug2/tree/graphics/skia-dropshadow

which might ultimately be much more efficient on METAL anyway (haven't tested speed). We should look into the restrictions on skia when in app extension more generally though and if there might be a solution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
igraphics Issue relates to igraphics SKIA
Projects
None yet
Development

No branches or pull requests

2 participants