Reputation: 41
As i have already programmed with opengl on java I tried to switch to c++ using Visual Studio 2015 Community
I currently have opengl version 4.5 installed (cout << glGetString(GL_VERSION))
I normally have included all libraries I need for programming but for some reason there is no "glGenVertexArrays" and "glGenBufferArrays" available
Could it be that I forgot a library?
Upvotes: 1
Views: 3383