adbrown85 / gloop

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

Rename Program uniforms to activeUniforms #28

Closed adbrown85 closed 12 years ago

adbrown85 commented 12 years ago

Currently our wrapper around glGetActiveUniform in Program is just called uniforms. Calling it activeUniforms instead would make it closer to pure OpenGL, and would help emphasize that some uniforms may be compiled out of a program.