X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Fpipelinepass.h;h=e996de0c0a61c107500e14482977f277ede1561d;hb=777f5f37f2d89ef2a787a77d74372b643968740e;hp=7e824082d2bdaae412fdbac6b0ab09dc646c1f08;hpb=f17794d55923d4fb4f63e9d082d8d84a735a04e8;p=libs%2Fgl.git diff --git a/source/pipelinepass.h b/source/pipelinepass.h index 7e824082..e996de0c 100644 --- a/source/pipelinepass.h +++ b/source/pipelinepass.h @@ -1,26 +1,15 @@ -/* $Id$ - -This file is part of libmspgl -Copyright © 2009-2010 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef MSP_GL_PIPELINEPASS_H_ #define MSP_GL_PIPELINEPASS_H_ -#include - namespace Msp { namespace GL { class Blend; class DepthTest; -class Effect; class Lighting; struct PipelinePass { - std::vector effects; const Lighting *lighting; const DepthTest *depth_test; const Blend *blend;