]> git.tdb.fi Git - libs/gl.git/blobdiff - source/pipelinepass.cpp
Add a Pipeline framework for constructing complex rendering sequences
[libs/gl.git] / source / pipelinepass.cpp
diff --git a/source/pipelinepass.cpp b/source/pipelinepass.cpp
new file mode 100644 (file)
index 0000000..e49db7e
--- /dev/null
@@ -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