mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
egl: updated include paths (s/GLES/EGL/)
This commit is contained in:
parent
0ebc94d236
commit
19ca6ce573
1 changed files with 2 additions and 2 deletions
|
|
@ -3,8 +3,8 @@
|
|||
|
||||
#define EGL_EGLEXT_PROTOTYPES
|
||||
|
||||
#include <GLES/egl.h>
|
||||
#include <GLES/eglext.h>
|
||||
#include <EGL/egl.h>
|
||||
#include <EGL/eglext.h>
|
||||
|
||||
|
||||
typedef struct _egl_api _EGLAPI;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue