go-gl / gl

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

Regenerate bindings for #85 #86

Closed kernle32dll closed 6 years ago

kernle32dll commented 6 years ago

Regenerates bindings after making GlowGetProcAddress unique in C code via 02530883bc2794702b56c9c83c6838b554cf5688 in glow.

Fixes #85, based on https://github.com/go-gl/glow/pull/87

kernle32dll commented 6 years ago

I gotta admit, i have no idea why the go 1.4 build failed...

errcw commented 6 years ago

Thanks for taking the time to regenerate the bindings with your fix!

dmitshur commented 6 years ago

i have no idea why the go 1.4 build failed...

It's not your fault. It's something about the memory available in a Travis environment. We've faced the same issue previously in #73.