]> git.tdb.fi Git - libs/gl.git/commit
Move uniform array name adjustment to an earlier phase
authorMikko Rasa <tdb@tdb.fi>
Wed, 12 Dec 2012 15:39:26 +0000 (17:39 +0200)
committerMikko Rasa <tdb@tdb.fi>
Wed, 12 Dec 2012 15:39:26 +0000 (17:39 +0200)
commit0778636782c7c42564bfea87d56fc76c583a888e
tree7b794686a300f03a1c51e83a889b166551417e84
parent2997aeeea512437e8b8f61bef4cb329756888695
Move uniform array name adjustment to an earlier phase

Uniforms are looked up by the map key, so it won't do any good if the name
stored in the UniformInfo is adjusted by the map key isn't.
source/program.cpp