commit | 4d99fc705533c74eea920b3896b3a1a8edaf2548 | [log] [tgz] |
---|---|---|
author | Steve Kondik <shade@chemlab.org> | Tue Jun 13 08:06:56 2017 -0700 |
committer | Steve Kondik <shade@chemlab.org> | Tue Jun 13 08:06:56 2017 -0700 |
tree | 37279df805ba4bd6a8f53d0f49267f6310084d64 | |
parent | 55db053488cfef411006d1e6e45165b8c9dcbc1a [diff] [blame] |
Request a v3 context
diff --git a/src/EglWindow.cpp b/src/EglWindow.cpp index c534b02..60e9b49 100644 --- a/src/EglWindow.cpp +++ b/src/EglWindow.cpp
@@ -142,7 +142,7 @@ } EGLint contextAttribs[] = { - EGL_CONTEXT_CLIENT_VERSION, 2, + EGL_CONTEXT_CLIENT_VERSION, 3, EGL_NONE }; mEglContext = eglCreateContext(mEglDisplay, mEglConfig, EGL_NO_CONTEXT,