-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add OpenGL 4.4 #32
Comments
I'll add it soon. Hopefully, before the end of this week. |
Ok, it seems that Khronos is finally moving away from the old *.spec file format. That means no OpenGL 4.4 packages at the moment. But I plan to write a parser for the new XML format: https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/api. I'm even thinking about a new GoGL 2.0 because of the changes in the latest GL specification documents: e.g. type size guarantees. This will make a lot of things much easier and simpler. |
If you don't want to write one from scratch you can contribute to mine. |
Hi bryanturley, |
I recommend using xml.Unmarshal to read the xml, it actually works quite well. |
Please add OpenGL 4.4 spec as this has now been released:
The text was updated successfully, but these errors were encountered: