OSX SDK headers and third_party/kronos gl headers clash |
||
Issue descriptionIf you include some OSX SDK headers (not sure exactly which) and third_party/khronos/GLES2/gl2ext.h headers in the same translation units you will get compilation errors because both define macros GL_LINES_ADJACENCY, GL_LINE_STRIP_ADJACENCY_EXT, GL_TRIANGLES_ADJACENCY_EXT and GL_TRIANGLE_STRIP_ADJACENCY. They are defined to be the same values, but not with the exact same syntax (0xD vs 0x000D for instance).
,
Nov 15 2017
|
||
►
Sign in to add a comment |
||
Comment 1 by brat...@opera.com
, Nov 10 2017Cc: ellyjo...@chromium.org briander...@chromium.org