go-gl / gl

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

all: Regenerate all bindings with new XML data. #95

Closed dmitshur closed 6 years ago

dmitshur commented 6 years ago

DO NOT MERGE before go-gl/glow#96 is merged. Edit: Safe to merge now.

Done with:

go generate -tags=gen

This is based on top of go-gl/glow#96.