go-gl / gl

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

Add v4.6-{core,compatibility}/gl prebuilt packages for OpenGL 4.6. #92

Closed dmitshur closed 6 years ago

dmitshur commented 6 years ago

Update README to mention newly available prebuilt packages.

This is based on top of https://github.com/go-gl/glow/pull/95.

Resolves #88.

This PR does not regenerate the existing packages. That will be a separate PR. There are some changes there that I think we'll want to review, but we can do it separately.

(This PR supersedes #90.)