Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upUse automatic bindings for rust-egl #6430
Open
Labels
Comments
|
I think the only thing still using this is |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
rust-eglis unmaintained, and not all the possible bindings are there, using automatic bindings could be a good option to make it more consistent with other repos likerust-glx.It will require to update:
Most of the refactoring will just be
unsafe {}wrappers and changing constants fromegl::EGL_XXtoegl::XX, so won't be such an amount of work.cc @glennw