]> git.tdb.fi Git - libs/gl.git/blob - source/pipelinepass.cpp
f566f7ac4fecb40f0ce217097cb40ebc2476a980
[libs/gl.git] / source / pipelinepass.cpp
1 /* $Id$
2
3 This file is part of libmspgl
4 Copyright © 2009-2010  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         depth_test(0),
16         blend(0)
17 { }
18
19 } // namespace GL
20 } // namespace Msp