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

from_loader_function requires GL context to be current #332

Open
sagudev opened this issue Dec 30, 2024 · 2 comments
Open

from_loader_function requires GL context to be current #332

sagudev opened this issue Dec 30, 2024 · 2 comments

Comments

@sagudev
Copy link
Contributor

sagudev commented Dec 30, 2024

This is pretty painfully to overstep in servo/surfman#321, glow could lazily load version and extensions when first needed, but that might be too much overhead or we could allow crating context with user provided version and extensions data.

@grovesNL
Copy link
Owner

grovesNL commented Jan 2, 2025

What's the reason the context can't be made current temporarily while calling from_loader_function?

@sagudev
Copy link
Contributor Author

sagudev commented Jan 2, 2025

What's the reason the context can't be made current temporarily while calling from_loader_function?

Historical API.

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

No branches or pull requests

2 participants