skaslev / gl3w

Simple OpenGL core profile loading
http://github.com/skaslev/gl3w
The Unlicense
709 stars 160 forks source link

Khronos moved GL3/gl3.h to GL/glcorearb.h with GL 4.3. Change accordingly. #9

Closed shakesoda closed 10 years ago

shakesoda commented 12 years ago

What it says on the tin. The GL3 path is gone in favor of GL/ recommended by the header.

Same as the previous pull request but with a cleaned up commit log.

mcleary commented 11 years ago

This project is still alive? Why this pull wasn't accepted? The master revision of gle3w_gen.py os master revision seems to be outdated.

Don't know how this was working....

shakesoda commented 11 years ago

I assume my pull request wasn't accepted because it changed the header path (in retrospect changing it to GL3W would've been better). I've moved to using GLXW personally.

mcleary commented 11 years ago

I ask if the project was still alive because the last commit to the gl3w_gen.py was from 2 years ago.

I'll consider to move for GLXW but I'm going to use a fork of GL3W made by assassini. It is working.

Thanks for the recommendation

skaslev commented 10 years ago

Merged pull request. Thank for the patch shakesoda.