]> git.tdb.fi Git - libs/gl.git/commitdiff
Refactor program stage management
authorMikko Rasa <tdb@tdb.fi>
Sun, 25 Apr 2021 11:13:16 +0000 (14:13 +0300)
committerMikko Rasa <tdb@tdb.fi>
Sun, 25 Apr 2021 11:28:48 +0000 (14:28 +0300)
There can't bee a huge number of stages in a program so a fixed-size
array takes less space than a vector.  It also allows accessing ids of
specific stages if needed.


No differences found