Open Freezerburn opened 10 years ago
oh man, I'm so sorry I missed this. I'll see what I can do
It might actually be better to go directly to the source and parse this monster: https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/api/gl.xml - which is apparently the file that they use to generate the header file.
Something changed in how they format the auto-generated header file for OpenGLES 2.0. Especially in where they place the * for pointers, and their usage of GLvoid. This breaks generate.js and causes a bunch of unhandled messages. generate.js needs to be updated to work with the latest header file.