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

Provide get_proc_address function in eframe::CreationContext #4144

Closed
Chaojimengnan opened this issue Mar 8, 2024 · 0 comments · Fixed by #4145
Closed

Provide get_proc_address function in eframe::CreationContext #4144

Chaojimengnan opened this issue Mar 8, 2024 · 0 comments · Fixed by #4145

Comments

@Chaojimengnan
Copy link
Contributor

Is your feature request related to a problem? Please describe.

I'm using the mpv library, which requires access to the get_proc_address function of the GL context, but eframe doesn't provide the user with such a function.

Describe the solution you'd like

Provide get_proc_address in eframe::CreationContext

Describe alternatives you've considered

Additional context

emilk pushed a commit that referenced this issue Mar 13, 2024
<!--
Please read the "Making a PR" section of
[`CONTRIBUTING.md`](https://github.com/emilk/egui/blob/master/CONTRIBUTING.md)
before opening a Pull Request!

* Keep your PR:s small and focused.
* The PR title is what ends up in the changelog, so make it descriptive!
* If applicable, add a screenshot or gif.
* If it is a non-trivial addition, consider adding a demo for it to
`egui_demo_lib`, or a new example.
* Do NOT open PR:s from your `master` branch, as that makes it hard for
maintainers to add commits to your PR.
* Remember to run `cargo fmt` and `cargo cranky`.
* Open the PR as a draft until you have self-reviewed it and run
`./scripts/check.sh`.
* When you have addressed a PR comment, mark it as resolved.

Please be patient! I will review your PR, but my time is limited!
-->

* Closes <#4144>
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

Successfully merging a pull request may close this issue.

1 participant