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&reg; DevCon Americas, Oct. 18-20, San Francisco, CA
Learn about the latest advances in developing for the 
BlackBerry&reg; mobile platform with sessions, labs & more.
See new tools and technologies. Register for BlackBerry&reg; 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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.