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

EGL platform no longer supports exporting symbols via GLAD_GLAPI_EXPORT_BUILD #364

Open
kkartaltepe opened this issue May 14, 2022 · 2 comments

Comments

@kkartaltepe
Copy link

It seems sometime between 0.1.33 and 0.1.35 the header block for GLAD_GLAPI_EXPORT_BUILD was removed from glad_egl.h and replaced with #define GLAPI extern. This breaks exporting symbols via GLAD_GLAPI_EXPORT_BUILD.

@Dav1dde
Copy link
Owner

Dav1dde commented May 14, 2022

Are you sure this ever worked for EGL? Just quickly going through the history it doesn't look like this should have ever worked for EGL.

@kkartaltepe
Copy link
Author

kkartaltepe commented May 14, 2022

Im fairly certain we didn't patch this portion in and used it directly from the generator site. But it has been quite some time so if you say it never worked ill accept that.

--- edit
Double checking history, there is nothing to suggest it was patched in. But I was also not the author.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants