Remove an inappropriate flag from eglCreateContext

This commit is contained in:
Janos Pantos
2017-08-11 16:34:57 +02:00
committed by Baldur Karlsson
parent 387ab74561
commit 4e800c1e48
-3
View File
@@ -387,9 +387,6 @@ __attribute__((visibility("default"))) EGLContext eglCreateContext(EGLDisplay di
else
val &= ~EGL_CONTEXT_OPENGL_DEBUG_BIT_KHR;
// remove NO_ERROR bit
val &= ~EGL_CONTEXT_OPENGL_NO_ERROR_KHR;
flagsFound = true;
}