anholt / libepoxy

Epoxy is a library for handling OpenGL function pointer management for you
Other
680 stars 161 forks source link

EGL_WL_bind_wayland_display extension missing #224

Open eyelash opened 4 years ago

eyelash commented 4 years ago

libepoxy is missing the functions and symbols from the EGL_WL_bind_wayland_display extension. The extension is present in the official XML but not in the copy in this repo.

I would like to open a pull request but I'm not exactly sure how to proceed. Do I just copy the XML from the EGL registry into this repo or what else do I have to do?

ebassi commented 4 years ago

The README.md file in the registry directory should tell you how to update the registry.

eyelash commented 3 years ago

Any chance to get an updated EGL XML into the next release of libepoxy?