summaryrefslogtreecommitdiffstats
path: root/video/out/opengl/angle.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/opengl/angle.c')
-rw-r--r--video/out/opengl/angle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/out/opengl/angle.c b/video/out/opengl/angle.c
index 7aac2bd29d..a0d30e6df3 100644
--- a/video/out/opengl/angle.c
+++ b/video/out/opengl/angle.c
@@ -83,7 +83,7 @@ static bool create_context_egl(MPGLContext *ctx, EGLConfig config,
struct priv *p = ctx->priv;
EGLint context_attributes[] = {
- EGL_CONTEXT_CLIENT_VERSION, 2,
+ EGL_CONTEXT_CLIENT_VERSION, 3,
EGL_NONE
};