pc ui: print opengl version on startup

This commit is contained in:
Willem Melching 2020-09-02 15:46:39 +02:00
parent 873043b9fb
commit 92de562ed9

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);