You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 13, 2024. It is now read-only.
BindingGenerator conflates constant names with different vendor suffixes. But these constants aren’t always equal. I’ve written a tool and it found 18 discrepancies in glcorearb.h and gl2ext.h together.
Since hecks is gone and you would be the only consumer of these GL bindings you'd have to fix this yourself.
Maybe we should switch to something like glad instead?
Actually I plan to work on this, gradually, in the context of #160. It may be that there is nothing to worry of as these things are in the core already in the target GL versions, I need to check for that first.
Maybe we should switch to something like glad instead?
Maybe. Not that I like GLAD specifically (due to overuse of macros, mainly) but that may be a good way nevertheless. And it’s better than GLEW IIRC.
BindingGenerator conflates constant names with different vendor suffixes. But these constants aren’t always equal. I’ve written a tool and it found 18 discrepancies in
glcorearb.h
andgl2ext.h
together.Khronos/Khronos discrepancy:
Khronos/major vendor discrepancy:
Other:
I think that’s not a big problem but still, needs to be sorted out somehow.
The text was updated successfully, but these errors were encountered: