tmpvar / node-gles2

3 stars 2 forks source link

Can't parse latest OpenGLES 2.0 spec #2

Open Freezerburn opened 10 years ago

Freezerburn commented 10 years ago

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.

tmpvar commented 10 years ago

oh man, I'm so sorry I missed this. I'll see what I can do

tmpvar commented 10 years ago

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.