]> git.tdb.fi Git - libs/gl.git/commit - source/programdata.cpp
Fix a bug in ProgramData when all uniforms in a block are removed
authorMikko Rasa <tdb@tdb.fi>
Wed, 9 May 2018 19:08:23 +0000 (22:08 +0300)
committerMikko Rasa <tdb@tdb.fi>
Wed, 9 May 2018 19:08:23 +0000 (22:08 +0300)
commit6b0a93110454cc8d84d0d9b9b29fe9d0ecbaa4d5
treefba4de89a6216df5c58c27a2fff896ba2acf5c68
parent9ffa823328620968642ffbf9920265e1af0dc21e
Fix a bug in ProgramData when all uniforms in a block are removed

Program blocks continued using the previously generated uniform blocks,
but because the uniform values were removed the blocks were not updated
anymore.
source/programdata.cpp