]> git.tdb.fi Git - libs/gl.git/commitdiff
Recreate ProgramData buffer when needed even if no blocks were updated
authorMikko Rasa <tdb@tdb.fi>
Sun, 25 Sep 2022 17:02:52 +0000 (20:02 +0300)
committerMikko Rasa <tdb@tdb.fi>
Sun, 25 Sep 2022 17:21:57 +0000 (20:21 +0300)
This can happen if setting a uniform triggers promotion of the buffer
from static to streaming, but the next shader program does not use that
uniform.


No differences found