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

Implement support for texture sharing in the renderers for slint::Image objects created from the same shared pixel buffer #2714

Open
tronical opened this issue May 10, 2023 Discussed in #2712 · 0 comments
Labels
a:renderer-femtovg Femtovg renderer (mS) a:renderer-skia Skia Renderer (mS) optimization

Comments

@tronical
Copy link
Member

Discussed in #2712

When creating many slint::Image objects from the same SharedPixelBuffer, then the non-software renderers will allocate a new texture for each slint::Image. It would be more efficient if they could share the same texture.

@tronical tronical added optimization a:renderer-skia Skia Renderer (mS) a:renderer-femtovg Femtovg renderer (mS) labels May 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a:renderer-femtovg Femtovg renderer (mS) a:renderer-skia Skia Renderer (mS) optimization
Projects
None yet
Development

No branches or pull requests

1 participant