skaslev / gl3w

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

Fix support for latest "glcorearb.h" #56

Closed crosire closed 6 years ago

crosire commented 6 years ago

The latest glcorearb.h header has a new dependency on the shared header KHR/khrplatform.h. This was introduced in https://github.com/KhronosGroup/OpenGL-Registry/pull/183, see also https://www.khronos.org/registry/OpenGL/index_gl.php#headerskhr. Without it gl3w fails to compile in default configuration.

skaslev commented 6 years ago

Thanks for the patch.