Support the OpenGL core profile in EGL.

This should make our Mesa EGL users happy.
This commit is contained in:
Ryan Houdek
2016-01-22 10:58:19 -06:00
parent aed693eded
commit 34d0e7835b
2 changed files with 45 additions and 17 deletions

View File

@ -6,6 +6,7 @@
#include <string>
#include <EGL/egl.h>
#include <EGL/eglext.h>
#include "Common/GL/GLInterfaceBase.h"