diff --git a/mediapipe/gpu/gl_context.cc b/mediapipe/gpu/gl_context.cc index 99b995dd..3244f22a 100644 --- a/mediapipe/gpu/gl_context.cc +++ b/mediapipe/gpu/gl_context.cc @@ -340,7 +340,9 @@ absl::Status GlContext::FinishInitialization(bool create_thread) { } LOG(INFO) << "GL version: " << gl_major_version_ << "." << gl_minor_version_ - << " (" << version_string << ")"; + << " (" << version_string + << "), renderer: " << glGetString(GL_RENDERER); + { auto status = GetGlExtensions(); if (!status.ok()) {