]> git.tdb.fi Git - libs/gl.git/commitdiff
Move PipelinePass inside Pipeline and make the data members private
authorMikko Rasa <tdb@tdb.fi>
Mon, 20 Aug 2012 12:39:26 +0000 (15:39 +0300)
committerMikko Rasa <tdb@tdb.fi>
Mon, 20 Aug 2012 12:43:46 +0000 (15:43 +0300)
It's really simple and specific to Pipeline, so it doesn't make much
sense to have it as a separate class.  Encapsulation is necessary for
some future plans, and also more consistent with other public interfaces.


No differences found