booglybob / pyglet

Automatically exported from code.google.com/p/pyglet
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Outdated header files in the OpenGL Generation script. #714

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Looking at /tools/gengl.py the hard coded links to the header files used to 
generate the opengl bindings are out of date.

They basically moved away from using the old .spec files for generating the 
headers and moved onto a new xml format. They relocated the header files that 
were generated using the .spec files, and the new headers are in a new location.

The links to all of the current header files can all be found here:
http://www.opengl.org/registry/

Another interesting route one could take would be to rewrite the gengl script 
to use the xml specification.

https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/api/

The only issue with doing this is that it doesn't contain any apple specific 
api information.

Original issue reported on code.google.com by matthews...@gmail.com on 24 Mar 2014 at 4:32