mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 00:00:11 +01:00
egl: default API should be ES
This commit is contained in:
parent
d7a4d498e4
commit
cae4444fa1
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ _eglNewThreadInfo(void)
|
|||
if (t) {
|
||||
t->CurrentContext = EGL_NO_CONTEXT;
|
||||
t->LastError = EGL_SUCCESS;
|
||||
t->CurrentAPI = EGL_NONE;
|
||||
t->CurrentAPI = EGL_OPENGL_ES_API; /* default, per EGL spec */
|
||||
}
|
||||
return t;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue