summaryrefslogtreecommitdiff
path: root/progs/es2/xegl/tri.c
diff options
context:
space:
mode:
Diffstat (limited to 'progs/es2/xegl/tri.c')
-rw-r--r--progs/es2/xegl/tri.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/progs/es2/xegl/tri.c b/progs/es2/xegl/tri.c
index eb52b10620..7729a09957 100644
--- a/progs/es2/xegl/tri.c
+++ b/progs/es2/xegl/tri.c
@@ -242,6 +242,7 @@ make_x_window(Display *x_dpy, EGLDisplay egl_dpy,
EGL_GREEN_SIZE, 1,
EGL_BLUE_SIZE, 1,
EGL_DEPTH_SIZE, 1,
+ EGL_RENDERABLE_TYPE, EGL_OPENGL_ES2_BIT,
EGL_NONE
};
static const EGLint ctx_attribs[] = {