Skip to content

Improve performance by providing a resource context #82

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

Closed
GeertJohan opened this issue Mar 4, 2019 · 1 comment · Fixed by #187
Closed

Improve performance by providing a resource context #82

GeertJohan opened this issue Mar 4, 2019 · 1 comment · Fixed by #187
Labels
enhancement New feature or request GLFW

Comments

@GeertJohan
Copy link
Member

Flutter prints this error. The feature is actually an optional feature, but highly recommended.

[ERROR:flutter/shell/platform/embedder/embedder_surface_gl.cc(89)] Could not create a resource context for async texture uploads. Expect degraded performance. Set a valid make_resource_current callback on FlutterOpenGLRendererConfig.

@GeertJohan GeertJohan added the enhancement New feature or request label Mar 4, 2019
@pchampio
Copy link
Member

pchampio commented Mar 4, 2019

The warning is related to the texture API.
Since the current embedder doesn't make use of this API, I don't think the performance is impacted.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request GLFW
Development

Successfully merging a pull request may close this issue.

2 participants