]> git.tdb.fi Git - libs/gl.git/commitdiff
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)
Program blocks continued using the previously generated uniform blocks,
but because the uniform values were removed the blocks were not updated
anymore.


No differences found