Slavomir Kaslev
Slavomir Kaslev
So Mergeable is complaining the PR is missing 'release notes: no' label. How do I add one?
No, it was ignored so I closed it. I believe this needs to be done on few more places across this file.
Interesting. What does this: ``` int major, minor; glGetIntegerv(GL_MAJOR_VERSION, &major); glGetIntegerv(GL_MINOR_VERSION, &minor); printf("%d.%d\n", major, minor); ``` output?
Hi Hugh, Thank you for the code and for catching the missing `PFNGLGETBOOLEANV` function. `gl3w` is meant to use the `glcorearb.h` file that gets downloaded besides the `gl3w.h` header and...
On second look, the current version of `gl3w` does correctly expose `glGetBooleanv`.
@warmist I like the idea. A script can run periodically, downloading [glcorearb.h](https://www.khronos.org/registry/OpenGL/api/GL/glcorearb.h), compare it with the one from the latest gl3w release and cook a new release if they differ....
@ZekeLu can you please take a look?
@ZekeLu can you please take a look? This is a simpler take on #1419. Hopefully this should make things easier to review and merge.
@kenshaw can you please take a look?