pc ui: print opengl version on startup

old-commit-hash: 92de562ed9
This commit is contained in:
Willem Melching
2020-09-02 15:46:39 +02:00
parent e4e26ca57e
commit 16ef2f6a1b
+1
View File
@@ -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);