]> git.tdb.fi Git - libs/gl.git/commit
Flush the shader data of View's Renderer after rendering
authorMikko Rasa <tdb@tdb.fi>
Sun, 9 Feb 2020 22:01:58 +0000 (00:01 +0200)
committerMikko Rasa <tdb@tdb.fi>
Sun, 9 Feb 2020 22:01:58 +0000 (00:01 +0200)
commit5fde63369f02f6b154f5fd84affad8796f5977bd
tree584a1d914a902246292d7d8aa44eb2aa883bb9cf
parent4203666be3422ad81df2989f4a2ed953f46c4a8e
Flush the shader data of View's Renderer after rendering

In a very simple application with only a single renderable omitting the
flush would prevent shader data from being updated.
source/view.cpp