]> git.tdb.fi Git - libs/gl.git/commit
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)
commit40a0024a6466298d064697ed022465c7d3e9168e
tree90117502b432ca0663e0e666cb05ceb2b497e330
parentdf435a8983a5c1d1c327a4a2a19836a13aff267b
Move PipelinePass inside Pipeline and make the data members private

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.
source/pipeline.cpp
source/pipeline.h
source/pipelinepass.cpp [deleted file]
source/pipelinepass.h [deleted file]