go-gl / gl

Go bindings for OpenGL (generated via glow)
MIT License
1.08k stars 74 forks source link

Regenerate gl for NetBSD support #146

Closed Jacalz closed 2 years ago

Jacalz commented 2 years ago

This PR regenerates the gl package using the latest version of glow, plus https://github.com/go-gl/glow/pull/122, to add NetBSD support. Seems to also bring in a few other improvements since the last regeneration.

It seems to also have generated a v3.0 folder. Am I supposed to commit that as well?

hajimehoshi commented 2 years ago

It seems to also have generated a v3.0 folder. Am I supposed to commit that as well?

I think we can. This was added at #143 (but the code was not regenerated?). @errcw Could you confirm this?

Jacalz commented 2 years ago

Thanks. I pushed that up as well :)

Jacalz commented 2 years ago

Thanks. The CI errors seems unrelated to this change?

hajimehoshi commented 2 years ago

Yeah I guess so. Let's wait for a while and rerun the tests.

errcw commented 2 years ago

LGTM, thank you!