go-gl-legacy / gl

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

added function GetActiveAttrib #149

Closed tildeleb closed 10 years ago

tildeleb commented 10 years ago

I added a function called GetActiveAttrib which wraps C.glGetActiveAttrib using the same code (copy/paste) as GetActiveUniform. I've tested it and it seems to work.

pwaller commented 10 years ago

Thanks! Are you in the AUTHORS, and if not, can you add yourself?