Re: Error loading extensions on forward compatible context: GL_NUM_EXTENSIONS invalid_enum
"T.J. Jankun-Kelly" <[email protected]>
| Newsgroups | gmane.comp.python.opengl.user |
|---|---|
| Message-ID | <[email protected]> |
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 ------------------------------------------------------------------------------ BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA Learn about the latest advances in developing for the BlackBerry® mobile platform with sessions, labs & more. See new tools and technologies. Register for BlackBerry® DevCon today! http://p.sf.net/sfu/rim-devcon-copy1 _______________________________________________ PyOpenGL Homepage http://pyopengl.sourceforge.net _______________________________________________ PyOpenGL-Users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pyopengl-users