diff --git a/selfdrive/ui/qt/window.cc b/selfdrive/ui/qt/window.cc index 5b47c27dd7..c49f01d5c4 100644 --- a/selfdrive/ui/qt/window.cc +++ b/selfdrive/ui/qt/window.cc @@ -62,6 +62,7 @@ GLWindow::~GLWindow() { void GLWindow::initializeGL() { initializeOpenGLFunctions(); + std::cout << "OpenGL version: " << glGetString(GL_VERSION) << std::endl; ui_state = new UIState(); ui_init(ui_state);