]> git.tdb.fi Git - libs/gl.git/blob - source/pipelinepass.cpp
Add a Pipeline framework for constructing complex rendering sequences
[libs/gl.git] / source / pipelinepass.cpp
1 /* $Id$
2
3 This file is part of libmspgl
4 Copyright © 2009  Mikko Rasa, Mikkosoft Productions
5 Distributed under the LGPL
6 */
7
8 #include "pipelinepass.h"
9
10 namespace Msp {
11 namespace GL {
12
13 PipelinePass::PipelinePass():
14         lighting(0)
15 { }
16
17 } // namespace GL
18 } // namespace Msp