]> git.sesse.net Git - movit/history - effect.cpp
The return value from glGetUniformLocation() is of course signed.
[movit] / effect.cpp
2012-10-01 Steinar H. GundersonThe return value from glGetUniformLocation() is of...
2012-10-01 Steinar H. GundersonActually set all the right uniforms, so we have a pictu...
2012-10-01 Steinar H. GundersonOutput convenience uniforms per effect. Also, do not...
2012-10-01 Steinar H. GundersonMove the Effect class out into its own file.