go-gl-legacy / gl

Go bindings for OpenGL
BSD 3-Clause "New" or "Revised" License
342 stars 52 forks source link

Add BindTarget and UnbindTarget. #114

Closed kanelbulle closed 11 years ago

kanelbulle commented 11 years ago

In response to issue #113.

pwaller commented 11 years ago

Thanks @kanelbulle! Can you improve the documentation string of Bind() to state that it specifically binds FRAMEBUFFER? And maybe add a link to issue #113 to make it clear why it exists.

kanelbulle commented 11 years ago

@pwaller Ah, good suggestion. Is this better?

pwaller commented 11 years ago

Perfect, thanks!

kanelbulle commented 11 years ago

Thanks for the quick feedback! Helps a lot when you don't have to wait a week for feedback on a PR.

pwaller commented 11 years ago

Thanks for reporting and fixing it! :)