📅  最后修改于: 2022-03-11 14:57:40.107000             🧑  作者: Mango
you need to make the OpenGL context current by calling
glfwMakeContextCurrent(window).
NOTE: You have to do that before calling glewInit()