go-gl / gl

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

all: Add FreeBSD support. #75

Closed dmitshur closed 7 years ago

dmitshur commented 7 years ago

Regenerate all bindings after generator change in go-gl/glow#80.

Done with latest version of glow:

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

Resolves #74.

/cc @errcw @hajimehoshi

dmitshur commented 7 years ago

Travis succeeded on Go master. It failed on Go 1.5.2, but that's related to #73, not to the change in this PR.

errcw commented 7 years ago

LGTM