]> git.tdb.fi Git - libs/gl.git/commit
Add a Pipeline framework for constructing complex rendering sequences
authorMikko Rasa <tdb@tdb.fi>
Tue, 27 Jan 2009 19:38:22 +0000 (19:38 +0000)
committerMikko Rasa <tdb@tdb.fi>
Tue, 27 Jan 2009 19:38:22 +0000 (19:38 +0000)
commite17243fb2421977cb781361828b77718e2cf8d48
tree9c4eafc0a5effd438253917f18a3522a7479da21
parent119d9819ac9e9a8d274d2410beffe54e470485a3
Add a Pipeline framework for constructing complex rendering sequences
Some minor fixes
source/bloom.cpp
source/effect.h [new file with mode: 0644]
source/pipeline.cpp [new file with mode: 0644]
source/pipeline.h [new file with mode: 0644]
source/pipelinepass.cpp [new file with mode: 0644]
source/pipelinepass.h [new file with mode: 0644]
source/pixelformat.h