]> git.tdb.fi Git - libs/gl.git/commitdiff
Simplify pipeline state management
authorMikko Rasa <tdb@tdb.fi>
Mon, 13 Sep 2021 21:17:12 +0000 (00:17 +0300)
committerMikko Rasa <tdb@tdb.fi>
Mon, 13 Sep 2021 22:31:28 +0000 (01:31 +0300)
Instead of unbinding things immediately, defer it to when the state is
cleared.  This results in less binding calls overall.  The only reason
to unbind anything is to allow those objects to be destroyed, and that
shouldn't happen in the middle of rendering anyway.


No differences found