Remove export of GLVersion from GLAD

This symbol conflicts with a duplicate symbol when we link Dawn into
Chromium on Linux.

Bug: chromium:877147
Change-Id: Iadf8ac81760085a04d82ea9116e367a1bd17cd4d
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/5260
Reviewed-by: Corentin Wallez <cwallez@chromium.org>
Reviewed-by: Kai Ninomiya <kainino@chromium.org>
Commit-Queue: Austin Eng <enga@chromium.org>
This commit is contained in:
Austin Eng 2019-03-04 23:41:28 +00:00 committed by Commit Bot service account
parent 081d5c2f64
commit c8eff1c1e1

View File

@ -81,7 +81,7 @@ typedef void* (* GLADloadproc)(const char *name);
# endif # endif
#endif #endif
GLAPI struct gladGLversionStruct GLVersion; extern struct gladGLversionStruct GLVersion;
GLAPI int gladLoadGL(void); GLAPI int gladLoadGL(void);