Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1cdfe648 authored by Tao Wu's avatar Tao Wu
Browse files

opengl: Fix wrong comments

GL_EXT_debug_marker and GL_EXT_debug_label are different extensions.

Bug: None
Test: m -j32
Change-Id: I18511b5b25370fba7864969651ab69d08931d5c0
parent d451a471
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -370,7 +370,7 @@ void Loader::init_api(void* dso,
            f = (__eglMustCastToProperFunctionPointerType)gl_unimplemented;

            /*
             * GL_EXT_debug_label is special, we always report it as
             * GL_EXT_debug_marker is special, we always report it as
             * supported, it's handled by GLES_trace. If GLES_trace is not
             * enabled, then these are no-ops.
             */