mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-12 13:00:32 +00:00
Remove an inappropriate flag from eglCreateContext
This commit is contained in:
committed by
Baldur Karlsson
parent
387ab74561
commit
4e800c1e48
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user