Re: [PyOpenGL-Users] Error loading extensions on forward compatible context: GL_NUM_EXTENSIONS inva
Brought to you by:
mcfletch
From: T.J. Jankun-K. <tj...@cs...> - 2011-09-13 19:30:45
|
On Sep 13, 2011, at 2:08 PM, Alejandro Segovia wrote: > This might sound incredibly silly, but may be worth testing. Have you tried calling glGenVertexArrays like so?: > > arrayID = glGenVertexArrays(1) > > Some PyOpenGL functions are "Pythonized" and can cause problems. > > Alejandro.- > Thanks, I had forgotten about that. Unfortunately that and its permutations: glGenVertexArrays(1, arrayID) glGenvertexArrays(1, [arrayID]) all generate the same error. TJK -- T.J. Jankun-Kelly Associate Professor (Visualization, Analytics & Gaming) Computer Science & Engineering, Mississippi State University http://www.cse.msstate.edu/~tjk/ @dr_tj |