adbrown85 / gloop

Lightweight C++ wrapper for OpenGL
BSD 2-Clause "Simplified" License
1 stars 0 forks source link

Program and Shader methods should be const #52

Closed adbrown85 closed 12 years ago

adbrown85 commented 12 years ago

Since they are just handles, Program and Shader instance methods should just be const.