go-gl / gl

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

allow non null-terminated strings in gl.Strs #49

Closed slimsag closed 8 years ago

slimsag commented 8 years ago

See https://github.com/go-gl/glow/pull/71

dmitshur commented 8 years ago

This PR should only update conversions.go files, not package.go. I know we haven't re-generated in a while, so there will be a diff, but we should fix that separately.

slimsag commented 8 years ago

OK, will send separate PR for that

dmitshur commented 8 years ago

LGTM.