empaempa / GLOW

GLOW is a WebGL wrapper, which focuses on easy creation and use of shaders.
http://i-am-glow.com
MIT License
244 stars 28 forks source link

Spring clean + texture load error event #27

Closed subblue closed 11 years ago

subblue commented 11 years ago

Sorry, ignore the previous pull request, this has all three commits :)

empaempa commented 11 years ago

Hey! Thanks for the fixes - I'll add a bunch later today, too. Releasing yet another project today that uses GLOW :D Would you mind changing _int and float to GLOWInt and GLOWFloat? In my opinion means private, which you could argue it is but it's what shows up in the dev inspector when inspecting the variable so it would be nice with a more public name :)

Thanks!

subblue commented 11 years ago

No problem, changed :)

empaempa commented 11 years ago

Thanks man!