mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-05 16:58:01 +02:00
compositor-wayland: Ask for ES2 in the config
This commit is contained in:
parent
c649a92549
commit
d28ab36fe3
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ wayland_compositor_init_egl(struct wayland_compositor *c)
|
|||
EGL_GREEN_SIZE, 1,
|
||||
EGL_BLUE_SIZE, 1,
|
||||
EGL_DEPTH_SIZE, 1,
|
||||
EGL_RENDERABLE_TYPE, EGL_OPENGL_ES_BIT,
|
||||
EGL_RENDERABLE_TYPE, EGL_OPENGL_ES2_BIT,
|
||||
EGL_NONE
|
||||
};
|
||||
static const EGLint context_attribs[] = {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue