glad icon indicating copy to clipboard operation
glad copied to clipboard

EGL platform no longer supports exporting symbols via `GLAD_GLAPI_EXPORT_BUILD`

Open kkartaltepe opened this issue 2 years ago • 2 comments

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.

kkartaltepe avatar May 14 '22 04:05 kkartaltepe

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.

Dav1dde avatar May 14 '22 17:05 Dav1dde

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.

kkartaltepe avatar May 14 '22 17:05 kkartaltepe