Re: [PyOpenGL-Users] Creating Vertex Array Object
Brought to you by:
mcfletch
From: rndblnch <rnd...@gm...> - 2014-02-24 09:49:14
|
Matthew Keeter <matt.j.keeter <at> gmail.com> writes: > OpenGL.error.NullFunctionError: Attempt to call an undefined function glGenVertexArrays, check for bool(glGenVertexArrays) before calling > > > Can anyone familiar with function construction help me track this down? you should open a context that supports core profile: glutInitDisplayMode(GLUT_RGBA|GLUT_PROFILE_3_2_CORE) renaud |