mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-06-28 01:52:06 +08:00
pc ui: print opengl version on startup
old-commit-hash: 92de562ed91594d20f10d3b9a30d499c801baeff
This commit is contained in:
@@ -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