mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-06-26 20:32:09 +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