]> git.tdb.fi Git - libs/gl.git/blobdiff - source/pipelinepass.cpp
Add object-oriented interfaces for the various tests and blending
[libs/gl.git] / source / pipelinepass.cpp
index e49db7e2b50f99bc5ac326f322c1ffd4024d2d04..f566f7ac4fecb40f0ce217097cb40ebc2476a980 100644 (file)
@@ -1,7 +1,7 @@
 /* $Id$
 
 This file is part of libmspgl
-Copyright © 2009  Mikko Rasa, Mikkosoft Productions
+Copyright © 2009-2010  Mikko Rasa, Mikkosoft Productions
 Distributed under the LGPL
 */
 
@@ -11,7 +11,9 @@ namespace Msp {
 namespace GL {
 
 PipelinePass::PipelinePass():
-       lighting(0)
+       lighting(0),
+       depth_test(0),
+       blend(0)
 { }
 
 } // namespace GL