go-gl / gl

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

Replace C types with unsafe.Pointer #114

Closed hajimehoshi closed 5 years ago

hajimehoshi commented 5 years ago

This CL applies the glow change https://github.com/go-gl/glow/pull/101

@dmitshur PTAL

dmitshur commented 5 years ago

Thanks @hajimehoshi!