mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-05-14 03:11:29 +00:00
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:
parent
081d5c2f64
commit
c8eff1c1e1
4
third_party/glad/include/glad/glad.h
vendored
4
third_party/glad/include/glad/glad.h
vendored
@ -7,7 +7,7 @@
|
||||
APIs: gl=4.5
|
||||
Profile: core
|
||||
Extensions:
|
||||
|
||||
|
||||
Loader: True
|
||||
Local files: False
|
||||
Omit khrplatform: False
|
||||
@ -81,7 +81,7 @@ typedef void* (* GLADloadproc)(const char *name);
|
||||
# endif
|
||||
#endif
|
||||
|
||||
GLAPI struct gladGLversionStruct GLVersion;
|
||||
extern struct gladGLversionStruct GLVersion;
|
||||
|
||||
GLAPI int gladLoadGL(void);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user