X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fpipelinepass.cpp;fp=source%2Fpipelinepass.cpp;h=e49db7e2b50f99bc5ac326f322c1ffd4024d2d04;hb=e17243fb2421977cb781361828b77718e2cf8d48;hp=0000000000000000000000000000000000000000;hpb=119d9819ac9e9a8d274d2410beffe54e470485a3;p=libs%2Fgl.git diff --git a/source/pipelinepass.cpp b/source/pipelinepass.cpp new file mode 100644 index 00000000..e49db7e2 --- /dev/null +++ b/source/pipelinepass.cpp @@ -0,0 +1,18 @@ +/* $Id$ + +This file is part of libmspgl +Copyright © 2009 Mikko Rasa, Mikkosoft Productions +Distributed under the LGPL +*/ + +#include "pipelinepass.h" + +namespace Msp { +namespace GL { + +PipelinePass::PipelinePass(): + lighting(0) +{ } + +} // namespace GL +} // namespace Msp