mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-07-27 12:52:05 +08:00
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user