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

Support for raw opengl textures #247

Closed
HrX03 opened this issue Jan 16, 2022 · 1 comment
Closed

Support for raw opengl textures #247

HrX03 opened this issue Jan 16, 2022 · 1 comment
Labels
duplicate This issue or pull request already exists

Comments

@HrX03
Copy link

HrX03 commented Jan 16, 2022

I am currently developing a wayland compositor which needs to send the window opengl textures to flutter. I tried getting the pixels from the texture and then using them for a PixelBufferTexture but there's some middle step that is failing and i think having a direct opengl texture would benefit my project (plus better performance, i don't need to get pixels and then send those, just send the direct texture). As there is already a base FlutterOpenGLTexture i don't think it would be too complicate to introduce and would benefit many people other than me

@HidenoriMatsubayashi
Copy link
Contributor

Thank you for creating the issue. However, it seems duplicated of #157. But, thanks a lot. Please watch #157

@HidenoriMatsubayashi HidenoriMatsubayashi added the duplicate This issue or pull request already exists label Jan 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants