[Webkit-unassigned] [Bug 225867] [GTK] [2.33.1] Fails to build when HAVE_OPENGL_ES_3 is on
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon May 17 09:03:05 PDT 2021
https://bugs.webkit.org/show_bug.cgi?id=225867
Michael Catanzaro <mcatanzaro at gnome.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mcatanzaro at gnome.org
--- Comment #2 from Michael Catanzaro <mcatanzaro at gnome.org> ---
Comment on attachment 428830
--> https://bugs.webkit.org/attachment.cgi?id=428830
Patch
View in context: https://bugs.webkit.org/attachment.cgi?id=428830&action=review
> Source/WebCore/platform/graphics/opengl/ExtensionsGLOpenGLES.h:40
> +#if HAVE(OPENGL_ES_3)
> +#include <GLES3/gl3.h>
> +#endif // HAVE(OPENGL_ES_3)
> #include <GLES2/gl2.h>
> #include <GLES2/gl2ext.h>
We want *both* the GLES3 header *and* the GLES2 headers...?
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210517/aa5a50cd/attachment.htm>
More information about the webkit-unassigned
mailing list