skaslev / gl3w

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

Update everything to use new GL/glcorearb.h header. #8

Closed shakesoda closed 12 years ago

shakesoda commented 12 years ago

Khronos changed GL3/gl3.h to GL/glcorearb.h with the release of GL 4.3. This updates everything as such. There's no more GL3 folder, as per the recommendation in the header to use GL/.

shakesoda commented 12 years ago

Submitting a new (fixed) pull request.