skaslev / gl3w

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

Update Khronos registry URLs #80

Closed danemarguglio closed 11 months ago

danemarguglio commented 11 months ago

This updates registry URLs so that we can download the header files.

curl https://www.khronos.org/registry/OpenGL/api/GL/glcorearb.h

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>301 Moved Permanently</title>
</head><body>
<h1>Moved Permanently</h1>
<p>The document has moved <a href="https://registry.khronos.org/OpenGL/api/GL/glcorearb.h">here</a>.</p>
</body></html>
skaslev commented 11 months ago

Thanks for the fix.