go-gl / gl

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

all: Regenerate after DO NOT EDIT comment change. #112

Closed dmitshur closed 5 years ago

dmitshur commented 5 years ago

Done with:

go generate -tags=gen github.com/go-gl/gl

Follows go-gl/glow#98 and go-gl/glow#99.

/cc @hajimehoshi

hajimehoshi commented 5 years ago

Should I wait for the latest PR of glow?

dmitshur commented 5 years ago

Nope, this PR already includes https://github.com/go-gl/glow/pull/99 in it.