You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Blame shows this was my doing. The reason being consistency with the same pattern on other types in the package. I also recall it feeling rather weird that Bind was a method and Unbind was not.
One can argue this is a matter of taste, but I figured we had to be consistent across the board and thus had to make a choice one way or the other.
Buffer.Bind() is a method, but makes no use of the buffer object. Is this intended?
https://github.com/go-gl/gl/blob/a521f6d83a0c82047d49328a275acbb98b5dc4fe/buffer.go#L49
The text was updated successfully, but these errors were encountered: