Can anybody help me to build Voltair
Unsolved
Game Development
-
I try to build this project with Qt 5.9 on Windows:
https://github.com/google/voltair
And I have many errors with openGL functions like:- undefined reference to 'glGetUniformLocation@8'
- undefined reference to 'glCompileShader@8'
- etc.
Whats wrong?
-
Your OpenGL drivers are missing or not linked, perhaps? Can you run (in Qt Creator) any Qt examples which use OpenGL? QML ones, or Qt3D?