OSDN Git Service

Fix typo causing GL_EXT_debug_marker to disappear
authorPyry Haulos <phaulos@google.com>
Tue, 4 Apr 2017 01:22:58 +0000 (18:22 -0700)
committerPyry Haulos <phaulos@google.com>
Tue, 4 Apr 2017 01:25:29 +0000 (18:25 -0700)
commitf15219b280fa385b754ae1478b84a939eae92c64
tree479941991085bf532f8174a356113cf70ea00444
parent0860434b11f60cfa8fa0f46f58e69f6ae3ed1d0b
Fix typo causing GL_EXT_debug_marker to disappear

Android EGL wrapper is supposed to always insert GL_EXT_debug_marker
implementation. A small typo in recent refactoring broke this logic.

Bug: 36865892
Test: dEQP-GLES2.functional.debug_marker.supported
opengl/libs/EGL/egl_object.cpp